01K3VTE18M0PSDPHCSYXXDR072: build-and-test (helios)

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

Buildomat Job: 01K3VTX2MHA5T3PS1RCC1PG9B4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-08-29T21:15:27.577Zjob assigned to worker 01K3VTX5VWMH9VMVD19T7T4APH [factory aws, i-03a3d675cb0274368] (queued for 59 s)
 
22025-08-29T21:15:35.609Zstarting task 0: "setup"
32025-08-29T21:15:35.615Z++ uname -s
42025-08-29T21:15:35.620Z+ kern=SunOS
52025-08-29T21:15:35.620Z+ build_user=build
62025-08-29T21:15:35.620Z+ build_uid=12345
72025-08-29T21:15:35.620Z+ work_dir=/work
82025-08-29T21:15:35.620Z+ input_dir=/input
92025-08-29T21:15:35.620Z+ [[ 0 == 12345 ]]
102025-08-29T21:15:35.620Z+ case "$kern" in
112025-08-29T21:15:35.621Z+ groupadd -g 12345 build
122025-08-29T21:15:35.621Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-08-29T21:15:37.625Z+ zfs create -o mountpoint=/work rpool/work
142025-08-29T21:15:37.729Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-08-29T21:15:37.734Z+ home_fs=zfs
162025-08-29T21:15:37.734Z+ [[ zfs == autofs ]]
172025-08-29T21:15:37.734Z+ mkdir -p /home/build
182025-08-29T21:15:37.734Z+ chown build:build /home/build /work
192025-08-29T21:15:39.734Z+ chmod 0700 /home/build /work
202025-08-29T21:15:39.737Zprocess exited: duration 4132 ms, exit code 0
 
212025-08-29T21:15:39.746Zstarting task 1: "rust-toolchain"
222025-08-29T21:15:39.752Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-08-29T21:15:39.752Z * rust toolchain channel = "1.89.0"
242025-08-29T21:15:39.752Z * rust toolchain profile = "default"
252025-08-29T21:15:39.752Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-08-29T21:15:39.752Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-08-29T21:15:39.752Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-08-29T21:15:39.759Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-08-29T21:15:39.759Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-08-29T21:15:39.856Zinfo: downloading installer
312025-08-29T21:15:41.104Zwarn: It looks like you have an existing installation of Rust at:
322025-08-29T21:15:41.104Zwarn: /opt/ooce/bin
332025-08-29T21:15:41.104Zwarn: It is recommended that rustup be the primary Rust installation.
342025-08-29T21:15:41.104Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-08-29T21:15:41.104Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-08-29T21:15:41.104Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-08-29T21:15:41.104Zwarn: or pass `-y' to ignore all ignorable checks.
382025-08-29T21:15:41.104Zerror: cannot install while Rust is installed
392025-08-29T21:15:41.104Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-08-29T21:15:41.120Zinfo: profile set to 'default'
412025-08-29T21:15:41.120Zinfo: default host triple is x86_64-unknown-illumos
422025-08-29T21:15:41.127Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-08-29T21:15:41.306Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-08-29T21:15:41.306Zinfo: downloading component 'cargo'
452025-08-29T21:15:42.104Zinfo: downloading component 'clippy'
462025-08-29T21:15:42.487Zinfo: downloading component 'rust-docs'
472025-08-29T21:15:43.907Zinfo: downloading component 'rust-std'
482025-08-29T21:15:45.557Zinfo: downloading component 'rustc'
492025-08-29T21:15:51.895Zinfo: downloading component 'rustfmt'
502025-08-29T21:15:52.148Zinfo: installing component 'cargo'
512025-08-29T21:15:53.042Zinfo: installing component 'clippy'
522025-08-29T21:15:53.441Zinfo: installing component 'rust-docs'
532025-08-29T21:15:55.298Zinfo: installing component 'rust-std'
542025-08-29T21:15:57.229Zinfo: installing component 'rustc'
552025-08-29T21:16:04.095Zinfo: installing component 'rustfmt'
562025-08-29T21:16:04.406Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-08-29T21:16:04.406Z
582025-08-29T21:16:04.834Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-08-29T21:16:04.834Z
602025-08-29T21:16:04.840Z
612025-08-29T21:16:04.840ZRust is installed now. Great!
622025-08-29T21:16:04.840Z
632025-08-29T21:16:04.840ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-08-29T21:16:04.840Zenvironment variable. This has not been done automatically.
652025-08-29T21:16:04.840Z
662025-08-29T21:16:04.840ZTo configure your current shell, you need to source
672025-08-29T21:16:04.840Zthe corresponding env file under $HOME/.cargo.
682025-08-29T21:16:04.840Z
692025-08-29T21:16:04.840ZThis is usually done by running one of the following (note the leading DOT):
702025-08-29T21:16:04.840Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-08-29T21:16:04.840Zsource "$HOME/.cargo/env.fish" # For fish
722025-08-29T21:16:04.840Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-08-29T21:16:04.929Z+ rustup --version
742025-08-29T21:16:04.944Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-08-29T21:16:04.947Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-08-29T21:16:05.027Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-08-29T21:16:05.033Z+ cargo --version
782025-08-29T21:16:05.093Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-08-29T21:16:05.098Z+ rustc --version
802025-08-29T21:16:05.171Zrustc 1.89.0 (29483883e 2025-08-04)
812025-08-29T21:16:05.174Zprocess exited: duration 25447 ms, exit code 0
 
822025-08-29T21:16:05.181Zstarting task 2: "authentication"
832025-08-29T21:16:05.204Zprocess exited: duration 23 ms, exit code 0
 
842025-08-29T21:16:05.212Zstarting task 3: "clone repository"
852025-08-29T21:16:05.217Z+ mkdir -p /work/oxidecomputer/omicron
862025-08-29T21:16:05.220Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-08-29T21:16:05.256ZCloning into '/work/oxidecomputer/omicron'...
882025-08-29T21:16:14.145Z+ cd /work/oxidecomputer/omicron
892025-08-29T21:16:14.145Z+ git fetch origin faa0b5dd4876562ad3e689afb749854959d29129
902025-08-29T21:16:14.476ZFrom https://github.com/oxidecomputer/omicron
912025-08-29T21:16:14.476Z * branch faa0b5dd4876562ad3e689afb749854959d29129 -> FETCH_HEAD
922025-08-29T21:16:14.488Z+ [[ -n db_metadata_nexus_records ]]
932025-08-29T21:16:14.492Z++ git branch --show-current
942025-08-29T21:16:14.492Z+ current=main
952025-08-29T21:16:14.495Z+ [[ main != db_metadata_nexus_records ]]
962025-08-29T21:16:14.495Z+ git branch -f db_metadata_nexus_records faa0b5dd4876562ad3e689afb749854959d29129
972025-08-29T21:16:14.495Z+ git checkout -f db_metadata_nexus_records
982025-08-29T21:16:14.739ZSwitched to branch 'db_metadata_nexus_records'
992025-08-29T21:16:14.742Z+ git reset --hard faa0b5dd4876562ad3e689afb749854959d29129
1002025-08-29T21:16:14.766ZHEAD is now at faa0b5dd4 non-fatal step, executioncomponent order
1012025-08-29T21:16:14.769Zprocess exited: duration 9562 ms, exit code 0
 
1022025-08-29T21:16:14.776Zstarting task 4: "build"
1032025-08-29T21:16:14.785Z+ source ./env.sh
1042025-08-29T21:16:14.785Z++ OLD_SHELL_OPTS=ehxB
1052025-08-29T21:16:14.785Z++ set -o xtrace
1062025-08-29T21:16:14.789Z++++ dirname ./env.sh
1072025-08-29T21:16:14.793Z+++ readlink -f .
1082025-08-29T21:16:14.793Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-08-29T21:16:14.793Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102025-08-29T21:16:14.793Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-08-29T21:16:14.793Z++ 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
1122025-08-29T21:16:14.793Z++ 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
1132025-08-29T21:16:14.793Z++ 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
1142025-08-29T21:16:14.793Z++ 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
1152025-08-29T21:16:14.793Z++ 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
1162025-08-29T21:16:14.793Z++ 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
1172025-08-29T21:16:14.793Z++ case $OLD_SHELL_OPTS in
1182025-08-29T21:16:14.793Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-08-29T21:16:14.793Z+ source .github/buildomat/ci-env.sh
1202025-08-29T21:16:14.793Z++ export CARGO_TERM_COLOR=always
1212025-08-29T21:16:14.793Z++ CARGO_TERM_COLOR=always
1222025-08-29T21:16:14.793Z+ target_os=illumos
1232025-08-29T21:16:14.793Z+ NEXTEST_VERSION=0.9.98
1242025-08-29T21:16:14.793Z+ cargo --version
1252025-08-29T21:16:14.852Zcargo 1.89.0 (c24e10642 2025-06-23)
1262025-08-29T21:16:14.857Z+ rustc --version
1272025-08-29T21:16:14.929Zrustc 1.89.0 (29483883e 2025-08-04)
1282025-08-29T21:16:14.934Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.98/illumos
1292025-08-29T21:16:14.937Z+ gunzip
1302025-08-29T21:16:14.937Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-08-29T21:16:15.612Zx cargo-nextest, 18644352 bytes, 36415 tape blocks
1322025-08-29T21:16:15.616Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-08-29T21:16:15.616Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-08-29T21:16:15.616Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-08-29T21:16:15.616Z+ mkdir /var/tmp/omicron_tmp
1362025-08-29T21:16:15.616Z+ OUTPUT_DIR=/work
1372025-08-29T21:16:15.616Z+ echo 'tests will store non-ephemeral output in /work'
1382025-08-29T21:16:15.616Ztests will store non-ephemeral output in /work
1392025-08-29T21:16:15.616Z+ mkdir -p /work
1402025-08-29T21:16:15.619Z+ banner prerequisites
1412025-08-29T21:16:15.623Z
1422025-08-29T21:16:15.623Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-08-29T21:16:15.623Z # # # # # # # # # # # # # # #
1442025-08-29T21:16:15.623Z # # # # ##### # # ##### # # # # # #### #
1452025-08-29T21:16:15.623Z ##### ##### # ##### # # # # # # # # #
1462025-08-29T21:16:15.623Z # # # # # # # # # # # # # # #
1472025-08-29T21:16:15.623Z # # # ###### # # ###### ### # #### # #### #
1482025-08-29T21:16:15.623Z
1492025-08-29T21:16:15.623Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-08-29T21:16:29.603Z Startup: Refreshing catalog 'helios-dev' ... Done
1512025-08-29T21:16:36.927Z Startup: Caching catalogs ... Done
1522025-08-29T21:16:43.306ZPlanning: Solver setup ... Done (5.042s)
1532025-08-29T21:16:43.334ZPlanning: Running solver ... Done (0.049s)
1542025-08-29T21:16:43.449ZPlanning: Finding local manifests ... Done (0.003s)
1552025-08-29T21:16:43.481ZPlanning: Fetching manifests: 0/4 0% complete
1562025-08-29T21:16:46.429ZPlanning: Fetching manifests: 4/4 100% complete
1572025-08-29T21:16:46.486ZPlanning: Package planning ... Done (0.051s)
1582025-08-29T21:16:46.536ZPlanning: Merging actions ... Done (0.051s)
1592025-08-29T21:16:46.870ZPlanning: Checking for conflicting actions ... Done (0.293s)
1602025-08-29T21:16:46.892ZPlanning: Consolidating action changes ... Done (0.011s)
1612025-08-29T21:16:48.093ZPlanning: Evaluating mediators ... Done (1.261s)
1622025-08-29T21:16:48.102ZPlanning: Planning completed in 11.05 seconds
1632025-08-29T21:16:48.116Z Packages to install: 4
1642025-08-29T21:16:48.116Z Mediators to change: 2
1652025-08-29T21:16:48.120Z Services to change: 1
1662025-08-29T21:16:48.120Z Estimated space available: 155.49 GB
1672025-08-29T21:16:48.120ZEstimated space to be consumed: 1.71 GB
1682025-08-29T21:16:48.120Z Create boot environment: No
1692025-08-29T21:16:48.120ZCreate backup boot environment: No
1702025-08-29T21:16:48.120Z Rebuild boot archive: No
1712025-08-29T21:16:48.120Z
1722025-08-29T21:16:48.120ZChanged mediators:
1732025-08-29T21:16:48.120Z mediator clang:
1742025-08-29T21:16:48.120Z version: None -> 15 (system default)
1752025-08-29T21:16:48.120Z
1762025-08-29T21:16:48.120Z mediator llvm:
1772025-08-29T21:16:48.120Z version: 14 (system default) -> 15 (system default)
1782025-08-29T21:16:48.120Z
1792025-08-29T21:16:48.120ZChanged packages:
1802025-08-29T21:16:48.120Zhelios-dev
1812025-08-29T21:16:48.120Z developer/build-essential
1822025-08-29T21:16:48.120Z None -> 11-2.0
1832025-08-29T21:16:48.120Z library/libxmlsec1
1842025-08-29T21:16:48.120Z None -> 1.2.35-2.0
1852025-08-29T21:16:48.120Z ooce/developer/clang-15
1862025-08-29T21:16:48.120Z None -> 15.0.7-2.0
1872025-08-29T21:16:48.120Z ooce/developer/llvm-15
1882025-08-29T21:16:48.120Z None -> 15.0.7-2.0
1892025-08-29T21:16:48.121Z
1902025-08-29T21:16:48.121ZServices:
1912025-08-29T21:16:48.121Z restart_fmri:
1922025-08-29T21:16:48.121Z svc:/system/update-man-index:default
1932025-08-29T21:16:48.169Z
1942025-08-29T21:16:48.169ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952025-08-29T21:16:53.288ZDownload: 265/3290 items 1.7/212.6MB 0% complete (339k/s)
1962025-08-29T21:16:58.337ZDownload: 531/3290 items 17.1/212.6MB 8% complete (1.8M/s)
1972025-08-29T21:17:03.335ZDownload: 1024/3290 items 19.6/212.6MB 9% complete (1.8M/s)
1982025-08-29T21:17:10.342ZDownload: 1193/3290 items 83.4/212.6MB 39% complete (6.6M/s)
1992025-08-29T21:17:16.638ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (6.4M/s)
2002025-08-29T21:17:21.697ZDownload: 1236/3290 items 101.5/212.6MB 47% complete (3.5M/s)
2012025-08-29T21:17:26.716ZDownload: 1737/3290 items 118.1/212.6MB 55% complete (3.8M/s)
2022025-08-29T21:17:31.718ZDownload: 2053/3290 items 118.8/212.6MB 55% complete (2.2M/s)
2032025-08-29T21:17:39.169ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (273k/s)
2042025-08-29T21:17:44.142ZDownload: 2238/3290 items 119.5/212.6MB 56% complete (13.8k/s)
2052025-08-29T21:17:49.166ZDownload: 2722/3290 items 120.8/212.6MB 56% complete (166k/s)
2062025-08-29T21:17:54.206ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (9.4M/s)
2072025-08-29T21:17:59.202ZDownload: 3267/3290 items 209.5/212.6MB 98% complete (8.8M/s)
2082025-08-29T21:18:02.019ZDownload: Completed 212.60 MB in 73.90 seconds (2.9M/s)
2092025-08-29T21:18:02.193Z Actions: 1/3689 actions (Installing new actions)
2102025-08-29T21:18:06.841Z Actions: Completed 3689 actions in 4.65 seconds.
2112025-08-29T21:18:07.211Z Done (0.369s)
2122025-08-29T21:18:07.211Z Done (0.000s)
2132025-08-29T21:18:08.104Z Done (0.893s)
2142025-08-29T21:18:12.838Z Done (4.419s)
2152025-08-29T21:18:12.931Z Done (0.021s)
2162025-08-29T21:18:12.934Z Done (0.000s)
2172025-08-29T21:18:13.104Z Done (0.000s)
2182025-08-29T21:18:13.978ZPlanning: Evaluating mediator changes ... Done
2192025-08-29T21:18:14.145ZPlanning: Checking for conflicting actions ... Done
2202025-08-29T21:18:14.184ZPlanning: Consolidating action changes ... Done
2212025-08-29T21:18:14.429ZPlanning: Evaluating mediators ... Done
2222025-08-29T21:18:14.432ZPlanning: Planning completed in 0.45 seconds
2232025-08-29T21:18:14.463Z Mediators to change: 2
2242025-08-29T21:18:14.463Z Create boot environment: No
2252025-08-29T21:18:14.467ZCreate backup boot environment: No
2262025-08-29T21:18:14.548Z Done
2272025-08-29T21:18:14.548Z Done
2282025-08-29T21:18:15.181Z Done
2292025-08-29T21:18:18.815Z Done
2302025-08-29T21:18:18.903Z Done
2312025-08-29T21:18:18.906Z Done
2322025-08-29T21:18:19.050Z Done
2332025-08-29T21:18:19.686ZPlanning: Evaluating mediator changes ... Done
2342025-08-29T21:18:19.690ZPlanning: Merging actions ... Done
2352025-08-29T21:18:19.886ZPlanning: Checking for conflicting actions ... Done
2362025-08-29T21:18:19.890ZPlanning: Consolidating action changes ... Done
2372025-08-29T21:18:20.164ZPlanning: Evaluating mediators ... Done
2382025-08-29T21:18:20.220ZPlanning: Planning completed in 0.79 seconds
2392025-08-29T21:18:20.256Z Packages to change: 1
2402025-08-29T21:18:20.256Z Mediators to change: 1
2412025-08-29T21:18:20.256Z Services to change: 1
2422025-08-29T21:18:20.256Z Create boot environment: No
2432025-08-29T21:18:20.260ZCreate backup boot environment: Yes
2442025-08-29T21:18:22.685Z Actions: 1/6 actions (Updating modified actions)
2452025-08-29T21:18:22.688Z Actions: Completed 6 actions in 0.00 seconds.
2462025-08-29T21:18:22.688Z Done
2472025-08-29T21:18:22.688Z Done
2482025-08-29T21:18:22.865Z Done
2492025-08-29T21:18:26.518Z Done
2502025-08-29T21:18:26.603Z Done
2512025-08-29T21:18:26.607Z Done
2522025-08-29T21:18:26.754Z Done
2532025-08-29T21:18:27.204ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2542025-08-29T21:18:27.204Zclang system 15 system
2552025-08-29T21:18:27.204Zcsh system system illumos
2562025-08-29T21:18:27.204Zctags system system illumos
2572025-08-29T21:18:27.204Zfile system system illumos
2582025-08-29T21:18:27.204Zgcc vendor 12 vendor
2592025-08-29T21:18:27.204Zgcc system 10 system
2602025-08-29T21:18:27.204Zgcc system 7 system
2612025-08-29T21:18:27.204Zgo system 1.20 system
2622025-08-29T21:18:27.204Zgo system 1.19 system
2632025-08-29T21:18:27.204Zllvm system 15 system
2642025-08-29T21:18:27.204Zllvm system 14 system
2652025-08-29T21:18:27.204Zmariadb system 10.6 system
2662025-08-29T21:18:27.204Zmta vendor vendor dma
2672025-08-29T21:18:27.204Zopenjdk system 17 system
2682025-08-29T21:18:27.204Zopenjdk system 11 system
2692025-08-29T21:18:27.204Zopenjdk system 1.8 system
2702025-08-29T21:18:27.204Zopenssl vendor 3 vendor
2712025-08-29T21:18:27.204Zperl system 5.36 system
2722025-08-29T21:18:27.204Zpostgresql system 15 system
2732025-08-29T21:18:27.204Zpostgresql system 13 system
2742025-08-29T21:18:27.204Zpython vendor 3 vendor
2752025-08-29T21:18:27.204Zpython system 2 system
2762025-08-29T21:18:27.204Zpython3 system 3.11 system
2772025-08-29T21:18:27.204Zruby system 3.0 system
2782025-08-29T21:18:27.205Zwords vendor vendor american-english
2792025-08-29T21:18:27.205Zwords system system australian-english
2802025-08-29T21:18:27.205Zwords system system british-english
2812025-08-29T21:18:27.205Zwords system system canadian-english
2822025-08-29T21:18:27.205Zwords system system french
2832025-08-29T21:18:27.205Zwords system system italian
2842025-08-29T21:18:27.205Zwords system system ngerman
2852025-08-29T21:18:27.205Zwords system system ogerman
2862025-08-29T21:18:27.205Zwords system system spanish
2872025-08-29T21:18:27.554ZPUBLISHER TYPE STATUS P LOCATION
2882025-08-29T21:18:27.554Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2892025-08-29T21:18:32.440ZFMRI IFO
2902025-08-29T21:18:32.440Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2912025-08-29T21:18:32.440Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2922025-08-29T21:18:32.441Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2932025-08-29T21:18:32.441Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2942025-08-29T21:18:32.441Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2952025-08-29T21:18:32.441Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2962025-08-29T21:18:32.441Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2972025-08-29T21:18:32.441Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2982025-08-29T21:18:32.441Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2992025-08-29T21:18:32.441Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3002025-08-29T21:18:32.441Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
3012025-08-29T21:18:32.441Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3022025-08-29T21:18:32.441Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3032025-08-29T21:18:32.441Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
3042025-08-29T21:18:32.441Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3052025-08-29T21:18:32.441Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3062025-08-29T21:18:33.479Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3072025-08-29T21:18:33.779Z Updating crates.io index
3082025-08-29T21:18:33.815Z Updating git repository `https://github.com/oxidecomputer/lldp`
3092025-08-29T21:18:34.096Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3102025-08-29T21:18:34.690Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112025-08-29T21:18:34.958Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3122025-08-29T21:18:35.230Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3132025-08-29T21:18:35.575Z Updating git repository `https://github.com/oxidecomputer/propolis`
3142025-08-29T21:18:36.709Z Updating git repository `https://github.com/oxidecomputer/crucible`
3152025-08-29T21:18:38.834Z Updating git repository `https://github.com/oxidecomputer/opte`
3162025-08-29T21:18:39.780Z Updating git repository `https://github.com/oxidecomputer/falcon`
3172025-08-29T21:18:40.437Z Updating git repository `https://github.com/oxidecomputer/clickward`
3182025-08-29T21:18:40.680Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3192025-08-29T21:18:40.981Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3202025-08-29T21:18:41.679Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3212025-08-29T21:18:42.181Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3222025-08-29T21:18:42.647Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3232025-08-29T21:18:42.915Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3242025-08-29T21:18:43.192Z Updating git repository `https://github.com/oxidecomputer/tofino`
3252025-08-29T21:18:43.446Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3262025-08-29T21:18:43.687Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3272025-08-29T21:18:43.912Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3282025-08-29T21:18:44.193Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3292025-08-29T21:18:44.591Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3302025-08-29T21:18:44.893Z Updating git repository `https://github.com/oxidecomputer/ispf`
3312025-08-29T21:18:45.204Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3322025-08-29T21:18:45.733Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3332025-08-29T21:18:46.069Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3342025-08-29T21:18:46.339Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3352025-08-29T21:18:46.684Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3362025-08-29T21:18:47.114Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3372025-08-29T21:18:47.374Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3382025-08-29T21:18:47.659Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3392025-08-29T21:18:47.937Z Updating git repository `https://github.com/oxidecomputer/omicron`
3402025-08-29T21:18:56.856Z Updating git repository `https://github.com/illumos/smf-rs`
3412025-08-29T21:18:58.142Z Downloading crates ...
3422025-08-29T21:18:58.208Z Downloaded anstream v0.6.18
3432025-08-29T21:18:58.220Z Downloaded swrite v0.1.0
3442025-08-29T21:18:58.223Z Downloaded crypto-common v0.1.6
3452025-08-29T21:18:58.223Z Downloaded cargo-platform v0.2.0
3462025-08-29T21:18:58.228Z Downloaded tabled_derive v0.7.0
3472025-08-29T21:18:58.228Z Downloaded smawk v0.3.2
3482025-08-29T21:18:58.232Z Downloaded thiserror v1.0.69
3492025-08-29T21:18:58.237Z Downloaded toml v0.8.23
3502025-08-29T21:18:58.237Z Downloaded itoa v1.0.11
3512025-08-29T21:18:58.240Z Downloaded idna_adapter v1.2.0
3522025-08-29T21:18:58.240Z Downloaded typeid v1.0.3
3532025-08-29T21:18:58.240Z Downloaded utf8parse v0.2.2
3542025-08-29T21:18:58.243Z Downloaded erased-serde v0.4.6
3552025-08-29T21:18:58.248Z Downloaded unicode-ident v1.0.18
3562025-08-29T21:18:58.248Z Downloaded toml_write v0.1.2
3572025-08-29T21:18:58.251Z Downloaded tinystr v0.7.6
3582025-08-29T21:18:58.251Z Downloaded cargo_toml v0.21.0
3592025-08-29T21:18:58.254Z Downloaded proc-macro2 v1.0.95
3602025-08-29T21:18:58.257Z Downloaded once_cell v1.21.3
3612025-08-29T21:18:58.260Z Downloaded icu_provider v1.5.0
3622025-08-29T21:18:58.263Z Downloaded unicode-width v0.2.0
3632025-08-29T21:18:58.267Z Downloaded zerocopy-derive v0.7.35
3642025-08-29T21:18:58.273Z Downloaded zerofrom-derive v0.1.4
3652025-08-29T21:18:58.685Z Downloaded camino v1.1.11
3662025-08-29T21:18:58.689Z Downloaded write16 v1.0.0
3672025-08-29T21:18:58.689Z Downloaded equivalent v1.0.2
3682025-08-29T21:18:58.689Z Downloaded thiserror-impl v1.0.69
3692025-08-29T21:18:58.689Z Downloaded scroll_derive v0.12.0
3702025-08-29T21:18:58.689Z Downloaded anyhow v1.0.99
3712025-08-29T21:18:58.689Z Downloaded usdt-attr-macro v0.5.0
3722025-08-29T21:18:58.689Z Downloaded macaddr v1.0.1
3732025-08-29T21:18:58.689Z Downloaded is_terminal_polyfill v1.70.1
3742025-08-29T21:18:58.689Z Downloaded pretty-hex v0.4.1
3752025-08-29T21:18:58.689Z Downloaded dtrace-parser v0.2.0
3762025-08-29T21:18:58.689Z Downloaded icu_provider_macros v1.5.0
3772025-08-29T21:18:58.689Z Downloaded usdt-macro v0.5.0
3782025-08-29T21:18:58.689Z Downloaded unicode-xid v0.2.6
3792025-08-29T21:18:58.689Z Downloaded colorchoice v1.0.2
3802025-08-29T21:18:58.689Z Downloaded utf8_iter v1.0.4
3812025-08-29T21:18:58.689Z Downloaded version_check v0.9.5
3822025-08-29T21:18:58.689Z Downloaded unicode-linebreak v0.1.5
3832025-08-29T21:18:58.689Z Downloaded utf16_iter v1.0.5
3842025-08-29T21:18:58.689Z Downloaded cargo_metadata v0.21.0
3852025-08-29T21:18:58.689Z Downloaded zerovec-derive v0.10.3
3862025-08-29T21:18:58.689Z Downloaded tempfile v3.20.0
3872025-08-29T21:18:58.689Z Downloaded usdt-impl v0.5.0
3882025-08-29T21:18:58.689Z Downloaded camino-tempfile v1.4.1
3892025-08-29T21:18:58.690Z Downloaded zerovec v0.10.4
3902025-08-29T21:18:58.690Z Downloaded memchr v2.7.4
3912025-08-29T21:18:58.690Z Downloaded serde_spanned v0.6.9
3922025-08-29T21:18:58.690Z Downloaded zerocopy v0.7.35
3932025-08-29T21:18:58.690Z Downloaded synstructure v0.13.1
3942025-08-29T21:18:58.690Z Downloaded heck v0.5.0
3952025-08-29T21:18:58.690Z Downloaded cpufeatures v0.2.14
3962025-08-29T21:18:58.690Z Downloaded stable_deref_trait v1.2.0
3972025-08-29T21:18:58.690Z Downloaded serde_tokenstream v0.2.2
3982025-08-29T21:18:58.690Z Downloaded winnow v0.7.10
3992025-08-29T21:18:58.690Z Downloaded unicode-width v0.1.14
4002025-08-29T21:18:58.690Z Downloaded ordered-float v2.10.1
4012025-08-29T21:18:58.690Z Downloaded litemap v0.7.3
4022025-08-29T21:18:58.690Z Downloaded fs-err v3.1.1
4032025-08-29T21:18:58.690Z Downloaded cargo-util-schemas v0.8.2
4042025-08-29T21:18:58.690Z Downloaded strsim v0.11.1
4052025-08-29T21:18:58.690Z Downloaded serde-value v0.7.0
4062025-08-29T21:18:58.690Z Downloaded proc-macro-error v1.0.4
4072025-08-29T21:18:58.690Z Downloaded semver v1.0.26
4082025-08-29T21:18:58.691Z Downloaded quote v1.0.40
4092025-08-29T21:18:58.691Z Downloaded icu_locid_transform v1.5.0
4102025-08-29T21:18:58.691Z Downloaded pest_derive v2.7.14
4112025-08-29T21:18:58.691Z Downloaded digest v0.10.7
4122025-08-29T21:18:58.691Z Downloaded serde-untagged v0.1.7
4132025-08-29T21:18:58.691Z Downloaded smallvec v1.15.1
4142025-08-29T21:18:58.691Z Downloaded sha2 v0.10.9
4152025-08-29T21:18:58.691Z Downloaded displaydoc v0.2.5
4162025-08-29T21:18:58.691Z Downloaded num-traits v0.2.19
4172025-08-29T21:18:58.691Z Downloaded clap_derive v4.5.41
4182025-08-29T21:18:58.691Z Downloaded icu_normalizer_data v1.5.0
4192025-08-29T21:18:58.691Z Downloaded pest_meta v2.7.14
4202025-08-29T21:18:58.691Z Downloaded icu_locid_transform_data v1.5.0
4212025-08-29T21:18:58.691Z Downloaded icu_normalizer v1.5.0
4222025-08-29T21:18:58.691Z Downloaded form_urlencoded v1.2.1
4232025-08-29T21:18:58.691Z Downloaded icu_locid v1.5.0
4242025-08-29T21:18:58.691Z Downloaded papergrid v0.11.0
4252025-08-29T21:18:58.691Z Downloaded serde_derive v1.0.219
4262025-08-29T21:18:58.691Z Downloaded getrandom v0.3.1
4272025-08-29T21:18:58.691Z Downloaded indexmap v2.10.0
4282025-08-29T21:18:58.691Z Downloaded ryu v1.0.18
4292025-08-29T21:18:58.691Z Downloaded clap_builder v4.5.41
4302025-08-29T21:18:58.691Z Downloaded icu_properties v1.5.1
4312025-08-29T21:18:58.691Z Downloaded icu_collections v1.5.0
4322025-08-29T21:18:58.691Z Downloaded hashbrown v0.15.4
4332025-08-29T21:18:58.691Z Downloaded toml_edit v0.22.27
4342025-08-29T21:18:58.691Z Downloaded proc-macro-error-attr v1.0.4
4352025-08-29T21:18:58.691Z Downloaded plain v0.2.3
4362025-08-29T21:18:58.691Z Downloaded heck v0.4.1
4372025-08-29T21:18:58.691Z Downloaded fastrand v2.1.1
4382025-08-29T21:18:58.691Z Downloaded errno v0.3.12
4392025-08-29T21:18:58.691Z Downloaded pest v2.7.14
4402025-08-29T21:18:58.691Z Downloaded idna v1.0.3
4412025-08-29T21:18:58.691Z Downloaded clap_lex v0.7.4
4422025-08-29T21:18:58.691Z Downloaded url v2.5.4
4432025-08-29T21:18:58.691Z Downloaded percent-encoding v2.3.1
4442025-08-29T21:18:58.691Z Downloaded memmap v0.7.0
4452025-08-29T21:18:58.691Z Downloaded yoke v0.7.4
4462025-08-29T21:18:58.691Z Downloaded serde_json v1.0.142
4472025-08-29T21:18:58.692Z Downloaded thiserror v2.0.12
4482025-08-29T21:18:58.692Z Downloaded goblin v0.8.2
4492025-08-29T21:18:58.692Z Downloaded textwrap v0.16.2
4502025-08-29T21:18:58.692Z Downloaded zerofrom v0.1.4
4512025-08-29T21:18:58.692Z Downloaded ucd-trie v0.1.7
4522025-08-29T21:18:58.692Z Downloaded icu_properties_data v1.5.0
4532025-08-29T21:18:58.692Z Downloaded tabled v0.15.0
4542025-08-29T21:18:58.692Z Downloaded thiserror-impl v2.0.12
4552025-08-29T21:18:58.692Z Downloaded syn v1.0.109
4562025-08-29T21:18:58.692Z Downloaded syn v2.0.104
4572025-08-29T21:18:58.692Z Downloaded serde v1.0.219
4582025-08-29T21:18:58.692Z Downloaded bytecount v0.6.8
4592025-08-29T21:18:58.692Z Downloaded yoke-derive v0.7.4
4602025-08-29T21:18:58.692Z Downloaded writeable v0.5.5
4612025-08-29T21:18:58.692Z Downloaded typenum v1.17.0
4622025-08-29T21:18:58.692Z Downloaded clap v4.5.41
4632025-08-29T21:18:58.692Z Downloaded terminal_size v0.4.0
4642025-08-29T21:18:58.692Z Downloaded rustix v1.0.7
4652025-08-29T21:18:58.692Z Downloaded rustix v0.38.37
4662025-08-29T21:18:59.107Z Downloaded log v0.4.27
4672025-08-29T21:18:59.107Z Downloaded bitflags v2.9.1
4682025-08-29T21:18:59.107Z Downloaded pest_generator v2.7.14
4692025-08-29T21:18:59.107Z Downloaded block-buffer v0.10.4
4702025-08-29T21:18:59.107Z Downloaded usdt v0.5.0
4712025-08-29T21:18:59.107Z Downloaded toml_datetime v0.6.11
4722025-08-29T21:18:59.107Z Downloaded thread-id v4.2.2
4732025-08-29T21:18:59.107Z Downloaded anstyle-query v1.1.1
4742025-08-29T21:18:59.107Z Downloaded cfg-if v1.0.1
4752025-08-29T21:18:59.107Z Downloaded scroll v0.12.0
4762025-08-29T21:18:59.107Z Downloaded dof v0.3.0
4772025-08-29T21:18:59.107Z Downloaded generic-array v0.14.7
4782025-08-29T21:18:59.107Z Downloaded fnv v1.0.7
4792025-08-29T21:18:59.107Z Downloaded autocfg v1.4.0
4802025-08-29T21:18:59.107Z Downloaded byteorder v1.5.0
4812025-08-29T21:18:59.107Z Downloaded anstyle-parse v0.2.5
4822025-08-29T21:18:59.107Z Downloaded anstyle v1.0.11
4832025-08-29T21:18:59.107Z Downloaded libc v0.2.174
4842025-08-29T21:18:59.111Z Compiling proc-macro2 v1.0.95
4852025-08-29T21:18:59.111Z Compiling unicode-ident v1.0.18
4862025-08-29T21:18:59.111Z Compiling serde v1.0.219
4872025-08-29T21:18:59.111Z Compiling version_check v0.9.5
4882025-08-29T21:18:59.111Z Compiling libc v0.2.174
4892025-08-29T21:18:59.111Z Compiling memchr v2.7.4
4902025-08-29T21:18:59.111Z Compiling thiserror v1.0.69
4912025-08-29T21:18:59.111Z Compiling stable_deref_trait v1.2.0
4922025-08-29T21:18:59.132Z Compiling writeable v0.5.5
4932025-08-29T21:18:59.165Z Compiling litemap v0.7.3
4942025-08-29T21:18:59.571Z Compiling ucd-trie v0.1.7
4952025-08-29T21:18:59.686Z Compiling autocfg v1.4.0
4962025-08-29T21:18:59.711Z Compiling itoa v1.0.11
4972025-08-29T21:18:59.735Z Compiling ryu v1.0.18
4982025-08-29T21:18:59.981Z Compiling once_cell v1.21.3
4992025-08-29T21:19:00.060Z Compiling byteorder v1.5.0
5002025-08-29T21:19:00.109Z Compiling bitflags v2.9.1
5012025-08-29T21:19:00.396Z Compiling icu_locid_transform_data v1.5.0
5022025-08-29T21:19:00.462Z Compiling serde_json v1.0.142
5032025-08-29T21:19:00.549Z Compiling icu_properties_data v1.5.0
5042025-08-29T21:19:00.576Z Compiling rustix v0.38.37
5052025-08-29T21:19:00.579Z Compiling utf16_iter v1.0.5
5062025-08-29T21:19:00.632Z Compiling num-traits v0.2.19
5072025-08-29T21:19:00.826Z Compiling quote v1.0.40
5082025-08-29T21:19:00.933Z Compiling equivalent v1.0.2
5092025-08-29T21:19:00.954Z Compiling write16 v1.0.0
5102025-08-29T21:19:01.445Z Compiling errno v0.3.12
5112025-08-29T21:19:01.448Z Compiling smallvec v1.15.1
5122025-08-29T21:19:01.448Z Compiling typeid v1.0.3
5132025-08-29T21:19:01.448Z Compiling icu_normalizer_data v1.5.0
5142025-08-29T21:19:01.448Z Compiling syn v2.0.104
5152025-08-29T21:19:01.448Z Compiling utf8_iter v1.0.4
5162025-08-29T21:19:01.448Z Compiling hashbrown v0.15.4
5172025-08-29T21:19:01.557Z Compiling usdt-impl v0.5.0
5182025-08-29T21:19:01.584Z Compiling proc-macro-error-attr v1.0.4
5192025-08-29T21:19:01.608Z Compiling syn v1.0.109
5202025-08-29T21:19:01.800Z Compiling toml_write v0.1.2
5212025-08-29T21:19:01.851Z Compiling winnow v0.7.10
5222025-08-29T21:19:02.055Z Compiling thread-id v4.2.2
5232025-08-29T21:19:02.219Z Compiling proc-macro-error v1.0.4
5242025-08-29T21:19:02.372Z Compiling plain v0.2.3
5252025-08-29T21:19:02.396Z Compiling log v0.4.27
5262025-08-29T21:19:02.525Z Compiling indexmap v2.10.0
5272025-08-29T21:19:02.578Z Compiling camino v1.1.11
5282025-08-29T21:19:02.601Z Compiling getrandom v0.3.1
5292025-08-29T21:19:02.799Z Compiling semver v1.0.26
5302025-08-29T21:19:03.345Z Compiling thiserror v2.0.12
5312025-08-29T21:19:03.367Z Compiling percent-encoding v2.3.1
5322025-08-29T21:19:03.445Z Compiling rustix v1.0.7
5332025-08-29T21:19:03.713Z Compiling utf8parse v0.2.2
5342025-08-29T21:19:03.738Z Compiling form_urlencoded v1.2.1
5352025-08-29T21:19:03.898Z Compiling anstyle-parse v0.2.5
5362025-08-29T21:19:03.929Z Compiling ordered-float v2.10.1
5372025-08-29T21:19:04.040Z Compiling terminal_size v0.4.0
5382025-08-29T21:19:04.377Z Compiling is_terminal_polyfill v1.70.1
5392025-08-29T21:19:04.401Z Compiling cfg-if v1.0.1
5402025-08-29T21:19:04.887Z Compiling pretty-hex v0.4.1
5412025-08-29T21:19:04.891Z Compiling anstyle v1.0.11
5422025-08-29T21:19:04.891Z Compiling colorchoice v1.0.2
5432025-08-29T21:19:04.891Z Compiling anstyle-query v1.1.1
5442025-08-29T21:19:04.891Z Compiling anstream v0.6.18
5452025-08-29T21:19:05.130Z Compiling fs-err v3.1.1
5462025-08-29T21:19:05.234Z Compiling anyhow v1.0.99
5472025-08-29T21:19:05.415Z Compiling clap_lex v0.7.4
5482025-08-29T21:19:05.507Z Compiling fastrand v2.1.1
5492025-08-29T21:19:05.855Z Compiling unicode-xid v0.2.6
5502025-08-29T21:19:05.894Z Compiling fnv v1.0.7
5512025-08-29T21:19:05.923Z Compiling bytecount v0.6.8
5522025-08-29T21:19:05.990Z Compiling unicode-width v0.1.14
5532025-08-29T21:19:06.067Z Compiling heck v0.5.0
5542025-08-29T21:19:06.070Z Compiling heck v0.4.1
5552025-08-29T21:19:06.147Z Compiling strsim v0.11.1
5562025-08-29T21:19:06.911Z Compiling papergrid v0.11.0
5572025-08-29T21:19:06.915Z Compiling clap_builder v4.5.41
5582025-08-29T21:19:06.915Z Compiling tempfile v3.20.0
5592025-08-29T21:19:07.447Z Compiling memmap v0.7.0
5602025-08-29T21:19:07.529Z Compiling unicode-linebreak v0.1.5
5612025-08-29T21:19:07.715Z Compiling unicode-width v0.2.0
5622025-08-29T21:19:07.815Z Compiling smawk v0.3.2
5632025-08-29T21:19:08.284Z Compiling synstructure v0.13.1
5642025-08-29T21:19:08.575Z Compiling textwrap v0.16.2
5652025-08-29T21:19:08.860Z Compiling swrite v0.1.0
5662025-08-29T21:19:09.025Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5672025-08-29T21:19:09.562Z Compiling tabled_derive v0.7.0
5682025-08-29T21:19:10.674Z Compiling serde_derive v1.0.219
5692025-08-29T21:19:10.674Z Compiling zerofrom-derive v0.1.4
5702025-08-29T21:19:10.674Z Compiling yoke-derive v0.7.4
5712025-08-29T21:19:10.677Z Compiling thiserror-impl v1.0.69
5722025-08-29T21:19:10.677Z Compiling zerovec-derive v0.10.3
5732025-08-29T21:19:11.112Z Compiling displaydoc v0.2.5
5742025-08-29T21:19:12.772Z Compiling icu_provider_macros v1.5.0
5752025-08-29T21:19:13.310Z Compiling zerocopy-derive v0.7.35
5762025-08-29T21:19:13.549Z Compiling scroll_derive v0.12.0
5772025-08-29T21:19:13.811Z Compiling pest v2.7.14
5782025-08-29T21:19:13.893Z Compiling thiserror-impl v2.0.12
5792025-08-29T21:19:14.257Z Compiling zerofrom v0.1.4
5802025-08-29T21:19:14.449Z Compiling clap_derive v4.5.41
5812025-08-29T21:19:14.529Z Compiling yoke v0.7.4
5822025-08-29T21:19:14.952Z Compiling zerovec v0.10.4
5832025-08-29T21:19:14.979Z Compiling scroll v0.12.0
5842025-08-29T21:19:15.279Z Compiling zerocopy v0.7.35
5852025-08-29T21:19:15.539Z Compiling goblin v0.8.2
5862025-08-29T21:19:15.820Z Compiling tabled v0.15.0
5872025-08-29T21:19:16.741Z Compiling pest_meta v2.7.14
5882025-08-29T21:19:16.832Z Compiling tinystr v0.7.6
5892025-08-29T21:19:17.089Z Compiling icu_collections v1.5.0
5902025-08-29T21:19:17.269Z Compiling icu_locid v1.5.0
5912025-08-29T21:19:18.126Z Compiling pest_generator v2.7.14
5922025-08-29T21:19:18.564Z Compiling icu_provider v1.5.0
5932025-08-29T21:19:19.509Z Compiling icu_locid_transform v1.5.0
5942025-08-29T21:19:19.571Z Compiling clap v4.5.41
5952025-08-29T21:19:19.921Z Compiling pest_derive v2.7.14
5962025-08-29T21:19:20.678Z Compiling dtrace-parser v0.2.0
5972025-08-29T21:19:20.781Z Compiling icu_properties v1.5.1
5982025-08-29T21:19:23.108Z Compiling toml_datetime v0.6.11
5992025-08-29T21:19:23.108Z Compiling serde_spanned v0.6.9
6002025-08-29T21:19:23.111Z Compiling erased-serde v0.4.6
6012025-08-29T21:19:23.398Z Compiling serde-value v0.7.0
6022025-08-29T21:19:23.728Z Compiling toml_edit v0.22.27
6032025-08-29T21:19:24.103Z Compiling icu_normalizer v1.5.0
6042025-08-29T21:19:24.178Z Compiling serde_tokenstream v0.2.2
6052025-08-29T21:19:24.217Z Compiling serde-untagged v0.1.7
6062025-08-29T21:19:24.350Z Compiling cargo-platform v0.2.0
6072025-08-29T21:19:24.723Z Compiling camino-tempfile v1.4.1
6082025-08-29T21:19:24.799Z Compiling macaddr v1.0.1
6092025-08-29T21:19:24.851Z Compiling dof v0.3.0
6102025-08-29T21:19:25.112Z Compiling idna_adapter v1.2.0
6112025-08-29T21:19:25.360Z Compiling idna v1.0.3
6122025-08-29T21:19:25.921Z Compiling url v2.5.4
6132025-08-29T21:19:26.976Z Compiling toml v0.8.23
6142025-08-29T21:19:27.478Z Compiling usdt-attr-macro v0.5.0
6152025-08-29T21:19:27.498Z Compiling usdt-macro v0.5.0
6162025-08-29T21:19:27.792Z Compiling cargo-util-schemas v0.8.2
6172025-08-29T21:19:27.829Z Compiling cargo_toml v0.21.0
6182025-08-29T21:19:28.269Z Compiling usdt v0.5.0
6192025-08-29T21:19:29.328Z Compiling cargo_metadata v0.21.0
6202025-08-29T21:19:31.179Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6212025-08-29T21:19:34.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
6222025-08-29T21:19:35.058Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6232025-08-29T21:19:35.790Z Downloading crates ...
6242025-08-29T21:19:35.920Z Downloaded addr2line v0.24.2
6252025-08-29T21:19:35.924Z Downloaded assert_matches v1.5.0
6262025-08-29T21:19:35.929Z Downloaded arrayref v0.3.9
6272025-08-29T21:19:35.933Z Downloaded async-bb8-diesel v0.2.1
6282025-08-29T21:19:35.936Z Downloaded aead v0.5.2
6292025-08-29T21:19:35.936Z Downloaded ascii-canvas v3.0.0
6302025-08-29T21:19:35.941Z Downloaded arrayvec v0.7.6
6312025-08-29T21:19:35.944Z Downloaded adler2 v2.0.0
6322025-08-29T21:19:35.944Z Downloaded allocator-api2 v0.2.21
6332025-08-29T21:19:35.947Z Downloaded array-init v0.0.4
6342025-08-29T21:19:35.952Z Downloaded argon2 v0.5.3
6352025-08-29T21:19:35.954Z Downloaded ahash v0.8.12
6362025-08-29T21:19:36.365Z Downloaded aes v0.8.4
6372025-08-29T21:19:36.369Z Downloaded aes-gcm v0.10.3
6382025-08-29T21:19:36.369Z Downloaded aho-corasick v1.1.3
6392025-08-29T21:19:36.370Z Downloaded camino-tempfile-ext v0.3.2
6402025-08-29T21:19:36.370Z Downloaded bzip2 v0.5.2
6412025-08-29T21:19:36.370Z Downloaded bzip2 v0.4.4
6422025-08-29T21:19:36.370Z Downloaded hostname v0.3.1
6432025-08-29T21:19:36.370Z Downloaded colored v2.2.0
6442025-08-29T21:19:36.370Z Downloaded lzss v0.8.2
6452025-08-29T21:19:36.370Z Downloaded lru-cache v0.1.2
6462025-08-29T21:19:36.370Z Downloaded ciborium-io v0.2.2
6472025-08-29T21:19:36.370Z Downloaded atty v0.2.14
6482025-08-29T21:19:36.370Z Downloaded cfg_aliases v0.1.1
6492025-08-29T21:19:36.370Z Downloaded match_cfg v0.1.0
6502025-08-29T21:19:36.370Z Downloaded hostname v0.4.0
6512025-08-29T21:19:36.370Z Downloaded hyper-rustls v0.27.7
6522025-08-29T21:19:36.370Z Downloaded http-body-util v0.1.3
6532025-08-29T21:19:36.370Z Downloaded cfg_aliases v0.2.1
6542025-08-29T21:19:36.370Z Downloaded is-terminal v0.4.13
6552025-08-29T21:19:36.370Z Downloaded inout v0.1.3
6562025-08-29T21:19:36.370Z Downloaded async-stream-impl v0.3.6
6572025-08-29T21:19:36.370Z Downloaded hmac v0.12.1
6582025-08-29T21:19:36.370Z Downloaded const_format_proc_macros v0.2.34
6592025-08-29T21:19:36.370Z Downloaded blowfish v0.9.1
6602025-08-29T21:19:36.370Z Downloaded home v0.5.9
6612025-08-29T21:19:36.370Z Downloaded libxml v0.3.3
6622025-08-29T21:19:36.370Z Downloaded hkdf v0.12.4
6632025-08-29T21:19:36.370Z Downloaded crossterm v0.28.1
6642025-08-29T21:19:36.370Z Downloaded hubpack_derive v0.1.1
6652025-08-29T21:19:36.370Z Downloaded http-body v1.0.1
6662025-08-29T21:19:36.370Z Downloaded httparse v1.9.5
6672025-08-29T21:19:36.370Z Downloaded hyper-tls v0.6.0
6682025-08-29T21:19:36.370Z Downloaded humantime v2.2.0
6692025-08-29T21:19:36.370Z Downloaded libefi-sys v0.1.0
6702025-08-29T21:19:36.370Z Downloaded hyper-staticfile v0.10.1
6712025-08-29T21:19:36.371Z Downloaded crossbeam-deque v0.8.5
6722025-08-29T21:19:36.371Z Downloaded lalrpop v0.19.12
6732025-08-29T21:19:36.371Z Downloaded smallvec v0.6.14
6742025-08-29T21:19:36.371Z Downloaded jobserver v0.1.32
6752025-08-29T21:19:36.371Z Downloaded critical-section v1.1.3
6762025-08-29T21:19:36.371Z Downloaded md5 v0.7.0
6772025-08-29T21:19:36.371Z Downloaded http-range v0.1.5
6782025-08-29T21:19:36.371Z Downloaded cookie_store v0.21.1
6792025-08-29T21:19:36.371Z Downloaded scrypt v0.11.0
6802025-08-29T21:19:36.371Z Downloaded lazycell v1.3.0
6812025-08-29T21:19:36.371Z Downloaded progenitor v0.8.0
6822025-08-29T21:19:36.371Z Downloaded lockfree-object-pool v0.1.6
6832025-08-29T21:19:36.371Z Downloaded progenitor-macro v0.8.0
6842025-08-29T21:19:36.371Z Downloaded console v0.15.10
6852025-08-29T21:19:36.371Z Downloaded cbc v0.1.2
6862025-08-29T21:19:36.371Z Downloaded progenitor-client v0.10.0
6872025-08-29T21:19:36.372Z Downloaded cargo_metadata v0.18.1
6882025-08-29T21:19:36.372Z Downloaded libscf-sys v1.1.0
6892025-08-29T21:19:36.372Z Downloaded bit-set v0.5.3
6902025-08-29T21:19:36.372Z Downloaded async-trait v0.1.88
6912025-08-29T21:19:36.372Z Downloaded ciborium v0.2.2
6922025-08-29T21:19:36.372Z Downloaded rustc-demangle v0.1.24
6932025-08-29T21:19:36.372Z Downloaded ipnet v2.11.0
6942025-08-29T21:19:36.372Z Downloaded linear-map v1.2.0
6952025-08-29T21:19:36.372Z Downloaded ipnetwork v0.21.1
6962025-08-29T21:19:36.372Z Downloaded salsa20 v0.10.2
6972025-08-29T21:19:36.372Z Downloaded tinyvec_macros v0.1.1
6982025-08-29T21:19:36.372Z Downloaded hex-literal v0.4.1
6992025-08-29T21:19:36.373Z Downloaded termios v0.3.3
7002025-08-29T21:19:36.373Z Downloaded signature v2.2.0
7012025-08-29T21:19:36.373Z Downloaded want v0.3.1
7022025-08-29T21:19:36.373Z Downloaded md-5 v0.10.6
7032025-08-29T21:19:36.373Z Downloaded maplit v1.0.2
7042025-08-29T21:19:36.373Z Downloaded litrs v0.4.1
7052025-08-29T21:19:36.373Z Downloaded spki v0.7.3
7062025-08-29T21:19:36.373Z Downloaded rand_seeder v0.4.0
7072025-08-29T21:19:36.373Z Downloaded strum_macros v0.27.1
7082025-08-29T21:19:36.373Z Downloaded waitgroup v0.1.2
7092025-08-29T21:19:36.373Z Downloaded vte_generate_state_changes v0.1.2
7102025-08-29T21:19:36.373Z Downloaded derive_builder_macro v0.20.2
7112025-08-29T21:19:36.373Z Downloaded darling_macro v0.21.0
7122025-08-29T21:19:36.373Z Downloaded rustc-hash v1.1.0
7132025-08-29T21:19:36.373Z Downloaded subtle v2.6.1
7142025-08-29T21:19:36.373Z Downloaded managed v0.8.0
7152025-08-29T21:19:36.373Z Downloaded termcolor v1.4.1
7162025-08-29T21:19:36.373Z Downloaded rustc_version v0.1.7
7172025-08-29T21:19:36.373Z Downloaded indexmap v1.9.3
7182025-08-29T21:19:36.373Z Downloaded foreign-types v0.3.2
7192025-08-29T21:19:36.373Z Downloaded tls_codec_derive v0.4.1
7202025-08-29T21:19:36.373Z Downloaded enum-as-inner v0.6.1
7212025-08-29T21:19:36.373Z Downloaded unicase v2.7.0
7222025-08-29T21:19:36.373Z Downloaded headers-core v0.3.0
7232025-08-29T21:19:36.373Z Downloaded memmap2 v0.9.5
7242025-08-29T21:19:36.373Z Downloaded number_prefix v0.4.0
7252025-08-29T21:19:36.373Z Downloaded tui-tree-widget v0.23.1
7262025-08-29T21:19:36.373Z Downloaded topological-sort v0.2.2
7272025-08-29T21:19:36.373Z Downloaded ingot-macros v0.1.1
7282025-08-29T21:19:36.373Z Downloaded num-derive v0.3.3
7292025-08-29T21:19:36.373Z Downloaded which v4.4.2
7302025-08-29T21:19:36.373Z Downloaded crc-any v2.5.0
7312025-08-29T21:19:36.373Z Downloaded zstd-safe v7.2.3
7322025-08-29T21:19:36.373Z Downloaded walkdir v2.5.0
7332025-08-29T21:19:36.373Z Downloaded opaque-debug v0.3.1
7342025-08-29T21:19:36.373Z Downloaded defmt v0.3.8
7352025-08-29T21:19:36.374Z Downloaded dirs-next v2.0.0
7362025-08-29T21:19:36.374Z Downloaded env_filter v0.1.2
7372025-08-29T21:19:36.785Z Downloaded packed_struct_codegen v0.10.1
7382025-08-29T21:19:36.785Z Downloaded string_cache v0.8.9
7392025-08-29T21:19:36.785Z Downloaded oso-derive v0.27.3
7402025-08-29T21:19:36.786Z Downloaded ignore v0.4.23
7412025-08-29T21:19:36.786Z Downloaded gethostname v0.5.0
7422025-08-29T21:19:36.786Z Downloaded ghash v0.5.1
7432025-08-29T21:19:36.786Z Downloaded float-cmp v0.10.0
7442025-08-29T21:19:36.786Z Downloaded support-bundle-viewer v0.1.2
7452025-08-29T21:19:36.786Z Downloaded futures-executor v0.3.31
7462025-08-29T21:19:36.786Z Downloaded slog-term v2.9.1
7472025-08-29T21:19:36.786Z Downloaded rcgen v0.12.1
7482025-08-29T21:19:36.786Z Downloaded futures-io v0.3.31
7492025-08-29T21:19:36.786Z Downloaded backtrace v0.3.74
7502025-08-29T21:19:36.786Z Downloaded vsss-rs v3.3.4
7512025-08-29T21:19:36.786Z Downloaded zone v0.3.1
7522025-08-29T21:19:36.786Z Downloaded jiff-static v0.2.15
7532025-08-29T21:19:36.786Z Downloaded serde_spanned v1.0.0
7542025-08-29T21:19:36.786Z Downloaded serde_plain v1.0.2
7552025-08-29T21:19:36.786Z Downloaded sync-ptr v0.1.4
7562025-08-29T21:19:36.786Z Downloaded base64 v0.13.1
7572025-08-29T21:19:36.786Z Downloaded oxide-tokio-rt v0.1.2
7582025-08-29T21:19:36.786Z Downloaded universal-hash v0.5.1
7592025-08-29T21:19:36.786Z Downloaded tower-layer v0.3.3
7602025-08-29T21:19:36.786Z Downloaded packed_struct v0.10.1
7612025-08-29T21:19:36.786Z Downloaded getrandom v0.2.15
7622025-08-29T21:19:36.786Z Downloaded untrusted v0.9.0
7632025-08-29T21:19:36.786Z Downloaded powerfmt v0.2.0
7642025-08-29T21:19:36.786Z Downloaded psl-types v2.0.11
7652025-08-29T21:19:36.787Z Downloaded rand v0.8.5
7662025-08-29T21:19:36.787Z Downloaded r2d2 v0.8.10
7672025-08-29T21:19:36.787Z Downloaded rfc6979 v0.4.0
7682025-08-29T21:19:36.787Z Downloaded serde-hex v0.1.0
7692025-08-29T21:19:36.787Z Downloaded xshell-macros v0.2.7
7702025-08-29T21:19:36.787Z Downloaded typify v0.4.1
7712025-08-29T21:19:36.787Z Downloaded rustc_version v0.4.1
7722025-08-29T21:19:36.787Z Downloaded zopfli v0.8.1
7732025-08-29T21:19:36.787Z Downloaded static_assertions v1.1.0
7742025-08-29T21:19:36.787Z Downloaded endian-type v0.1.2
7752025-08-29T21:19:36.787Z Downloaded miniz_oxide v0.8.5
7762025-08-29T21:19:36.787Z Downloaded path-slash v0.1.5
7772025-08-29T21:19:36.787Z Downloaded openssl-probe v0.1.5
7782025-08-29T21:19:36.787Z Downloaded derive_more v0.99.20
7792025-08-29T21:19:36.787Z Downloaded futures-sink v0.3.31
7802025-08-29T21:19:36.787Z Downloaded parse-display v0.10.0
7812025-08-29T21:19:36.787Z Downloaded tokio-tungstenite v0.23.1
7822025-08-29T21:19:36.787Z Downloaded pretty-hex v0.2.1
7832025-08-29T21:19:36.792Z Downloaded phf_shared v0.12.1
7842025-08-29T21:19:36.792Z Downloaded toml_datetime v0.7.0
7852025-08-29T21:19:36.792Z Downloaded poly1305 v0.8.0
7862025-08-29T21:19:36.792Z Downloaded precomputed-hash v0.1.1
7872025-08-29T21:19:36.793Z Downloaded quick-error v1.2.3
7882025-08-29T21:19:36.793Z Downloaded postcard v1.0.10
7892025-08-29T21:19:36.793Z Downloaded der_derive v0.7.3
7902025-08-29T21:19:36.793Z Downloaded curve25519-dalek-derive v0.1.1
7912025-08-29T21:19:36.793Z Downloaded serde_derive_internals v0.29.1
7922025-08-29T21:19:36.793Z Downloaded ctr v0.9.2
7932025-08-29T21:19:36.793Z Downloaded serde-big-array v0.5.1
7942025-08-29T21:19:36.793Z Downloaded fs-err v2.11.0
7952025-08-29T21:19:36.793Z Downloaded uuid v1.17.0
7962025-08-29T21:19:36.793Z Downloaded num v0.4.3
7972025-08-29T21:19:36.793Z Downloaded tap v1.0.1
7982025-08-29T21:19:36.803Z Downloaded funty v2.0.0
7992025-08-29T21:19:36.803Z Downloaded cc v1.2.30
8002025-08-29T21:19:36.803Z Downloaded try-lock v0.2.5
8012025-08-29T21:19:36.803Z Downloaded toml_parser v1.0.2
8022025-08-29T21:19:36.803Z Downloaded tokio-rustls v0.24.1
8032025-08-29T21:19:36.803Z Downloaded tabwriter v1.4.0
8042025-08-29T21:19:36.803Z Downloaded postgres-protocol v0.6.8
8052025-08-29T21:19:36.803Z Downloaded parking_lot v0.11.2
8062025-08-29T21:19:36.803Z Downloaded void v1.0.2
8072025-08-29T21:19:36.803Z Downloaded tokio-macros v2.5.0
8082025-08-29T21:19:36.803Z Downloaded hyper-util v0.1.16
8092025-08-29T21:19:36.803Z Downloaded diesel_table_macro_syntax v0.2.0
8102025-08-29T21:19:36.803Z Downloaded derive_builder_core v0.20.2
8112025-08-29T21:19:36.803Z Downloaded progenitor-macro v0.9.1
8122025-08-29T21:19:36.804Z Downloaded hickory-resolver v0.25.2
8132025-08-29T21:19:36.804Z Downloaded scopeguard v1.2.0
8142025-08-29T21:19:36.804Z Downloaded schemars_derive v0.8.22
8152025-08-29T21:19:36.804Z Downloaded rustls-pemfile v1.0.4
8162025-08-29T21:19:36.804Z Downloaded openssl-macros v0.1.1
8172025-08-29T21:19:36.804Z Downloaded newline-converter v0.3.0
8182025-08-29T21:19:36.804Z Downloaded new_debug_unreachable v1.0.6
8192025-08-29T21:19:36.804Z Downloaded simd-adler32 v0.3.7
8202025-08-29T21:19:36.804Z Downloaded slog-scope v4.4.0
8212025-08-29T21:19:36.804Z Downloaded slog-json v2.6.1
8222025-08-29T21:19:36.804Z Downloaded parking_lot_core v0.9.10
8232025-08-29T21:19:36.804Z Downloaded peg-runtime v0.8.5
8242025-08-29T21:19:36.804Z Downloaded nodrop v0.1.14
8252025-08-29T21:19:36.804Z Downloaded env_logger v0.11.5
8262025-08-29T21:19:36.804Z Downloaded sigpipe v0.1.3
8272025-08-29T21:19:36.804Z Downloaded tokio-native-tls v0.3.1
8282025-08-29T21:19:36.804Z Downloaded futures-channel v0.3.31
8292025-08-29T21:19:36.804Z Downloaded radium v0.7.0
8302025-08-29T21:19:36.804Z Downloaded zeroize_derive v1.4.2
8312025-08-29T21:19:36.804Z Downloaded zerocopy v0.6.6
8322025-08-29T21:19:36.804Z Downloaded diesel-dtrace v0.4.2
8332025-08-29T21:19:36.805Z Downloaded elliptic-curve v0.13.8
8342025-08-29T21:19:36.805Z Downloaded tower-service v0.3.3
8352025-08-29T21:19:36.805Z Downloaded serde_cbor v0.11.2
8362025-08-29T21:19:36.805Z Downloaded derive_more v2.0.1
8372025-08-29T21:19:36.805Z Downloaded fallible-iterator v0.2.0
8382025-08-29T21:19:36.805Z Downloaded hickory-server v0.25.2
8392025-08-29T21:19:36.805Z Downloaded spin v0.9.8
8402025-08-29T21:19:36.805Z Downloaded pkg-config v0.3.31
8412025-08-29T21:19:36.805Z Downloaded peg v0.8.5
8422025-08-29T21:19:36.805Z Downloaded pin-utils v0.1.0
8432025-08-29T21:19:36.805Z Downloaded strum_macros v0.24.3
8442025-08-29T21:19:36.805Z Downloaded rand_xorshift v0.4.0
8452025-08-29T21:19:36.805Z Downloaded newtype-uuid v1.2.4
8462025-08-29T21:19:36.805Z Downloaded papergrid v0.14.0
8472025-08-29T21:19:36.805Z Downloaded whoami v1.5.2
8482025-08-29T21:19:36.805Z Downloaded shell-words v1.1.0
8492025-08-29T21:19:36.805Z Downloaded unsafe-libyaml v0.2.11
8502025-08-29T21:19:36.805Z Downloaded slab v0.4.9
8512025-08-29T21:19:36.805Z Downloaded iddqd v0.3.9
8522025-08-29T21:19:36.805Z Downloaded sqlparser_derive v0.2.2
8532025-08-29T21:19:36.805Z Downloaded tokio-tungstenite v0.21.0
8542025-08-29T21:19:36.805Z Downloaded tokio-dtrace v0.1.0
8552025-08-29T21:19:36.805Z Downloaded supports-color v3.0.2
8562025-08-29T21:19:36.805Z Downloaded glob v0.3.2
8572025-08-29T21:19:36.805Z Downloaded num-bigint v0.4.6
8582025-08-29T21:19:36.805Z Downloaded flate2 v1.1.2
8592025-08-29T21:19:36.805Z Downloaded defmt-parser v0.3.4
8602025-08-29T21:19:36.806Z Downloaded dunce v1.0.5
8612025-08-29T21:19:36.806Z Downloaded dsl_auto_type v0.1.2
8622025-08-29T21:19:36.809Z Downloaded foldhash v0.1.5
8632025-08-29T21:19:36.810Z Downloaded xz2 v0.1.7
8642025-08-29T21:19:36.810Z Downloaded parse-display-derive v0.10.0
8652025-08-29T21:19:36.810Z Downloaded unicode-properties v0.1.3
8662025-08-29T21:19:36.810Z Downloaded fd-lock v4.0.2
8672025-08-29T21:19:36.810Z Downloaded predicates-tree v1.0.12
8682025-08-29T21:19:36.810Z Downloaded predicates-core v1.0.8
8692025-08-29T21:19:36.810Z Downloaded zerocopy-derive v0.8.26
8702025-08-29T21:19:36.810Z Downloaded num_threads v0.1.7
8712025-08-29T21:19:36.810Z Downloaded strum v0.26.3
8722025-08-29T21:19:36.810Z Downloaded rand_core v0.6.4
8732025-08-29T21:19:36.810Z Downloaded sync_wrapper v1.0.1
8742025-08-29T21:19:36.810Z Downloaded slog-stdlog v4.1.1
8752025-08-29T21:19:36.810Z Downloaded fatfs v0.3.6
8762025-08-29T21:19:36.810Z Downloaded crucible-workspace-hack v0.1.0
8772025-08-29T21:19:36.810Z Downloaded defmt-macros v0.3.9
8782025-08-29T21:19:36.810Z Downloaded pkcs8 v0.10.2
8792025-08-29T21:19:36.811Z Downloaded ff v0.13.0
8802025-08-29T21:19:36.811Z Downloaded parking_lot_core v0.8.6
8812025-08-29T21:19:36.811Z Downloaded predicates v3.1.3
8822025-08-29T21:19:36.811Z Downloaded filetime v0.2.25
8832025-08-29T21:19:36.811Z Downloaded multimap v0.10.1
8842025-08-29T21:19:36.811Z Downloaded time-core v0.1.2
8852025-08-29T21:19:36.811Z Downloaded num_enum_derive v0.5.11
8862025-08-29T21:19:36.811Z Downloaded rand_chacha v0.9.0
8872025-08-29T21:19:36.811Z Downloaded slog v2.7.0
8882025-08-29T21:19:36.811Z Downloaded blake3 v1.5.4
8892025-08-29T21:19:36.811Z Downloaded foreign-types-shared v0.3.1
8902025-08-29T21:19:36.811Z Downloaded time-macros v0.2.18
8912025-08-29T21:19:36.811Z Downloaded snafu-derive v0.8.5
8922025-08-29T21:19:36.811Z Downloaded value-bag v1.9.0
8932025-08-29T21:19:36.811Z Downloaded unicode-truncate v1.1.0
8942025-08-29T21:19:36.811Z Downloaded typify v0.3.0
8952025-08-29T21:19:36.811Z Downloaded dyn-clone v1.0.20
8962025-08-29T21:19:36.812Z Downloaded progenitor-client v0.9.1
8972025-08-29T21:19:36.812Z Downloaded toml_edit v0.19.15
8982025-08-29T21:19:36.820Z Downloaded crunchy v0.2.2
8992025-08-29T21:19:36.820Z Downloaded fxhash v0.2.1
9002025-08-29T21:19:36.820Z Downloaded foreign-types-shared v0.1.1
9012025-08-29T21:19:36.820Z Downloaded same-file v1.0.6
9022025-08-29T21:19:36.820Z Downloaded phf v0.12.1
9032025-08-29T21:19:36.820Z Downloaded progenitor-client v0.8.0
9042025-08-29T21:19:36.820Z Downloaded group v0.13.0
9052025-08-29T21:19:36.820Z Downloaded futures-task v0.3.31
9062025-08-29T21:19:36.820Z Downloaded serde_yaml v0.9.34+deprecated
9072025-08-29T21:19:36.820Z Downloaded xattr v1.3.1
9082025-08-29T21:19:36.820Z Downloaded pin-project v1.1.6
9092025-08-29T21:19:36.820Z Downloaded parse-size v1.1.0
9102025-08-29T21:19:36.820Z Downloaded ed25519 v2.2.3
9112025-08-29T21:19:36.820Z Downloaded daft v0.1.4
9122025-08-29T21:19:36.820Z Downloaded tiny-keccak v2.0.2
9132025-08-29T21:19:36.820Z Downloaded thiserror-impl-no-std v2.0.2
9142025-08-29T21:19:36.821Z Downloaded tokio-stream v0.1.17
9152025-08-29T21:19:36.821Z Downloaded rusty-fork v0.3.0
9162025-08-29T21:19:36.821Z Downloaded proc-macro-error-attr2 v2.0.0
9172025-08-29T21:19:36.821Z Downloaded tower v0.5.2
9182025-08-29T21:19:36.821Z Downloaded ecdsa v0.16.9
9192025-08-29T21:19:36.821Z Downloaded oso v0.27.3
9202025-08-29T21:19:36.821Z Downloaded progenitor-impl v0.10.0
9212025-08-29T21:19:36.821Z Downloaded num-integer v0.1.46
9222025-08-29T21:19:36.821Z Downloaded slog-dtrace v0.3.0
9232025-08-29T21:19:36.821Z Downloaded zip v0.6.6
9242025-08-29T21:19:36.822Z Downloaded signal-hook-registry v1.4.2
9252025-08-29T21:19:36.822Z Downloaded signal-hook-mio v0.2.4
9262025-08-29T21:19:36.822Z Downloaded shlex v1.3.0
9272025-08-29T21:19:36.822Z Downloaded structmeta v0.3.0
9282025-08-29T21:19:36.822Z Downloaded pem v3.0.5
9292025-08-29T21:19:36.822Z Downloaded aws-lc-rs v1.12.4
9302025-08-29T21:19:36.822Z Downloaded thiserror-no-std v2.0.2
9312025-08-29T21:19:36.822Z Downloaded ssh-cipher v0.2.0
9322025-08-29T21:19:36.822Z Downloaded slog-async v2.8.0
9332025-08-29T21:19:36.822Z Downloaded tokio-postgres v0.7.13
9342025-08-29T21:19:36.822Z Downloaded num_enum v0.5.11
9352025-08-29T21:19:36.822Z Downloaded primeorder v0.13.6
9362025-08-29T21:19:36.822Z Downloaded twox-hash v2.1.0
9372025-08-29T21:19:36.822Z Downloaded p521 v0.13.3
9382025-08-29T21:19:36.840Z Downloaded password-hash v0.5.0
9392025-08-29T21:19:36.840Z Downloaded darling v0.20.10
9402025-08-29T21:19:36.840Z Downloaded crypto-bigint v0.5.5
9412025-08-29T21:19:36.840Z Downloaded derive-ex v0.1.8
9422025-08-29T21:19:36.840Z Downloaded daft-derive v0.1.4
9432025-08-29T21:19:36.845Z Downloaded password-hash v0.4.2
9442025-08-29T21:19:36.845Z Downloaded bindgen v0.69.5
9452025-08-29T21:19:36.855Z Downloaded prettyplease v0.2.36
9462025-08-29T21:19:36.855Z Downloaded num-iter v0.1.45
9472025-08-29T21:19:36.859Z Downloaded progenitor-impl v0.9.1
9482025-08-29T21:19:36.859Z Downloaded expectorate v1.2.0
9492025-08-29T21:19:36.859Z Downloaded bitvec v1.0.1
9502025-08-29T21:19:36.871Z Downloaded unicode_categories v0.1.1
9512025-08-29T21:19:36.874Z Downloaded tracing v0.1.40
9522025-08-29T21:19:36.878Z Downloaded salty v0.3.0
9532025-08-29T21:19:36.884Z Downloaded diff v0.1.13
9542025-08-29T21:19:36.888Z Downloaded signal-hook v0.3.18
9552025-08-29T21:19:36.891Z Downloaded unicode-bidi v0.3.17
9562025-08-29T21:19:36.894Z Downloaded unicode-normalization v0.1.24
9572025-08-29T21:19:36.897Z Downloaded quick-xml v0.37.2
9582025-08-29T21:19:36.911Z Downloaded bindgen v0.71.1
9592025-08-29T21:19:36.914Z Downloaded serde_with v3.14.0
9602025-08-29T21:19:36.923Z Downloaded hashbrown v0.12.3
9612025-08-29T21:19:36.927Z Downloaded chrono v0.4.41
9622025-08-29T21:19:36.938Z Downloaded winnow v0.5.40
9632025-08-29T21:19:36.951Z Downloaded rand v0.9.2
9642025-08-29T21:19:36.954Z Downloaded regex v1.11.1
9652025-08-29T21:19:36.960Z Downloaded ed25519-dalek v2.1.1
9662025-08-29T21:19:36.963Z Downloaded typed-path v0.9.3
9672025-08-29T21:19:36.968Z Downloaded der v0.7.9
9682025-08-29T21:19:36.974Z Downloaded x509-cert v0.2.5
9692025-08-29T21:19:36.980Z Downloaded time v0.3.36
9702025-08-29T21:19:36.988Z Downloaded rustyline v14.0.0
9712025-08-29T21:19:36.998Z Downloaded moka v0.12.10
9722025-08-29T21:19:37.009Z Downloaded winnow v0.6.26
9732025-08-29T21:19:37.014Z Downloaded webpki-roots v1.0.1
9742025-08-29T21:19:37.018Z Downloaded unicode-segmentation v1.12.0
9752025-08-29T21:19:37.020Z Downloaded sqlparser v0.45.0
9762025-08-29T21:19:37.026Z Downloaded tabled v0.18.0
9772025-08-29T21:19:37.045Z Downloaded crossterm v0.29.0
9782025-08-29T21:19:37.049Z Downloaded p384 v0.13.0
9792025-08-29T21:19:37.055Z Downloaded rustls-webpki v0.101.7
9802025-08-29T21:19:37.071Z Downloaded git2 v0.19.0
9812025-08-29T21:19:37.079Z Downloaded polar-core v0.27.3
9822025-08-29T21:19:37.087Z Downloaded rustls-webpki v0.102.8
9832025-08-29T21:19:37.107Z Downloaded futures-util v0.3.31
9842025-08-29T21:19:37.118Z Downloaded bstr v1.10.0
9852025-08-29T21:19:37.127Z Downloaded nix v0.29.0
9862025-08-29T21:19:37.139Z Downloaded regex-syntax v0.8.5
9872025-08-29T21:19:37.146Z Downloaded openapiv3 v2.2.0
9882025-08-29T21:19:37.157Z Downloaded petname v2.0.2
9892025-08-29T21:19:37.166Z Downloaded smoltcp v0.9.1
9902025-08-29T21:19:37.173Z Downloaded h2 v0.4.6
9912025-08-29T21:19:37.178Z Downloaded reqwest v0.12.22
9922025-08-29T21:19:37.185Z Downloaded vcpkg v0.2.15
9932025-08-29T21:19:37.223Z Downloaded curve25519-dalek v4.1.3
9942025-08-29T21:19:37.233Z Downloaded smoltcp v0.11.0
9952025-08-29T21:19:37.246Z Downloaded hickory-proto v0.24.4
9962025-08-29T21:19:37.262Z Downloaded object v0.30.4
9972025-08-29T21:19:37.270Z Downloaded nix v0.27.1
9982025-08-29T21:19:37.281Z Downloaded openssl v0.10.73
9992025-08-29T21:19:37.291Z Downloaded gimli v0.31.1
10002025-08-29T21:19:37.299Z Downloaded typify-impl v0.2.0
10012025-08-29T21:19:37.313Z Downloaded sled v0.34.7
10022025-08-29T21:19:37.324Z Downloaded object v0.36.5
10032025-08-29T21:19:37.335Z Downloaded rustls v0.23.19
10042025-08-29T21:19:37.346Z Downloaded typify-impl v0.4.1
10052025-08-29T21:19:37.393Z Downloaded regex-automata v0.4.8
10062025-08-29T21:19:37.409Z Downloaded ratatui v0.29.0
10072025-08-29T21:19:37.409Z Downloaded bzip2-sys v0.1.13+1.0.8
10082025-08-29T21:19:37.418Z Downloaded rustls v0.22.4
10092025-08-29T21:19:37.421Z Downloaded zerocopy-derive v0.6.6
10102025-08-29T21:19:37.428Z Downloaded typify-impl v0.3.0
10112025-08-29T21:19:37.442Z Downloaded chrono-tz v0.10.4
10122025-08-29T21:19:37.458Z Downloaded regress v0.10.4
10132025-08-29T21:19:37.466Z Downloaded nix v0.30.1
10142025-08-29T21:19:37.477Z Downloaded diesel v2.2.12
10152025-08-29T21:19:37.495Z Downloaded dropshot v0.16.3
10162025-08-29T21:19:37.515Z Downloaded petgraph v0.6.5
10172025-08-29T21:19:37.532Z Downloaded sha3 v0.10.8
10182025-08-29T21:19:37.536Z Downloaded jiff v0.2.15
10192025-08-29T21:19:37.553Z Downloaded rustls v0.21.12
10202025-08-29T21:19:37.561Z Downloaded petgraph v0.8.2
10212025-08-29T21:19:37.580Z Downloaded zerocopy v0.8.26
10222025-08-29T21:19:38.006Z Downloaded nix v0.28.0
10232025-08-29T21:19:38.010Z Downloaded lzma-sys v0.1.20
10242025-08-29T21:19:38.010Z Downloaded proptest v1.7.0
10252025-08-29T21:19:38.010Z Downloaded regex-syntax v0.6.29
10262025-08-29T21:19:38.010Z Downloaded reedline v0.40.0
10272025-08-29T21:19:38.010Z Downloaded rayon v1.10.0
10282025-08-29T21:19:38.010Z Downloaded nom v7.1.3
10292025-08-29T21:19:38.010Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10302025-08-29T21:19:38.010Z Downloaded libz-sys v1.1.20
10312025-08-29T21:19:38.010Z Downloaded tokio v1.47.0
10322025-08-29T21:19:38.010Z Downloaded zip v4.2.0
10332025-08-29T21:19:38.010Z Downloaded radix_trie v0.2.1
10342025-08-29T21:19:38.010Z Downloaded pretty_assertions v1.4.1
10352025-08-29T21:19:38.010Z Downloaded portable-atomic v1.11.0
10362025-08-29T21:19:38.011Z Downloaded zlib-rs v0.5.1
10372025-08-29T21:19:38.011Z Downloaded quinn-proto v0.11.8
10382025-08-29T21:19:38.011Z Downloaded progenitor-impl v0.8.0
10392025-08-29T21:19:38.011Z Downloaded serde_with_macros v3.14.0
10402025-08-29T21:19:38.011Z Downloaded proc-macro-crate v1.3.1
10412025-08-29T21:19:38.011Z Downloaded phf v0.11.2
10422025-08-29T21:19:38.011Z Downloaded num-bigint-dig v0.8.4
10432025-08-29T21:19:38.011Z Downloaded csv v1.3.1
10442025-08-29T21:19:38.011Z Downloaded wyz v0.5.1
10452025-08-29T21:19:38.011Z Downloaded resolv-conf v0.7.0
10462025-08-29T21:19:38.011Z Downloaded darling v0.21.0
10472025-08-29T21:19:38.011Z Downloaded flume v0.11.1
10482025-08-29T21:19:38.011Z Downloaded structmeta-derive v0.3.0
10492025-08-29T21:19:38.011Z Downloaded deranged v0.3.11
10502025-08-29T21:19:38.011Z Downloaded pem-rfc7468 v0.7.0
10512025-08-29T21:19:38.011Z Downloaded tokio-rustls v0.26.0
10522025-08-29T21:19:38.011Z Downloaded tokio-rustls v0.25.0
10532025-08-29T21:19:38.011Z Downloaded tungstenite v0.23.0
10542025-08-29T21:19:38.011Z Downloaded snafu v0.8.5
10552025-08-29T21:19:38.012Z Downloaded either v1.15.0
10562025-08-29T21:19:38.012Z Downloaded yansi v1.0.1
10572025-08-29T21:19:38.012Z Downloaded progenitor v0.10.0
10582025-08-29T21:19:38.012Z Downloaded rand_chacha v0.3.1
10592025-08-29T21:19:38.012Z Downloaded rustls-pki-types v1.10.0
10602025-08-29T21:19:38.012Z Downloaded socket2 v0.5.10
10612025-08-29T21:19:38.012Z Downloaded omicron-zone-package v0.12.2
10622025-08-29T21:19:38.012Z Downloaded tower-http v0.6.6
10632025-08-29T21:19:38.012Z Downloaded tokio-util v0.7.15
10642025-08-29T21:19:38.012Z Downloaded ssh-key v0.6.6
10652025-08-29T21:19:38.012Z Downloaded thread_local v1.1.8
10662025-08-29T21:19:38.012Z Downloaded openssl-sys v0.9.109
10672025-08-29T21:19:38.012Z Downloaded diesel_derives v2.2.3
10682025-08-29T21:19:38.012Z Downloaded rpassword v7.4.0
10692025-08-29T21:19:38.012Z Downloaded publicsuffix v2.3.0
10702025-08-29T21:19:38.012Z Downloaded vergen v8.3.2
10712025-08-29T21:19:38.012Z Downloaded tracing-core v0.1.32
10722025-08-29T21:19:38.012Z Downloaded smf v0.2.3
10732025-08-29T21:19:38.012Z Downloaded rustversion v1.0.17
10742025-08-29T21:19:38.012Z Downloaded uzers v0.12.1
10752025-08-29T21:19:38.012Z Downloaded tracing-attributes v0.1.27
10762025-08-29T21:19:38.012Z Downloaded rand_core v0.9.3
10772025-08-29T21:19:38.012Z Downloaded russh v0.45.0
10782025-08-29T21:19:38.012Z Downloaded itertools v0.13.0
10792025-08-29T21:19:38.013Z Downloaded tough v0.20.0
10802025-08-29T21:19:38.013Z Downloaded encoding_rs v0.8.34
10812025-08-29T21:19:38.013Z Downloaded darling_core v0.21.0
10822025-08-29T21:19:38.013Z Downloaded darling_core v0.20.10
10832025-08-29T21:19:38.013Z Downloaded iri-string v0.7.8
10842025-08-29T21:19:38.013Z Downloaded fixedbitset v0.5.7
10852025-08-29T21:19:38.013Z Downloaded ron v0.7.1
10862025-08-29T21:19:38.013Z Downloaded nu-ansi-term v0.50.1
10872025-08-29T21:19:38.013Z Downloaded xshell v0.2.7
10882025-08-29T21:19:38.013Z Downloaded toml v0.7.8
10892025-08-29T21:19:38.013Z Downloaded pkcs1 v0.7.5
10902025-08-29T21:19:38.013Z Downloaded ring v0.17.14
10912025-08-29T21:19:38.013Z Downloaded socket2 v0.6.0
10922025-08-29T21:19:38.013Z Downloaded schemars v0.8.22
10932025-08-29T21:19:38.013Z Downloaded ref-cast-impl v1.0.24
10942025-08-29T21:19:38.013Z Downloaded ref-cast v1.0.24
10952025-08-29T21:19:38.013Z Downloaded ron v0.8.1
10962025-08-29T21:19:38.013Z Downloaded rayon-core v1.12.1
10972025-08-29T21:19:38.013Z Downloaded zeroize v1.8.1
10982025-08-29T21:19:38.021Z Downloaded yasna v0.5.2
10992025-08-29T21:19:38.021Z Downloaded typify v0.2.0
11002025-08-29T21:19:38.021Z Downloaded libgit2-sys v0.17.0+1.8.1
11012025-08-29T21:19:38.065Z Downloaded globwalk v0.9.1
11022025-08-29T21:19:38.081Z Downloaded similar v2.7.0
11032025-08-29T21:19:38.084Z Downloaded pin-project-internal v1.1.6
11042025-08-29T21:19:38.084Z Downloaded derive-where v1.5.0
11052025-08-29T21:19:38.084Z Downloaded prefix-trie v0.7.0
11062025-08-29T21:19:38.084Z Downloaded samael v0.0.19
11072025-08-29T21:19:38.084Z Downloaded slog-bunyan v2.5.0
11082025-08-29T21:19:38.089Z Downloaded olpc-cjson v0.1.4
11092025-08-29T21:19:38.089Z Downloaded signal-hook-tokio v0.3.1
11102025-08-29T21:19:38.089Z Downloaded hash32 v0.3.1
11112025-08-29T21:19:38.094Z Downloaded normalize-line-endings v0.3.0
11122025-08-29T21:19:38.094Z Downloaded native-tls v0.2.12
11132025-08-29T21:19:38.094Z Downloaded nanorand v0.7.0
11142025-08-29T21:19:38.094Z Downloaded derive_more-impl v2.0.1
11152025-08-29T21:19:38.099Z Downloaded heapless v0.7.17
11162025-08-29T21:19:38.102Z Downloaded hashbrown v0.13.2
11172025-08-29T21:19:38.105Z Downloaded darling_macro v0.20.10
11182025-08-29T21:19:38.105Z Downloaded peg-macros v0.8.5
11192025-08-29T21:19:38.107Z Downloaded float-ord v0.3.2
11202025-08-29T21:19:38.516Z Downloaded difflib v0.4.0
11212025-08-29T21:19:38.516Z Downloaded pkcs5 v0.7.1
11222025-08-29T21:19:38.516Z Downloaded strum_macros v0.26.4
11232025-08-29T21:19:38.520Z Downloaded strum v0.27.2
11242025-08-29T21:19:38.520Z Downloaded ssh-encoding v0.2.0
11252025-08-29T21:19:38.520Z Downloaded proc-macro-error2 v2.0.1
11262025-08-29T21:19:38.520Z Downloaded rsa v0.9.6
11272025-08-29T21:19:38.520Z Downloaded quinn v0.11.5
11282025-08-29T21:19:38.520Z Downloaded test-strategy v0.4.3
11292025-08-29T21:19:38.520Z Downloaded itertools v0.12.1
11302025-08-29T21:19:38.520Z Downloaded paste v1.0.15
11312025-08-29T21:19:38.520Z Downloaded embedded-io v0.6.1
11322025-08-29T21:19:38.520Z Downloaded ena v0.14.3
11332025-08-29T21:19:38.520Z Downloaded embedded-io v0.4.0
11342025-08-29T21:19:38.520Z Downloaded rustls-pemfile v2.2.0
11352025-08-29T21:19:38.520Z Downloaded rustls-native-certs v0.8.1
11362025-08-29T21:19:38.520Z Downloaded futures v0.3.31
11372025-08-29T21:19:38.520Z Downloaded des v0.8.1
11382025-08-29T21:19:38.520Z Downloaded mio v1.0.2
11392025-08-29T21:19:38.520Z Downloaded p256 v0.13.2
11402025-08-29T21:19:38.520Z Downloaded libm v0.2.8
11412025-08-29T21:19:38.520Z Downloaded num-complex v0.4.6
11422025-08-29T21:19:38.520Z Downloaded fs_extra v1.3.0
11432025-08-29T21:19:38.520Z Downloaded minimal-lexical v0.2.1
11442025-08-29T21:19:38.520Z Downloaded progenitor-macro v0.10.0
11452025-08-29T21:19:38.521Z Downloaded progenitor v0.9.1
11462025-08-29T21:19:38.521Z Downloaded cstr-argument v0.1.2
11472025-08-29T21:19:38.521Z Downloaded derive_builder v0.20.2
11482025-08-29T21:19:38.521Z Downloaded csv-core v0.1.11
11492025-08-29T21:19:38.521Z Downloaded headers v0.4.1
11502025-08-29T21:19:38.521Z Downloaded hickory-resolver v0.24.4
11512025-08-29T21:19:38.521Z Downloaded hickory-proto v0.25.2
11522025-08-29T21:19:38.521Z Downloaded tabled_derive v0.10.0
11532025-08-29T21:19:38.521Z Downloaded pbkdf2 v0.12.2
11542025-08-29T21:19:38.521Z Downloaded pbkdf2 v0.11.0
11552025-08-29T21:19:38.521Z Downloaded nibble_vec v0.1.0
11562025-08-29T21:19:38.521Z Downloaded futures-macro v0.3.31
11572025-08-29T21:19:38.521Z Downloaded parking_lot v0.12.3
11582025-08-29T21:19:38.521Z Downloaded itertools v0.10.5
11592025-08-29T21:19:38.521Z Downloaded base64 v0.22.1
11602025-08-29T21:19:38.521Z Downloaded sqlformat v0.3.5
11612025-08-29T21:19:38.521Z Downloaded flagset v0.4.6
11622025-08-29T21:19:38.521Z Downloaded steno v0.4.1
11632025-08-29T21:19:38.521Z Downloaded tungstenite v0.21.0
11642025-08-29T21:19:38.521Z Downloaded untrusted v0.7.1
11652025-08-29T21:19:38.521Z Downloaded qorb v0.4.1
11662025-08-29T21:19:38.521Z Downloaded bumpalo v3.16.0
11672025-08-29T21:19:38.521Z Downloaded phf_shared v0.11.2
11682025-08-29T21:19:38.521Z Downloaded postgres-types v0.2.9
11692025-08-29T21:19:38.521Z Downloaded pin-project-lite v0.2.14
11702025-08-29T21:19:38.521Z Downloaded futures-core v0.3.31
11712025-08-29T21:19:38.521Z Downloaded tagptr v0.2.0
11722025-08-29T21:19:38.521Z Downloaded strip-ansi-escapes v0.2.0
11732025-08-29T21:19:38.521Z Downloaded owo-colors v4.2.2
11742025-08-29T21:19:38.521Z Downloaded http v1.3.1
11752025-08-29T21:19:38.521Z Downloaded subprocess v0.2.9
11762025-08-29T21:19:38.522Z Downloaded hyper v1.6.0
11772025-08-29T21:19:38.522Z Downloaded newtype_derive v0.1.6
11782025-08-29T21:19:38.522Z Downloaded serde_urlencoded v0.7.1
11792025-08-29T21:19:38.522Z Downloaded serde_repr v0.1.19
11802025-08-29T21:19:38.522Z Downloaded serde_path_to_error v0.1.17
11812025-08-29T21:19:38.522Z Downloaded rtoolbox v0.0.2
11822025-08-29T21:19:38.522Z Downloaded num-derive v0.4.2
11832025-08-29T21:19:38.522Z Downloaded num-conv v0.1.0
11842025-08-29T21:19:38.522Z Downloaded base64 v0.21.7
11852025-08-29T21:19:38.522Z Downloaded serde_bytes v0.11.17
11862025-08-29T21:19:38.522Z Downloaded indicatif v0.18.0
11872025-08-29T21:19:38.522Z Downloaded num-rational v0.4.2
11882025-08-29T21:19:38.522Z Downloaded vte v0.11.1
11892025-08-29T21:19:38.522Z Downloaded crossbeam-channel v0.5.15
11902025-08-29T21:19:38.522Z Downloaded quinn-udp v0.5.5
11912025-08-29T21:19:38.522Z Downloaded ppv-lite86 v0.2.20
11922025-08-29T21:19:38.522Z Downloaded toml v0.9.5
11932025-08-29T21:19:38.522Z Downloaded heapless v0.8.0
11942025-08-29T21:19:38.522Z Downloaded polyval v0.6.2
11952025-08-29T21:19:38.522Z Downloaded indicatif v0.17.11
11962025-08-29T21:19:38.522Z Downloaded tinyvec v1.8.0
11972025-08-29T21:19:38.522Z Downloaded unit-prefix v0.5.1
11982025-08-29T21:19:38.522Z Downloaded termtree v0.5.1
11992025-08-29T21:19:38.522Z Downloaded take_mut v0.2.2
12002025-08-29T21:19:38.522Z Downloaded env_logger v0.10.2
12012025-08-29T21:19:38.522Z Downloaded dropshot_endpoint v0.16.3
12022025-08-29T21:19:38.522Z Downloaded oxnet v0.1.3
12032025-08-29T21:19:38.522Z Downloaded tar v0.4.44
12042025-08-29T21:19:38.522Z Downloaded zstd v0.13.3
12052025-08-29T21:19:38.522Z Downloaded hickory-client v0.25.2
12062025-08-29T21:19:38.522Z Downloaded foreign-types-macros v0.2.3
12072025-08-29T21:19:38.522Z Downloaded foreign-types v0.5.0
12082025-08-29T21:19:38.522Z Downloaded fixedbitset v0.4.2
12092025-08-29T21:19:38.522Z Downloaded document-features v0.2.11
12102025-08-29T21:19:38.523Z Downloaded display-error-chain v0.2.2
12112025-08-29T21:19:38.523Z Downloaded dirs-sys-next v0.1.2
12122025-08-29T21:19:38.523Z Downloaded term v0.7.0
12132025-08-29T21:19:38.523Z Downloaded slog-envlogger v2.2.0
12142025-08-29T21:19:38.523Z Downloaded russh-keys v0.45.0
12152025-08-29T21:19:38.523Z Downloaded const_format v0.2.34
12162025-08-29T21:19:38.523Z Downloaded zone_cfg_derive v0.3.0
12172025-08-29T21:19:38.523Z Downloaded debug-ignore v1.0.5
12182025-08-29T21:19:38.523Z Downloaded data-encoding v2.9.0
12192025-08-29T21:19:38.523Z Downloaded wait-timeout v0.2.0
12202025-08-29T21:19:38.523Z Downloaded siphasher v1.0.1
12212025-08-29T21:19:38.523Z Downloaded mime_guess v2.0.5
12222025-08-29T21:19:38.523Z Downloaded utf-8 v0.7.6
12232025-08-29T21:19:38.528Z Downloaded multer v3.1.0
12242025-08-29T21:19:38.528Z Downloaded impl-trait-for-tuples v0.2.2
12252025-08-29T21:19:38.528Z Downloaded hex v0.4.3
12262025-08-29T21:19:38.528Z Downloaded half v2.4.1
12272025-08-29T21:19:38.528Z Downloaded half v1.8.3
12282025-08-29T21:19:38.528Z Downloaded unarray v0.1.4
12292025-08-29T21:19:38.528Z Downloaded typify-macro v0.4.1
12302025-08-29T21:19:38.528Z Downloaded typify-macro v0.3.0
12312025-08-29T21:19:38.528Z Downloaded typify-macro v0.2.0
12322025-08-29T21:19:38.528Z Downloaded toml_writer v1.0.2
12332025-08-29T21:19:38.528Z Downloaded sct v0.7.1
12342025-08-29T21:19:38.528Z Downloaded iana-time-zone v0.1.63
12352025-08-29T21:19:38.528Z Downloaded crc32fast v1.4.2
12362025-08-29T21:19:38.528Z Downloaded tls_codec v0.4.1
12372025-08-29T21:19:38.528Z Downloaded stringprep v0.1.5
12382025-08-29T21:19:38.528Z Downloaded cookie v0.18.1
12392025-08-29T21:19:38.528Z Downloaded crossbeam-utils v0.8.21
12402025-08-29T21:19:38.528Z Downloaded zone v0.1.8
12412025-08-29T21:19:38.529Z Downloaded siphasher v0.3.11
12422025-08-29T21:19:38.529Z Downloaded semver v0.1.20
12432025-08-29T21:19:38.529Z Downloaded secrecy v0.10.3
12442025-08-29T21:19:38.529Z Downloaded sec1 v0.7.3
12452025-08-29T21:19:38.529Z Downloaded scheduled-thread-pool v0.2.7
12462025-08-29T21:19:38.529Z Downloaded rustc-hash v2.1.1
12472025-08-29T21:19:38.529Z Downloaded compact_str v0.8.0
12482025-08-29T21:19:38.529Z Downloaded chacha20poly1305 v0.10.1
12492025-08-29T21:19:38.529Z Downloaded zone_cfg_derive v0.1.2
12502025-08-29T21:19:38.529Z Downloaded secrecy v0.8.0
12512025-08-29T21:19:38.529Z Downloaded maybe-uninit v2.0.0
12522025-08-29T21:19:38.529Z Downloaded libsw v3.5.0
12532025-08-29T21:19:38.529Z Downloaded mime v0.3.17
12542025-08-29T21:19:38.529Z Downloaded memoffset v0.9.1
12552025-08-29T21:19:38.529Z Downloaded highway v1.3.0
12562025-08-29T21:19:38.529Z Downloaded cancel-safe-futures v0.1.5
12572025-08-29T21:19:38.529Z Downloaded blake2 v0.10.6
12582025-08-29T21:19:38.529Z Downloaded libloading v0.8.5
12592025-08-29T21:19:38.529Z Downloaded hash32 v0.2.1
12602025-08-29T21:19:38.529Z Downloaded globset v0.4.15
12612025-08-29T21:19:38.529Z Downloaded crossbeam-epoch v0.9.18
12622025-08-29T21:19:38.529Z Downloaded clang-sys v1.8.1
12632025-08-29T21:19:38.530Z Downloaded sha1 v0.10.6
12642025-08-29T21:19:38.530Z Downloaded lru v0.12.5
12652025-08-29T21:19:38.530Z Downloaded libz-rs-sys v0.5.1
12662025-08-29T21:19:38.530Z Downloaded kstat-rs v0.2.4
12672025-08-29T21:19:38.530Z Downloaded internet-checksum v0.2.1
12682025-08-29T21:19:38.530Z Downloaded ingot-types v0.1.2
12692025-08-29T21:19:38.530Z Downloaded indoc v2.0.6
12702025-08-29T21:19:38.530Z Downloaded const-oid v0.9.6
12712025-08-29T21:19:38.530Z Downloaded bitfield-struct v0.6.2
12722025-08-29T21:19:38.530Z Downloaded console v0.16.0
12732025-08-29T21:19:38.530Z Downloaded indoc v1.0.9
12742025-08-29T21:19:38.530Z Downloaded indent_write v2.2.0
12752025-08-29T21:19:38.530Z Downloaded bcs v0.1.6
12762025-08-29T21:19:38.530Z Downloaded base64ct v1.6.0
12772025-08-29T21:19:38.530Z Downloaded cassowary v0.3.0
12782025-08-29T21:19:38.530Z Downloaded cmake v0.1.51
12792025-08-29T21:19:38.530Z Downloaded bcrypt-pbkdf v0.10.0
12802025-08-29T21:19:38.530Z Downloaded linked-hash-map v0.5.6
12812025-08-29T21:19:38.530Z Downloaded lazy_static v1.5.0
12822025-08-29T21:19:38.530Z Downloaded lalrpop-util v0.19.12
12832025-08-29T21:19:38.530Z Downloaded keccak v0.1.5
12842025-08-29T21:19:38.530Z Downloaded ingot v0.1.1
12852025-08-29T21:19:38.530Z Downloaded convert_case v0.7.1
12862025-08-29T21:19:38.530Z Downloaded is_ci v1.2.0
12872025-08-29T21:19:38.530Z Downloaded ident_case v1.0.1
12882025-08-29T21:19:38.530Z Downloaded bytes v1.10.1
12892025-08-29T21:19:38.530Z Downloaded crc-catalog v2.4.0
12902025-08-29T21:19:38.530Z Downloaded convert_case v0.4.0
12912025-08-29T21:19:38.530Z Downloaded bit-set v0.8.0
12922025-08-29T21:19:38.531Z Downloaded base16ct v0.2.0
12932025-08-29T21:19:38.531Z Downloaded backoff v0.4.0
12942025-08-29T21:19:38.531Z Downloaded arc-swap v1.7.1
12952025-08-29T21:19:38.531Z Downloaded russh-cryptovec v0.7.3
12962025-08-29T21:19:38.531Z Downloaded lock_api v0.4.12
12972025-08-29T21:19:38.531Z Downloaded libsw-core v0.3.1
12982025-08-29T21:19:38.531Z Downloaded instant v0.1.13
12992025-08-29T21:19:38.531Z Downloaded hubpack v0.1.2
13002025-08-29T21:19:38.531Z Downloaded crc v3.2.1
13012025-08-29T21:19:38.531Z Downloaded cipher v0.4.4
13022025-08-29T21:19:38.531Z Downloaded cargo-platform v0.1.8
13032025-08-29T21:19:38.531Z Downloaded instability v0.3.2
13042025-08-29T21:19:38.531Z Downloaded cexpr v0.6.0
13052025-08-29T21:19:38.531Z Downloaded buf-list v1.0.3
13062025-08-29T21:19:38.531Z Downloaded block-padding v0.3.3
13072025-08-29T21:19:38.531Z Downloaded bitflags v1.3.2
13082025-08-29T21:19:38.531Z Downloaded itertools v0.14.0
13092025-08-29T21:19:38.531Z Downloaded async-recursion v1.1.1
13102025-08-29T21:19:38.531Z Downloaded ciborium-ll v0.2.2
13112025-08-29T21:19:38.531Z Downloaded chacha20 v0.9.1
13122025-08-29T21:19:38.531Z Downloaded bit-vec v0.6.3
13132025-08-29T21:19:38.531Z Downloaded crc8 v0.1.1
13142025-08-29T21:19:38.531Z Downloaded bitfield v0.14.0
13152025-08-29T21:19:38.531Z Downloaded atomicwrites v0.4.4
13162025-08-29T21:19:38.531Z Downloaded bb8 v0.8.5
13172025-08-29T21:19:38.531Z Downloaded atomic-waker v1.1.2
13182025-08-29T21:19:38.531Z Downloaded async-stream v0.3.6
13192025-08-29T21:19:38.531Z Downloaded httpdate v1.0.3
13202025-08-29T21:19:38.531Z Downloaded constant_time_eq v0.3.1
13212025-08-29T21:19:38.531Z Downloaded heck v0.3.3
13222025-08-29T21:19:38.531Z Downloaded cobs v0.2.3
13232025-08-29T21:19:38.535Z Downloaded castaway v0.2.3
13242025-08-29T21:19:38.535Z Downloaded bit-vec v0.8.0
13252025-08-29T21:19:38.640Z Downloaded aws-lc-sys v0.26.0
13262025-08-29T21:19:38.947Z Compiling value-bag v1.9.0
13272025-08-29T21:19:38.947Z Compiling shlex v1.3.0
13282025-08-29T21:19:38.947Z Compiling lock_api v0.4.12
13292025-08-29T21:19:38.951Z Compiling scopeguard v1.2.0
13302025-08-29T21:19:38.951Z Compiling typenum v1.17.0
13312025-08-29T21:19:38.951Z Compiling generic-array v0.14.7
13322025-08-29T21:19:38.951Z Compiling syn v2.0.104
13332025-08-29T21:19:39.117Z Compiling getrandom v0.2.15
13342025-08-29T21:19:39.262Z Compiling jobserver v0.1.32
13352025-08-29T21:19:39.423Z Compiling smallvec v1.15.1
13362025-08-29T21:19:39.555Z Compiling log v0.4.27
13372025-08-29T21:19:39.598Z Compiling rand_core v0.6.4
13382025-08-29T21:19:39.636Z Compiling cc v1.2.30
13392025-08-29T21:19:39.897Z Compiling portable-atomic v1.11.0
13402025-08-29T21:19:40.035Z Compiling subtle v2.6.1
13412025-08-29T21:19:40.142Z Compiling critical-section v1.1.3
13422025-08-29T21:19:40.165Z Compiling const-oid v0.9.6
13432025-08-29T21:19:40.305Z Compiling pkg-config v0.3.31
13442025-08-29T21:19:40.725Z Compiling pin-project-lite v0.2.14
13452025-08-29T21:19:40.728Z Compiling parking_lot_core v0.9.10
13462025-08-29T21:19:40.728Z Compiling rustix v0.38.37
13472025-08-29T21:19:41.341Z Compiling signal-hook-registry v1.4.2
13482025-08-29T21:19:41.427Z Compiling parking_lot v0.12.3
13492025-08-29T21:19:41.482Z Compiling mio v1.0.2
13502025-08-29T21:19:41.518Z Compiling futures-core v0.3.31
13512025-08-29T21:19:41.958Z Compiling spin v0.9.8
13522025-08-29T21:19:42.645Z Compiling socket2 v0.6.0
13532025-08-29T21:19:42.648Z Compiling once_cell v1.21.3
13542025-08-29T21:19:42.648Z Compiling slab v0.4.9
13552025-08-29T21:19:42.648Z Compiling aho-corasick v1.1.3
13562025-08-29T21:19:42.648Z Compiling getrandom v0.3.1
13572025-08-29T21:19:42.648Z Compiling allocator-api2 v0.2.21
13582025-08-29T21:19:42.725Z Compiling libm v0.2.8
13592025-08-29T21:19:42.784Z Compiling serde_json v1.0.142
13602025-08-29T21:19:43.133Z Compiling foldhash v0.1.5
13612025-08-29T21:19:43.165Z Compiling cpufeatures v0.2.14
13622025-08-29T21:19:43.169Z Compiling regex-syntax v0.8.5
13632025-08-29T21:19:43.320Z Compiling num-traits v0.2.19
13642025-08-29T21:19:43.343Z Compiling percent-encoding v2.3.1
13652025-08-29T21:19:43.452Z Compiling hashbrown v0.15.4
13662025-08-29T21:19:43.553Z Compiling futures-sink v0.3.31
13672025-08-29T21:19:43.632Z Compiling glob v0.3.2
13682025-08-29T21:19:43.675Z Compiling either v1.15.0
13692025-08-29T21:19:43.728Z Compiling futures-channel v0.3.31
13702025-08-29T21:19:44.284Z Compiling pin-utils v0.1.0
13712025-08-29T21:19:44.409Z Compiling prettyplease v0.2.36
13722025-08-29T21:19:44.486Z Compiling clang-sys v1.8.1
13732025-08-29T21:19:44.638Z Compiling futures-io v0.3.31
13742025-08-29T21:19:44.740Z Compiling futures-task v0.3.31
13752025-08-29T21:19:44.812Z Compiling lazy_static v1.5.0
13762025-08-29T21:19:44.932Z Compiling minimal-lexical v0.2.1
13772025-08-29T21:19:44.968Z Compiling libloading v0.8.5
13782025-08-29T21:19:45.054Z Compiling home v0.5.9
13792025-08-29T21:19:45.294Z Compiling base64ct v1.6.0
13802025-08-29T21:19:45.366Z Compiling nom v7.1.3
13812025-08-29T21:19:45.463Z Compiling bindgen v0.69.5
13822025-08-29T21:19:45.868Z Compiling pem-rfc7468 v0.7.0
13832025-08-29T21:19:46.474Z Compiling itertools v0.12.1
13842025-08-29T21:19:46.519Z Compiling lazycell v1.3.0
13852025-08-29T21:19:46.750Z Compiling synstructure v0.13.1
13862025-08-29T21:19:46.967Z Compiling regex-automata v0.4.8
13872025-08-29T21:19:48.206Z Compiling rustc-hash v1.1.0
13882025-08-29T21:19:48.392Z Compiling flagset v0.4.6
13892025-08-29T21:19:48.626Z Compiling cexpr v0.6.0
13902025-08-29T21:19:48.726Z Compiling cmake v0.1.51
13912025-08-29T21:19:49.132Z Compiling fs_extra v1.3.0
13922025-08-29T21:19:49.443Z Compiling dunce v1.0.5
13932025-08-29T21:19:49.583Z Compiling form_urlencoded v1.2.1
13942025-08-29T21:19:49.604Z Compiling paste v1.0.15
13952025-08-29T21:19:49.695Z Compiling vcpkg v0.2.15
13962025-08-29T21:19:49.898Z Compiling ring v0.17.14
13972025-08-29T21:19:49.953Z Compiling tracing-core v0.1.32
13982025-08-29T21:19:50.164Z Compiling iana-time-zone v0.1.63
13992025-08-29T21:19:50.546Z Compiling aws-lc-rs v1.12.4
14002025-08-29T21:19:51.425Z Compiling base64 v0.22.1
14012025-08-29T21:19:51.428Z Compiling tinyvec_macros v0.1.1
14022025-08-29T21:19:51.428Z Compiling rustversion v1.0.17
14032025-08-29T21:19:51.428Z Compiling httparse v1.9.5
14042025-08-29T21:19:51.428Z Compiling openssl-sys v0.9.109
14052025-08-29T21:19:51.706Z Compiling serde_derive v1.0.219
14062025-08-29T21:19:51.729Z Compiling zeroize_derive v1.4.2
14072025-08-29T21:19:51.972Z Compiling zerofrom-derive v0.1.4
14082025-08-29T21:19:51.993Z Compiling yoke-derive v0.7.4
14092025-08-29T21:19:52.450Z Compiling zerovec-derive v0.10.3
14102025-08-29T21:19:53.134Z Compiling zeroize v1.8.1
14112025-08-29T21:19:54.509Z Compiling displaydoc v0.2.5
14122025-08-29T21:19:54.950Z Compiling crypto-common v0.1.6
14132025-08-29T21:19:54.953Z Compiling block-buffer v0.10.4
14142025-08-29T21:19:55.191Z Compiling zerocopy-derive v0.7.35
14152025-08-29T21:19:55.275Z Compiling digest v0.10.7
14162025-08-29T21:19:55.302Z Compiling zerofrom v0.1.4
14172025-08-29T21:19:55.519Z Compiling yoke v0.7.4
14182025-08-29T21:19:55.541Z Compiling tokio-macros v2.5.0
14192025-08-29T21:19:55.751Z Compiling hmac v0.12.1
14202025-08-29T21:19:55.875Z Compiling zerovec v0.10.4
14212025-08-29T21:19:56.395Z Compiling icu_provider_macros v1.5.0
14222025-08-29T21:19:56.398Z Compiling block-padding v0.3.3
14232025-08-29T21:19:56.398Z Compiling futures-macro v0.3.31
14242025-08-29T21:19:56.671Z Compiling inout v0.1.3
14252025-08-29T21:19:56.953Z Compiling cipher v0.4.4
14262025-08-29T21:19:56.998Z Compiling sha2 v0.10.9
14272025-08-29T21:19:57.084Z Compiling regex v1.11.1
14282025-08-29T21:19:57.179Z Compiling zerocopy v0.7.35
14292025-08-29T21:19:57.322Z Compiling der_derive v0.7.3
14302025-08-29T21:19:57.496Z Compiling thiserror-impl v1.0.69
14312025-08-29T21:19:58.017Z Compiling tinystr v0.7.6
14322025-08-29T21:19:58.070Z Compiling icu_collections v1.5.0
14332025-08-29T21:19:58.178Z Compiling futures-util v0.3.31
14342025-08-29T21:19:58.411Z Compiling icu_locid v1.5.0
14352025-08-29T21:19:58.637Z Compiling ppv-lite86 v0.2.20
14362025-08-29T21:19:59.055Z Compiling serde v1.0.219
14372025-08-29T21:19:59.266Z Compiling salsa20 v0.10.2
14382025-08-29T21:19:59.421Z Compiling pbkdf2 v0.12.2
14392025-08-29T21:19:59.513Z Compiling aes v0.8.4
14402025-08-29T21:19:59.615Z Compiling icu_provider v1.5.0
14412025-08-29T21:19:59.670Z Compiling der v0.7.9
14422025-08-29T21:20:00.415Z Compiling icu_locid_transform v1.5.0
14432025-08-29T21:20:00.452Z Compiling thiserror v1.0.69
14442025-08-29T21:20:00.525Z Compiling scrypt v0.11.0
14452025-08-29T21:20:00.609Z Compiling cbc v0.1.2
14462025-08-29T21:20:00.630Z Compiling pest v2.7.14
14472025-08-29T21:20:00.953Z Compiling tracing-attributes v0.1.27
14482025-08-29T21:20:01.485Z Compiling scroll_derive v0.12.0
14492025-08-29T21:20:02.406Z Compiling icu_properties v1.5.1
14502025-08-29T21:20:02.599Z Compiling spki v0.7.3
14512025-08-29T21:20:02.621Z Compiling rustls-pki-types v1.10.0
14522025-08-29T21:20:02.695Z Compiling scroll v0.12.0
14532025-08-29T21:20:02.990Z Compiling pkcs5 v0.7.1
14542025-08-29T21:20:03.258Z Compiling pest_meta v2.7.14
14552025-08-29T21:20:03.662Z Compiling pkcs8 v0.10.2
14562025-08-29T21:20:03.710Z Compiling tinyvec v1.8.0
14572025-08-29T21:20:03.754Z Compiling serde_derive_internals v0.29.1
14582025-08-29T21:20:04.514Z Compiling rand_core v0.9.3
14592025-08-29T21:20:04.540Z Compiling bitflags v2.9.1
14602025-08-29T21:20:04.540Z Compiling bytes v1.10.1
14612025-08-29T21:20:04.742Z Compiling semver v1.0.26
14622025-08-29T21:20:05.186Z Compiling indexmap v2.10.0
14632025-08-29T21:20:05.426Z Compiling tokio v1.47.0
14642025-08-29T21:20:05.772Z Compiling http v1.3.1
14652025-08-29T21:20:05.993Z Compiling icu_normalizer v1.5.0
14662025-08-29T21:20:06.675Z Compiling rustc_version v0.4.1
14672025-08-29T21:20:06.946Z Compiling uuid v1.17.0
14682025-08-29T21:20:07.320Z Compiling idna_adapter v1.2.0
14692025-08-29T21:20:07.358Z Compiling http-body v1.0.1
14702025-08-29T21:20:07.554Z Compiling idna v1.0.3
14712025-08-29T21:20:07.573Z Compiling tracing v0.1.40
14722025-08-29T21:20:07.634Z Compiling chrono v0.4.41
14732025-08-29T21:20:07.784Z Compiling pest_generator v2.7.14
14742025-08-29T21:20:07.972Z Compiling bzip2-sys v0.1.13+1.0.8
14752025-08-29T21:20:08.066Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14762025-08-29T21:20:08.389Z Compiling which v4.4.2
14772025-08-29T21:20:08.510Z Compiling url v2.5.4
14782025-08-29T21:20:08.970Z Compiling untrusted v0.7.1
14792025-08-29T21:20:09.071Z Compiling try-lock v0.2.5
14802025-08-29T21:20:09.188Z Compiling time-core v0.1.2
14812025-08-29T21:20:09.256Z Compiling openssl v0.10.73
14822025-08-29T21:20:09.398Z Compiling adler2 v2.0.0
14832025-08-29T21:20:09.434Z Compiling openssl-probe v0.1.5
14842025-08-29T21:20:09.564Z Compiling atomic-waker v1.1.2
14852025-08-29T21:20:09.627Z Compiling untrusted v0.9.0
14862025-08-29T21:20:09.696Z Compiling powerfmt v0.2.0
14872025-08-29T21:20:09.736Z Compiling foreign-types-shared v0.1.1
14882025-08-29T21:20:09.761Z Compiling num-conv v0.1.0
14892025-08-29T21:20:09.830Z Compiling tower-service v0.3.3
14902025-08-29T21:20:09.882Z Compiling schemars v0.8.22
14912025-08-29T21:20:09.988Z Compiling deranged v0.3.11
14922025-08-29T21:20:10.037Z Compiling time-macros v0.2.18
14932025-08-29T21:20:10.079Z Compiling foreign-types v0.3.2
14942025-08-29T21:20:10.312Z Compiling pest_derive v2.7.14
14952025-08-29T21:20:10.339Z Compiling miniz_oxide v0.8.5
14962025-08-29T21:20:10.975Z Compiling goblin v0.8.2
14972025-08-29T21:20:11.177Z Compiling want v0.3.1
14982025-08-29T21:20:11.786Z Compiling schemars_derive v0.8.22
14992025-08-29T21:20:12.961Z Compiling rand_chacha v0.9.0
15002025-08-29T21:20:13.058Z Compiling ipnet v2.11.0
15012025-08-29T21:20:14.213Z Compiling tokio-util v0.7.15
15022025-08-29T21:20:15.119Z Compiling openssl-macros v0.1.1
15032025-08-29T21:20:15.858Z Compiling h2 v0.4.6
15042025-08-29T21:20:15.893Z Compiling rustls v0.23.19
15052025-08-29T21:20:16.241Z Compiling crossbeam-utils v0.8.21
15062025-08-29T21:20:16.343Z Compiling zerocopy v0.8.26
15072025-08-29T21:20:16.371Z Compiling syn v1.0.109
15082025-08-29T21:20:16.827Z Compiling httpdate v1.0.3
15092025-08-29T21:20:17.009Z Compiling dyn-clone v1.0.20
15102025-08-29T21:20:17.147Z Compiling num_threads v0.1.7
15112025-08-29T21:20:17.247Z Compiling native-tls v0.2.12
15122025-08-29T21:20:17.279Z Compiling time v0.3.36
15132025-08-29T21:20:17.838Z Compiling dof v0.3.0
15142025-08-29T21:20:19.638Z Compiling rand v0.9.2
15152025-08-29T21:20:20.099Z Compiling dtrace-parser v0.2.0
15162025-08-29T21:20:20.522Z Compiling heapless v0.7.17
15172025-08-29T21:20:21.013Z Compiling unicode-normalization v0.1.24
15182025-08-29T21:20:21.469Z Compiling signature v2.2.0
15192025-08-29T21:20:21.580Z Compiling zerocopy-derive v0.8.26
15202025-08-29T21:20:21.775Z Compiling crc32fast v1.4.2
15212025-08-29T21:20:21.959Z Compiling cookie v0.18.1
15222025-08-29T21:20:22.114Z Compiling siphasher v0.3.11
15232025-08-29T21:20:22.137Z Compiling unicode-properties v0.1.3
15242025-08-29T21:20:22.276Z Compiling zstd-safe v7.2.3
15252025-08-29T21:20:22.501Z Compiling zlib-rs v0.5.1
15262025-08-29T21:20:22.566Z Compiling slog v2.7.0
15272025-08-29T21:20:22.600Z Compiling unicode-bidi v0.3.17
15282025-08-29T21:20:23.083Z Compiling hyper v1.6.0
15292025-08-29T21:20:23.840Z Compiling signal-hook v0.3.18
15302025-08-29T21:20:24.190Z Compiling stringprep v0.1.5
15312025-08-29T21:20:25.512Z Compiling hyper-util v0.1.16
15322025-08-29T21:20:25.833Z Compiling phf_shared v0.11.2
15332025-08-29T21:20:25.930Z Compiling usdt-impl v0.5.0
15342025-08-29T21:20:26.583Z Compiling curve25519-dalek v4.1.3
15352025-08-29T21:20:27.306Z Compiling toml_datetime v0.6.11
15362025-08-29T21:20:27.332Z Compiling serde_spanned v0.6.9
15372025-08-29T21:20:27.507Z Compiling serde_tokenstream v0.2.2
15382025-08-29T21:20:27.571Z Compiling rand_chacha v0.3.1
15392025-08-29T21:20:27.822Z Compiling md-5 v0.10.6
15402025-08-29T21:20:28.071Z Compiling num-integer v0.1.46
15412025-08-29T21:20:28.125Z Compiling sync_wrapper v1.0.1
15422025-08-29T21:20:28.170Z Compiling hash32 v0.2.1
15432025-08-29T21:20:28.287Z Compiling ff v0.13.0
15442025-08-29T21:20:28.542Z Compiling libz-rs-sys v0.5.1
15452025-08-29T21:20:28.565Z Compiling memoffset v0.9.1
15462025-08-29T21:20:28.754Z Compiling smoltcp v0.9.1
15472025-08-29T21:20:28.842Z Compiling num-bigint-dig v0.8.4
15482025-08-29T21:20:28.916Z Compiling newtype-uuid v1.2.4
15492025-08-29T21:20:29.205Z Compiling cfg_aliases v0.2.1
15502025-08-29T21:20:29.267Z Compiling tower-layer v0.3.3
15512025-08-29T21:20:29.288Z Compiling psl-types v2.0.11
15522025-08-29T21:20:29.327Z Compiling gimli v0.31.1
15532025-08-29T21:20:29.436Z Compiling litrs v0.4.1
15542025-08-29T21:20:29.470Z Compiling base16ct v0.2.0
15552025-08-29T21:20:29.539Z Compiling fallible-iterator v0.2.0
15562025-08-29T21:20:29.566Z Compiling tower v0.5.2
15572025-08-29T21:20:29.757Z Compiling sec1 v0.7.3
15582025-08-29T21:20:29.821Z Compiling publicsuffix v2.3.0
15592025-08-29T21:20:30.174Z Compiling postgres-protocol v0.6.8
15602025-08-29T21:20:30.205Z Compiling nix v0.29.0
15612025-08-29T21:20:30.374Z Compiling flate2 v1.1.2
15622025-08-29T21:20:30.522Z Compiling num-iter v0.1.45
15632025-08-29T21:20:30.567Z Compiling document-features v0.2.11
15642025-08-29T21:20:30.738Z Compiling group v0.13.0
15652025-08-29T21:20:31.091Z Compiling rand v0.8.5
15662025-08-29T21:20:32.105Z Compiling tokio-native-tls v0.3.1
15672025-08-29T21:20:32.314Z Compiling ipnetwork v0.21.1
15682025-08-29T21:20:32.375Z Compiling strum_macros v0.27.1
15692025-08-29T21:20:32.417Z Compiling rustls-native-certs v0.8.1
15702025-08-29T21:20:32.955Z Compiling terminal_size v0.4.0
15712025-08-29T21:20:33.034Z Compiling http-body-util v0.1.3
15722025-08-29T21:20:33.057Z Compiling webpki-roots v1.0.1
15732025-08-29T21:20:33.155Z Compiling hkdf v0.12.4
15742025-08-29T21:20:33.206Z Compiling crypto-bigint v0.5.5
15752025-08-29T21:20:33.284Z Compiling curve25519-dalek-derive v0.1.1
15762025-08-29T21:20:33.436Z Compiling addr2line v0.24.2
15772025-08-29T21:20:33.518Z Compiling thiserror-impl v2.0.12
15782025-08-29T21:20:34.001Z Compiling async-trait v0.1.88
15792025-08-29T21:20:34.151Z Compiling fs-err v3.1.1
15802025-08-29T21:20:34.488Z Compiling object v0.36.5
15812025-08-29T21:20:34.659Z Compiling ahash v0.8.12
15822025-08-29T21:20:35.051Z Compiling winnow v0.5.40
15832025-08-29T21:20:36.513Z Compiling iri-string v0.7.8
15842025-08-29T21:20:36.701Z Compiling lockfree-object-pool v0.1.6
15852025-08-29T21:20:36.993Z Compiling anyhow v1.0.99
15862025-08-29T21:20:37.445Z Compiling bumpalo v3.16.0
15872025-08-29T21:20:37.650Z Compiling buf-list v1.0.3
15882025-08-29T21:20:37.944Z Compiling managed v0.8.0
15892025-08-29T21:20:38.312Z Compiling hubpack_derive v0.1.1
15902025-08-29T21:20:38.349Z Compiling rustix v1.0.7
15912025-08-29T21:20:38.363Z Compiling simd-adler32 v0.3.7
15922025-08-29T21:20:38.611Z Compiling bitflags v1.3.2
15932025-08-29T21:20:38.743Z Compiling rustc-demangle v0.1.24
15942025-08-29T21:20:39.028Z Compiling zopfli v0.8.1
15952025-08-29T21:20:39.194Z Compiling hubpack v0.1.2
15962025-08-29T21:20:39.293Z Compiling toml_edit v0.19.15
15972025-08-29T21:20:39.631Z Compiling tower-http v0.6.6
15982025-08-29T21:20:40.077Z Compiling strum v0.27.2
15992025-08-29T21:20:40.294Z Compiling clap_builder v4.5.41
16002025-08-29T21:20:40.379Z Compiling thiserror v2.0.12
16012025-08-29T21:20:40.493Z Compiling elliptic-curve v0.13.8
16022025-08-29T21:20:40.793Z Compiling hyper-tls v0.6.0
16032025-08-29T21:20:40.814Z Compiling oxnet v0.1.3
16042025-08-29T21:20:41.198Z Compiling backtrace v0.3.74
16052025-08-29T21:20:41.329Z Compiling signal-hook-mio v0.2.4
16062025-08-29T21:20:41.552Z Compiling zstd v0.13.3
16072025-08-29T21:20:41.662Z Compiling cookie_store v0.21.1
16082025-08-29T21:20:42.175Z Compiling postgres-types v0.2.9
16092025-08-29T21:20:43.429Z Compiling usdt-attr-macro v0.5.0
16102025-08-29T21:20:43.612Z Compiling usdt-macro v0.5.0
16112025-08-29T21:20:44.142Z Compiling phf v0.11.2
16122025-08-29T21:20:44.470Z Compiling ed25519 v2.2.3
16132025-08-29T21:20:45.013Z Compiling bzip2 v0.5.2
16142025-08-29T21:20:45.053Z Compiling bzip2 v0.4.4
16152025-08-29T21:20:45.412Z Compiling strum_macros v0.26.4
16162025-08-29T21:20:45.465Z Compiling serde_urlencoded v0.7.1
16172025-08-29T21:20:46.002Z Compiling serde-big-array v0.5.1
16182025-08-29T21:20:46.097Z Compiling pkcs1 v0.7.5
16192025-08-29T21:20:46.265Z Compiling rfc6979 v0.4.0
16202025-08-29T21:20:46.368Z Compiling bstr v1.10.0
16212025-08-29T21:20:46.479Z Compiling serde_repr v0.1.19
16222025-08-29T21:20:47.030Z Compiling enum-as-inner v0.6.1
16232025-08-29T21:20:47.695Z Compiling daft-derive v0.1.4
16242025-08-29T21:20:47.906Z Compiling clap_derive v4.5.41
16252025-08-29T21:20:48.115Z Compiling float-cmp v0.10.0
16262025-08-29T21:20:48.139Z Compiling socket2 v0.5.10
16272025-08-29T21:20:48.143Z Compiling encoding_rs v0.8.34
16282025-08-29T21:20:48.390Z Compiling data-encoding v2.9.0
16292025-08-29T21:20:49.095Z Compiling whoami v1.5.2
16302025-08-29T21:20:49.329Z Compiling fixedbitset v0.4.2
16312025-08-29T21:20:49.670Z Compiling precomputed-hash v0.1.1
16322025-08-29T21:20:49.742Z Compiling normalize-line-endings v0.3.0
16332025-08-29T21:20:49.810Z Compiling mime v0.3.17
16342025-08-29T21:20:49.901Z Compiling predicates-core v1.0.8
16352025-08-29T21:20:49.943Z Compiling new_debug_unreachable v1.0.6
16362025-08-29T21:20:50.051Z Compiling difflib v0.4.0
16372025-08-29T21:20:50.178Z Compiling static_assertions v1.1.0
16382025-08-29T21:20:50.217Z Compiling unicode-segmentation v1.12.0
16392025-08-29T21:20:50.275Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16402025-08-29T21:20:50.314Z Compiling string_cache v0.8.9
16412025-08-29T21:20:50.765Z Compiling predicates v3.1.3
16422025-08-29T21:20:51.114Z Compiling similar v2.7.0
16432025-08-29T21:20:51.368Z Compiling toml_edit v0.22.27
16442025-08-29T21:20:51.961Z Compiling strum v0.26.3
16452025-08-29T21:20:52.189Z Compiling console v0.15.10
16462025-08-29T21:20:52.267Z Compiling petgraph v0.6.5
16472025-08-29T21:20:52.379Z Compiling clap v4.5.41
16482025-08-29T21:20:52.520Z Compiling tokio-postgres v0.7.13
16492025-08-29T21:20:53.187Z Compiling daft v0.1.4
16502025-08-29T21:20:53.452Z Compiling hickory-proto v0.25.2
16512025-08-29T21:20:53.732Z Compiling usdt v0.5.0
16522025-08-29T21:20:54.222Z Compiling rsa v0.9.6
16532025-08-29T21:20:54.801Z Compiling ecdsa v0.16.9
16542025-08-29T21:20:55.642Z Compiling zip v0.6.6
16552025-08-29T21:20:55.860Z Compiling zip v4.2.0
16562025-08-29T21:20:56.966Z Compiling ed25519-dalek v2.1.1
16572025-08-29T21:20:57.889Z Compiling toml v0.7.8
16582025-08-29T21:20:58.397Z Compiling crossterm v0.28.1
16592025-08-29T21:20:59.348Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16602025-08-29T21:20:59.370Z Compiling crossbeam-epoch v0.9.18
16612025-08-29T21:20:59.604Z Compiling tokio-stream v0.1.17
16622025-08-29T21:20:59.753Z Compiling openapiv3 v2.2.0
16632025-08-29T21:21:00.057Z Compiling x509-cert v0.2.5
16642025-08-29T21:21:00.564Z Compiling sha1 v0.10.6
16652025-08-29T21:21:00.985Z Compiling itertools v0.13.0
16662025-08-29T21:21:01.541Z Compiling itertools v0.10.5
16672025-08-29T21:21:01.889Z Compiling dirs-sys-next v0.1.2
16682025-08-29T21:21:02.390Z Compiling winnow v0.6.26
16692025-08-29T21:21:02.454Z Compiling rustc-hash v2.1.1
16702025-08-29T21:21:02.677Z Compiling peg-runtime v0.8.5
16712025-08-29T21:21:03.267Z Compiling lalrpop-util v0.19.12
16722025-08-29T21:21:03.788Z Compiling dirs-next v2.0.0
16732025-08-29T21:21:03.845Z Compiling thread_local v1.1.8
16742025-08-29T21:21:03.916Z Compiling slog-async v2.8.0
16752025-08-29T21:21:04.042Z Compiling term v0.7.0
16762025-08-29T21:21:04.138Z Compiling crossbeam-channel v0.5.15
16772025-08-29T21:21:04.338Z Compiling xattr v1.3.1
16782025-08-29T21:21:04.431Z Compiling futures-executor v0.3.31
16792025-08-29T21:21:04.480Z Compiling filetime v0.2.25
16802025-08-29T21:21:04.580Z Compiling is-terminal v0.4.13
16812025-08-29T21:21:04.753Z Compiling take_mut v0.2.2
16822025-08-29T21:21:04.803Z Compiling futures v0.3.31
16832025-08-29T21:21:04.963Z Compiling tar v0.4.44
16842025-08-29T21:21:05.001Z Compiling slog-term v2.9.1
16852025-08-29T21:21:05.062Z Compiling camino v1.1.11
16862025-08-29T21:21:09.744Z Compiling aws-lc-sys v0.26.0
16872025-08-29T21:21:39.455Z Compiling rustls-webpki v0.102.8
16882025-08-29T21:21:44.077Z Compiling tokio-rustls v0.26.0
16892025-08-29T21:21:44.335Z Compiling hyper-rustls v0.27.7
16902025-08-29T21:21:44.697Z Compiling reqwest v0.12.22
16912025-08-29T21:21:48.256Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16922025-08-29T21:21:48.540Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16932025-08-29T21:21:53.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
16942025-08-29T21:21:53.371Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16952025-08-29T21:21:53.433ZAug 29 21:21:53.528 INFO Starting download, target: Cockroach
16962025-08-29T21:21:53.433ZAug 29 21:21:53.528 INFO Starting download, target: Console
16972025-08-29T21:21:53.433ZAug 29 21:21:53.528 INFO Starting download, target: Clickhouse
16982025-08-29T21:21:53.438ZAug 29 21:21:53.528 INFO Starting download, target: DendriteStub
16992025-08-29T21:21:53.439ZAug 29 21:21:53.528 INFO Starting download, target: MaghemiteMgd
17002025-08-29T21:21:53.439ZAug 29 21:21:53.528 INFO Starting download, target: TransceiverControl
17012025-08-29T21:21:53.439ZAug 29 21:21:53.529 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17022025-08-29T21:21:53.439ZAug 29 21:21:53.529 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17032025-08-29T21:21:53.439ZAug 29 21:21:53.529 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17042025-08-29T21:21:53.440ZAug 29 21:21:53.529 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17052025-08-29T21:21:53.440ZAug 29 21:21:53.529 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17062025-08-29T21:21:53.440ZAug 29 21:21:53.529 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17072025-08-29T21:21:53.654ZAug 29 21:21:53.734 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17082025-08-29T21:21:53.916ZAug 29 21:21:54.007 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17092025-08-29T21:21:54.113ZAug 29 21:21:54.174 INFO Download complete, target: TransceiverControl
17102025-08-29T21:21:54.387ZAug 29 21:21:54.476 INFO Download complete, target: Console
17112025-08-29T21:21:54.724ZAug 29 21:21:54.815 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17122025-08-29T21:21:54.830ZAug 29 21:21:54.926 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17132025-08-29T21:21:55.288ZAug 29 21:21:55.386 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17142025-08-29T21:21:55.288ZAug 29 21:21:55.386 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17152025-08-29T21:21:55.634ZAug 29 21:21:55.731 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17162025-08-29T21:21:58.525ZAug 29 21:21:58.625 INFO Download complete, target: DendriteStub
17172025-08-29T21:21:58.630ZAug 29 21:21:58.731 INFO Download complete, target: MaghemiteMgd
17182025-08-29T21:22:02.463ZAug 29 21:22:02.559 INFO Checking that binary works, target: Cockroach
17192025-08-29T21:22:02.621ZAug 29 21:22:02.716 INFO Download complete, target: Cockroach
17202025-08-29T21:22:06.931ZAug 29 21:22:07.037 INFO Checking that binary works, target: Clickhouse
17212025-08-29T21:22:07.062ZAug 29 21:22:07.168 INFO Download complete, target: Clickhouse
17222025-08-29T21:22:07.083ZAll builder prerequisites installed successfully, and PATH looks valid
17232025-08-29T21:22:07.087Z
17242025-08-29T21:22:07.087Zreal 5:51.704810288
17252025-08-29T21:22:07.087Zuser 16:45.966969789
17262025-08-29T21:22:07.087Zsys 2:22.814075222
17272025-08-29T21:22:07.087Ztrap 0.623008532
17282025-08-29T21:22:07.087Ztflt 0.861198882
17292025-08-29T21:22:07.087Zdflt 1.316641126
17302025-08-29T21:22:07.087Zkflt 0.028487492
17312025-08-29T21:22:07.088Zlock 39:21.039679222
17322025-08-29T21:22:07.088Zslp 1:02:47.858665478
17332025-08-29T21:22:07.088Zlat 1:15.316767204
17342025-08-29T21:22:07.088Zstop 2:59.581069428
17352025-08-29T21:22:07.088Z++ bmat factory name
17362025-08-29T21:22:07.093Z++ bmat factory private
17372025-08-29T21:22:07.099Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-03a3d675cb0274368 '{
17382025-08-29T21:22:07.099Z buildomat: {
17392025-08-29T21:22:07.099Z factory: {
17402025-08-29T21:22:07.099Z name: $bmat_factory_name,
17412025-08-29T21:22:07.099Z private: $bmat_factory_private,
17422025-08-29T21:22:07.099Z },
17432025-08-29T21:22:07.099Z },
17442025-08-29T21:22:07.099Z }'
17452025-08-29T21:22:07.130Z+ banner ls-apis
17462025-08-29T21:22:07.133Z
17472025-08-29T21:22:07.133Z # #### ## ##### # ####
17482025-08-29T21:22:07.133Z # # # # # # # #
17492025-08-29T21:22:07.133Z # #### ##### # # # # # ####
17502025-08-29T21:22:07.133Z # # ###### ##### # #
17512025-08-29T21:22:07.133Z # # # # # # # # #
17522025-08-29T21:22:07.133Z ###### #### # # # # ####
17532025-08-29T21:22:07.133Z
17542025-08-29T21:22:07.137Z+ source ./tools/include/force-git-over-https.sh
17552025-08-29T21:22:07.137Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17562025-08-29T21:22:07.137Z++ (( i = 0 ))
17572025-08-29T21:22:07.137Z++ (( i < 5 ))
17582025-08-29T21:22:07.137Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17592025-08-29T21:22:07.141Z++ (( i++ ))
17602025-08-29T21:22:07.141Z++ (( i < 5 ))
17612025-08-29T21:22:07.141Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17622025-08-29T21:22:07.141Z++ (( i++ ))
17632025-08-29T21:22:07.141Z++ (( i < 5 ))
17642025-08-29T21:22:07.141Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17652025-08-29T21:22:07.144Z++ (( i++ ))
17662025-08-29T21:22:07.145Z++ (( i < 5 ))
17672025-08-29T21:22:07.145Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17682025-08-29T21:22:07.148Z++ (( i++ ))
17692025-08-29T21:22:07.148Z++ (( i < 5 ))
17702025-08-29T21:22:07.148Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17712025-08-29T21:22:07.151Z++ (( i++ ))
17722025-08-29T21:22:07.151Z++ (( i < 5 ))
17732025-08-29T21:22:07.151Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17742025-08-29T21:22:07.151Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17752025-08-29T21:22:07.151Z+ ptime -m cargo xtask ls-apis apis
17762025-08-29T21:22:07.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17772025-08-29T21:22:07.913Z Running `target/debug/xtask ls-apis apis`
17782025-08-29T21:22:08.950Z Compiling semver v0.1.20
17792025-08-29T21:22:08.954Z Compiling erased-serde v0.4.6
17802025-08-29T21:22:09.107Z Compiling ordered-float v2.10.1
17812025-08-29T21:22:09.107Z Compiling structmeta-derive v0.3.0
17822025-08-29T21:22:09.110Z Compiling toml v0.8.23
17832025-08-29T21:22:09.110Z Compiling cargo-platform v0.2.0
17842025-08-29T21:22:09.110Z Compiling fixedbitset v0.5.7
17852025-08-29T21:22:09.350Z Compiling rustc_version v0.1.7
17862025-08-29T21:22:09.626Z Compiling petgraph v0.8.2
17872025-08-29T21:22:09.682Z Compiling serde-value v0.7.0
17882025-08-29T21:22:09.807Z Compiling newtype_derive v0.1.6
17892025-08-29T21:22:09.946Z Compiling serde-untagged v0.1.7
17902025-08-29T21:22:10.371Z Compiling cargo-util-schemas v0.8.2
17912025-08-29T21:22:10.913Z Compiling structmeta v0.3.0
17922025-08-29T21:22:11.178Z Compiling parse-display-derive v0.10.0
17932025-08-29T21:22:11.902Z Compiling cargo_metadata v0.21.0
17942025-08-29T21:22:13.058Z Compiling parse-display v0.10.0
17952025-08-29T21:22:13.353Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
17962025-08-29T21:22:17.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.77s
17972025-08-29T21:22:17.891Z Running `target/debug/ls-apis apis`
17982025-08-29T21:22:17.937Zloading metadata for workspace omicron from current workspace
17992025-08-29T21:22:23.852Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
18002025-08-29T21:22:23.855Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
18012025-08-29T21:22:23.858Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/fa5f15c/Cargo.toml
18022025-08-29T21:22:23.863Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/Cargo.toml
18032025-08-29T21:22:23.868Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/Cargo.toml
18042025-08-29T21:22:40.017Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
18052025-08-29T21:22:41.090Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18062025-08-29T21:22:41.110Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18072025-08-29T21:22:41.325ZBootstrap Agent (client: bootstrap-agent-client)
18082025-08-29T21:22:41.325Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18092025-08-29T21:22:41.325Z consumed by: wicketd (omicron/wicketd) via 2 paths
18102025-08-29T21:22:41.325Z
18112025-08-29T21:22:41.325ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18122025-08-29T21:22:41.325Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18132025-08-29T21:22:41.325Z
18142025-08-29T21:22:41.325ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18152025-08-29T21:22:41.325Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18162025-08-29T21:22:41.325Z
18172025-08-29T21:22:41.325ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18182025-08-29T21:22:41.325Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18192025-08-29T21:22:41.325Z
18202025-08-29T21:22:41.325ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18212025-08-29T21:22:41.325Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18222025-08-29T21:22:41.329Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18232025-08-29T21:22:41.329Z
18242025-08-29T21:22:41.330ZCrucible Agent (client: crucible-agent-client)
18252025-08-29T21:22:41.330Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18262025-08-29T21:22:41.330Z
18272025-08-29T21:22:41.330ZCrucible Control (for testing only) (client: crucible-control-client)
18282025-08-29T21:22:41.330Z
18292025-08-29T21:22:41.330ZCrucible Pantry (client: crucible-pantry-client)
18302025-08-29T21:22:41.330Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18312025-08-29T21:22:41.330Z
18322025-08-29T21:22:41.330ZMaghemite DDM Admin (client: ddm-admin-client)
18332025-08-29T21:22:41.330Z consumed by: installinator (omicron/installinator) via 1 path
18342025-08-29T21:22:41.330Z consumed by: mgd (maghemite/mgd) via 1 path
18352025-08-29T21:22:41.330Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18362025-08-29T21:22:41.330Z consumed by: wicketd (omicron/wicketd) via 1 path
18372025-08-29T21:22:41.330Z
18382025-08-29T21:22:41.330ZDNS Server (client: dns-service-client)
18392025-08-29T21:22:41.335Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18402025-08-29T21:22:41.335Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18412025-08-29T21:22:41.335Z
18422025-08-29T21:22:41.335ZDendrite DPD (client: dpd-client)
18432025-08-29T21:22:41.335Z consumed by: ddmd (maghemite/ddmd) via 2 paths
18442025-08-29T21:22:41.335Z consumed by: lldpd (lldp/lldpd) via 2 paths
18452025-08-29T21:22:41.335Z consumed by: mgd (maghemite/mgd) via 1 path
18462025-08-29T21:22:41.335Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18472025-08-29T21:22:41.336Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18482025-08-29T21:22:41.336Z consumed by: tfportd (dendrite/tfportd) via 1 path
18492025-08-29T21:22:41.336Z consumed by: wicketd (omicron/wicketd) via 2 paths
18502025-08-29T21:22:41.336Z
18512025-08-29T21:22:41.336ZDownstairs Controller (debugging only) (client: dsc-client)
18522025-08-29T21:22:41.336Z
18532025-08-29T21:22:41.336ZManagement Gateway Service (client: gateway-client)
18542025-08-29T21:22:41.343Z consumed by: dpd (dendrite/dpd) via 1 path
18552025-08-29T21:22:41.343Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
18562025-08-29T21:22:41.343Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18572025-08-29T21:22:41.344Z consumed by: wicketd (omicron/wicketd) via 3 paths
18582025-08-29T21:22:41.344Z
18592025-08-29T21:22:41.344ZWicketd Installinator (client: installinator-client)
18602025-08-29T21:22:41.344Z consumed by: installinator (omicron/installinator) via 1 path
18612025-08-29T21:22:41.344Z
18622025-08-29T21:22:41.344ZLLDP daemon (client: lldpd-client)
18632025-08-29T21:22:41.344Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18642025-08-29T21:22:41.344Z consumed by: tfportd (dendrite/tfportd) via 1 path
18652025-08-29T21:22:41.344Z
18662025-08-29T21:22:41.344ZMaghemite MG Admin (client: mg-admin-client)
18672025-08-29T21:22:41.347Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18682025-08-29T21:22:41.347Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18692025-08-29T21:22:41.347Z
18702025-08-29T21:22:41.347ZNexus Internal API (client: nexus-client)
18712025-08-29T21:22:41.351Z consumed by: crucible-pantry (crucible/pantry) via 1 path
18722025-08-29T21:22:41.351Z consumed by: dpd (dendrite/dpd) via 1 path
18732025-08-29T21:22:41.351Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18742025-08-29T21:22:41.351Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
18752025-08-29T21:22:41.351Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
18762025-08-29T21:22:41.351Z
18772025-08-29T21:22:41.351ZNTP Admin (client: ntp-admin-client)
18782025-08-29T21:22:41.351Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18792025-08-29T21:22:41.357Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
18802025-08-29T21:22:41.358Z
18812025-08-29T21:22:41.358ZExternal API (client: oxide-client)
18822025-08-29T21:22:41.358Z
18832025-08-29T21:22:41.358ZOximeter (client: oximeter-client)
18842025-08-29T21:22:41.358Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18852025-08-29T21:22:41.358Z
18862025-08-29T21:22:41.358ZPropolis (client: propolis-client)
18872025-08-29T21:22:41.363Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18882025-08-29T21:22:41.363Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
18892025-08-29T21:22:41.363Z
18902025-08-29T21:22:41.363ZCrucible Repair (client: repair-client)
18912025-08-29T21:22:41.363Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
18922025-08-29T21:22:41.363Z
18932025-08-29T21:22:41.363ZRepo Depot API (client: repo-depot-client)
18942025-08-29T21:22:41.363Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18952025-08-29T21:22:41.363Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18962025-08-29T21:22:41.363Z
18972025-08-29T21:22:41.364ZSled Agent (client: sled-agent-client)
18982025-08-29T21:22:41.367Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
18992025-08-29T21:22:41.367Z
19002025-08-29T21:22:41.367ZWicketd (client: wicketd-client)
19012025-08-29T21:22:41.367Z
19022025-08-29T21:22:41.447Z
19032025-08-29T21:22:41.447Zreal 34.299384284
19042025-08-29T21:22:41.447Zuser 36.191530731
19052025-08-29T21:22:41.447Zsys 11.305370391
19062025-08-29T21:22:41.447Ztrap 0.023304715
19072025-08-29T21:22:41.447Ztflt 0.071187312
19082025-08-29T21:22:41.452Zdflt 0.342521678
19092025-08-29T21:22:41.452Zkflt 0.000002781
19102025-08-29T21:22:41.452Zlock 1:07.745738057
19112025-08-29T21:22:41.452Zslp 3:40.687056611
19122025-08-29T21:22:41.452Zlat 1.333248903
19132025-08-29T21:22:41.452Zstop 3.983317761
19142025-08-29T21:22:41.452Z+ ptime -m cargo xtask ls-apis deployment-units
19152025-08-29T21:22:42.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
19162025-08-29T21:22:42.262Z Running `target/debug/xtask ls-apis deployment-units`
19172025-08-29T21:22:43.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
19182025-08-29T21:22:43.465Z Running `target/debug/ls-apis deployment-units`
19192025-08-29T21:22:43.516Zloading metadata for workspace omicron from current workspace
19202025-08-29T21:22:45.079Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
19212025-08-29T21:22:45.083Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/fa5f15c/Cargo.toml
19222025-08-29T21:22:45.083Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
19232025-08-29T21:22:45.087Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/Cargo.toml
19242025-08-29T21:22:45.090Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/Cargo.toml
19252025-08-29T21:22:47.722Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
19262025-08-29T21:22:48.532Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19272025-08-29T21:22:48.550Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19282025-08-29T21:22:48.751ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
19292025-08-29T21:22:48.751Z omicron-clickhouse-admin (omicron/clickhouse-admin)
19302025-08-29T21:22:48.751Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19312025-08-29T21:22:48.751Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19322025-08-29T21:22:48.751Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19332025-08-29T21:22:48.754Z
19342025-08-29T21:22:48.755Z
19352025-08-29T21:22:48.755ZCockroach
19362025-08-29T21:22:48.755Z omicron-cockroach-admin (omicron/cockroach-admin)
19372025-08-29T21:22:48.755Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19382025-08-29T21:22:48.755Z
19392025-08-29T21:22:48.755Z
19402025-08-29T21:22:48.755ZCrucible
19412025-08-29T21:22:48.755Z crucible-agent (crucible/agent)
19422025-08-29T21:22:48.755Z exposes: Crucible Agent (client = crucible-agent-client)
19432025-08-29T21:22:48.755Z
19442025-08-29T21:22:48.755Z crucible-downstairs (crucible/downstairs)
19452025-08-29T21:22:48.755Z exposes: Crucible Repair (client = repair-client)
19462025-08-29T21:22:48.755Z consumes: repair-client
19472025-08-29T21:22:48.755Z
19482025-08-29T21:22:48.755Z
19492025-08-29T21:22:48.755ZCrucible Pantry
19502025-08-29T21:22:48.755Z crucible-pantry (crucible/pantry)
19512025-08-29T21:22:48.755Z exposes: Crucible Pantry (client = crucible-pantry-client)
19522025-08-29T21:22:48.755Z consumes: nexus-client
19532025-08-29T21:22:48.755Z
19542025-08-29T21:22:48.755Z
19552025-08-29T21:22:48.755ZDNS Server
19562025-08-29T21:22:48.755Z dns-server (omicron/dns-server)
19572025-08-29T21:22:48.755Z exposes: DNS Server (client = dns-service-client)
19582025-08-29T21:22:48.759Z
19592025-08-29T21:22:48.759Z
19602025-08-29T21:22:48.759ZHost OS
19612025-08-29T21:22:48.759Z ddmd (maghemite/ddmd)
19622025-08-29T21:22:48.759Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19632025-08-29T21:22:48.759Z consumes: dpd-client
19642025-08-29T21:22:48.759Z
19652025-08-29T21:22:48.759Z dpd (dendrite/dpd)
19662025-08-29T21:22:48.759Z exposes: Dendrite DPD (client = dpd-client)
19672025-08-29T21:22:48.759Z consumes: gateway-client
19682025-08-29T21:22:48.759Z consumes: nexus-client
19692025-08-29T21:22:48.759Z
19702025-08-29T21:22:48.759Z lldpd (lldp/lldpd)
19712025-08-29T21:22:48.759Z exposes: LLDP daemon (client = lldpd-client)
19722025-08-29T21:22:48.759Z consumes: dpd-client
19732025-08-29T21:22:48.759Z
19742025-08-29T21:22:48.759Z mgd (maghemite/mgd)
19752025-08-29T21:22:48.759Z exposes: Maghemite MG Admin (client = mg-admin-client)
19762025-08-29T21:22:48.762Z consumes: ddm-admin-client
19772025-08-29T21:22:48.762Z consumes: dpd-client
19782025-08-29T21:22:48.763Z
19792025-08-29T21:22:48.763Z omicron-gateway (omicron/gateway)
19802025-08-29T21:22:48.763Z exposes: Management Gateway Service (client = gateway-client)
19812025-08-29T21:22:48.763Z
19822025-08-29T21:22:48.763Z omicron-sled-agent (omicron/sled-agent)
19832025-08-29T21:22:48.763Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19842025-08-29T21:22:48.763Z exposes: Repo Depot API (client = repo-depot-client)
19852025-08-29T21:22:48.763Z exposes: Sled Agent (client = sled-agent-client)
19862025-08-29T21:22:48.766Z consumes: bootstrap-agent-client
19872025-08-29T21:22:48.766Z consumes: cockroach-admin-client
19882025-08-29T21:22:48.766Z consumes: ddm-admin-client
19892025-08-29T21:22:48.766Z consumes: dns-service-client
19902025-08-29T21:22:48.766Z consumes: dpd-client
19912025-08-29T21:22:48.766Z consumes: gateway-client
19922025-08-29T21:22:48.766Z consumes: mg-admin-client
19932025-08-29T21:22:48.766Z consumes: nexus-client
19942025-08-29T21:22:48.766Z consumes: ntp-admin-client
19952025-08-29T21:22:48.766Z consumes: propolis-client
19962025-08-29T21:22:48.766Z consumes: repo-depot-client
19972025-08-29T21:22:48.766Z
19982025-08-29T21:22:48.766Z propolis-server (propolis/bin/propolis-server)
19992025-08-29T21:22:48.767Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20002025-08-29T21:22:48.767Z exposes: Propolis (client = propolis-client)
20012025-08-29T21:22:48.767Z consumes: nexus-client
20022025-08-29T21:22:48.767Z
20032025-08-29T21:22:48.767Z tfportd (dendrite/tfportd)
20042025-08-29T21:22:48.767Z consumes: dpd-client
20052025-08-29T21:22:48.767Z consumes: lldpd-client
20062025-08-29T21:22:48.767Z
20072025-08-29T21:22:48.767Z wicketd (omicron/wicketd)
20082025-08-29T21:22:48.767Z exposes: Wicketd Installinator (client = installinator-client)
20092025-08-29T21:22:48.767Z exposes: Wicketd (client = wicketd-client)
20102025-08-29T21:22:48.770Z consumes: bootstrap-agent-client
20112025-08-29T21:22:48.770Z consumes: ddm-admin-client
20122025-08-29T21:22:48.770Z consumes: dpd-client
20132025-08-29T21:22:48.770Z consumes: gateway-client
20142025-08-29T21:22:48.770Z
20152025-08-29T21:22:48.770Z
20162025-08-29T21:22:48.770ZInstallinator
20172025-08-29T21:22:48.770Z installinator (omicron/installinator)
20182025-08-29T21:22:48.770Z consumes: ddm-admin-client
20192025-08-29T21:22:48.770Z consumes: installinator-client
20202025-08-29T21:22:48.770Z
20212025-08-29T21:22:48.770Z
20222025-08-29T21:22:48.770ZNTP
20232025-08-29T21:22:48.770Z omicron-ntp-admin (omicron/ntp-admin)
20242025-08-29T21:22:48.771Z exposes: NTP Admin (client = ntp-admin-client)
20252025-08-29T21:22:48.771Z
20262025-08-29T21:22:48.771Z
20272025-08-29T21:22:48.771ZNexus
20282025-08-29T21:22:48.771Z omicron-nexus (omicron/nexus)
20292025-08-29T21:22:48.771Z exposes: Nexus Internal API (client = nexus-client)
20302025-08-29T21:22:48.771Z exposes: External API (client = oxide-client)
20312025-08-29T21:22:48.774Z consumes: clickhouse-admin-keeper-client
20322025-08-29T21:22:48.774Z consumes: clickhouse-admin-server-client
20332025-08-29T21:22:48.774Z consumes: clickhouse-admin-single-client
20342025-08-29T21:22:48.774Z consumes: cockroach-admin-client
20352025-08-29T21:22:48.774Z consumes: crucible-agent-client
20362025-08-29T21:22:48.774Z consumes: crucible-pantry-client
20372025-08-29T21:22:48.774Z consumes: dns-service-client
20382025-08-29T21:22:48.774Z consumes: dpd-client
20392025-08-29T21:22:48.774Z consumes: gateway-client
20402025-08-29T21:22:48.774Z consumes: lldpd-client
20412025-08-29T21:22:48.774Z consumes: mg-admin-client
20422025-08-29T21:22:48.774Z consumes: ntp-admin-client
20432025-08-29T21:22:48.775Z consumes: oximeter-client
20442025-08-29T21:22:48.775Z consumes: propolis-client
20452025-08-29T21:22:48.775Z consumes: repo-depot-client
20462025-08-29T21:22:48.775Z consumes: sled-agent-client
20472025-08-29T21:22:48.775Z
20482025-08-29T21:22:48.775Z
20492025-08-29T21:22:48.775ZOximeter
20502025-08-29T21:22:48.775Z oximeter-collector (omicron/oximeter/collector)
20512025-08-29T21:22:48.775Z exposes: Oximeter (client = oximeter-client)
20522025-08-29T21:22:48.775Z consumes: nexus-client
20532025-08-29T21:22:48.775Z
20542025-08-29T21:22:48.775Z
20552025-08-29T21:22:48.854Z
20562025-08-29T21:22:48.854Zreal 7.389017148
20572025-08-29T21:22:48.854Zuser 6.181749928
20582025-08-29T21:22:48.854Zsys 2.352742489
20592025-08-29T21:22:48.854Ztrap 0.003698302
20602025-08-29T21:22:48.854Ztflt 0.000051500
20612025-08-29T21:22:48.854Zdflt 0.000025925
20622025-08-29T21:22:48.858Zkflt 0.000000000
20632025-08-29T21:22:48.858Zlock 0.391111252
20642025-08-29T21:22:48.858Zslp 22.814614812
20652025-08-29T21:22:48.858Zlat 0.051854659
20662025-08-29T21:22:48.858Zstop 0.007001569
20672025-08-29T21:22:48.858Z+ ptime -m cargo xtask ls-apis servers
20682025-08-29T21:22:49.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
20692025-08-29T21:22:49.599Z Running `target/debug/xtask ls-apis servers`
20702025-08-29T21:22:50.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
20712025-08-29T21:22:50.701Z Running `target/debug/ls-apis servers`
20722025-08-29T21:22:50.752Zloading metadata for workspace omicron from current workspace
20732025-08-29T21:22:52.245Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
20742025-08-29T21:22:52.248Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/fa5f15c/Cargo.toml
20752025-08-29T21:22:52.252Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
20762025-08-29T21:22:52.255Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/Cargo.toml
20772025-08-29T21:22:52.261Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/Cargo.toml
20782025-08-29T21:22:54.813Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
20792025-08-29T21:22:55.590Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20802025-08-29T21:22:55.610Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20812025-08-29T21:22:55.810Zomicron-clickhouse-admin (omicron/clickhouse-admin)
20822025-08-29T21:22:55.810Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20832025-08-29T21:22:55.811Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20842025-08-29T21:22:55.811Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20852025-08-29T21:22:55.814Z
20862025-08-29T21:22:55.814Zomicron-cockroach-admin (omicron/cockroach-admin)
20872025-08-29T21:22:55.814Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20882025-08-29T21:22:55.814Z
20892025-08-29T21:22:55.814Zcrucible-agent (crucible/agent)
20902025-08-29T21:22:55.814Z exposes: Crucible Agent (client = crucible-agent-client)
20912025-08-29T21:22:55.814Z
20922025-08-29T21:22:55.814Zcrucible-downstairs (crucible/downstairs)
20932025-08-29T21:22:55.814Z exposes: Crucible Repair (client = repair-client)
20942025-08-29T21:22:55.814Z consumes: repair-client
20952025-08-29T21:22:55.814Z
20962025-08-29T21:22:55.814Zcrucible-pantry (crucible/pantry)
20972025-08-29T21:22:55.814Z exposes: Crucible Pantry (client = crucible-pantry-client)
20982025-08-29T21:22:55.814Z consumes: nexus-client
20992025-08-29T21:22:55.814Z
21002025-08-29T21:22:55.814Zdns-server (omicron/dns-server)
21012025-08-29T21:22:55.814Z exposes: DNS Server (client = dns-service-client)
21022025-08-29T21:22:55.818Z
21032025-08-29T21:22:55.818Zomicron-sled-agent (omicron/sled-agent)
21042025-08-29T21:22:55.818Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21052025-08-29T21:22:55.818Z exposes: Repo Depot API (client = repo-depot-client)
21062025-08-29T21:22:55.818Z exposes: Sled Agent (client = sled-agent-client)
21072025-08-29T21:22:55.822Z consumes: bootstrap-agent-client
21082025-08-29T21:22:55.822Z consumes: cockroach-admin-client
21092025-08-29T21:22:55.823Z consumes: ddm-admin-client
21102025-08-29T21:22:55.823Z consumes: dns-service-client
21112025-08-29T21:22:55.823Z consumes: dpd-client
21122025-08-29T21:22:55.823Z consumes: gateway-client
21132025-08-29T21:22:55.823Z consumes: mg-admin-client
21142025-08-29T21:22:55.823Z consumes: nexus-client
21152025-08-29T21:22:55.823Z consumes: ntp-admin-client
21162025-08-29T21:22:55.823Z consumes: propolis-client
21172025-08-29T21:22:55.823Z consumes: repo-depot-client
21182025-08-29T21:22:55.823Z
21192025-08-29T21:22:55.823Zpropolis-server (propolis/bin/propolis-server)
21202025-08-29T21:22:55.823Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21212025-08-29T21:22:55.823Z exposes: Propolis (client = propolis-client)
21222025-08-29T21:22:55.823Z consumes: nexus-client
21232025-08-29T21:22:55.823Z
21242025-08-29T21:22:55.823Zddmd (maghemite/ddmd)
21252025-08-29T21:22:55.823Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21262025-08-29T21:22:55.823Z consumes: dpd-client
21272025-08-29T21:22:55.823Z
21282025-08-29T21:22:55.823Zdpd (dendrite/dpd)
21292025-08-29T21:22:55.823Z exposes: Dendrite DPD (client = dpd-client)
21302025-08-29T21:22:55.827Z consumes: gateway-client
21312025-08-29T21:22:55.827Z consumes: nexus-client
21322025-08-29T21:22:55.827Z
21332025-08-29T21:22:55.827Zlldpd (lldp/lldpd)
21342025-08-29T21:22:55.827Z exposes: LLDP daemon (client = lldpd-client)
21352025-08-29T21:22:55.827Z consumes: dpd-client
21362025-08-29T21:22:55.827Z
21372025-08-29T21:22:55.827Zmgd (maghemite/mgd)
21382025-08-29T21:22:55.827Z exposes: Maghemite MG Admin (client = mg-admin-client)
21392025-08-29T21:22:55.827Z consumes: ddm-admin-client
21402025-08-29T21:22:55.827Z consumes: dpd-client
21412025-08-29T21:22:55.827Z
21422025-08-29T21:22:55.827Zomicron-gateway (omicron/gateway)
21432025-08-29T21:22:55.827Z exposes: Management Gateway Service (client = gateway-client)
21442025-08-29T21:22:55.827Z
21452025-08-29T21:22:55.827Ztfportd (dendrite/tfportd)
21462025-08-29T21:22:55.827Z consumes: dpd-client
21472025-08-29T21:22:55.827Z consumes: lldpd-client
21482025-08-29T21:22:55.827Z
21492025-08-29T21:22:55.827Zwicketd (omicron/wicketd)
21502025-08-29T21:22:55.827Z exposes: Wicketd Installinator (client = installinator-client)
21512025-08-29T21:22:55.828Z exposes: Wicketd (client = wicketd-client)
21522025-08-29T21:22:55.828Z consumes: bootstrap-agent-client
21532025-08-29T21:22:55.828Z consumes: ddm-admin-client
21542025-08-29T21:22:55.828Z consumes: dpd-client
21552025-08-29T21:22:55.828Z consumes: gateway-client
21562025-08-29T21:22:55.828Z
21572025-08-29T21:22:55.828Zinstallinator (omicron/installinator)
21582025-08-29T21:22:55.828Z consumes: ddm-admin-client
21592025-08-29T21:22:55.828Z consumes: installinator-client
21602025-08-29T21:22:55.828Z
21612025-08-29T21:22:55.828Zomicron-ntp-admin (omicron/ntp-admin)
21622025-08-29T21:22:55.828Z exposes: NTP Admin (client = ntp-admin-client)
21632025-08-29T21:22:55.828Z
21642025-08-29T21:22:55.828Zomicron-nexus (omicron/nexus)
21652025-08-29T21:22:55.828Z exposes: Nexus Internal API (client = nexus-client)
21662025-08-29T21:22:55.828Z exposes: External API (client = oxide-client)
21672025-08-29T21:22:55.832Z consumes: clickhouse-admin-keeper-client
21682025-08-29T21:22:55.832Z consumes: clickhouse-admin-server-client
21692025-08-29T21:22:55.832Z consumes: clickhouse-admin-single-client
21702025-08-29T21:22:55.832Z consumes: cockroach-admin-client
21712025-08-29T21:22:55.832Z consumes: crucible-agent-client
21722025-08-29T21:22:55.832Z consumes: crucible-pantry-client
21732025-08-29T21:22:55.832Z consumes: dns-service-client
21742025-08-29T21:22:55.832Z consumes: dpd-client
21752025-08-29T21:22:55.832Z consumes: gateway-client
21762025-08-29T21:22:55.832Z consumes: lldpd-client
21772025-08-29T21:22:55.832Z consumes: mg-admin-client
21782025-08-29T21:22:55.832Z consumes: ntp-admin-client
21792025-08-29T21:22:55.832Z consumes: oximeter-client
21802025-08-29T21:22:55.832Z consumes: propolis-client
21812025-08-29T21:22:55.832Z consumes: repo-depot-client
21822025-08-29T21:22:55.832Z consumes: sled-agent-client
21832025-08-29T21:22:55.832Z
21842025-08-29T21:22:55.832Zoximeter-collector (omicron/oximeter/collector)
21852025-08-29T21:22:55.832Z exposes: Oximeter (client = oximeter-client)
21862025-08-29T21:22:55.835Z consumes: nexus-client
21872025-08-29T21:22:55.835Z
21882025-08-29T21:22:55.916Z
21892025-08-29T21:22:55.916Zreal 7.042327242
21902025-08-29T21:22:55.916Zuser 6.083142058
21912025-08-29T21:22:55.916Zsys 2.164626106
21922025-08-29T21:22:55.916Ztrap 0.000686513
21932025-08-29T21:22:55.916Ztflt 0.000063159
21942025-08-29T21:22:55.916Zdflt 0.000020161
21952025-08-29T21:22:55.919Zkflt 0.000000000
21962025-08-29T21:22:55.919Zlock 0.357165196
21972025-08-29T21:22:55.919Zslp 21.996626269
21982025-08-29T21:22:55.919Zlat 0.014496835
21992025-08-29T21:22:55.919Zstop 0.007135182
22002025-08-29T21:22:55.919Z+ ptime -m cargo xtask ls-apis check
22012025-08-29T21:22:56.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
22022025-08-29T21:22:56.671Z Running `target/debug/xtask ls-apis check`
22032025-08-29T21:22:57.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
22042025-08-29T21:22:57.799Z Running `target/debug/ls-apis check`
22052025-08-29T21:22:57.850Zloading metadata for workspace omicron from current workspace
22062025-08-29T21:22:59.331Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
22072025-08-29T21:22:59.335Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
22082025-08-29T21:22:59.339Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/fa5f15c/Cargo.toml
22092025-08-29T21:22:59.339Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/Cargo.toml
22102025-08-29T21:22:59.349Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/Cargo.toml
22112025-08-29T21:23:01.916Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
22122025-08-29T21:23:02.697Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22132025-08-29T21:23:02.716Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22142025-08-29T21:23:03.006Z
22152025-08-29T21:23:03.006Z
22162025-08-29T21:23:03.006ZServer-managed APIs:
22172025-08-29T21:23:03.006Z
22182025-08-29T21:23:03.006Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
22192025-08-29T21:23:03.006Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
22202025-08-29T21:23:03.007Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
22212025-08-29T21:23:03.007Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
22222025-08-29T21:23:03.007Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
22232025-08-29T21:23:03.007Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
22242025-08-29T21:23:03.007Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
22252025-08-29T21:23:03.007Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
22262025-08-29T21:23:03.008Z DNS Server (dns-service-client, exposed by dns-server)
22272025-08-29T21:23:03.008Z Dendrite DPD (dpd-client, exposed by dpd)
22282025-08-29T21:23:03.008Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
22292025-08-29T21:23:03.008Z LLDP daemon (lldpd-client, exposed by lldpd)
22302025-08-29T21:23:03.008Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
22312025-08-29T21:23:03.008Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
22322025-08-29T21:23:03.008Z External API (oxide-client, exposed by omicron-nexus)
22332025-08-29T21:23:03.008Z Oximeter (oximeter-client, exposed by oximeter-collector)
22342025-08-29T21:23:03.008Z Propolis (propolis-client, exposed by propolis-server)
22352025-08-29T21:23:03.008Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
22362025-08-29T21:23:03.008Z Wicketd (wicketd-client, exposed by wicketd)
22372025-08-29T21:23:03.008Z
22382025-08-29T21:23:03.008Z
22392025-08-29T21:23:03.008ZClient-managed API:
22402025-08-29T21:23:03.008Z
22412025-08-29T21:23:03.008Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
22422025-08-29T21:23:03.008Z reason: depends on itself (i.e., instances call each other)
22432025-08-29T21:23:03.008Z Wicketd Installinator (installinator-client, exposed by wicketd)
22442025-08-29T21:23:03.008Z reason: client is provided implicitly by the operator
22452025-08-29T21:23:03.008Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
22462025-08-29T21:23:03.008Z reason: Circular dependencies between Nexus and other services
22472025-08-29T21:23:03.008Z Crucible Repair (repair-client, exposed by crucible-downstairs)
22482025-08-29T21:23:03.008Z reason: depends on itself (i.e., instances call each other)
22492025-08-29T21:23:03.008Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
22502025-08-29T21:23:03.008Z reason: depends on itself (i.e., instances call each other)
22512025-08-29T21:23:03.008Z
22522025-08-29T21:23:03.009Z
22532025-08-29T21:23:03.009ZAPIs with unknown version management: none
22542025-08-29T21:23:03.090Z
22552025-08-29T21:23:03.090Zreal 7.156036476
22562025-08-29T21:23:03.090Zuser 6.188210394
22572025-08-29T21:23:03.090Zsys 2.182229776
22582025-08-29T21:23:03.090Ztrap 0.000687991
22592025-08-29T21:23:03.091Ztflt 0.000029629
22602025-08-29T21:23:03.096Zdflt 0.000016070
22612025-08-29T21:23:03.096Zkflt 0.000000000
22622025-08-29T21:23:03.096Zlock 0.355985552
22632025-08-29T21:23:03.096Zslp 22.237281497
22642025-08-29T21:23:03.096Zlat 0.013582616
22652025-08-29T21:23:03.096Zstop 0.006420781
22662025-08-29T21:23:03.096Z+ ptime -m cargo xtask ls-apis adoc
22672025-08-29T21:23:03.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
22682025-08-29T21:23:03.831Z Running `target/debug/xtask ls-apis adoc`
22692025-08-29T21:23:04.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
22702025-08-29T21:23:04.985Z Running `target/debug/ls-apis adoc`
22712025-08-29T21:23:05.015Zloading metadata for workspace omicron from current workspace
22722025-08-29T21:23:06.487Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
22732025-08-29T21:23:06.491Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/fa5f15c/Cargo.toml
22742025-08-29T21:23:06.495Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
22752025-08-29T21:23:06.495Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/Cargo.toml
22762025-08-29T21:23:06.503Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/Cargo.toml
22772025-08-29T21:23:09.094Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
22782025-08-29T21:23:09.813Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22792025-08-29T21:23:09.832Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22802025-08-29T21:23:10.149Z
22812025-08-29T21:23:10.149Zreal 7.041712037
22822025-08-29T21:23:10.149Zuser 6.088195094
22832025-08-29T21:23:10.149Zsys 2.148762816
22842025-08-29T21:23:10.152Ztrap 0.000619259
22852025-08-29T21:23:10.152Ztflt 0.000052761
22862025-08-29T21:23:10.152Zdflt 0.000081974
22872025-08-29T21:23:10.152Zkflt 0.000014229
22882025-08-29T21:23:10.152Zlock 0.361528652
22892025-08-29T21:23:10.153Zslp 21.953276252
22902025-08-29T21:23:10.153Zlat 0.014923755
22912025-08-29T21:23:10.153Zstop 0.007205880
22922025-08-29T21:23:10.153Z+ banner build
22932025-08-29T21:23:10.156Z
22942025-08-29T21:23:10.156Z ##### # # # # #####
22952025-08-29T21:23:10.156Z # # # # # # # #
22962025-08-29T21:23:10.156Z ##### # # # # # #
22972025-08-29T21:23:10.156Z # # # # # # # #
22982025-08-29T21:23:10.156Z # # # # # # # #
22992025-08-29T21:23:10.156Z ##### #### # ###### #####
23002025-08-29T21:23:10.156Z
23012025-08-29T21:23:10.156Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23022025-08-29T21:23:10.156Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23032025-08-29T21:23:10.156Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23042025-08-29T21:23:10.156Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23052025-08-29T21:23:10.156Z+ [[ illumos == \i\l\l\u\m\o\s ]]
23062025-08-29T21:23:10.156Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
23072025-08-29T21:23:10.156Z+ export TMPDIR=/var/tmp/omicron_tmp
23082025-08-29T21:23:10.157Z+ TMPDIR=/var/tmp/omicron_tmp
23092025-08-29T21:23:10.157Z+ export RUST_BACKTRACE=1
23102025-08-29T21:23:10.157Z+ RUST_BACKTRACE=1
23112025-08-29T21:23:10.157Z+ export CARGO_INCREMENTAL=0
23122025-08-29T21:23:10.157Z+ CARGO_INCREMENTAL=0
23132025-08-29T21:23:10.157Z+ export RUSTC_BOOTSTRAP=1
23142025-08-29T21:23:10.157Z+ RUSTC_BOOTSTRAP=1
23152025-08-29T21:23:10.157Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
23162025-08-29T21:23:12.879Z Compiling proc-macro2 v1.0.95
23172025-08-29T21:23:12.879Z Compiling unicode-ident v1.0.18
23182025-08-29T21:23:12.889Z Compiling libc v0.2.174
23192025-08-29T21:23:12.889Z Compiling serde v1.0.219
23202025-08-29T21:23:12.889Z Compiling cfg-if v1.0.1
23212025-08-29T21:23:12.889Z Compiling autocfg v1.4.0
23222025-08-29T21:23:12.889Z Compiling memchr v2.7.4
23232025-08-29T21:23:12.889Z Compiling value-bag v1.9.0
23242025-08-29T21:23:12.889Z Running `/home/build/.rustup/toolchains/1.89.0-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.95/build.rs --error-format=json --json=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=3727b666c15c9d5a -C extra-filename=-7265f5e56e6dd534 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-7265f5e56e6dd534 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252025-08-29T21:23:12.889Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8af50ec24cb74ad -C extra-filename=-61a7fbc6a507fd3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262025-08-29T21:23:12.889Z Running `/home/build/.rustup/toolchains/1.89.0-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.174/build.rs --error-format=json --json=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=a04439526b7eb636 -C extra-filename=-9ace2eb27fda07f3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-9ace2eb27fda07f3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23272025-08-29T21:23:12.889Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/build.rs --error-format=json --json=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=00390f6b21ed75f1 -C extra-filename=-7ff594781744ccfd --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-7ff594781744ccfd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282025-08-29T21:23:12.889Z Running `/home/build/.rustup/toolchains/1.89.0-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=a2b5130ace00369f -C extra-filename=-16cff964c3cef883 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292025-08-29T21:23:12.889Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=6fa315ffe448b5a9 -C extra-filename=-10ab7de2df72a452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23302025-08-29T21:23:13.232Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a83fcab1ebc83d6 -C extra-filename=-90c8964f92bb0a86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312025-08-29T21:23:13.239Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-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 --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=3565453dbdbc7b8d -C extra-filename=-05926289794639c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23322025-08-29T21:23:13.428Z Compiling smallvec v1.15.1
23332025-08-29T21:23:13.461Z Compiling version_check v0.9.5
23342025-08-29T21:23:13.461Z Running `/home/build/.rustup/toolchains/1.89.0-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=528dc7d126a915a0 -C extra-filename=-590a634e5a2f8629 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352025-08-29T21:23:13.461Z Running `/home/build/.rustup/toolchains/1.89.0-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=d86b9848ad31aaa1 -C extra-filename=-034ec1d881020e41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23362025-08-29T21:23:13.763Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-7265f5e56e6dd534/build-script-build`
23372025-08-29T21:23:13.854Z Compiling log v0.4.27
23382025-08-29T21:23:13.854Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=1071a83bbd2cda86 -C extra-filename=-a76b93ce4f157850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern value_bag=/work/oxidecomputer/omicron/target/debug/deps/libvalue_bag-05926289794639c0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23392025-08-29T21:23:13.905Z Compiling itoa v1.0.11
23402025-08-29T21:23:13.909Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=eb0a58b31a6e244c -C extra-filename=-c3d4b3c7bce6ae9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23412025-08-29T21:23:13.909Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-7ff594781744ccfd/build-script-build`
23422025-08-29T21:23:14.065Z Compiling scopeguard v1.2.0
23432025-08-29T21:23:14.069Z Running `/home/build/.rustup/toolchains/1.89.0-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=c52232c317831277 -C extra-filename=-905e3bb7cf1dddb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23442025-08-29T21:23:14.143Z Compiling lock_api v0.4.12
23452025-08-29T21:23:14.148Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=801498701d4e4738 -C extra-filename=-bc94ad7b51a5ac2d --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-bc94ad7b51a5ac2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462025-08-29T21:23:14.196Z Compiling portable-atomic v1.11.0
23472025-08-29T21:23:14.196Z Compiling libm v0.2.8
23482025-08-29T21:23:14.204Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-9ace2eb27fda07f3/build-script-build`
23492025-08-29T21:23:14.204Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=d9d6fb612ca90607 -C extra-filename=-5bb591e0d2e2589c --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-5bb591e0d2e2589c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502025-08-29T21:23:14.204Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=351dee0fbc51337f -C extra-filename=-1640517f1a139279 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-1640517f1a139279 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23512025-08-29T21:23:14.299Z Compiling num-traits v0.2.19
23522025-08-29T21:23:14.346Z Running `/home/build/.rustup/toolchains/1.89.0-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=9e6b9d6a71aafc02 -C extra-filename=-56b5b61900717c15 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-56b5b61900717c15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23532025-08-29T21:23:14.351Z Running `/home/build/.rustup/toolchains/1.89.0-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.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=194ce841212814c9 -C extra-filename=-862561e759921f66 --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-61a7fbc6a507fd3d.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 --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(procmacro2_backtrace)' --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)'`
23542025-08-29T21:23:14.390Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-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=5ed727bbc0db891b -C extra-filename=-784c297e68e85669 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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 freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
23552025-08-29T21:23:14.586Z Compiling stable_deref_trait v1.2.0
23562025-08-29T21:23:14.596Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e26ad9be82d5a60a -C extra-filename=-45a66a1c23392a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23572025-08-29T21:23:14.631Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-bc94ad7b51a5ac2d/build-script-build`
23582025-08-29T21:23:14.749Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-5bb591e0d2e2589c/build-script-build`
23592025-08-29T21:23:14.767Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=a291f6c37d42b905 -C extra-filename=-e6b4b2826539f8a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23602025-08-29T21:23:14.809Z Compiling critical-section v1.1.3
23612025-08-29T21:23:14.814Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name critical_section --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=cfa84f0c07e783aa -C extra-filename=-dc002b66dcf830d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23622025-08-29T21:23:14.814Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-56b5b61900717c15/build-script-build`
23632025-08-29T21:23:14.896Z Compiling ryu v1.0.18
23642025-08-29T21:23:14.904Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=e5088d9e899657ba -C extra-filename=-f2474c6cd59eb6fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652025-08-29T21:23:14.904Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=4cc50c5bba4299b8 -C extra-filename=-eeecc61b289458a6 --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-905e3bb7cf1dddb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
23662025-08-29T21:23:15.013Z Compiling pin-project-lite v0.2.14
23672025-08-29T21:23:15.022Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17b47334d9d652b2 -C extra-filename=-b0b6dd2d12616bf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682025-08-29T21:23:15.132Z Compiling serde_json v1.0.142
23692025-08-29T21:23:15.135Z Running `/home/build/.rustup/toolchains/1.89.0-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.142/build.rs --error-format=json --json=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="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=29e1d84290bcb73f -C extra-filename=-ad1c82997fb01f81 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-ad1c82997fb01f81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23702025-08-29T21:23:15.213Z Compiling quote v1.0.40
23712025-08-29T21:23:15.223Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=401c2dd90034585a -C extra-filename=-3e7e2e136806e48c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23722025-08-29T21:23:15.273Z Compiling getrandom v0.3.1
23732025-08-29T21:23:15.325Z Running `/home/build/.rustup/toolchains/1.89.0-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.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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=490ea06192687952 -C extra-filename=-f614163d8e5b83ff --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-f614163d8e5b83ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742025-08-29T21:23:15.331Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-1640517f1a139279/build-script-build`
23752025-08-29T21:23:15.431Z Compiling litemap v0.7.3
23762025-08-29T21:23:15.441Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=22c16aa30008f08d -C extra-filename=-77475923b5850dce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772025-08-29T21:23:15.500Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=32c4e7ba082e4de0 -C extra-filename=-51e5d1e7a99effa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_strict_provenance,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_20,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha","zacas"))'`
23782025-08-29T21:23:15.609Z Compiling syn v2.0.104
23792025-08-29T21:23:15.613Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.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="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=d7e2df7636275fed -C extra-filename=-3b56629d53d220b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802025-08-29T21:23:15.738Z Compiling getrandom v0.2.15
23812025-08-29T21:23:15.809Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=a8883db81edb908f -C extra-filename=-1f3893cab9c1cac2 --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23822025-08-29T21:23:15.814Z Running `/home/build/.rustup/toolchains/1.89.0-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=2a170afafb30e8da -C extra-filename=-e7bbba1d1c8c50c5 --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-e6b4b2826539f8a4.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)'`
23832025-08-29T21:23:15.884Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-ad1c82997fb01f81/build-script-build`
23842025-08-29T21:23:15.930Z Compiling percent-encoding v2.3.1
23852025-08-29T21:23:15.933Z Running `/home/build/.rustup/toolchains/1.89.0-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=4be29dd8195291c6 -C extra-filename=-0cc1548a24fd9f67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23862025-08-29T21:23:15.993Z Compiling writeable v0.5.5
23872025-08-29T21:23:15.999Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=5ec82db3fe59e6c6 -C extra-filename=-b351e0eb4211557d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23882025-08-29T21:23:16.044Z Compiling shlex v1.3.0
23892025-08-29T21:23:16.050Z Running `/home/build/.rustup/toolchains/1.89.0-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=df2e360dc5ae5a24 -C extra-filename=-c15408658c23372f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23902025-08-29T21:23:16.094Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-f614163d8e5b83ff/build-script-build`
23912025-08-29T21:23:16.169Z Compiling foldhash v0.1.5
23922025-08-29T21:23:16.208Z Running `/home/build/.rustup/toolchains/1.89.0-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0cf7cfd2909745e1 -C extra-filename=-0a48cc8b19067905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932025-08-29T21:23:16.211Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=d86023ced5d0dc74 -C extra-filename=-710e91481cd0b98a --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23942025-08-29T21:23:16.287Z Compiling allocator-api2 v0.2.21
23952025-08-29T21:23:16.297Z Running `/home/build/.rustup/toolchains/1.89.0-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=91f2dc571e465d1e -C extra-filename=-5f468c981a16e35e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23962025-08-29T21:23:16.428Z Compiling equivalent v1.0.2
23972025-08-29T21:23:16.495Z Running `/home/build/.rustup/toolchains/1.89.0-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=36fe075e3db67a01 -C extra-filename=-233a566562667d8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23982025-08-29T21:23:16.621Z Compiling once_cell v1.21.3
23992025-08-29T21:23:16.687Z Running `/home/build/.rustup/toolchains/1.89.0-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=b2aa99e04564f5a6 -C extra-filename=-9f184b9950c390eb --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-dc002b66dcf830d0.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24002025-08-29T21:23:16.707Z Compiling icu_locid_transform_data v1.5.0
24012025-08-29T21:23:16.707Z Compiling parking_lot_core v0.9.10
24022025-08-29T21:23:16.707Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab472e01cebfd6ca -C extra-filename=-70658073d33ae4c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032025-08-29T21:23:16.707Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=ba732d52a468209e -C extra-filename=-ee9c711cc0d452e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ee9c711cc0d452e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24042025-08-29T21:23:16.740Z Compiling rand_core v0.6.4
24052025-08-29T21:23:16.747Z Compiling icu_properties_data v1.5.0
24062025-08-29T21:23:16.747Z Running `/home/build/.rustup/toolchains/1.89.0-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=4f16870d2f5e140f -C extra-filename=-9979076a98167996 --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-1f3893cab9c1cac2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072025-08-29T21:23:16.815Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4c3f5070ea88f88 -C extra-filename=-ac5fcfe50a1dcd02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24082025-08-29T21:23:16.819Z Compiling jobserver v0.1.32
24092025-08-29T21:23:16.824Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9079834563068801 -C extra-filename=-3085a4fa79a09e9e --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102025-08-29T21:23:17.002Z Compiling hashbrown v0.15.4
24112025-08-29T21:23:17.011Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=c894f0bd0ac03364 -C extra-filename=-9caa1f323c45c460 --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-5f468c981a16e35e.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-233a566562667d8f.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-0a48cc8b19067905.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24122025-08-29T21:23:17.055Z Compiling write16 v1.0.0
24132025-08-29T21:23:17.062Z Compiling utf16_iter v1.0.5
24142025-08-29T21:23:17.062Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=e9494c365aff5efb -C extra-filename=-6b0b9c285f21b156 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24152025-08-29T21:23:17.101Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=525076f0998307bf -C extra-filename=-b7317b621dd1fd3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162025-08-29T21:23:17.224Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ee9c711cc0d452e7/build-script-build`
24172025-08-29T21:23:17.274Z Compiling utf8_iter v1.0.4
24182025-08-29T21:23:17.279Z Running `/home/build/.rustup/toolchains/1.89.0-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=14c64be97b004b76 -C extra-filename=-84bbf4dc3c0a9cb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192025-08-29T21:23:17.334Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=2ab12a0faf7340ba -C extra-filename=-a343125fedd28133 --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24202025-08-29T21:23:17.376Z Compiling icu_normalizer_data v1.5.0
24212025-08-29T21:23:17.382Z Compiling semver v1.0.26
24222025-08-29T21:23:17.382Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cfd0d48cfcc636df -C extra-filename=-b3c4991b6ca67627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232025-08-29T21:23:17.465Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/build.rs --error-format=json --json=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("default", "serde", "std"))' -C metadata=40ab04cabb8e4a93 -C extra-filename=-df0a915ae2c959ae --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-df0a915ae2c959ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242025-08-29T21:23:17.468Z Compiling cc v1.2.30
24252025-08-29T21:23:17.516Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=2634c9f9cc288243 -C extra-filename=-c405cbfc7820faca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-3085a4fa79a09e9e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c15408658c23372f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262025-08-29T21:23:17.535Z Compiling form_urlencoded v1.2.1
24272025-08-29T21:23:17.538Z Compiling subtle v2.6.1
24282025-08-29T21:23:17.538Z Running `/home/build/.rustup/toolchains/1.89.0-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=eef4dbd4390df449 -C extra-filename=-2be51631477f9ca5 --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-0cc1548a24fd9f67.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292025-08-29T21:23:17.538Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=3027c8763e9e9776 -C extra-filename=-d7c287191cccedb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302025-08-29T21:23:17.619Z Compiling signal-hook-registry v1.4.2
24312025-08-29T21:23:17.624Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2def9f5e0f6624b -C extra-filename=-984a8d27e5d119e9 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322025-08-29T21:23:17.895Z Compiling parking_lot v0.12.3
24332025-08-29T21:23:17.949Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=698f10eca379680c -C extra-filename=-029a03c6d83b09b5 --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-eeecc61b289458a6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a343125fedd28133.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24342025-08-29T21:23:17.954Z Compiling regex-syntax v0.8.5
24352025-08-29T21:23:17.959Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=4df2cf5286049e34 -C extra-filename=-ea2fa3130f21e300 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362025-08-29T21:23:18.001Z Compiling errno v0.3.12
24372025-08-29T21:23:18.006Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b2e53585689c6834 -C extra-filename=-66c18ca0d8ab3a57 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382025-08-29T21:23:18.091Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-df0a915ae2c959ae/build-script-build`
24392025-08-29T21:23:18.241Z Compiling fnv v1.0.7
24402025-08-29T21:23:18.294Z Running `/home/build/.rustup/toolchains/1.89.0-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=1c1660e95b0f484c -C extra-filename=-63bbafb28e7d7eb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412025-08-29T21:23:18.294Z Compiling byteorder v1.5.0
24422025-08-29T21:23:18.299Z Running `/home/build/.rustup/toolchains/1.89.0-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=01456c37c448d0f0 -C extra-filename=-bf80f7a3bae0a263 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432025-08-29T21:23:18.336Z Compiling aho-corasick v1.1.3
24442025-08-29T21:23:18.342Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=a934ca65b921e3b4 -C extra-filename=-fa37e0de09fa0fe8 --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-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452025-08-29T21:23:18.373Z Compiling mio v1.0.2
24462025-08-29T21:23:18.378Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=a8f19a7615cf0b66 -C extra-filename=-158cf049d676bd12 --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-784c297e68e85669.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472025-08-29T21:23:18.416Z Compiling typenum v1.17.0
24482025-08-29T21:23:18.422Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=3a52a8ea5b1d1435 -C extra-filename=-c43bcef096a5d052 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-c43bcef096a5d052 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492025-08-29T21:23:18.749Z Compiling futures-core v0.3.31
24502025-08-29T21:23:18.753Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=25062395613a1fb7 -C extra-filename=-a7543549df8e10d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512025-08-29T21:23:18.809Z Compiling generic-array v0.14.7
24522025-08-29T21:23:18.809Z Running `/home/build/.rustup/toolchains/1.89.0-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=6b6b79ffeab73f54 -C extra-filename=-5b73b6a89f1b8521 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-5b73b6a89f1b8521 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532025-08-29T21:23:19.079Z Compiling heck v0.5.0
24542025-08-29T21:23:19.082Z Running `/home/build/.rustup/toolchains/1.89.0-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=e060d62de6161cc8 -C extra-filename=-9612a25fb0aed7d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552025-08-29T21:23:19.322Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-5b73b6a89f1b8521/build-script-build`
24562025-08-29T21:23:19.437Z Compiling rustix v0.38.37
24572025-08-29T21:23:19.479Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=6f5271dcc79895c2 -C extra-filename=-ca08b9b2809b9498 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-ca08b9b2809b9498 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24582025-08-29T21:23:19.484Z Compiling thiserror v1.0.69
24592025-08-29T21:23:19.491Z Running `/home/build/.rustup/toolchains/1.89.0-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=9bd51d35a5d4f44a -C extra-filename=-723bb18637d6ca27 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-723bb18637d6ca27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602025-08-29T21:23:19.533Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-c43bcef096a5d052/build-script-main`
24612025-08-29T21:23:19.628Z Compiling socket2 v0.6.0
24622025-08-29T21:23:19.666Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=09d762c3d23a7cc4 -C extra-filename=-61256d08fa97d3e4 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632025-08-29T21:23:19.745Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=f1158a11966ddc86 -C extra-filename=-99d143f44a798912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642025-08-29T21:23:20.226Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-723bb18637d6ca27/build-script-build`
24652025-08-29T21:23:20.276Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-ca08b9b2809b9498/build-script-build`
24662025-08-29T21:23:20.520Z Compiling either v1.15.0
24672025-08-29T21:23:20.524Z Running `/home/build/.rustup/toolchains/1.89.0-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=016836f35aa36f48 -C extra-filename=-c14636abdee91fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682025-08-29T21:23:20.646Z Compiling iana-time-zone v0.1.63
24692025-08-29T21:23:20.653Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=f78b60f928c0f9e4 -C extra-filename=-fe7adf2a3d3ea3d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702025-08-29T21:23:20.738Z Compiling futures-io v0.3.31
24712025-08-29T21:23:20.742Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=0dd32105f72bcfee -C extra-filename=-ba54a4ee1bd11d0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722025-08-29T21:23:20.968Z Compiling slab v0.4.9
24732025-08-29T21:23:20.972Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fd1096f95e770a65 -C extra-filename=-f8ac1c2de96c373a --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-f8ac1c2de96c373a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24742025-08-29T21:23:21.119Z Compiling pkg-config v0.3.31
24752025-08-29T21:23:21.119Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68c6863ab5923cbb -C extra-filename=-3219be843653f8e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762025-08-29T21:23:21.127Z Compiling spin v0.9.8
24772025-08-29T21:23:21.127Z Running `/home/build/.rustup/toolchains/1.89.0-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=91eda61eaaaa6fce -C extra-filename=-9bddb589b61cd740 --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-eeecc61b289458a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782025-08-29T21:23:21.127Z Compiling const-oid v0.9.6
24792025-08-29T21:23:21.127Z Running `/home/build/.rustup/toolchains/1.89.0-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=c96b445873476e2d -C extra-filename=-cabc6642a8d55355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802025-08-29T21:23:21.326Z Compiling dyn-clone v1.0.20
24812025-08-29T21:23:21.383Z Running `/home/build/.rustup/toolchains/1.89.0-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=857b296a7ef62f94 -C extra-filename=-ba11f873af450cd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822025-08-29T21:23:21.500Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-f8ac1c2de96c373a/build-script-build`
24832025-08-29T21:23:21.517Z Compiling schemars v0.8.22
24842025-08-29T21:23:21.520Z Running `/home/build/.rustup/toolchains/1.89.0-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=b357c715f2903c7d -C extra-filename=-e4f5a7e6a3c63bac --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-e4f5a7e6a3c63bac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852025-08-29T21:23:21.597Z Compiling regex-automata v0.4.8
24862025-08-29T21:23:21.602Z Running `/home/build/.rustup/toolchains/1.89.0-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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="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=5bf170d5336d6a9e -C extra-filename=-5f2da1f73d56e025 --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-fa37e0de09fa0fe8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872025-08-29T21:23:21.660Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=82af22f095b8e42a -C extra-filename=-bfe8abbfd9cf056f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882025-08-29T21:23:22.004Z Compiling pin-utils v0.1.0
24892025-08-29T21:23:22.004Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-e4f5a7e6a3c63bac/build-script-build`
24902025-08-29T21:23:22.009Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11a763f856079a74 -C extra-filename=-89a013cd483bf7e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912025-08-29T21:23:22.114Z Compiling futures-sink v0.3.31
24922025-08-29T21:23:22.119Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=c56520534c0a659f -C extra-filename=-c194b658d59a65e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932025-08-29T21:23:22.211Z Compiling lazy_static v1.5.0
24942025-08-29T21:23:22.214Z Running `/home/build/.rustup/toolchains/1.89.0-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=e0df08f5496fc5bd -C extra-filename=-4921d2a92b76412d --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-9bddb589b61cd740.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952025-08-29T21:23:22.287Z Compiling futures-task v0.3.31
24962025-08-29T21:23:22.346Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=039d954012de556e -C extra-filename=-8856b408ff7e90e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972025-08-29T21:23:22.354Z Compiling futures-channel v0.3.31
24982025-08-29T21:23:22.361Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=21c047924b11ee7a -C extra-filename=-03998943d15fa5cc --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-a7543549df8e10d9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992025-08-29T21:23:22.410Z Compiling cpufeatures v0.2.14
25002025-08-29T21:23:22.456Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50ad6d5944f878c0 -C extra-filename=-2a365cb9aa123394 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012025-08-29T21:23:22.573Z Compiling syn v1.0.109
25022025-08-29T21:23:22.600Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=2102e73f1acbd758 -C extra-filename=-2c13866819a9a00a --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-2c13866819a9a00a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032025-08-29T21:23:22.607Z Compiling tracing-core v0.1.32
25042025-08-29T21:23:22.611Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=58097872f84b5fa0 -C extra-filename=-2b1a8750eef1edf5 --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-9f184b9950c390eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052025-08-29T21:23:22.688Z Compiling strsim v0.11.1
25062025-08-29T21:23:22.710Z Running `/home/build/.rustup/toolchains/1.89.0-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=07de50fac00c3a7f -C extra-filename=-d5c7d0e7d580515e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072025-08-29T21:23:22.800Z Compiling synstructure v0.13.1
25082025-08-29T21:23:22.812Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=2397708ed245a260 -C extra-filename=-83d281e1e2686ca5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092025-08-29T21:23:23.010Z Compiling serde_derive_internals v0.29.1
25102025-08-29T21:23:23.020Z Running `/home/build/.rustup/toolchains/1.89.0-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=2d582f2098c7fae1 -C extra-filename=-c11cf1d82f02ed76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112025-08-29T21:23:23.440Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-2c13866819a9a00a/build-script-build`
25122025-08-29T21:23:23.481Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=6cf564728caae4a4 -C extra-filename=-e4428997e05f97e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
25132025-08-29T21:23:23.524Z Compiling thiserror v2.0.12
25142025-08-29T21:23:23.528Z Running `/home/build/.rustup/toolchains/1.89.0-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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c9c986c96a77258e -C extra-filename=-33029e1afeaba0bc --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-33029e1afeaba0bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152025-08-29T21:23:23.749Z Compiling glob v0.3.2
25162025-08-29T21:23:23.765Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cdde8e8ee8886614 -C extra-filename=-558c6603bd35f247 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172025-08-29T21:23:23.877Z Compiling prettyplease v0.2.36
25182025-08-29T21:23:23.881Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.36/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=8b4a85229bd1f762 -C extra-filename=-933590c57889fcaf --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-933590c57889fcaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192025-08-29T21:23:24.275Z Compiling crossbeam-utils v0.8.21
25202025-08-29T21:23:24.279Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-33029e1afeaba0bc/build-script-build`
25212025-08-29T21:23:24.313Z Running `/home/build/.rustup/toolchains/1.89.0-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=29a4d990480e4514 -C extra-filename=-d9e88792650f3b5c --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-d9e88792650f3b5c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222025-08-29T21:23:24.360Z Compiling minimal-lexical v0.2.1
25232025-08-29T21:23:24.424Z Running `/home/build/.rustup/toolchains/1.89.0-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=6e93e5c26b5e67e6 -C extra-filename=-133c350d5d408def --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242025-08-29T21:23:24.632Z Compiling clang-sys v1.8.1
25252025-08-29T21:23:24.637Z Running `/home/build/.rustup/toolchains/1.89.0-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=e8a8a39b1a265415 -C extra-filename=-d4f1989dbec52f0d --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-d4f1989dbec52f0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262025-08-29T21:23:24.837Z Compiling nom v7.1.3
25272025-08-29T21:23:24.843Z Running `/home/build/.rustup/toolchains/1.89.0-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=8dc47ca32fb472b0 -C extra-filename=-ba17a7907081ab27 --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-10ab7de2df72a452.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-133c350d5d408def.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282025-08-29T21:23:24.929Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-933590c57889fcaf/build-script-build`
25292025-08-29T21:23:25.001Z Compiling adler2 v2.0.0
25302025-08-29T21:23:25.007Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=c8c5804edf096fad -C extra-filename=-8e12f79f84d3a568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312025-08-29T21:23:25.049Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-d9e88792650f3b5c/build-script-build`
25322025-08-29T21:23:25.125Z Compiling paste v1.0.15
25332025-08-29T21:23:25.165Z Running `/home/build/.rustup/toolchains/1.89.0-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=aaadc8ff930d88be -C extra-filename=-30da2474664d5b61 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-30da2474664d5b61 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342025-08-29T21:23:25.248Z Compiling miniz_oxide v0.8.5
25352025-08-29T21:23:25.255Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=88300cb2214a4b66 -C extra-filename=-db8244135795438c --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-8e12f79f84d3a568.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362025-08-29T21:23:25.294Z Running `/home/build/.rustup/toolchains/1.89.0-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=a68f7dd44dfce337 -C extra-filename=-275a97d56be8b68f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25372025-08-29T21:23:25.498Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-d4f1989dbec52f0d/build-script-build`
25382025-08-29T21:23:25.516Z Compiling libloading v0.8.5
25392025-08-29T21:23:25.523Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=991ea57a531c2ee6 -C extra-filename=-98ca6764ba3391ab --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-16cff964c3cef883.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402025-08-29T21:23:25.743Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-30da2474664d5b61/build-script-build`
25412025-08-29T21:23:25.921Z Running `/home/build/.rustup/toolchains/1.89.0-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=fdea234b45c7ed40 -C extra-filename=-4989bc0ffac4375f --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"))'`
25422025-08-29T21:23:25.928Z Compiling vcpkg v0.2.15
25432025-08-29T21:23:25.932Z Running `/home/build/.rustup/toolchains/1.89.0-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=facba6063f83ce22 -C extra-filename=-e4b2ad7490e0f049 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442025-08-29T21:23:26.502Z Running `/home/build/.rustup/toolchains/1.89.0-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=23153c7d76d5b502 -C extra-filename=-506de69e80e8f3e9 --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-558c6603bd35f247.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-98ca6764ba3391ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452025-08-29T21:23:26.756Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=8bd4522cdcbb3c70 -C extra-filename=-90e570499299010f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.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)'`
25462025-08-29T21:23:27.058Z Compiling regex v1.11.1
25472025-08-29T21:23:27.063Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-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 --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=6a55345920422bda -C extra-filename=-9cd5ce373896e612 --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-fa37e0de09fa0fe8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482025-08-29T21:23:27.692Z Compiling home v0.5.9
25492025-08-29T21:23:27.695Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e35a946167ff3f8 -C extra-filename=-ea405cba7d288502 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502025-08-29T21:23:27.886Z Compiling serde_derive v1.0.219
25512025-08-29T21:23:27.937Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-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=36e467e463bfb85a -C extra-filename=-7607030111f37c58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522025-08-29T21:23:27.999Z Compiling zeroize_derive v1.4.2
25532025-08-29T21:23:28.007Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6145e4e5337f546f -C extra-filename=-febe57d6479c8a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542025-08-29T21:23:28.084Z Compiling zerofrom-derive v0.1.4
25552025-08-29T21:23:28.136Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2be7a889206b3941 -C extra-filename=-43eab770af210559 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-83d281e1e2686ca5.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562025-08-29T21:23:28.201Z Compiling yoke-derive v0.7.4
25572025-08-29T21:23:28.246Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=354e3b695b19c44d -C extra-filename=-cc9f4ad7812f177a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-83d281e1e2686ca5.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582025-08-29T21:23:29.720Z Compiling zeroize v1.8.1
25592025-08-29T21:23:29.730Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=83687c368896d7e1 -C extra-filename=-c543893b8fa11592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-febe57d6479c8a33.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602025-08-29T21:23:29.769Z Compiling zerovec-derive v0.10.3
25612025-08-29T21:23:29.775Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=208a81f18413a2c3 -C extra-filename=-48e6a06a0d5d34e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622025-08-29T21:23:30.152Z Compiling displaydoc v0.2.5
25632025-08-29T21:23:30.158Z Running `/home/build/.rustup/toolchains/1.89.0-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=85a6efe75e2737de -C extra-filename=-272e61fe33fd09f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642025-08-29T21:23:31.147Z Compiling icu_provider_macros v1.5.0
25652025-08-29T21:23:31.156Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91b7724d1a593289 -C extra-filename=-60499267f7ad5f92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662025-08-29T21:23:31.881Z Compiling zerofrom v0.1.4
25672025-08-29T21:23:31.892Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=8bae7da72f73a021 -C extra-filename=-cd2f23a793122731 --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-43eab770af210559.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682025-08-29T21:23:32.032Z Running `/home/build/.rustup/toolchains/1.89.0-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=8e37f213a5345244 -C extra-filename=-21ee97052524a47f --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-99d143f44a798912.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
25692025-08-29T21:23:32.069Z Compiling thiserror-impl v1.0.69
25702025-08-29T21:23:32.135Z Running `/home/build/.rustup/toolchains/1.89.0-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=87d16feb1e728d8d -C extra-filename=-beca0ddbca599cfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712025-08-29T21:23:32.166Z Compiling yoke v0.7.4
25722025-08-29T21:23:32.172Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=c922afbd630a11ab -C extra-filename=-8323a3db30448042 --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-45a66a1c23392a23.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-cc9f4ad7812f177a.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-cd2f23a793122731.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732025-08-29T21:23:32.429Z Compiling tokio-macros v2.5.0
25742025-08-29T21:23:32.434Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.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=c4d63e49e8d997b2 -C extra-filename=-b2d4c7074af8cf21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752025-08-29T21:23:32.478Z Compiling zerocopy-derive v0.7.35
25762025-08-29T21:23:32.484Z Running `/home/build/.rustup/toolchains/1.89.0-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=033dffe6e07832a0 -C extra-filename=-cf2b65072afe1c3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772025-08-29T21:23:32.593Z Compiling zerovec v0.10.4
25782025-08-29T21:23:32.599Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=aa3d6e830b57d4e7 -C extra-filename=-55b34681b4417b5a --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-8323a3db30448042.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-cd2f23a793122731.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-48e6a06a0d5d34e8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792025-08-29T21:23:33.490Z Compiling crypto-common v0.1.6
25802025-08-29T21:23:33.495Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=0265131b1021eff2 -C extra-filename=-72f113c130892b2e --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-21ee97052524a47f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-99d143f44a798912.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812025-08-29T21:23:33.805Z Compiling schemars_derive v0.8.22
25822025-08-29T21:23:33.811Z Running `/home/build/.rustup/toolchains/1.89.0-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=86ce2b0079c3bf44 -C extra-filename=-c5bfdea971379498 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-c11cf1d82f02ed76.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832025-08-29T21:23:34.194Z Compiling block-buffer v0.10.4
25842025-08-29T21:23:34.197Z Running `/home/build/.rustup/toolchains/1.89.0-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=753dbc07a3a06392 -C extra-filename=-2c39dd650224b550 --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-21ee97052524a47f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852025-08-29T21:23:34.550Z Compiling tinystr v0.7.6
25862025-08-29T21:23:34.563Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=8d820af0f61170d5 -C extra-filename=-d7b20f1b294fa302 --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-272e61fe33fd09f2.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-55b34681b4417b5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872025-08-29T21:23:34.743Z Compiling icu_collections v1.5.0
25882025-08-29T21:23:34.753Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=b57443c381427098 -C extra-filename=-39f3b41000ebc3d6 --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-272e61fe33fd09f2.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-8323a3db30448042.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-cd2f23a793122731.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-55b34681b4417b5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892025-08-29T21:23:34.806Z Compiling zerocopy v0.7.35
25902025-08-29T21:23:34.812Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=2dfa75e8b12950fb -C extra-filename=-d77465ec1bbbf54e --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-bf80f7a3bae0a263.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-cf2b65072afe1c3b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912025-08-29T21:23:34.983Z Compiling icu_locid v1.5.0
25922025-08-29T21:23:34.989Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=431a80b370379044 -C extra-filename=-30b883b1f0e7482d --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-272e61fe33fd09f2.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-77475923b5850dce.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-d7b20f1b294fa302.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-b351e0eb4211557d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-55b34681b4417b5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932025-08-29T21:23:35.037Z Compiling digest v0.10.7
25942025-08-29T21:23:35.047Z Running `/home/build/.rustup/toolchains/1.89.0-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=82920b9b95a20250 -C extra-filename=-c03652d8d6c88650 --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-2c39dd650224b550.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-cabc6642a8d55355.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-72f113c130892b2e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952025-08-29T21:23:35.263Z Running `/home/build/.rustup/toolchains/1.89.0-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=8b07cedef0f7231c -C extra-filename=-8d6090023597e797 --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-beca0ddbca599cfc.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)'`
25962025-08-29T21:23:35.431Z Compiling futures-macro v0.3.31
25972025-08-29T21:23:35.435Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=491708af2c491994 -C extra-filename=-75098c99d9acd08e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982025-08-29T21:23:35.500Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=fada7c8dd3a6afc4 -C extra-filename=-6742c73914dcd771 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-7607030111f37c58.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --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_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
25992025-08-29T21:23:35.576Z Compiling tracing-attributes v0.1.27
26002025-08-29T21:23:35.583Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=58dec7a0b4401bb2 -C extra-filename=-6d9702fa88c7578b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012025-08-29T21:23:35.976Z Compiling thiserror-impl v2.0.12
26022025-08-29T21:23:36.025Z Running `/home/build/.rustup/toolchains/1.89.0-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.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58af0c8933e09ef3 -C extra-filename=-fcadd7b44e27b3b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032025-08-29T21:23:36.237Z Compiling icu_provider v1.5.0
26042025-08-29T21:23:36.241Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=7880bc8faaffc6b3 -C extra-filename=-338ce5bae009f513 --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-272e61fe33fd09f2.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-30b883b1f0e7482d.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-60499267f7ad5f92.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-45a66a1c23392a23.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-d7b20f1b294fa302.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-b351e0eb4211557d.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-8323a3db30448042.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-cd2f23a793122731.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-55b34681b4417b5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052025-08-29T21:23:36.826Z Compiling ppv-lite86 v0.2.20
26062025-08-29T21:23:36.831Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=3a30cfdfa2b86b7e -C extra-filename=-be98e4fd96343ce6 --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-d77465ec1bbbf54e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072025-08-29T21:23:37.017Z Compiling icu_locid_transform v1.5.0
26082025-08-29T21:23:37.033Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=024a8892a643a1f2 -C extra-filename=-3da1b6698d27d5cd --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-272e61fe33fd09f2.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-30b883b1f0e7482d.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-70658073d33ae4c3.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-338ce5bae009f513.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-d7b20f1b294fa302.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-55b34681b4417b5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092025-08-29T21:23:37.045Z Compiling cexpr v0.6.0
26102025-08-29T21:23:37.053Z Running `/home/build/.rustup/toolchains/1.89.0-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=f559b838fdad27d6 -C extra-filename=-14c7795bddbba0a2 --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-ba17a7907081ab27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112025-08-29T21:23:37.220Z Compiling block-padding v0.3.3
26122025-08-29T21:23:37.226Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=1859e689fe2306fa -C extra-filename=-2dae36682d77a0ff --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-21ee97052524a47f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132025-08-29T21:23:37.482Z Compiling futures-util v0.3.31
26142025-08-29T21:23:37.495Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=b87c2883447bd565 -C extra-filename=-6e7395cf40cb439c --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-03998943d15fa5cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-75098c99d9acd08e.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-89a013cd483bf7e3.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152025-08-29T21:23:37.550Z Compiling ring v0.17.14
26162025-08-29T21:23:37.663Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=b305ffadd3ee9591 -C extra-filename=-9f63f4ec416bcf25 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-9f63f4ec416bcf25 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172025-08-29T21:23:37.693Z Compiling time-core v0.1.2
26182025-08-29T21:23:37.698Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bed1a890fae1520a -C extra-filename=-0f87582dbcb8ac4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192025-08-29T21:23:37.998Z Compiling powerfmt v0.2.0
26202025-08-29T21:23:38.005Z Running `/home/build/.rustup/toolchains/1.89.0-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=62186cdd2aaff3ce -C extra-filename=-fd550e37968ebaae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212025-08-29T21:23:38.469Z Compiling icu_properties v1.5.1
26222025-08-29T21:23:38.472Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=9d594711e888c294 -C extra-filename=-874c63b48098de97 --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-272e61fe33fd09f2.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-39f3b41000ebc3d6.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-3da1b6698d27d5cd.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-ac5fcfe50a1dcd02.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-338ce5bae009f513.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-d7b20f1b294fa302.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-55b34681b4417b5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232025-08-29T21:23:38.661Z Compiling num-conv v0.1.0
26242025-08-29T21:23:38.673Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9711a988c5da212 -C extra-filename=-a56e6390dcbaca0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252025-08-29T21:23:38.883Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-9f63f4ec416bcf25/build-script-build`
26262025-08-29T21:23:38.984Z Compiling time-macros v0.2.18
26272025-08-29T21:23:39.000Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.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 --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 --warn=unused --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=temporary-cstring-as-ptr --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=clippy::nursery' --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=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=1de90c9d550fcd9a -C extra-filename=-26fc495392366fac --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-a56e6390dcbaca0e.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-0f87582dbcb8ac4e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282025-08-29T21:23:39.140Z Compiling tracing v0.1.40
26292025-08-29T21:23:39.203Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=f8feb6b32d1e8c47 -C extra-filename=-c408e455ac50c684 --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-a76b93ce4f157850.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-6d9702fa88c7578b.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-2b1a8750eef1edf5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302025-08-29T21:23:39.364Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f7680a15d4441a79 -C extra-filename=-33544f2ccf232005 --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-fcadd7b44e27b3b7.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)'`
26312025-08-29T21:23:39.408Z Compiling deranged v0.3.11
26322025-08-29T21:23:39.438Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=75bb81f0fa2d3032 -C extra-filename=-e2bb56708743d491 --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-fd550e37968ebaae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332025-08-29T21:23:39.549Z Compiling inout v0.1.3
26342025-08-29T21:23:39.555Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=9152c7d7febae6c4 -C extra-filename=-119e9b0cd754c80a --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-2dae36682d77a0ff.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-21ee97052524a47f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352025-08-29T21:23:39.650Z Compiling num_threads v0.1.7
26362025-08-29T21:23:39.688Z Running `/home/build/.rustup/toolchains/1.89.0-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=52b7ff571a27ee21 -C extra-filename=-df3097d1e893322a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372025-08-29T21:23:39.812Z Compiling itertools v0.12.1
26382025-08-29T21:23:39.819Z Running `/home/build/.rustup/toolchains/1.89.0-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=7f33f082525915bf -C extra-filename=-fd7f55707a725433 --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-c14636abdee91fd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392025-08-29T21:23:39.880Z Compiling cipher v0.4.4
26402025-08-29T21:23:39.885Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=dd6ea9212bbac06c -C extra-filename=-9a68ddfa25d2136d --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-72f113c130892b2e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-119e9b0cd754c80a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412025-08-29T21:23:40.479Z Compiling base64 v0.22.1
26422025-08-29T21:23:40.487Z Running `/home/build/.rustup/toolchains/1.89.0-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=fc0ab0aebee0361f -C extra-filename=-43fec2c760c1f6ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432025-08-29T21:23:40.822Z Compiling bytes v1.10.1
26442025-08-29T21:23:40.827Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=ae9d337a6e47f133 -C extra-filename=-7fc25a4247ca8d94 --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452025-08-29T21:23:41.044Z Compiling bitflags v2.9.1
26462025-08-29T21:23:41.048Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=cb6103e89877e2d9 -C extra-filename=-685ac79a84b69255 --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472025-08-29T21:23:41.222Z Running `/home/build/.rustup/toolchains/1.89.0-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.142/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=d5aa51c56aa8bf96 -C extra-filename=-17a0b274f593e0b9 --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-c3d4b3c7bce6ae9f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f2474c6cd59eb6fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.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"))'`
26482025-08-29T21:23:41.585Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ece433d19b239166 -C extra-filename=-ff23ca41994ba411 --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
26492025-08-29T21:23:42.003Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=6016d47fe2432042 -C extra-filename=-1f2143ef03012a20 --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-685ac79a84b69255.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-66c18ca0d8ab3a57.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26502025-08-29T21:23:42.238Z Compiling icu_normalizer v1.5.0
26512025-08-29T21:23:42.242Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=6ff2e64a532d60fe -C extra-filename=-c282b64a62a56d0a --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-272e61fe33fd09f2.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-39f3b41000ebc3d6.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-b3c4991b6ca67627.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-874c63b48098de97.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-338ce5bae009f513.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-b7317b621dd1fd3e.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-84bbf4dc3c0a9cb3.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-6b0b9c285f21b156.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-55b34681b4417b5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522025-08-29T21:23:42.285Z Compiling tokio v1.47.0
26532025-08-29T21:23:42.290Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(tokio_uring)' --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-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=fc529fbd3d0bacaf -C extra-filename=-f07c819980ac1b50 --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-7fc25a4247ca8d94.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-984a8d27e5d119e9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-61256d08fa97d3e4.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-b2d4c7074af8cf21.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542025-08-29T21:23:42.602Z Compiling indexmap v2.10.0
26552025-08-29T21:23:42.606Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-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 '--allow=clippy::style' --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", "test_debug"))' -C metadata=d677822cf23fb066 -C extra-filename=-f3f41ccd8f8b0723 --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-233a566562667d8f.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9caa1f323c45c460.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562025-08-29T21:23:43.003Z Compiling chrono v0.4.41
26572025-08-29T21:23:43.023Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-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 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --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", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=cc860c9ef31f6e48 -C extra-filename=-4595a8b79348ae0e --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-fe7adf2a3d3ea3d2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582025-08-29T21:23:43.047Z Compiling uuid v1.17.0
26592025-08-29T21:23:43.052Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=5de81572f2b440ca -C extra-filename=-7065f3fe0d49b2df --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-710e91481cd0b98a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602025-08-29T21:23:43.965Z Compiling idna_adapter v1.2.0
26612025-08-29T21:23:43.968Z Compiling http v1.3.1
26622025-08-29T21:23:43.968Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=2965750f5eb02ebe -C extra-filename=-d139ca3031653b28 --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-c282b64a62a56d0a.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-874c63b48098de97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632025-08-29T21:23:43.968Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fa0925406c517592 -C extra-filename=-01d4044bf31cfb08 --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-7fc25a4247ca8d94.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-63bbafb28e7d7eb7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642025-08-29T21:23:44.055Z Compiling serde_tokenstream v0.2.2
26652025-08-29T21:23:44.059Z Compiling time v0.3.36
26662025-08-29T21:23:44.059Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5f207cd7f1e083d -C extra-filename=-49ede7fd9a37f392 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672025-08-29T21:23:44.059Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.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=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 --warn=unused --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=temporary-cstring-as-ptr --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=clippy::nursery' --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=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --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", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=513de65232feeeb8 -C extra-filename=-214680a193c04733 --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-e2bb56708743d491.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-a56e6390dcbaca0e.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-df3097d1e893322a.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-fd550e37968ebaae.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-0f87582dbcb8ac4e.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-26fc495392366fac.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682025-08-29T21:23:44.243Z Compiling idna v1.0.3
26692025-08-29T21:23:44.246Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=964a832f1fce868d -C extra-filename=-a4fd74ac2468524c --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-d139ca3031653b28.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-84bbf4dc3c0a9cb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702025-08-29T21:23:44.459Z Compiling bindgen v0.69.5
26712025-08-29T21:23:44.465Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=87bdec01ef2296ac -C extra-filename=-8b11b984ce953e99 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-8b11b984ce953e99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722025-08-29T21:23:44.672Z Compiling ipnet v2.11.0
26732025-08-29T21:23:44.676Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=231ab9ba9a16e8cd -C extra-filename=-dace2deac663e6fe --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742025-08-29T21:23:45.567Z Compiling url v2.5.4
26752025-08-29T21:23:45.573Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=726d7e1ff00fc914 -C extra-filename=-8174e7630f5aa349 --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-2be51631477f9ca5.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a4fd74ac2468524c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762025-08-29T21:23:45.970Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-8b11b984ce953e99/build-script-build`
26772025-08-29T21:23:46.038Z Compiling which v4.4.2
26782025-08-29T21:23:46.038Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=77baab74a0324827 -C extra-filename=-f2987feeb8e1ccef --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-c14636abdee91fd2.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ea405cba7d288502.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f2143ef03012a20.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792025-08-29T21:23:46.038Z Compiling httparse v1.9.5
26802025-08-29T21:23:46.038Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.9.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cef1727ca1897165 -C extra-filename=-c82a386cce90bda1 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-c82a386cce90bda1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812025-08-29T21:23:46.247Z Compiling lazycell v1.3.0
26822025-08-29T21:23:46.299Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=b00bc4169b271e50 -C extra-filename=-a3d8602276865aa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832025-08-29T21:23:46.385Z Compiling gimli v0.31.1
26842025-08-29T21:23:46.439Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=35253150937364d5 -C extra-filename=-b49da655f5083794 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852025-08-29T21:23:46.483Z Compiling rustc-hash v1.1.0
26862025-08-29T21:23:46.484Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=38e9ebdd84bc6acc -C extra-filename=-4b1110e3cc35dd24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872025-08-29T21:23:46.532Z Compiling atomic-waker v1.1.2
26882025-08-29T21:23:46.692Z Running `/home/build/.rustup/toolchains/1.89.0-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=c2dc08a51d4cc53c -C extra-filename=-ba25972e878f73b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892025-08-29T21:23:46.720Z Compiling cmake v0.1.51
26902025-08-29T21:23:46.720Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84a06fbe8f56ceb9 -C extra-filename=-de354ad5a94ad54d --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-c405cbfc7820faca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912025-08-29T21:23:46.721Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=2a456201ec885bb8 -C extra-filename=-d20a87168018c93f --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-685ac79a84b69255.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-14c7795bddbba0a2.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-506de69e80e8f3e9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fd7f55707a725433.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-a3d8602276865aa7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-90e570499299010f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-4b1110e3cc35dd24.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c15408658c23372f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-f2987feeb8e1ccef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922025-08-29T21:23:46.955Z Running `/home/build/.rustup/toolchains/1.89.0-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=62bae59e59a0f81d -C extra-filename=-eb575204b5be09b2 --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-7fc25a4247ca8d94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-c5bfdea971379498.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
26932025-08-29T21:23:46.978Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-c82a386cce90bda1/build-script-build`
26942025-08-29T21:23:46.978Z Compiling object v0.36.5
26952025-08-29T21:23:46.978Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=6108c2f79bc9cb46 -C extra-filename=-ddb6c3b5f172fda8 --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-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962025-08-29T21:23:47.530Z Compiling rustc-demangle v0.1.24
26972025-08-29T21:23:47.563Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=4e02cc3728313384 -C extra-filename=-e12f84d378735be7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982025-08-29T21:23:47.563Z Compiling base64ct v1.6.0
26992025-08-29T21:23:47.563Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=44b5acdab9f6b6c4 -C extra-filename=-918dddd36587fd89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002025-08-29T21:23:48.145Z Compiling dunce v1.0.5
27012025-08-29T21:23:48.161Z Running `/home/build/.rustup/toolchains/1.89.0-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=c00789c241c14d06 -C extra-filename=-07ef0643f32e7ad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022025-08-29T21:23:48.593Z Compiling anyhow v1.0.99
27032025-08-29T21:23:48.602Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=ed225afd82fee87e -C extra-filename=-a16e563cbf5da838 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-a16e563cbf5da838 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042025-08-29T21:23:48.602Z Compiling untrusted v0.9.0
27052025-08-29T21:23:48.602Z Running `/home/build/.rustup/toolchains/1.89.0-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=f701984c3127b75f -C extra-filename=-7037838c93d6b265 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062025-08-29T21:23:48.662Z Compiling fs_extra v1.3.0
27072025-08-29T21:23:48.747Z Running `/home/build/.rustup/toolchains/1.89.0-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=ab038303a108a882 -C extra-filename=-80eadfd9742d9184 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082025-08-29T21:23:48.795Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=85f520d86c489fe9 -C extra-filename=-af4b1351daf744bb --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-16cff964c3cef883.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7037838c93d6b265.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
27092025-08-29T21:23:49.169Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-a16e563cbf5da838/build-script-build`
27102025-08-29T21:23:49.263Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=01a514d2647380b1 -C extra-filename=-57fa867c6f0b37c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
27112025-08-29T21:23:49.672Z Compiling sha2 v0.10.9
27122025-08-29T21:23:49.690Z Running `/home/build/.rustup/toolchains/1.89.0-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=c03039376d62b542 -C extra-filename=-775a80fd19be5757 --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-16cff964c3cef883.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c03652d8d6c88650.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132025-08-29T21:23:50.047Z Compiling hmac v0.12.1
27142025-08-29T21:23:50.101Z Running `/home/build/.rustup/toolchains/1.89.0-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=34ade475c06e7aa1 -C extra-filename=-6ae10ea56cda503c --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-c03652d8d6c88650.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152025-08-29T21:23:50.146Z Compiling rand_chacha v0.3.1
27162025-08-29T21:23:50.146Z Running `/home/build/.rustup/toolchains/1.89.0-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=5fca7394380603c0 -C extra-filename=-4a669e4ad0e21ffe --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-be98e4fd96343ce6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172025-08-29T21:23:50.357Z Compiling aws-lc-rs v1.12.4
27182025-08-29T21:23:50.383Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.12.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=1dfde9abdcf429c3 -C extra-filename=-83f69c8739eaed10 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-83f69c8739eaed10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192025-08-29T21:23:50.885Z Compiling tokio-util v0.7.15
27202025-08-29T21:23:50.908Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=89151aa849ac7b4d -C extra-filename=-fb301ec7943183bf --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-7fc25a4247ca8d94.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9caa1f323c45c460.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212025-08-29T21:23:51.222Z Compiling addr2line v0.24.2
27222025-08-29T21:23:51.257Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=3aeaff88db9bb7d1 -C extra-filename=-0f16cff09b9c46f9 --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-b49da655f5083794.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232025-08-29T21:23:52.006Z Compiling rand v0.8.5
27242025-08-29T21:23:52.053Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=732ee4a6a9a48b12 -C extra-filename=-d797afaf21e29317 --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-784c297e68e85669.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-4a669e4ad0e21ffe.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252025-08-29T21:23:52.510Z Compiling rustls-pki-types v1.10.0
27262025-08-29T21:23:52.537Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=555d01ccef1aba01 -C extra-filename=-8d90c9b7d736ccd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272025-08-29T21:23:53.086Z Compiling http-body v1.0.1
27282025-08-29T21:23:53.092Z Running `/home/build/.rustup/toolchains/1.89.0-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=9bb72809a9cd92a0 -C extra-filename=-4e9172ec7057384e --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-7fc25a4247ca8d94.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292025-08-29T21:23:53.165Z Compiling toml_datetime v0.6.11
27302025-08-29T21:23:53.188Z Running `/home/build/.rustup/toolchains/1.89.0-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=174ecf53fc417ad0 -C extra-filename=-08331bbb5132ebf2 --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312025-08-29T21:23:53.442Z Compiling serde_spanned v0.6.9
27322025-08-29T21:23:53.591Z Running `/home/build/.rustup/toolchains/1.89.0-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=0cd7fef8c9958540 -C extra-filename=-184c2cffaaf99411 --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332025-08-29T21:23:53.591Z Compiling pem-rfc7468 v0.7.0
27342025-08-29T21:23:53.591Z Running `/home/build/.rustup/toolchains/1.89.0-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=a5f4794a8d26912f -C extra-filename=-20be41f6f1f20a39 --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-918dddd36587fd89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352025-08-29T21:23:53.655Z Compiling backtrace v0.3.74
27362025-08-29T21:23:53.655Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=ce71d2744ed56752 -C extra-filename=-62ecda7ee8118116 --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-0f16cff09b9c46f9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-db8244135795438c.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-ddb6c3b5f172fda8.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-e12f84d378735be7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372025-08-29T21:23:53.655Z Compiling openssl-sys v0.9.109
27382025-08-29T21:23:53.655Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.109/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=018848136c4b61c4 -C extra-filename=-c21fb4d41b021f4b --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-c21fb4d41b021f4b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-e4b2ad7490e0f049.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392025-08-29T21:23:53.834Z Compiling try-lock v0.2.5
27402025-08-29T21:23:53.862Z Running `/home/build/.rustup/toolchains/1.89.0-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=c0a13c8815a3e33f -C extra-filename=-08fde45f36bd8eab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412025-08-29T21:23:53.991Z Compiling rustversion v1.0.17
27422025-08-29T21:23:54.016Z Running `/home/build/.rustup/toolchains/1.89.0-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.17/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=90a4df5500214b84 -C extra-filename=-bbf737519d05f1b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-bbf737519d05f1b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432025-08-29T21:23:54.035Z Compiling httpdate v1.0.3
27442025-08-29T21:23:54.035Z Running `/home/build/.rustup/toolchains/1.89.0-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=46822caa3ff74047 -C extra-filename=-2cf7c64e6a195268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452025-08-29T21:23:54.109Z Compiling utf8parse v0.2.2
27462025-08-29T21:23:54.121Z Running `/home/build/.rustup/toolchains/1.89.0-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=5f0219eaa151ecdb -C extra-filename=-6a075776c3b4ea6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472025-08-29T21:23:54.173Z Compiling untrusted v0.7.1
27482025-08-29T21:23:54.173Z Running `/home/build/.rustup/toolchains/1.89.0-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=c141a696d765c171 -C extra-filename=-1922086bdd3a1ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492025-08-29T21:23:54.431Z Compiling want v0.3.1
27502025-08-29T21:23:54.587Z Running `/home/build/.rustup/toolchains/1.89.0-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=4341aecb623d4334 -C extra-filename=-c495d1e93384ff37 --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-08fde45f36bd8eab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512025-08-29T21:23:54.588Z Compiling h2 v0.4.6
27522025-08-29T21:23:54.931Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=2819285ea3a0b531 -C extra-filename=-2d2421cc322135a9 --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-ba25972e878f73b0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-63bbafb28e7d7eb7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532025-08-29T21:23:54.932Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=1d5024ff01e068c6 -C extra-filename=-154ac5e51bbc76fd --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-62ecda7ee8118116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
27542025-08-29T21:23:55.013Z Compiling tower-service v0.3.3
27552025-08-29T21:23:55.014Z Running `/home/build/.rustup/toolchains/1.89.0-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=ce171b42ee135973 -C extra-filename=-93d9dc3a9e15f08e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562025-08-29T21:23:55.014Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-bbf737519d05f1b2/build-script-build`
27572025-08-29T21:23:55.014Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-c21fb4d41b021f4b/build-script-main`
27582025-08-29T21:23:55.014Z Compiling der_derive v0.7.3
27592025-08-29T21:23:55.014Z Running `/home/build/.rustup/toolchains/1.89.0-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=c42ae56af55bd485 -C extra-filename=-ca6ecd1b58c13a30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602025-08-29T21:23:55.014Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e22a1835f28dbeed -C extra-filename=-700e1be1048d1d0d --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"))'`
27612025-08-29T21:23:55.085Z Compiling async-trait v0.1.88
27622025-08-29T21:23:55.085Z Running `/home/build/.rustup/toolchains/1.89.0-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.88/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7427588b5fa6e031 -C extra-filename=-41c47d90b9841186 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632025-08-29T21:23:55.458Z Compiling flagset v0.4.6
27642025-08-29T21:23:55.469Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flagset-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=3e8ba097fe30c025 -C extra-filename=-5fd3f5e6a5f80454 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652025-08-29T21:23:55.654Z Compiling slog v2.7.0
27662025-08-29T21:23:55.707Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.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 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --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("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "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=d7d6e863751a65b8 -C extra-filename=-0b04305fec5a44d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-0b04305fec5a44d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672025-08-29T21:23:55.770Z Compiling pbkdf2 v0.12.2
27682025-08-29T21:23:55.770Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=303f26da26545b18 -C extra-filename=-4b43be8659572ea9 --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-c03652d8d6c88650.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6ae10ea56cda503c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692025-08-29T21:23:56.124Z Compiling aes v0.8.4
27702025-08-29T21:23:56.124Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=42220afd1f1b551d -C extra-filename=-f9f50c543f0f550d --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-16cff964c3cef883.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9a68ddfa25d2136d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712025-08-29T21:23:57.112Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-0b04305fec5a44d6/build-script-build`
27722025-08-29T21:23:57.175Z Compiling mime v0.3.17
27732025-08-29T21:23:57.175Z Running `/home/build/.rustup/toolchains/1.89.0-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=5203b046030db305 -C extra-filename=-72ce21d76a94c4bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742025-08-29T21:23:57.175Z Compiling anstyle v1.0.11
27752025-08-29T21:23:57.175Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=594abc26d21e3a5e -C extra-filename=-ca4ebf2465e25529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762025-08-29T21:23:57.175Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-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="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --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("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "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=fa564a8400b2664f -C extra-filename=-a44f3921b7a9222f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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 integer128`
27772025-08-29T21:23:57.175Z Compiling cbc v0.1.2
27782025-08-29T21:23:57.175Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=76bf0219057ee61c -C extra-filename=-cc3fdeb6fe1694fa --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-9a68ddfa25d2136d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792025-08-29T21:23:57.175Z Compiling salsa20 v0.10.2
27802025-08-29T21:23:57.175Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=932f844a2655e5ba -C extra-filename=-5cc76b7ada3f9f99 --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-9a68ddfa25d2136d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812025-08-29T21:23:57.273Z Compiling foreign-types-shared v0.1.1
27822025-08-29T21:23:57.292Z Running `/home/build/.rustup/toolchains/1.89.0-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=3cfa8b0f562eeba5 -C extra-filename=-79e682475b9969ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832025-08-29T21:23:57.292Z Compiling openssl v0.10.73
27842025-08-29T21:23:57.292Z Compiling openssl-probe v0.1.5
27852025-08-29T21:23:57.292Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=36edad7b58cf7767 -C extra-filename=-8fdddfab2c328ffa --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-8fdddfab2c328ffa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862025-08-29T21:23:57.320Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7d58ad6695f0386 -C extra-filename=-6fa859ae0a6e2845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872025-08-29T21:23:57.396Z Compiling foreign-types v0.3.2
27882025-08-29T21:23:57.409Z Running `/home/build/.rustup/toolchains/1.89.0-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=27fc21865c5ee115 -C extra-filename=-44b668ede8600b95 --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-79e682475b9969ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892025-08-29T21:23:57.488Z Compiling der v0.7.9
27902025-08-29T21:23:57.504Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.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="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=9cbae6f40180872a -C extra-filename=-250649ad227a7235 --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-cabc6642a8d55355.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-ca6ecd1b58c13a30.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-5fd3f5e6a5f80454.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912025-08-29T21:23:57.559Z Compiling scrypt v0.11.0
27922025-08-29T21:23:57.573Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=460c675f42f5adc5 -C extra-filename=-e2a2f190363e4f64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-4b43be8659572ea9.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-5cc76b7ada3f9f99.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932025-08-29T21:23:57.722Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=322f8a4a87ff13f6 -C extra-filename=-9029463f50607d27 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
27942025-08-29T21:23:57.748Z Compiling anstyle-parse v0.2.5
27952025-08-29T21:23:57.770Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=3e9656a816d90c13 -C extra-filename=-679d85892bd55df8 --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-6a075776c3b4ea6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962025-08-29T21:23:57.804Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-8fdddfab2c328ffa/build-script-build`
27972025-08-29T21:23:58.010Z Compiling http-body-util v0.1.3
27982025-08-29T21:23:58.021Z Running `/home/build/.rustup/toolchains/1.89.0-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=b5ab5342e36f346a -C extra-filename=-57868c250e025ad0 --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-7fc25a4247ca8d94.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-4e9172ec7057384e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992025-08-29T21:23:58.150Z Compiling rustc_version v0.4.1
28002025-08-29T21:23:58.218Z Running `/home/build/.rustup/toolchains/1.89.0-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=b775b9f53c1aa8e2 -C extra-filename=-33a3ebeae7cfdc24 --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-ff23ca41994ba411.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012025-08-29T21:23:58.242Z Compiling openssl-macros v0.1.1
28022025-08-29T21:23:58.242Z Running `/home/build/.rustup/toolchains/1.89.0-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=aef8f1999d6338d7 -C extra-filename=-9aff3ed15fbf3cbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032025-08-29T21:23:58.455Z Compiling rustls v0.23.19
28042025-08-29T21:23:58.513Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=9ce81a04f9092ac0 -C extra-filename=-8e9dab753c28e3d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-8e9dab753c28e3d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052025-08-29T21:23:58.796Z Compiling colorchoice v1.0.2
28062025-08-29T21:23:58.892Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e33bddd11dd184c -C extra-filename=-16945617df5fd344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072025-08-29T21:23:58.929Z Compiling is_terminal_polyfill v1.70.1
28082025-08-29T21:23:58.986Z Compiling anstyle-query v1.1.1
28092025-08-29T21:23:58.986Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=97cfce38514ec382 -C extra-filename=-6c19948950e8938e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102025-08-29T21:23:59.007Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72399e9c3672a5ab -C extra-filename=-ba1701ad211ab7a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112025-08-29T21:23:59.028Z Compiling terminal_size v0.4.0
28122025-08-29T21:23:59.028Z Compiling native-tls v0.2.12
28132025-08-29T21:23:59.028Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a93b80d59a1a1052 -C extra-filename=-ca422f2654b66bdd --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-1f2143ef03012a20.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142025-08-29T21:23:59.044Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=f2acd2944aab1c6b -C extra-filename=-0ccc1ed03eaf0acb --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-0ccc1ed03eaf0acb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152025-08-29T21:23:59.099Z Compiling serde_urlencoded v0.7.1
28162025-08-29T21:23:59.168Z Running `/home/build/.rustup/toolchains/1.89.0-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=f31732214c1600af -C extra-filename=-6d353b8938f7cb8b --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-2be51631477f9ca5.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f2474c6cd59eb6fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172025-08-29T21:23:59.191Z Compiling anstream v0.6.18
28182025-08-29T21:23:59.202Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=da4978dcdd10dcf8 -C extra-filename=-52aa35257e1956c1 --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-ca4ebf2465e25529.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-679d85892bd55df8.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-ba1701ad211ab7a9.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-16945617df5fd344.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-6c19948950e8938e.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-6a075776c3b4ea6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192025-08-29T21:23:59.290Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=f2dd3e3830896975 -C extra-filename=-825a950909701285 --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-685ac79a84b69255.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-44b668ede8600b95.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-9aff3ed15fbf3cbb.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
28202025-08-29T21:23:59.291Z Compiling cookie v0.18.1
28212025-08-29T21:23:59.322Z Running `/home/build/.rustup/toolchains/1.89.0-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=765003f1ad6549e4 -C extra-filename=-447e460f7e8c9cfc --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-447e460f7e8c9cfc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222025-08-29T21:23:59.528Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-0ccc1ed03eaf0acb/build-script-build`
28232025-08-29T21:23:59.601Z Compiling spki v0.7.3
28242025-08-29T21:23:59.614Z Running `/home/build/.rustup/toolchains/1.89.0-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=79a94fc8e567dd8d -C extra-filename=-7e26c5e7af5e2b81 --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-250649ad227a7235.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252025-08-29T21:23:59.683Z Compiling encoding_rs v0.8.34
28262025-08-29T21:23:59.794Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=1a9e7b9e1423758c -C extra-filename=-8ff8f10f7b344c0c --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-16cff964c3cef883.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272025-08-29T21:23:59.794Z Compiling clap_lex v0.7.4
28282025-08-29T21:23:59.794Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5214e07c8fcb757b -C extra-filename=-400b34c57bdaf5de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292025-08-29T21:23:59.847Z Compiling litrs v0.4.1
28302025-08-29T21:23:59.902Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=632d5277a3ca7c54 -C extra-filename=-688be1c929368d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312025-08-29T21:24:00.061Z Compiling pkcs5 v0.7.1
28322025-08-29T21:24:00.070Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=a292572243ad8087 -C extra-filename=-4ce14b86374410f9 --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-f9f50c543f0f550d.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-cc3fdeb6fe1694fa.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-250649ad227a7235.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-4b43be8659572ea9.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-e2a2f190363e4f64.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-7e26c5e7af5e2b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332025-08-29T21:24:00.221Z Compiling clap_builder v4.5.41
28342025-08-29T21:24:00.296Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=318db4cf8a8fd150 -C extra-filename=-84d46add4b8597a5 --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-52aa35257e1956c1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ca4ebf2465e25529.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-400b34c57bdaf5de.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-d5c7d0e7d580515e.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-ca422f2654b66bdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352025-08-29T21:24:00.508Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-447e460f7e8c9cfc/build-script-build`
28362025-08-29T21:24:00.623Z Compiling clap_derive v4.5.41
28372025-08-29T21:24:00.628Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=080d57636f2a2c0c -C extra-filename=-98b43f4db5a6b674 --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382025-08-29T21:24:00.968Z Compiling pkcs8 v0.10.2
28392025-08-29T21:24:00.972Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=33ff11037b395e11 -C extra-filename=-eef78c50bba7d059 --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-250649ad227a7235.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-4ce14b86374410f9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-7e26c5e7af5e2b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402025-08-29T21:24:01.201Z Compiling document-features v0.2.11
28412025-08-29T21:24:01.205Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.11/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=855327c98cbed87c -C extra-filename=-f2d4dd3d11cddccc --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-688be1c929368d20.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422025-08-29T21:24:01.699Z Compiling hyper v1.6.0
28432025-08-29T21:24:01.702Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-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 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=83a54a00fd5fa191 -C extra-filename=-32b24d5d5a8d10b2 --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-7fc25a4247ca8d94.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2d2421cc322135a9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-4e9172ec7057384e.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-57fa867c6f0b37c5.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2cf7c64e6a195268.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-c495d1e93384ff37.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442025-08-29T21:24:02.661Z Compiling sync_wrapper v1.0.1
28452025-08-29T21:24:02.680Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=e808c25b85e4b5ff -C extra-filename=-bf5271d3cd9bc83f --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-a7543549df8e10d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462025-08-29T21:24:02.933Z Compiling ucd-trie v0.1.7
28472025-08-29T21:24:02.966Z Running `/home/build/.rustup/toolchains/1.89.0-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=cbb559727cf7ce22 -C extra-filename=-3aefcf062b606d9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482025-08-29T21:24:03.534Z Compiling psl-types v2.0.11
28492025-08-29T21:24:03.546Z Running `/home/build/.rustup/toolchains/1.89.0-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=587ece8609611bd6 -C extra-filename=-36acca7acad4016f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502025-08-29T21:24:03.745Z Compiling tower-layer v0.3.3
28512025-08-29T21:24:03.772Z Running `/home/build/.rustup/toolchains/1.89.0-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=b946daab5e1581f8 -C extra-filename=-b746b8e964d625a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522025-08-29T21:24:03.832Z Compiling publicsuffix v2.3.0
28532025-08-29T21:24:03.861Z Running `/home/build/.rustup/toolchains/1.89.0-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=c7b295b24b0923ef -C extra-filename=-a0d3115928e02f1c --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-a4fd74ac2468524c.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-36acca7acad4016f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542025-08-29T21:24:04.028Z Compiling tower v0.5.2
28552025-08-29T21:24:04.072Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=43fc892a88b97aad -C extra-filename=-35dcbfbdda5680b4 --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-a7543549df8e10d9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-bf5271d3cd9bc83f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b746b8e964d625a6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562025-08-29T21:24:04.216Z Compiling hyper-util v0.1.16
28572025-08-29T21:24:04.235Z Running `/home/build/.rustup/toolchains/1.89.0-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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --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-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=a43bc7bcc292bbd8 -C extra-filename=-153f6b9a67c64b83 --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-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-4e9172ec7057384e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-dace2deac663e6fe.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-61256d08fa97d3e4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582025-08-29T21:24:04.436Z Compiling pest v2.7.14
28592025-08-29T21:24:04.454Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.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 --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=5cc12a9950cb7df2 -C extra-filename=-9e0873d6adc6278d --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-10ab7de2df72a452.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-3aefcf062b606d9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602025-08-29T21:24:04.876Z Running `/home/build/.rustup/toolchains/1.89.0-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=e889f3f3fee71dab -C extra-filename=-2e39810d14a71eec --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-0cc1548a24fd9f67.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-214680a193c04733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612025-08-29T21:24:05.344Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=671ccddd13dbf542 -C extra-filename=-dd5c06506dcbf1d4 --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-a76b93ce4f157850.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-6fa859ae0a6e2845.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
28622025-08-29T21:24:05.440Z Compiling clap v4.5.41
28632025-08-29T21:24:05.474Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=b284be02ee3fba00 -C extra-filename=-a14ce7aeffd438ca --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-84d46add4b8597a5.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-98b43f4db5a6b674.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642025-08-29T21:24:05.631Z Compiling rustls-native-certs v0.8.1
28652025-08-29T21:24:05.687Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6662e0ba4f0ff24a -C extra-filename=-24208ea6193a8b4f --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-6fa859ae0a6e2845.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662025-08-29T21:24:05.934Z Compiling tokio-native-tls v0.3.1
28672025-08-29T21:24:05.973Z Running `/home/build/.rustup/toolchains/1.89.0-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=0b923fd45ee029f2 -C extra-filename=-19ab8b1ff09c5b0e --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-dd5c06506dcbf1d4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
28682025-08-29T21:24:06.039Z Compiling webpki-roots v1.0.1
28692025-08-29T21:24:06.062Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37b3d2113082ed89 -C extra-filename=-f18049b973965a50 --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-8d90c9b7d736ccd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702025-08-29T21:24:06.244Z Compiling openapiv3 v2.2.0
28712025-08-29T21:24:06.280Z Running `/home/build/.rustup/toolchains/1.89.0-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=266848a5881e1cf2 -C extra-filename=-0d30b965b3e9aa6a --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-f3f41ccd8f8b0723.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722025-08-29T21:24:06.280Z Compiling rand_core v0.9.3
28732025-08-29T21:24:06.280Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=bb8f6a41b19793d0 -C extra-filename=-3708ad563010fdb5 --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-710e91481cd0b98a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742025-08-29T21:24:06.295Z Compiling iri-string v0.7.8
28752025-08-29T21:24:06.295Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=db3f1d3259f063f9 -C extra-filename=-d2cec82b2a8d1dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762025-08-29T21:24:06.894Z Compiling cookie_store v0.21.1
28772025-08-29T21:24:06.988Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=8dfb77d3faf5114b -C extra-filename=-2524c912d26a1d2b --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-2e39810d14a71eec.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f2d4dd3d11cddccc.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a4fd74ac2468524c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-a0d3115928e02f1c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-7607030111f37c58.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-214680a193c04733.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782025-08-29T21:24:07.167Z Compiling pest_meta v2.7.14
28792025-08-29T21:24:07.183Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=e4b24d8bab77f6da -C extra-filename=-f0fbcc0e97f8e4db --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-9f184b9950c390eb.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9e0873d6adc6278d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802025-08-29T21:24:07.437Z Compiling hyper-tls v0.6.0
28812025-08-29T21:24:07.447Z Running `/home/build/.rustup/toolchains/1.89.0-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=6e5d5f3d1b3b2104 -C extra-filename=-5e210c612e7ccbf6 --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-7fc25a4247ca8d94.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153f6b9a67c64b83.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-dd5c06506dcbf1d4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-19ab8b1ff09c5b0e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
28822025-08-29T21:24:07.912Z Compiling ipnetwork v0.21.1
28832025-08-29T21:24:07.954Z Running `/home/build/.rustup/toolchains/1.89.0-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=3fb251e9ee071600 -C extra-filename=-3fd9670d2037859a --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-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842025-08-29T21:24:07.991Z Compiling scroll_derive v0.12.0
28852025-08-29T21:24:07.991Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a8a189e61960e34 -C extra-filename=-431cb438e0087004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862025-08-29T21:24:08.192Z Compiling data-encoding v2.9.0
28872025-08-29T21:24:08.371Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=88a3c62308bae1c8 -C extra-filename=-c59178062ea1bb1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882025-08-29T21:24:08.408Z Compiling winnow v0.7.10
28892025-08-29T21:24:08.408Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-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 --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=884689e537244d7c -C extra-filename=-380517021d21c4e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902025-08-29T21:24:08.752Z Compiling rustix v1.0.7
28912025-08-29T21:24:08.786Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --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(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(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", "compiler_builtins", "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=192ef61eabb53c17 -C extra-filename=-14b27fbe90121ef1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-14b27fbe90121ef1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922025-08-29T21:24:09.625Z Compiling tower-http v0.6.6
28932025-08-29T21:24:09.677Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=5b69755f6d5d81ea -C extra-filename=-bdd157ee8d1b8e9a --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-685ac79a84b69255.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-4e9172ec7057384e.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-d2cec82b2a8d1dae.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-35dcbfbdda5680b4.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-b746b8e964d625a6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942025-08-29T21:24:09.677Z Compiling scroll v0.12.0
28952025-08-29T21:24:09.677Z Running `/home/build/.rustup/toolchains/1.89.0-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=d0243884e1564f13 -C extra-filename=-a581c8da3ea34659 --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-431cb438e0087004.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962025-08-29T21:24:10.087Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-14b27fbe90121ef1/build-script-build`
28972025-08-29T21:24:10.320Z Compiling pest_generator v2.7.14
28982025-08-29T21:24:10.321Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.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 --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=198ff0e5451e2830 -C extra-filename=-6333e6fc7e761c1e --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-9e0873d6adc6278d.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-f0fbcc0e97f8e4db.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992025-08-29T21:24:10.321Z Compiling tinyvec_macros v0.1.1
29002025-08-29T21:24:10.321Z Running `/home/build/.rustup/toolchains/1.89.0-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=568256c71714bebc -C extra-filename=-03a619711240237d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012025-08-29T21:24:10.445Z Compiling winnow v0.5.40
29022025-08-29T21:24:10.445Z Running `/home/build/.rustup/toolchains/1.89.0-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=fcb7ddecb8b97f72 -C extra-filename=-0a5ffeb39ebd3bd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032025-08-29T21:24:10.467Z Compiling zerocopy v0.8.26
29042025-08-29T21:24:10.467Z Running `/home/build/.rustup/toolchains/1.89.0-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.26/build.rs --error-format=json --json=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=b569e584d6525407 -C extra-filename=-5a5debb7fc8b7587 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-5a5debb7fc8b7587 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052025-08-29T21:24:10.467Z Compiling unicode-segmentation v1.12.0
29062025-08-29T21:24:10.661Z Running `/home/build/.rustup/toolchains/1.89.0-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=d30e9a145467759c -C extra-filename=-f5b7bd5f880a5855 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072025-08-29T21:24:10.661Z Compiling plain v0.2.3
29082025-08-29T21:24:10.661Z Running `/home/build/.rustup/toolchains/1.89.0-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=1b558b43bdb0ffed -C extra-filename=-0eacb8c74027fe38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092025-08-29T21:24:10.796Z Compiling goblin v0.8.2
29102025-08-29T21:24:11.018Z Running `/home/build/.rustup/toolchains/1.89.0-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=aed626f275e25948 -C extra-filename=-250a3e6d050bc1de --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-a76b93ce4f157850.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-0eacb8c74027fe38.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-a581c8da3ea34659.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112025-08-29T21:24:11.405Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-5a5debb7fc8b7587/build-script-build`
29122025-08-29T21:24:11.864Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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(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(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", "compiler_builtins", "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=a3a9f52a58192b21 -C extra-filename=-e8a0bf43db175489 --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-685ac79a84b69255.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-66c18ca0d8ab3a57.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
29132025-08-29T21:24:11.864Z Compiling tinyvec v1.8.0
29142025-08-29T21:24:11.864Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=f660a8dc8e69ce9c -C extra-filename=-03710643991b456a --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-03a619711240237d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152025-08-29T21:24:11.989Z Compiling rand_chacha v0.9.0
29162025-08-29T21:24:11.989Z Running `/home/build/.rustup/toolchains/1.89.0-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=33228bf31393b6c1 -C extra-filename=-05820855fe0e705d --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-be98e4fd96343ce6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172025-08-29T21:24:12.050Z Compiling signature v2.2.0
29182025-08-29T21:24:12.050Z Running `/home/build/.rustup/toolchains/1.89.0-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=f71a05f02aff165c -C extra-filename=-34bc5e688b6fa62e --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-c03652d8d6c88650.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192025-08-29T21:24:12.051Z Compiling pest_derive v2.7.14
29202025-08-29T21:24:12.051Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-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=24614ad7ca027d7f -C extra-filename=-652aa129eef7b71a --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-9e0873d6adc6278d.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-6333e6fc7e761c1e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212025-08-29T21:24:12.373Z Compiling zerocopy-derive v0.8.26
29222025-08-29T21:24:12.410Z Running `/home/build/.rustup/toolchains/1.89.0-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.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=101780867ee938c0 -C extra-filename=-ec5736cee9b9504e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232025-08-29T21:24:12.956Z Compiling usdt-impl v0.5.0
29242025-08-29T21:24:12.991Z Running `/home/build/.rustup/toolchains/1.89.0-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=89b5afee2fddc02b -C extra-filename=-d2c79a1024e32865 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-d2c79a1024e32865 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252025-08-29T21:24:13.187Z Compiling unicode-width v0.2.0
29262025-08-29T21:24:13.266Z Running `/home/build/.rustup/toolchains/1.89.0-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=e153e145c231c6f9 -C extra-filename=-83067e9f157ad943 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272025-08-29T21:24:13.534Z Compiling pretty-hex v0.4.1
29282025-08-29T21:24:13.539Z Running `/home/build/.rustup/toolchains/1.89.0-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=c7cc73952ae611bc -C extra-filename=-55222827ab93bbc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292025-08-29T21:24:13.771Z Compiling toml_edit v0.19.15
29302025-08-29T21:24:13.800Z Running `/home/build/.rustup/toolchains/1.89.0-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=ea3638d22337cb9f -C extra-filename=-9ebd7ea1a6b1284d --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-f3f41ccd8f8b0723.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-184c2cffaaf99411.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-08331bbb5132ebf2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-0a5ffeb39ebd3bd8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312025-08-29T21:24:13.832Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-d2c79a1024e32865/build-script-build`
29322025-08-29T21:24:13.878Z Compiling dtrace-parser v0.2.0
29332025-08-29T21:24:13.879Z Compiling rand v0.9.2
29342025-08-29T21:24:13.879Z Running `/home/build/.rustup/toolchains/1.89.0-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=c9889edd706addea -C extra-filename=-55b628070b910f79 --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-9e0873d6adc6278d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-652aa129eef7b71a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352025-08-29T21:24:13.966Z Running `/home/build/.rustup/toolchains/1.89.0-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=a2672b5ceff39d74 -C extra-filename=-b931b77f68e70a43 --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-05820855fe0e705d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362025-08-29T21:24:14.005Z Compiling thread-id v4.2.2
29372025-08-29T21:24:14.042Z Running `/home/build/.rustup/toolchains/1.89.0-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=9abac808138ef646 -C extra-filename=-d7c1bb546dc835f5 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382025-08-29T21:24:14.198Z Compiling sha1 v0.10.6
29392025-08-29T21:24:14.205Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=5863db24c5db0d21 -C extra-filename=-bb095d7eb0d28ec2 --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-16cff964c3cef883.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c03652d8d6c88650.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402025-08-29T21:24:14.354Z Compiling num-integer v0.1.46
29412025-08-29T21:24:14.463Z Running `/home/build/.rustup/toolchains/1.89.0-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=1a0079fa9e64acb6 -C extra-filename=-6a2faba7b8751801 --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-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422025-08-29T21:24:14.688Z Compiling crc32fast v1.4.2
29432025-08-29T21:24:14.710Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=475d006ad05b370e -C extra-filename=-f5874dc4fb95babe --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-16cff964c3cef883.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442025-08-29T21:24:15.093Z Compiling toml_write v0.1.2
29452025-08-29T21:24:15.192Z Running `/home/build/.rustup/toolchains/1.89.0-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=e1fc5e2c409c12a6 -C extra-filename=-1ec0699d83ccb9f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462025-08-29T21:24:15.240Z Compiling static_assertions v1.1.0
29472025-08-29T21:24:15.240Z Running `/home/build/.rustup/toolchains/1.89.0-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=c4642fae0d9a21ac -C extra-filename=-d80f7f1c30dea53d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482025-08-29T21:24:15.358Z Compiling crossbeam-epoch v0.9.18
29492025-08-29T21:24:15.358Z Running `/home/build/.rustup/toolchains/1.89.0-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=07c5055f08d78b77 -C extra-filename=-c88024024eb262dd --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-275a97d56be8b68f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502025-08-29T21:24:15.555Z Compiling toml_edit v0.22.27
29512025-08-29T21:24:15.594Z Running `/home/build/.rustup/toolchains/1.89.0-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=a338188bc7d214f9 -C extra-filename=-b071dad6ed04a436 --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-f3f41ccd8f8b0723.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-184c2cffaaf99411.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-08331bbb5132ebf2.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-1ec0699d83ccb9f8.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-380517021d21c4e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522025-08-29T21:24:15.674Z Compiling itertools v0.13.0
29532025-08-29T21:24:15.716Z Running `/home/build/.rustup/toolchains/1.89.0-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=c60e9dfba675540e -C extra-filename=-6503b63ec2d4e4bb --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-c14636abdee91fd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542025-08-29T21:24:15.787Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.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 --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=6c4a4fce75fa95d7 -C extra-filename=-6646a26bd241eeb4 --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-ec5736cee9b9504e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
29552025-08-29T21:24:15.841Z Compiling memmap v0.7.0
29562025-08-29T21:24:15.870Z Running `/home/build/.rustup/toolchains/1.89.0-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=75200bb1edc6856d -C extra-filename=-5569e9d229061c08 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572025-08-29T21:24:16.062Z Compiling base16ct v0.2.0
29582025-08-29T21:24:16.087Z Running `/home/build/.rustup/toolchains/1.89.0-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=ab7a2dc0e2fd820b -C extra-filename=-aacfd2cdccf68808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592025-08-29T21:24:16.240Z Compiling oxnet v0.1.3
29602025-08-29T21:24:16.260Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std"))' -C metadata=98c69ac4fe88cd75 -C extra-filename=-252ef4c16b9a323d --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-3fd9670d2037859a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612025-08-29T21:24:16.598Z Compiling sec1 v0.7.3
29622025-08-29T21:24:17.086Z Running `/home/build/.rustup/toolchains/1.89.0-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=88f5c40d6bb29588 -C extra-filename=-8009d8fce3b4ad2e --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-aacfd2cdccf68808.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-250649ad227a7235.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-21ee97052524a47f.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-eef78c50bba7d059.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632025-08-29T21:24:18.026Z Compiling dof v0.3.0
29642025-08-29T21:24:18.026Z Compiling hubpack_derive v0.1.1
29652025-08-29T21:24:18.026Z Running `/home/build/.rustup/toolchains/1.89.0-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=46e44dcb4ebe5636 -C extra-filename=-a51c596edd72d8f2 --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-250a3e6d050bc1de.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d77465ec1bbbf54e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662025-08-29T21:24:18.026Z Running `/home/build/.rustup/toolchains/1.89.0-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=33b0446c2457bf7e -C extra-filename=-be349e758c344d79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e4428997e05f97e4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672025-08-29T21:24:18.249Z Running `/home/build/.rustup/toolchains/1.89.0-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=68c538cd4490c8fc -C extra-filename=-8428c26553ab55d3 --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-bf80f7a3bae0a263.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-a51c596edd72d8f2.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-55b628070b910f79.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-d7c1bb546dc835f5.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`
29682025-08-29T21:24:18.818Z Compiling bstr v1.10.0
29692025-08-29T21:24:18.827Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=2d1900a53aa0a520 -C extra-filename=-8629a278cecb7b23 --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-10ab7de2df72a452.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702025-08-29T21:24:19.065Z Compiling ff v0.13.0
29712025-08-29T21:24:19.332Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=c372015bdc530dd0 -C extra-filename=-15f45eb62b439b2b --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-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722025-08-29T21:24:19.439Z Compiling zlib-rs v0.5.1
29732025-08-29T21:24:19.439Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zlib_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=eea97c1db7f64a0f -C extra-filename=-528db1321c20e151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742025-08-29T21:24:19.656Z Compiling group v0.13.0
29752025-08-29T21:24:19.686Z Running `/home/build/.rustup/toolchains/1.89.0-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=46c8935a190986a8 -C extra-filename=-8ed3aee3cab2c1bd --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-15f45eb62b439b2b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762025-08-29T21:24:19.686Z Compiling hubpack v0.1.2
29772025-08-29T21:24:19.686Z Running `/home/build/.rustup/toolchains/1.89.0-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=2e1c756ad648aa55 -C extra-filename=-c2e6e70a8739ac66 --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-be349e758c344d79.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782025-08-29T21:24:19.910Z Compiling usdt-macro v0.5.0
29792025-08-29T21:24:19.958Z Running `/home/build/.rustup/toolchains/1.89.0-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=d1d62e9d99d0d242 -C extra-filename=-cb8fe83d088f2ebf --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-55b628070b910f79.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-49ede7fd9a37f392.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8428c26553ab55d3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802025-08-29T21:24:19.977Z Compiling usdt-attr-macro v0.5.0
29812025-08-29T21:24:19.977Z Running `/home/build/.rustup/toolchains/1.89.0-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=dc656cdc231305c2 -C extra-filename=-397d8661f0884bdf --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-55b628070b910f79.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-49ede7fd9a37f392.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8428c26553ab55d3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822025-08-29T21:24:20.107Z Compiling num-iter v0.1.45
29832025-08-29T21:24:20.166Z Running `/home/build/.rustup/toolchains/1.89.0-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=0b1bd3d333bbab8d -C extra-filename=-bafffdbacfab42ee --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-6a2faba7b8751801.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842025-08-29T21:24:20.378Z Compiling strum_macros v0.26.4
29852025-08-29T21:24:20.431Z Running `/home/build/.rustup/toolchains/1.89.0-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=c43a7675064b6776 -C extra-filename=-95008da46e536a0c --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-700e1be1048d1d0d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862025-08-29T21:24:20.509Z Compiling hkdf v0.12.4
29872025-08-29T21:24:20.509Z Running `/home/build/.rustup/toolchains/1.89.0-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=3762816ef9f2ea81 -C extra-filename=-5a9b602df5cf5a2b --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-6ae10ea56cda503c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882025-08-29T21:24:20.605Z Compiling crypto-bigint v0.5.5
29892025-08-29T21:24:20.623Z Running `/home/build/.rustup/toolchains/1.89.0-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=6de567405f2eb4db -C extra-filename=-f4dec2137889db3d --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-21ee97052524a47f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902025-08-29T21:24:20.739Z Compiling bzip2-sys v0.1.13+1.0.8
29912025-08-29T21:24:21.144Z Running `/home/build/.rustup/toolchains/1.89.0-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=e3777d36e520f7d9 -C extra-filename=-140d190c0552dc1a --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-140d190c0552dc1a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922025-08-29T21:24:21.546Z Compiling num-bigint-dig v0.8.4
29932025-08-29T21:24:21.641Z Running `/home/build/.rustup/toolchains/1.89.0-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.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 -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=6f0cc2c97c758dc5 -C extra-filename=-7513e1dcd1e25e71 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7513e1dcd1e25e71 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942025-08-29T21:24:21.670Z Compiling bitflags v1.3.2
29952025-08-29T21:24:21.728Z Running `/home/build/.rustup/toolchains/1.89.0-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=e7052e611dd84e5c -C extra-filename=-19d9f1304dcf7a40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962025-08-29T21:24:21.891Z Compiling unicode-xid v0.2.6
29972025-08-29T21:24:21.921Z Running `/home/build/.rustup/toolchains/1.89.0-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=2b5caab8714cd654 -C extra-filename=-58a5172ac4a60185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982025-08-29T21:24:21.971Z Compiling usdt v0.5.0
29992025-08-29T21:24:21.971Z Running `/home/build/.rustup/toolchains/1.89.0-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=cf6468fb1a8e95e5 -C extra-filename=-4450d2f8e590b3ea --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-a51c596edd72d8f2.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-55b628070b910f79.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-250a3e6d050bc1de.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-5569e9d229061c08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-397d8661f0884bdf.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8428c26553ab55d3.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-cb8fe83d088f2ebf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002025-08-29T21:24:22.137Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7513e1dcd1e25e71/build-script-build`
30012025-08-29T21:24:22.204Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-140d190c0552dc1a/build-script-build`
30022025-08-29T21:24:22.204Z Compiling siphasher v0.3.11
30032025-08-29T21:24:22.204Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=488507e02d2cae33 -C extra-filename=-c63d5bd1d7f5d518 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042025-08-29T21:24:22.500Z Compiling newtype-uuid v1.2.4
30052025-08-29T21:24:22.553Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.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="alloc"' --cfg 'feature="default"' --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"))' -C metadata=2d644e24943eb9f5 -C extra-filename=-bd629cee5dee6bd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-bd629cee5dee6bd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062025-08-29T21:24:22.553Z Compiling signal-hook v0.3.18
30072025-08-29T21:24:22.553Z Running `/home/build/.rustup/toolchains/1.89.0-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=5a6c5c62d7b1fa81 -C extra-filename=-bf189bdabde3d1fd --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-bf189bdabde3d1fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082025-08-29T21:24:22.638Z Compiling phf_shared v0.11.2
30092025-08-29T21:24:22.678Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=82c9a798c6b63e4c -C extra-filename=-995525dbff172137 --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-c63d5bd1d7f5d518.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30102025-08-29T21:24:22.920Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-bd629cee5dee6bd4/build-script-build`
30112025-08-29T21:24:23.041Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-bf189bdabde3d1fd/build-script-build`
30122025-08-29T21:24:23.076Z Running `/home/build/.rustup/toolchains/1.89.0-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.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="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=d4dbddf05c214c98 -C extra-filename=-caf299686e7cec65 --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-bf80f7a3bae0a263.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-e6b4b2826539f8a4.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
30132025-08-29T21:24:23.102Z Compiling pkcs1 v0.7.5
30142025-08-29T21:24:23.102Z Running `/home/build/.rustup/toolchains/1.89.0-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=2b2e8dc229a6c4c1 -C extra-filename=-4feb81f66d508b3a --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-250649ad227a7235.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-eef78c50bba7d059.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-7e26c5e7af5e2b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152025-08-29T21:24:23.136Z Compiling curve25519-dalek v4.1.3
30162025-08-29T21:24:23.160Z Running `/home/build/.rustup/toolchains/1.89.0-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=7ca147816b5037fc -C extra-filename=-4bceb890dfcdfc82 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-4bceb890dfcdfc82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-33a3ebeae7cfdc24.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172025-08-29T21:24:23.558Z Compiling elliptic-curve v0.13.8
30182025-08-29T21:24:23.576Z Running `/home/build/.rustup/toolchains/1.89.0-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=bdde64099311ca5a -C extra-filename=-e47ee38796635ed1 --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-aacfd2cdccf68808.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-f4dec2137889db3d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c03652d8d6c88650.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-21ee97052524a47f.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5a9b602df5cf5a2b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-eef78c50bba7d059.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8009d8fce3b4ad2e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192025-08-29T21:24:24.071Z Running `/home/build/.rustup/toolchains/1.89.0-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=cf1f348a539e70fc -C extra-filename=-419b5672dfb3001f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-206f18ea72f056c8/out/lib -l static=bz2`
30202025-08-29T21:24:24.207Z Compiling zstd-sys v2.0.14+zstd.1.5.7
30212025-08-29T21:24:24.207Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.14+zstd.1.5.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=db26802b7c107515 -C extra-filename=-cc1fcfba95a6838e --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-cc1fcfba95a6838e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222025-08-29T21:24:24.358Z Compiling ahash v0.8.12
30232025-08-29T21:24:24.358Z Running `/home/build/.rustup/toolchains/1.89.0-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=44afe75ba6040fb1 -C extra-filename=-87eef102032f11e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-87eef102032f11e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242025-08-29T21:24:24.465Z Compiling memoffset v0.9.1
30252025-08-29T21:24:24.528Z Running `/home/build/.rustup/toolchains/1.89.0-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=340c72c8ea5faf2f -C extra-filename=-ea22ddc9a7b22f8e --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-ea22ddc9a7b22f8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262025-08-29T21:24:24.968Z Compiling cfg_aliases v0.2.1
30272025-08-29T21:24:25.302Z Running `/home/build/.rustup/toolchains/1.89.0-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=e602750bef1c5b06 -C extra-filename=-8f850c6f660b5d8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282025-08-29T21:24:25.302Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-87eef102032f11e3/build-script-build`
30292025-08-29T21:24:25.302Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-ea22ddc9a7b22f8e/build-script-build`
30302025-08-29T21:24:25.302Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-cc1fcfba95a6838e/build-script-build`
30312025-08-29T21:24:25.302Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-4bceb890dfcdfc82/build-script-build`
30322025-08-29T21:24:25.302Z Compiling strum v0.26.3
30332025-08-29T21:24:25.302Z Running `/home/build/.rustup/toolchains/1.89.0-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=a0235d004cd6b9fc -C extra-filename=-4d05d58375967aa4 --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-95008da46e536a0c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342025-08-29T21:24:25.467Z Running `/home/build/.rustup/toolchains/1.89.0-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=d669360a44dd5ffb -C extra-filename=-fb63114deac9d891 --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-784c297e68e85669.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-984a8d27e5d119e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352025-08-29T21:24:25.467Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.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"' --cfg 'feature="default"' --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"))' -C metadata=9ef65792480b0019 -C extra-filename=-20b778ea24683811 --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-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
30362025-08-29T21:24:25.622Z Compiling libz-rs-sys v0.5.1
30372025-08-29T21:24:25.623Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-rs-sys-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "testing-prefix"))' -C metadata=3a3ee9b536f4360d -C extra-filename=-51603ca441e24a6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-528db1321c20e151.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382025-08-29T21:24:25.793Z Compiling flate2 v1.1.2
30392025-08-29T21:24:25.793Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="libz-rs-sys"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=27aa5aca5c1b6759 -C extra-filename=-d209c809433ee866 --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-f5874dc4fb95babe.rmeta --extern libz_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_rs_sys-51603ca441e24a6e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-db8244135795438c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402025-08-29T21:24:26.033Z Compiling rsa v0.9.6
30412025-08-29T21:24:26.033Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-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 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=c565d3d28e108163 -C extra-filename=-7a7907bea23cd83a --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-cabc6642a8d55355.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c03652d8d6c88650.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-caf299686e7cec65.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-4feb81f66d508b3a.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-eef78c50bba7d059.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-34bc5e688b6fa62e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-7e26c5e7af5e2b81.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422025-08-29T21:24:26.124Z Compiling toml v0.7.8
30432025-08-29T21:24:26.124Z Running `/home/build/.rustup/toolchains/1.89.0-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=86145f4af16964b4 -C extra-filename=-43bb47649998433a --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-6742c73914dcd771.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-184c2cffaaf99411.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-08331bbb5132ebf2.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ebd7ea1a6b1284d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442025-08-29T21:24:26.124Z Compiling unicode-normalization v0.1.24
30452025-08-29T21:24:26.124Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=aecf2a674f17d28a -C extra-filename=-dc505b20a443036a --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-03710643991b456a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462025-08-29T21:24:26.361Z Compiling rfc6979 v0.4.0
30472025-08-29T21:24:26.362Z Running `/home/build/.rustup/toolchains/1.89.0-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=babe951a237cda7d -C extra-filename=-37ebeff72fee037c --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-6ae10ea56cda503c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482025-08-29T21:24:26.476Z Compiling enum-as-inner v0.6.1
30492025-08-29T21:24:26.496Z Running `/home/build/.rustup/toolchains/1.89.0-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=b1636dae28a62617 -C extra-filename=-bfc72e24f69b7108 --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502025-08-29T21:24:26.603Z Compiling daft-derive v0.1.4
30512025-08-29T21:24:26.633Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5be5fe2a325bfd88 -C extra-filename=-8ce2d9f77fc2b7b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522025-08-29T21:24:27.353Z Compiling curve25519-dalek-derive v0.1.1
30532025-08-29T21:24:27.577Z Running `/home/build/.rustup/toolchains/1.89.0-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=a7c5a202ca39685d -C extra-filename=-3f1fb1e6bfea7348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542025-08-29T21:24:27.577Z Compiling managed v0.8.0
30552025-08-29T21:24:27.577Z Running `/home/build/.rustup/toolchains/1.89.0-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=58081074e18a3b9f -C extra-filename=-5d31aa9cbc163b3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562025-08-29T21:24:27.699Z Compiling ecdsa v0.16.9
30572025-08-29T21:24:27.779Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=e3435ba1767d6ac1 -C extra-filename=-375181654f4c41e1 --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-250649ad227a7235.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c03652d8d6c88650.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e47ee38796635ed1.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-37ebeff72fee037c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-34bc5e688b6fa62e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-7e26c5e7af5e2b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582025-08-29T21:24:27.872Z Running `/home/build/.rustup/toolchains/1.89.0-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=6c35032e71bcf6d1 -C extra-filename=-d5752e9542c7786d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
30592025-08-29T21:24:28.080Z Running `/home/build/.rustup/toolchains/1.89.0-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=8e01ca653a0aac1f -C extra-filename=-a023f867486acc90 --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-16cff964c3cef883.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6646a26bd241eeb4.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)'`
30602025-08-29T21:24:28.421Z Compiling daft v0.1.4
30612025-08-29T21:24:28.442Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=74ebb9023b2feb0d -C extra-filename=-6e69bbd5a21aae0d --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-8ce2d9f77fc2b7b7.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622025-08-29T21:24:29.092Z Compiling x509-cert v0.2.5
30632025-08-29T21:24:29.124Z Running `/home/build/.rustup/toolchains/1.89.0-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=2bb8f309ba28a3fc -C extra-filename=-9ffcc4485a5d3239 --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-cabc6642a8d55355.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-250649ad227a7235.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-7e26c5e7af5e2b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642025-08-29T21:24:29.124Z Compiling itertools v0.10.5
30652025-08-29T21:24:29.124Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=61026732881b71ef -C extra-filename=-5488270ca8c700f6 --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-c14636abdee91fd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662025-08-29T21:24:29.124Z Running `/home/build/.rustup/toolchains/1.89.0-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=d2aa3062e8a6bd8a -C extra-filename=-f6a009235cb485a0 --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-16cff964c3cef883.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-3f1fb1e6bfea7348.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c03652d8d6c88650.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.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"'`
30672025-08-29T21:24:29.125Z Compiling new_debug_unreachable v1.0.6
30682025-08-29T21:24:29.125Z Running `/home/build/.rustup/toolchains/1.89.0-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=7caf0f189faa47cf -C extra-filename=-816a94d8ec2a15b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692025-08-29T21:24:29.200Z Compiling precomputed-hash v0.1.1
30702025-08-29T21:24:29.284Z Running `/home/build/.rustup/toolchains/1.89.0-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=432d21c7d88ae61f -C extra-filename=-5dfb3936adcd79b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712025-08-29T21:24:29.382Z Compiling fixedbitset v0.4.2
30722025-08-29T21:24:29.401Z Running `/home/build/.rustup/toolchains/1.89.0-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=f3f49ce9195b7690 -C extra-filename=-3db4472df5c1eb6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732025-08-29T21:24:29.900Z Compiling zstd-safe v7.2.3
30742025-08-29T21:24:29.954Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=b9134b92da6d42ba -C extra-filename=-6aaa399c4144b6dd --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-6aaa399c4144b6dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752025-08-29T21:24:30.424Z Compiling petgraph v0.6.5
30762025-08-29T21:24:30.451Z Running `/home/build/.rustup/toolchains/1.89.0-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=828ecb661872f0c7 -C extra-filename=-55c188c63291fbf3 --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-3db4472df5c1eb6a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-7607030111f37c58.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772025-08-29T21:24:31.407Z Compiling string_cache v0.8.9
30782025-08-29T21:24:31.470Z Running `/home/build/.rustup/toolchains/1.89.0-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=6db7a0740560a4b9 -C extra-filename=-8e665379beeb9a3c --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-816a94d8ec2a15b2.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-5dfb3936adcd79b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792025-08-29T21:24:31.950Z Compiling signal-hook-mio v0.2.4
30802025-08-29T21:24:32.348Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=5fd82d885b82001c -C extra-filename=-026de9f27adc9304 --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-784c297e68e85669.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812025-08-29T21:24:32.348Z Compiling ed25519 v2.2.3
30822025-08-29T21:24:32.348Z Running `/home/build/.rustup/toolchains/1.89.0-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="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=0156c4809e50d4cb -C extra-filename=-dbbb61aed839879f --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-eef78c50bba7d059.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-34bc5e688b6fa62e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832025-08-29T21:24:33.101Z Compiling ed25519-dalek v2.1.1
30842025-08-29T21:24:33.190Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="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=1c97f0346b16c230 -C extra-filename=-8d4afa50947010bd --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-f6a009235cb485a0.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-dbbb61aed839879f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-34bc5e688b6fa62e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852025-08-29T21:24:33.222Z Compiling nix v0.29.0
30862025-08-29T21:24:33.222Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=69a1cb14b62ad7fb -C extra-filename=-fce9b9a8a33170e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-fce9b9a8a33170e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-8f850c6f660b5d8b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872025-08-29T21:24:34.396Z Compiling bzip2 v0.4.4
30882025-08-29T21:24:34.758Z Running `/home/build/.rustup/toolchains/1.89.0-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=97615d852a878075 -C extra-filename=-29bd02bc412fa75c --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-419b5672dfb3001f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-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-206f18ea72f056c8/out/lib`
30892025-08-29T21:24:34.758Z Compiling heapless v0.7.17
30902025-08-29T21:24:34.758Z Compiling socket2 v0.5.10
30912025-08-29T21:24:34.758Z Running `/home/build/.rustup/toolchains/1.89.0-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=043c975a81550572 -C extra-filename=-3c90f1471c9f896d --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-3c90f1471c9f896d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-33a3ebeae7cfdc24.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922025-08-29T21:24:34.759Z Running `/home/build/.rustup/toolchains/1.89.0-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=12b679e1b8077ccc -C extra-filename=-16d50aea078713d7 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932025-08-29T21:24:34.759Z Compiling lalrpop-util v0.19.12
30942025-08-29T21:24:34.759Z Running `/home/build/.rustup/toolchains/1.89.0-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=3718eb7a65df06d6 -C extra-filename=-eb27b949f6068efc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952025-08-29T21:24:34.992Z Compiling lockfree-object-pool v0.1.6
30962025-08-29T21:24:34.992Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lockfree-object-pool-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10b263e79f04793f -C extra-filename=-07015c5da4647011 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972025-08-29T21:24:34.992Z Compiling simd-adler32 v0.3.7
30982025-08-29T21:24:35.599Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=8e6887d9380b8ecf -C extra-filename=-17acd9a2a04ced74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992025-08-29T21:24:35.602Z Compiling bumpalo v3.16.0
31002025-08-29T21:24:35.602Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=39d24e8a0febc7d1 -C extra-filename=-415061d6043f2a56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012025-08-29T21:24:35.603Z Compiling rustc-hash v2.1.1
31022025-08-29T21:24:35.603Z Running `/home/build/.rustup/toolchains/1.89.0-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=c6a68ff97c3d1b4e -C extra-filename=-2cd3428be69f273e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032025-08-29T21:24:35.768Z Compiling zip v0.6.6
31042025-08-29T21:24:35.768Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-3c90f1471c9f896d/build-script-build`
31052025-08-29T21:24:35.768Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=ba5f92e581965c67 -C extra-filename=-fc0c4b0c5510b8d5 --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-bf80f7a3bae0a263.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-29bd02bc412fa75c.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-f5874dc4fb95babe.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --cap-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-206f18ea72f056c8/out/lib`
31062025-08-29T21:24:35.768Z Compiling zopfli v0.8.1
31072025-08-29T21:24:35.768Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=46f202105b9bd291 -C extra-filename=-2188832c99fa42db --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-415061d6043f2a56.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-f5874dc4fb95babe.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-07015c5da4647011.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-17acd9a2a04ced74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082025-08-29T21:24:35.769Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-fce9b9a8a33170e9/build-script-build`
31092025-08-29T21:24:35.769Z Compiling crossterm v0.28.1
31102025-08-29T21:24:35.769Z Running `/home/build/.rustup/toolchains/1.89.0-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=6b102b1427c9b98f -C extra-filename=-8d54af6fb08d3022 --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-685ac79a84b69255.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f2143ef03012a20.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-026de9f27adc9304.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112025-08-29T21:24:35.770Z Compiling bzip2 v0.5.2
31122025-08-29T21:24:35.770Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libbz2-rs-sys", "static"))' -C metadata=ac7194f2b2943519 -C extra-filename=-deed40fa53ac3696 --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-419b5672dfb3001f.rmeta --cap-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-206f18ea72f056c8/out/lib`
31132025-08-29T21:24:36.113Z Compiling console v0.15.10
31142025-08-29T21:24:36.114Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=fc4f180e5b7307f7 -C extra-filename=-7fc67dc6d779fea4 --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-784c297e68e85669.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152025-08-29T21:24:36.114Z Compiling hash32 v0.2.1
31162025-08-29T21:24:36.114Z Running `/home/build/.rustup/toolchains/1.89.0-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=69ee26cea9fce742 -C extra-filename=-c0d53f898bd0d4a0 --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-bf80f7a3bae0a263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172025-08-29T21:24:36.199Z Compiling winnow v0.6.26
31182025-08-29T21:24:36.227Z Running `/home/build/.rustup/toolchains/1.89.0-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=5f93ef09f1becdbf -C extra-filename=-5545e8a854ee9211 --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-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192025-08-29T21:24:36.363Z Compiling unicode-properties v0.1.3
31202025-08-29T21:24:36.714Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-properties-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=2faa5ef276403a43 -C extra-filename=-071202954a82aaf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212025-08-29T21:24:37.148Z Compiling unicode-bidi v0.3.17
31222025-08-29T21:24:37.148Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=ba9dc84d6e780c17 -C extra-filename=-8abe230166d652b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232025-08-29T21:24:37.148Z Compiling buf-list v1.0.3
31242025-08-29T21:24:37.148Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=9aada139709ed330 -C extra-filename=-9ca45a283b1ab058 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-9ca45a283b1ab058 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252025-08-29T21:24:37.589Z Compiling smoltcp v0.9.1
31262025-08-29T21:24:37.589Z Running `/home/build/.rustup/toolchains/1.89.0-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=58a5442009a79950 -C extra-filename=-fc27d607982d330c --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-fc27d607982d330c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272025-08-29T21:24:37.590Z Compiling predicates-core v1.0.8
31282025-08-29T21:24:37.590Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-core-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8958cd25d7a5d46 -C extra-filename=-162d642102c61a67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292025-08-29T21:24:37.974Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-9ca45a283b1ab058/build-script-build`
31302025-08-29T21:24:37.974Z Compiling stringprep v0.1.5
31312025-08-29T21:24:37.974Z Running `/home/build/.rustup/toolchains/1.89.0-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=bad47256a98a1e49 -C extra-filename=-93ba6372f36d5b53 --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-8abe230166d652b2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-dc505b20a443036a.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-071202954a82aaf3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322025-08-29T21:24:37.974Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-fc27d607982d330c/build-script-build`
31332025-08-29T21:24:37.974Z Running `/home/build/.rustup/toolchains/1.89.0-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=f45722a4e87d5ff8 -C extra-filename=-64a8c12dc8b614c4 --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-c0d53f898bd0d4a0.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-45a66a1c23392a23.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
31342025-08-29T21:24:37.974Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=a21868a0647b6db1 -C extra-filename=-6cbdcd7fc85c615a --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-685ac79a84b69255.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-d5752e9542c7786d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
31352025-08-29T21:24:38.450Z Compiling hickory-proto v0.25.2
31362025-08-29T21:24:38.450Z Running `/home/build/.rustup/toolchains/1.89.0-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=2df12f46433a0f34 -C extra-filename=-16563b0dfa4a5c72 --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-41c47d90b9841186.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-bfc72e24f69b7108.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a4fd74ac2468524c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-dace2deac663e6fe.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-03710643991b456a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372025-08-29T21:24:38.705Z Compiling strum_macros v0.27.1
31382025-08-29T21:24:38.778Z Compiling tokio-stream v0.1.17
31392025-08-29T21:24:38.779Z Running `/home/build/.rustup/toolchains/1.89.0-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.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=f6b8d04f3605bd3d -C extra-filename=-1b14b48293238312 --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-700e1be1048d1d0d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402025-08-29T21:24:38.779Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=41d5a637fc8092ff -C extra-filename=-fac0151730ef4663 --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-a7543549df8e10d9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412025-08-29T21:24:38.827Z Compiling md-5 v0.10.6
31422025-08-29T21:24:39.024Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=6052d15718c114c4 -C extra-filename=-fb6b84dc2ff74bfe --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-16cff964c3cef883.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c03652d8d6c88650.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432025-08-29T21:24:39.024Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.14+zstd.1.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=86d8aefb73dfd180 -C extra-filename=-b05b295aee267549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-4143f177147f2a15/out -l static=zstd`
31442025-08-29T21:24:39.123Z Compiling float-cmp v0.10.0
31452025-08-29T21:24:39.161Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-6aaa399c4144b6dd/build-script-build`
31462025-08-29T21:24:39.278Z Running `/home/build/.rustup/toolchains/1.89.0-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=568304e8516dddb2 -C extra-filename=-480a19a03f9424e0 --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-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472025-08-29T21:24:39.316Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd_safe --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=cbbd183b4a9a226c -C extra-filename=-6d9eb527474d9fc2 --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-b05b295aee267549.rmeta --cap-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-4143f177147f2a15/out`
31482025-08-29T21:24:39.692Z Compiling fs-err v3.1.1
31492025-08-29T21:24:39.978Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=2ddb1c37fa6665a7 -C extra-filename=-9579909f77e3db42 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-9579909f77e3db42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502025-08-29T21:24:39.978Z Compiling difflib v0.4.0
31512025-08-29T21:24:39.978Z Running `/home/build/.rustup/toolchains/1.89.0-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=1f3c3228a14ea7c6 -C extra-filename=-269ba055452ab1d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522025-08-29T21:24:39.978Z Compiling zstd v0.13.3
31532025-08-29T21:24:39.978Z Running `/home/build/.rustup/toolchains/1.89.0-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=72043f9537b97268 -C extra-filename=-60fa9722f52927b4 --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-6d9eb527474d9fc2.rmeta --cap-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-4143f177147f2a15/out`
31542025-08-29T21:24:39.979Z Compiling normalize-line-endings v0.3.0
31552025-08-29T21:24:39.979Z Running `/home/build/.rustup/toolchains/1.89.0-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=cc8f368fa958e611 -C extra-filename=-7523ab119365af5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562025-08-29T21:24:39.979Z Compiling fallible-iterator v0.2.0
31572025-08-29T21:24:40.192Z Running `/home/build/.rustup/toolchains/1.89.0-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=d80ac2c3c06ebb0f -C extra-filename=-bd16cd33a9e75393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582025-08-29T21:24:40.192Z Running `/home/build/.rustup/toolchains/1.89.0-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=7a047b51be073540 -C extra-filename=-55bc0d1eee27fe37 --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-19d9f1304dcf7a40.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-64a8c12dc8b614c4.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5d31aa9cbc163b3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592025-08-29T21:24:40.192Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-9579909f77e3db42/build-script-build`
31602025-08-29T21:24:40.248Z Compiling zip v4.2.0
31612025-08-29T21:24:40.249Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "nt-time", "pbkdf2", "sha1", "time", "unreserved", "xz", "zeroize", "zstd"))' -C metadata=20bd4bf20b271d69 -C extra-filename=-baefe1c512864837 --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-deed40fa53ac3696.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-f5874dc4fb95babe.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-2188832c99fa42db.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-60fa9722f52927b4.rmeta --cap-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-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out`
31622025-08-29T21:24:40.660Z Compiling predicates v3.1.3
31632025-08-29T21:24:40.661Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=0ba6a75f3409f77e -C extra-filename=-d8448149a9b86ace --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-ca4ebf2465e25529.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-269ba055452ab1d5.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-480a19a03f9424e0.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-7523ab119365af5b.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-162d642102c61a67.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642025-08-29T21:24:40.966Z Compiling postgres-protocol v0.6.8
31652025-08-29T21:24:40.966Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=f903d0683e939ecb -C extra-filename=-6a678bb59bed86de --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-43fec2c760c1f6ef.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bd16cd33a9e75393.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6ae10ea56cda503c.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-fb6b84dc2ff74bfe.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-93ba6372f36d5b53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662025-08-29T21:24:41.028Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=4dceb2c8df190317 -C extra-filename=-b76f60d987f4d5e4 --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-7fc25a4247ca8d94.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
31672025-08-29T21:24:41.475Z Compiling similar v2.7.0
31682025-08-29T21:24:41.489Z Running `/home/build/.rustup/toolchains/1.89.0-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=5b23092872c0ee3c -C extra-filename=-8205f27d79057c60 --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-8629a278cecb7b23.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f5b7bd5f880a5855.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692025-08-29T21:24:41.933Z Compiling serde-big-array v0.5.1
31702025-08-29T21:24:42.113Z Running `/home/build/.rustup/toolchains/1.89.0-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=6ab08d913315d37a -C extra-filename=-c1ae632046498eee --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712025-08-29T21:24:42.113Z Compiling serde_repr v0.1.19
31722025-08-29T21:24:42.113Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3007eeb6db954d07 -C extra-filename=-5ce886349c3ef917 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732025-08-29T21:24:42.114Z Compiling peg-runtime v0.8.5
31742025-08-29T21:24:42.114Z Running `/home/build/.rustup/toolchains/1.89.0-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=fac086a89034af43 -C extra-filename=-5ed192293457b111 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752025-08-29T21:24:42.207Z Compiling postgres-types v0.2.9
31762025-08-29T21:24:42.207Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=066ec1ac8f3e7311 -C extra-filename=-ebf13a14a38e330c --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-7fc25a4247ca8d94.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bd16cd33a9e75393.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-6a678bb59bed86de.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772025-08-29T21:24:42.627Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=dd819e3ecca9b425 -C extra-filename=-163bfd59a4ebceb3 --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-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
31782025-08-29T21:24:42.896Z Compiling phf v0.11.2
31792025-08-29T21:24:42.896Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=331fbe64db0a37c1 -C extra-filename=-70469471363c5a40 --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-995525dbff172137.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802025-08-29T21:24:43.076Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
31812025-08-29T21:24:43.157Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/77e316c/gateway-ereport-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="debug-impls"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls", "serde"))' -C metadata=679c550f845dd866 -C extra-filename=-34db2e983fc685e1 --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-6742c73914dcd771.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6646a26bd241eeb4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822025-08-29T21:24:43.558Z Compiling whoami v1.5.2
31832025-08-29T21:24:43.612Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=e07f7f25653ea8d4 -C extra-filename=-736b5d70430ffdf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842025-08-29T21:24:43.613Z Compiling camino v1.1.11
31852025-08-29T21:24:43.613Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.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 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=c3a30c4f0add6907 -C extra-filename=-fa82d3eae47c9970 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-fa82d3eae47c9970 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862025-08-29T21:24:43.613Z Compiling regress v0.10.4
31872025-08-29T21:24:43.613Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=fe0b9bec52fff53d -C extra-filename=-cf96e9a33d86a668 --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-9caa1f323c45c460.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882025-08-29T21:24:43.613Z Compiling fastrand v2.1.1
31892025-08-29T21:24:43.613Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=9eb4f5bd04d947f8 -C extra-filename=-3a04019b393c03e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902025-08-29T21:24:43.613Z Compiling ident_case v1.0.1
31912025-08-29T21:24:43.652Z Running `/home/build/.rustup/toolchains/1.89.0-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=b52db5ecb052a1a2 -C extra-filename=-5ec2529fcb3ca35e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922025-08-29T21:24:44.137Z Compiling tokio-postgres v0.7.13
31932025-08-29T21:24:44.294Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=63448718743ebca9 -C extra-filename=-f1f160653121de6e --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-41c47d90b9841186.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bd16cd33a9e75393.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-70469471363c5a40.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-6a678bb59bed86de.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-ebf13a14a38e330c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942025-08-29T21:24:44.295Z Compiling futures-executor v0.3.31
31952025-08-29T21:24:44.295Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=d706c253cba82efe -C extra-filename=-66783edede09de72 --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-a7543549df8e10d9.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962025-08-29T21:24:44.295Z Compiling strum v0.27.2
31972025-08-29T21:24:44.296Z Running `/home/build/.rustup/toolchains/1.89.0-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=99921a114f05fcac -C extra-filename=-440ab57ab1074b47 --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-1b14b48293238312.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982025-08-29T21:24:44.296Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-fa82d3eae47c9970/build-script-build`
31992025-08-29T21:24:44.296Z Compiling is-terminal v0.4.13
32002025-08-29T21:24:44.296Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcb0cb68ff27dc4d -C extra-filename=-9195d49cb9bb985f --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012025-08-29T21:24:44.296Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
32022025-08-29T21:24:44.297Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/77e316c/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=61481cbcd5e0408d -C extra-filename=-10df9339ad3f417c --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-685ac79a84b69255.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c2e6e70a8739ac66.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-c1ae632046498eee.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-5ce886349c3ef917.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-55bc0d1eee27fe37.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-1b14b48293238312.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6646a26bd241eeb4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032025-08-29T21:24:44.297Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-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 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=368176adc0f4668f -C extra-filename=-1ab39f11511e72f8 --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)'`
32042025-08-29T21:24:44.448Z Compiling futures v0.3.31
32052025-08-29T21:24:44.448Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=ced78641f4803f48 -C extra-filename=-213b523f3513e0a5 --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-03998943d15fa5cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-66783edede09de72.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062025-08-29T21:24:44.496Z Compiling dirs-sys-next v0.1.2
32072025-08-29T21:24:44.496Z Running `/home/build/.rustup/toolchains/1.89.0-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=e2fc41cd1e58fada -C extra-filename=-571a5a9a38c82b49 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082025-08-29T21:24:44.599Z Compiling crossbeam-channel v0.5.15
32092025-08-29T21:24:44.599Z Running `/home/build/.rustup/toolchains/1.89.0-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=d63914280db01bf2 -C extra-filename=-18581a88059f94fc --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-275a97d56be8b68f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102025-08-29T21:24:45.059Z Compiling dirs-next v2.0.0
32112025-08-29T21:24:45.079Z Running `/home/build/.rustup/toolchains/1.89.0-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=87bd5af7800c1958 -C extra-filename=-03fdde1a260adc05 --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-16cff964c3cef883.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-571a5a9a38c82b49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122025-08-29T21:24:45.115Z Compiling unsafe-libyaml v0.2.11
32132025-08-29T21:24:45.115Z Running `/home/build/.rustup/toolchains/1.89.0-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=59e5c9cea89d75a6 -C extra-filename=-1acc95f42d0c4889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142025-08-29T21:24:45.614Z Compiling term v0.7.0
32152025-08-29T21:24:45.614Z Running `/home/build/.rustup/toolchains/1.89.0-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=57e54ee2c96b89af -C extra-filename=-1d609157b3a0f371 --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-03fdde1a260adc05.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162025-08-29T21:24:45.967Z Compiling tempfile v3.20.0
32172025-08-29T21:24:45.967Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=5e7f43544ef4302c -C extra-filename=-704014836a3eb908 --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-3a04019b393c03e6.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e8a0bf43db175489.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182025-08-29T21:24:46.454Z Compiling darling_core v0.20.10
32192025-08-29T21:24:46.558Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=abb84d0d9a2db596 -C extra-filename=-4130df2c724123d9 --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-63bbafb28e7d7eb7.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-5ec2529fcb3ca35e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-d5c7d0e7d580515e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202025-08-29T21:24:46.742Z Compiling serde_yaml v0.9.34+deprecated
32212025-08-29T21:24:47.660Z Running `/home/build/.rustup/toolchains/1.89.0-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=26d2607f80ebcbf2 -C extra-filename=-06c9424c52975107 --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-f3f41ccd8f8b0723.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f2474c6cd59eb6fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-1acc95f42d0c4889.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222025-08-29T21:24:47.965Z Compiling thread_local v1.1.8
32232025-08-29T21:24:47.965Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=48151b6cdbba2f3f -C extra-filename=-2c9ffc6287543266 --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-16cff964c3cef883.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242025-08-29T21:24:47.965Z Compiling slog-async v2.8.0
32252025-08-29T21:24:47.965Z Running `/home/build/.rustup/toolchains/1.89.0-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=814033e49d48cee7 -C extra-filename=-9ddd1d1284955a7f --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-9ddd1d1284955a7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262025-08-29T21:24:48.398Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-9ddd1d1284955a7f/build-script-build`
32272025-08-29T21:24:48.460Z Compiling take_mut v0.2.2
32282025-08-29T21:24:48.475Z Running `/home/build/.rustup/toolchains/1.89.0-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=a6b1b21a597a1b76 -C extra-filename=-588da8d99a85ad31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292025-08-29T21:24:48.910Z Running `/home/build/.rustup/toolchains/1.89.0-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=3c0ae713366eb2ca -C extra-filename=-fcec066e501cc986 --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-18581a88059f94fc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-588da8d99a85ad31.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-2c9ffc6287543266.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
32302025-08-29T21:24:49.579Z Compiling slog-term v2.9.1
32312025-08-29T21:24:50.076Z Running `/home/build/.rustup/toolchains/1.89.0-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=16a7f260aecd3e10 -C extra-filename=-24f1881cbb34cc74 --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-9195d49cb9bb985f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-2c9ffc6287543266.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-214680a193c04733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322025-08-29T21:24:50.076Z Compiling quick-error v1.2.3
32332025-08-29T21:24:50.076Z Running `/home/build/.rustup/toolchains/1.89.0-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=9c31531af434be01 -C extra-filename=-453f29b9051794d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342025-08-29T21:24:50.076Z Compiling match_cfg v0.1.0
32352025-08-29T21:24:50.077Z Running `/home/build/.rustup/toolchains/1.89.0-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=3d248a34e65ed7c8 -C extra-filename=-8273b84bbc233130 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362025-08-29T21:24:50.964Z Compiling structmeta-derive v0.3.0
32372025-08-29T21:24:50.964Z Running `/home/build/.rustup/toolchains/1.89.0-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=6582314bccfbb93f -C extra-filename=-c5ec722e90a9080a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382025-08-29T21:24:50.965Z Compiling hostname v0.3.1
32392025-08-29T21:24:50.965Z Running `/home/build/.rustup/toolchains/1.89.0-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=1bc3ec193253ba40 -C extra-filename=-56e78a3d9e7f5dd6 --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-784c297e68e85669.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8273b84bbc233130.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402025-08-29T21:24:50.965Z Compiling hex v0.4.3
32412025-08-29T21:24:50.965Z Running `/home/build/.rustup/toolchains/1.89.0-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=ede3a23f11163d99 -C extra-filename=-29681606b761c47c --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422025-08-29T21:24:51.069Z Compiling bit-vec v0.8.0
32432025-08-29T21:24:51.069Z Running `/home/build/.rustup/toolchains/1.89.0-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=515937574ee2aefd -C extra-filename=-fb5561a56dfb38a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442025-08-29T21:24:51.069Z Compiling debug-ignore v1.0.5
32452025-08-29T21:24:51.069Z Running `/home/build/.rustup/toolchains/1.89.0-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=082f7dfceda623cf -C extra-filename=-850c29b1257bec29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462025-08-29T21:24:51.070Z Compiling bit-set v0.8.0
32472025-08-29T21:24:51.070Z Running `/home/build/.rustup/toolchains/1.89.0-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=813e2a2a439452e7 -C extra-filename=-319270cdaf0aa2af --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-fb5561a56dfb38a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482025-08-29T21:24:51.070Z Compiling wait-timeout v0.2.0
32492025-08-29T21:24:51.070Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab469b9935868865 -C extra-filename=-ce984a833f6ed118 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502025-08-29T21:24:51.071Z Compiling rustls v0.22.4
32512025-08-29T21:24:51.071Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=d49398b3a776a3d6 -C extra-filename=-2030f683cd4922a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-2030f683cd4922a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522025-08-29T21:24:51.071Z Compiling toml_parser v1.0.2
32532025-08-29T21:24:51.071Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=9d657dd17f3889b2 -C extra-filename=-26e7c3ff9ffebdc0 --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-380517021d21c4e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542025-08-29T21:24:51.127Z Compiling rusty-fork v0.3.0
32552025-08-29T21:24:51.127Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=555085bfd7863d68 -C extra-filename=-0a3048efb63839fe --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-63bbafb28e7d7eb7.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-453f29b9051794d3.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-ce984a833f6ed118.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562025-08-29T21:24:51.259Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2030f683cd4922a1/build-script-build`
32572025-08-29T21:24:51.325Z Compiling rand_xorshift v0.4.0
32582025-08-29T21:24:51.370Z Compiling serde_spanned v1.0.0
32592025-08-29T21:24:51.371Z Running `/home/build/.rustup/toolchains/1.89.0-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=fd73f2105887365e -C extra-filename=-5b0fcd20ae91f9d4 --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-3708ad563010fdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602025-08-29T21:24:51.371Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=7d5df9fea5d07798 -C extra-filename=-d32011b9fff03ff9 --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612025-08-29T21:24:51.644Z Compiling toml_datetime v0.7.0
32622025-08-29T21:24:51.793Z Running `/home/build/.rustup/toolchains/1.89.0-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=dd79cdabcdb4a767 -C extra-filename=-938d9e4e47bb9d97 --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632025-08-29T21:24:51.795Z Compiling serde_path_to_error v0.1.17
32642025-08-29T21:24:51.795Z Running `/home/build/.rustup/toolchains/1.89.0-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.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=9374bd4e9993fd2d -C extra-filename=-2539a00920600f26 --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-c3d4b3c7bce6ae9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652025-08-29T21:24:52.107Z Compiling multer v3.1.0
32662025-08-29T21:24:52.107Z Running `/home/build/.rustup/toolchains/1.89.0-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=03108b93e5a41723 -C extra-filename=-ac9d0ca01553311c --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-ac9d0ca01553311c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672025-08-29T21:24:52.107Z Compiling unarray v0.1.4
32682025-08-29T21:24:52.246Z Running `/home/build/.rustup/toolchains/1.89.0-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=6a63ac17b3310fa1 -C extra-filename=-3b7ee61070cb59f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692025-08-29T21:24:52.246Z Compiling toml_writer v1.0.2
32702025-08-29T21:24:52.247Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=c4f37b59647cf0e5 -C extra-filename=-770066b530d0d501 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712025-08-29T21:24:52.330Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-ac9d0ca01553311c/build-script-build`
32722025-08-29T21:24:52.330Z Compiling proptest v1.7.0
32732025-08-29T21:24:52.330Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=83e731577ec54d7a -C extra-filename=-f337ee47a6db9f97 --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-319270cdaf0aa2af.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-fb5561a56dfb38a3.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-685ac79a84b69255.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-05820855fe0e705d.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-5b0fcd20ae91f9d4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-0a3048efb63839fe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-3b7ee61070cb59f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742025-08-29T21:24:52.356Z Compiling slog-json v2.6.1
32752025-08-29T21:24:52.357Z Running `/home/build/.rustup/toolchains/1.89.0-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=c67c78b63549eb04 -C extra-filename=-cfe185b0a23f1cb7 --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-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-214680a193c04733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762025-08-29T21:24:52.357Z Compiling darling_macro v0.20.10
32772025-08-29T21:24:52.357Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a31ccbdbed9b9f6 -C extra-filename=-ed618f7ec9e21393 --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-4130df2c724123d9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782025-08-29T21:24:52.402Z Compiling toml v0.9.5
32792025-08-29T21:24:52.491Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=4dbb350df16cb28b -C extra-filename=-7b9ed5ffe355cfd3 --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-6742c73914dcd771.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-d32011b9fff03ff9.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-938d9e4e47bb9d97.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-26e7c3ff9ffebdc0.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-770066b530d0d501.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-380517021d21c4e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802025-08-29T21:24:52.524Z Compiling async-stream-impl v0.3.6
32812025-08-29T21:24:52.525Z Compiling dropshot v0.16.3
32822025-08-29T21:24:52.525Z Running `/home/build/.rustup/toolchains/1.89.0-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=2b12a6576878d821 -C extra-filename=-78a6809784dbf304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832025-08-29T21:24:52.559Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.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::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=2f7c44b2fbb462d3 -C extra-filename=-9b368bcb54c0f81e --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-9b368bcb54c0f81e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842025-08-29T21:24:52.560Z Compiling structmeta v0.3.0
32852025-08-29T21:24:52.560Z Running `/home/build/.rustup/toolchains/1.89.0-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=1fb224646a035bc2 -C extra-filename=-382cf7791b429a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-c5ec722e90a9080a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862025-08-29T21:24:52.724Z Compiling slog-bunyan v2.5.0
32872025-08-29T21:24:52.760Z Running `/home/build/.rustup/toolchains/1.89.0-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=f3e5c1168312e543 -C extra-filename=-f982376f0c2ca6ec --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-56e78a3d9e7f5dd6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-cfe185b0a23f1cb7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-214680a193c04733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882025-08-29T21:24:52.956Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-9b368bcb54c0f81e/build-script-build`
32892025-08-29T21:24:52.978Z Running `/home/build/.rustup/toolchains/1.89.0-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=24d2566aae24cc53 -C extra-filename=-ce8d9934ed92490d --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-7fc25a4247ca8d94.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-8ff8f10f7b344c0c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-57fa867c6f0b37c5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-72ce21d76a94c4bc.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902025-08-29T21:24:53.062Z Compiling derive-ex v0.1.8
32912025-08-29T21:24:53.096Z Running `/home/build/.rustup/toolchains/1.89.0-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=9749ac58513a7e40 -C extra-filename=-83dbbb1114a0e335 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-382cf7791b429a81.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922025-08-29T21:24:53.114Z Compiling rustls-pemfile v2.2.0
32932025-08-29T21:24:53.114Z Running `/home/build/.rustup/toolchains/1.89.0-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=e23674876050a6ca -C extra-filename=-6aa1d7aad4b48e0b --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-8d90c9b7d736ccd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942025-08-29T21:24:53.691Z Compiling waitgroup v0.1.2
32952025-08-29T21:24:53.692Z Running `/home/build/.rustup/toolchains/1.89.0-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=5809a7bcbe99ae49 -C extra-filename=-e1478a9687707a2e --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-ba25972e878f73b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962025-08-29T21:24:53.777Z Compiling darling v0.20.10
32972025-08-29T21:24:53.777Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=8d87fcef58b57c73 -C extra-filename=-4128aed69bac1f88 --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-4130df2c724123d9.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-ed618f7ec9e21393.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982025-08-29T21:24:53.778Z Compiling dropshot_endpoint v0.16.3
32992025-08-29T21:24:53.778Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.16.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 '--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=abed13d2636c11d5 -C extra-filename=-c1c65b431c5e3a68 --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-49ede7fd9a37f392.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002025-08-29T21:24:53.816Z Compiling hostname v0.4.0
33012025-08-29T21:24:53.816Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=59fc182066b1c40a -C extra-filename=-e0259c4ffe7543ec --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022025-08-29T21:24:53.992Z Compiling async-stream v0.3.6
33032025-08-29T21:24:54.071Z Compiling serde_with_macros v3.14.0
33042025-08-29T21:24:54.071Z Running `/home/build/.rustup/toolchains/1.89.0-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=5b1a6f7466b4c3a5 -C extra-filename=-54a559e24b2b2004 --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-78a6809784dbf304.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052025-08-29T21:24:54.071Z Running `/home/build/.rustup/toolchains/1.89.0-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.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 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8", "schemars_0_9", "schemars_1"))' -C metadata=4652cd001b7d0a43 -C extra-filename=-bb2a21639e8fd703 --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-4128aed69bac1f88.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062025-08-29T21:24:54.125Z Compiling typify-impl v0.3.0
33072025-08-29T21:24:54.175Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-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=4a61efb7ee40e7e1 -C extra-filename=-eb2bd1e6bef8e055 --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-9612a25fb0aed7d0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082025-08-29T21:24:54.356Z Compiling macaddr v1.0.1
33092025-08-29T21:24:54.393Z Running `/home/build/.rustup/toolchains/1.89.0-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=a33f07edec04e480 -C extra-filename=-43b26eef3d178e8f --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102025-08-29T21:24:54.977Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
33112025-08-29T21:24:55.140Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c6f34dce4de9d2c -C extra-filename=-04a487eee05280e9 --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-29681606b761c47c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122025-08-29T21:24:55.192Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33132025-08-29T21:24:55.193Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 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=46081a90e6f47d25 -C extra-filename=-b57e74831f3eb579 --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-6e69bbd5a21aae0d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142025-08-29T21:24:55.580Z Compiling ref-cast v1.0.24
33152025-08-29T21:24:55.589Z Running `/home/build/.rustup/toolchains/1.89.0-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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=897edf4f891cb65d -C extra-filename=-095f7d3538758de5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-095f7d3538758de5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162025-08-29T21:24:56.738Z Compiling ref-cast-impl v1.0.24
33172025-08-29T21:24:56.977Z Running `/home/build/.rustup/toolchains/1.89.0-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.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=437215e15a223aef -C extra-filename=-6219075861525caa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182025-08-29T21:24:56.977Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-095f7d3538758de5/build-script-build`
33192025-08-29T21:24:56.978Z Compiling instant v0.1.13
33202025-08-29T21:24:56.978Z Running `/home/build/.rustup/toolchains/1.89.0-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=d9e1b9d4b67f1416 -C extra-filename=-e439cb06d653fe0f --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-16cff964c3cef883.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212025-08-29T21:24:56.978Z Compiling derive-where v1.5.0
33222025-08-29T21:24:56.978Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=9fef67244f96c7a3 -C extra-filename=-8c84a62f1829b219 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232025-08-29T21:24:57.055Z Compiling serde_with v3.14.0
33242025-08-29T21:24:57.055Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.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=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "std", "time_0_3"))' -C metadata=358a278dea47ce4e -C extra-filename=-23f00d3665e990ff --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-6742c73914dcd771.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-7607030111f37c58.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-bb2a21639e8fd703.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252025-08-29T21:24:57.302Z Running `/home/build/.rustup/toolchains/1.89.0-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.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=fa22cfb7b8b893d4 -C extra-filename=-0e5ac3bec893a79f --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-6219075861525caa.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)'`
33262025-08-29T21:24:57.575Z Compiling parse-display-derive v0.10.0
33272025-08-29T21:24:57.730Z Running `/home/build/.rustup/toolchains/1.89.0-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=ffea5888e68d54c6 -C extra-filename=-75f57ac4837b87cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-382cf7791b429a81.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282025-08-29T21:24:57.730Z Compiling test-strategy v0.4.3
33292025-08-29T21:24:57.731Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fdf9860c3eb66f2 -C extra-filename=-2fabb904f4f33a83 --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-83dbbb1114a0e335.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-382cf7791b429a81.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302025-08-29T21:24:58.171Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
33312025-08-29T21:24:58.289Z Running `/home/build/.rustup/toolchains/1.89.0-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=eca3ecb0095d67d6 -C extra-filename=-f34bef9a6db882ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322025-08-29T21:24:59.231Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
33332025-08-29T21:24:59.263Z Running `/home/build/.rustup/toolchains/1.89.0-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=460ba62cf5c194c4 -C extra-filename=-616c84218f6be2d8 --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-a44f3921b7a9222f.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-f34bef9a6db882ed.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342025-08-29T21:24:59.488Z Compiling backoff v0.4.0
33352025-08-29T21:24:59.502Z Running `/home/build/.rustup/toolchains/1.89.0-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=5d8d4999230b4a76 -C extra-filename=-6382814ebd7444af --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-a7543549df8e10d9.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-e439cb06d653fe0f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362025-08-29T21:25:00.033Z Compiling iddqd v0.3.9
33372025-08-29T21:25:00.105Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-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 --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="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=fec5ce3418d4f85c -C extra-filename=-5a5727f9a509e3c9 --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-5f468c981a16e35e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-233a566562667d8f.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-0a48cc8b19067905.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9caa1f323c45c460.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-0e5ac3bec893a79f.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382025-08-29T21:25:00.105Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
33392025-08-29T21:25:00.105Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/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=e936ee4cdebe50c1 -C extra-filename=-62c0e713a3847c0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402025-08-29T21:25:00.184Z Compiling camino-tempfile v1.4.1
33412025-08-29T21:25:00.216Z Running `/home/build/.rustup/toolchains/1.89.0-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=8dc0b7b1285be144 -C extra-filename=-4f75889ed8135f2b --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-1ab39f11511e72f8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422025-08-29T21:25:00.667Z Compiling unicode-width v0.1.14
33432025-08-29T21:25:00.698Z Running `/home/build/.rustup/toolchains/1.89.0-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=e1ff6972a251646d -C extra-filename=-3e67ad21e09c6294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442025-08-29T21:25:01.247Z Compiling toml v0.8.23
33452025-08-29T21:25:01.261Z Running `/home/build/.rustup/toolchains/1.89.0-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=0a1c160844c31b98 -C extra-filename=-ed66e64bb699c714 --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-6742c73914dcd771.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-184c2cffaaf99411.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-08331bbb5132ebf2.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b071dad6ed04a436.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462025-08-29T21:25:01.471Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
33472025-08-29T21:25:01.497Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/5783271/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=be97408459021eb8 -C extra-filename=-cf6fbe8a9b722a44 --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-6e69bbd5a21aae0d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-4d05d58375967aa4.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482025-08-29T21:25:02.038Z Compiling parse-display v0.10.0
33492025-08-29T21:25:02.068Z Running `/home/build/.rustup/toolchains/1.89.0-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=89cd119e466c8b31 -C extra-filename=-de4c1a47b1e4d27f --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-75f57ac4837b87cb.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33502025-08-29T21:25:02.205Z Compiling proc-macro-error-attr v1.0.4
33512025-08-29T21:25:02.301Z Running `/home/build/.rustup/toolchains/1.89.0-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=8cdaef08287192ad -C extra-filename=-3b700e6f5694d645 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-3b700e6f5694d645 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522025-08-29T21:25:02.320Z Compiling proc-macro-error v1.0.4
33532025-08-29T21:25:02.321Z Running `/home/build/.rustup/toolchains/1.89.0-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=580b9b02b644a43e -C extra-filename=-4fe801d9838fc220 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fe801d9838fc220 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542025-08-29T21:25:02.669Z Compiling proc-macro-crate v1.3.1
33552025-08-29T21:25:02.737Z Running `/home/build/.rustup/toolchains/1.89.0-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=403f4d3deb311ae0 -C extra-filename=-8bf95bfff127c94c --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-9f184b9950c390eb.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ebd7ea1a6b1284d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562025-08-29T21:25:02.806Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33572025-08-29T21:25:02.806Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
33582025-08-29T21:25:02.806Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-3b700e6f5694d645/build-script-build`
33592025-08-29T21:25:02.806Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11f6895aea8f941c -C extra-filename=-855300eb2ff694a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-855300eb2ff694a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602025-08-29T21:25:02.806Z Running `/home/build/.rustup/toolchains/1.89.0-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=222aff7598714901 -C extra-filename=-72b49dc0694771b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-72b49dc0694771b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612025-08-29T21:25:02.887Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fe801d9838fc220/build-script-build`
33622025-08-29T21:25:02.901Z Running `/home/build/.rustup/toolchains/1.89.0-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=33734efa3e429c92 -C extra-filename=-3044ded32e54ac0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632025-08-29T21:25:03.098Z Compiling tabwriter v1.4.0
33642025-08-29T21:25:03.129Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=3b2002e2e7e5f2af -C extra-filename=-c47a408223121e9c --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-3e67ad21e09c6294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652025-08-29T21:25:03.610Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-855300eb2ff694a1/build-script-build`
33662025-08-29T21:25:03.633Z Compiling foreign-types-macros v0.2.3
33672025-08-29T21:25:03.633Z Running `/home/build/.rustup/toolchains/1.89.0-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=8a3975ab8a75152f -C extra-filename=-63aaefd0b95d6317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33682025-08-29T21:25:03.633Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-72b49dc0694771b9/build-script-build`
33692025-08-29T21:25:03.633Z Compiling foreign-types-shared v0.3.1
33702025-08-29T21:25:03.633Z Running `/home/build/.rustup/toolchains/1.89.0-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=93e923f4ec7d8bc2 -C extra-filename=-09b13ef164f80ce6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712025-08-29T21:25:03.633Z Running `/home/build/.rustup/toolchains/1.89.0-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=1ae87008cccb4fbb -C extra-filename=-ac27fb54e800bb07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
33722025-08-29T21:25:03.633Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ec5657baeebbc52 -C extra-filename=-3667b320ed87f3c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
33732025-08-29T21:25:03.665Z Compiling num_enum_derive v0.5.11
33742025-08-29T21:25:03.695Z Running `/home/build/.rustup/toolchains/1.89.0-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=29eaf60966db6fc8 -C extra-filename=-7f61bc710c0b6612 --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-8bf95bfff127c94c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e4428997e05f97e4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752025-08-29T21:25:03.908Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33762025-08-29T21:25:04.091Z Running `/home/build/.rustup/toolchains/1.89.0-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=269c8c38d74e618b -C extra-filename=-7b429149d34d4288 --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-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e4428997e05f97e4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772025-08-29T21:25:04.091Z Compiling cstr-argument v0.1.2
33782025-08-29T21:25:04.091Z Running `/home/build/.rustup/toolchains/1.89.0-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=95215093cb3780a2 -C extra-filename=-f6366e331246d797 --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-3044ded32e54ac0d.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e4428997e05f97e4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
33792025-08-29T21:25:04.091Z Running `/home/build/.rustup/toolchains/1.89.0-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=608b64fb26a39722 -C extra-filename=-25ef39898d7863b6 --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-16cff964c3cef883.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802025-08-29T21:25:04.227Z Compiling pretty-hex v0.2.1
33812025-08-29T21:25:04.292Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=6440f69f3a411270 -C extra-filename=-7a4ce632d19001a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822025-08-29T21:25:04.533Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
33832025-08-29T21:25:04.550Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4cff5a9c792c212 -C extra-filename=-8ab005ae5a72c0e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-8ab005ae5a72c0e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842025-08-29T21:25:04.550Z Compiling colored v2.2.0
33852025-08-29T21:25:04.551Z Running `/home/build/.rustup/toolchains/1.89.0-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=b03336f7e57abd4a -C extra-filename=-e18793f311249a73 --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-4921d2a92b76412d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862025-08-29T21:25:04.858Z Compiling foreign-types v0.5.0
33872025-08-29T21:25:05.425Z Running `/home/build/.rustup/toolchains/1.89.0-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=b0a71bf769292c73 -C extra-filename=-6977e8fb0bf148f1 --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-63aaefd0b95d6317.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-09b13ef164f80ce6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882025-08-29T21:25:05.425Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33892025-08-29T21:25:05.425Z Running `/home/build/.rustup/toolchains/1.89.0-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=7a61262f20a97918 -C extra-filename=-990de9c934acf90e --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-784c297e68e85669.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-7b429149d34d4288.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902025-08-29T21:25:05.425Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33912025-08-29T21:25:05.425Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-8ab005ae5a72c0e7/build-script-build`
33922025-08-29T21:25:05.467Z Running `/home/build/.rustup/toolchains/1.89.0-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=fbacf7ea7a24e16d -C extra-filename=-9b6d10aebd932b49 --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-25ef39898d7863b6.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-6977e8fb0bf148f1.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ac27fb54e800bb07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932025-08-29T21:25:05.467Z Compiling smf v0.2.3
33942025-08-29T21:25:05.468Z Running `/home/build/.rustup/toolchains/1.89.0-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=38a461a80a3a5aeb -C extra-filename=-0d343a6412630e5b --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-8d6090023597e797.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952025-08-29T21:25:05.468Z Compiling itertools v0.14.0
33962025-08-29T21:25:05.468Z Running `/home/build/.rustup/toolchains/1.89.0-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=06caa1d08b6b23f3 -C extra-filename=-5fbff7679012489b --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-c14636abdee91fd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972025-08-29T21:25:05.468Z Compiling heck v0.4.1
33982025-08-29T21:25:05.468Z Running `/home/build/.rustup/toolchains/1.89.0-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=95e788d4efa9ccda -C extra-filename=-3e487195ce270b12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992025-08-29T21:25:05.500Z Compiling crossbeam-deque v0.8.5
34002025-08-29T21:25:05.514Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e67b80d16892140a -C extra-filename=-6f5afe89de2beed3 --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-c88024024eb262dd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012025-08-29T21:25:05.784Z Compiling rayon-core v1.12.1
34022025-08-29T21:25:05.799Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=c855c4b1c1949b5d -C extra-filename=-e0364b8b66340191 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-e0364b8b66340191 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032025-08-29T21:25:06.043Z Compiling typify-macro v0.3.0
34042025-08-29T21:25:06.659Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-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=4e108093d7fccbe3 -C extra-filename=-be76f5fcbbab651c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-49ede7fd9a37f392.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-eb2bd1e6bef8e055.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052025-08-29T21:25:06.660Z Compiling crucible-workspace-hack v0.1.0
34062025-08-29T21:25:06.660Z Running `/home/build/.rustup/toolchains/1.89.0-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=3e90c825f9447057 -C extra-filename=-db2a84e13aa4e24f --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-db2a84e13aa4e24f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072025-08-29T21:25:06.884Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-e0364b8b66340191/build-script-build`
34082025-08-29T21:25:06.884Z Compiling num_enum v0.5.11
34092025-08-29T21:25:06.884Z Running `/home/build/.rustup/toolchains/1.89.0-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=f2be53696bed4791 -C extra-filename=-484ffd5e7ff1512a --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-7f61bc710c0b6612.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102025-08-29T21:25:06.884Z Compiling darling_core v0.21.0
34112025-08-29T21:25:06.885Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=ae3a4b5a72c187d3 -C extra-filename=-f8c08101456bbdd9 --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-63bbafb28e7d7eb7.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-5ec2529fcb3ca35e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-d5c7d0e7d580515e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122025-08-29T21:25:06.885Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-db2a84e13aa4e24f/build-script-build`
34132025-08-29T21:25:06.885Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=66d46e58be2d4992 -C extra-filename=-282a92b16b07242d --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-6f5afe89de2beed3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142025-08-29T21:25:06.885Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
34152025-08-29T21:25:06.885Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a0e93549496adbd -C extra-filename=-34b62ec2d8f8da8b --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-784c297e68e85669.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-3667b320ed87f3c7.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-484ffd5e7ff1512a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-7a4ce632d19001a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162025-08-29T21:25:06.885Z Running `/home/build/.rustup/toolchains/1.89.0-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=1e690d1f5f443306 -C extra-filename=-23652635d3e0bfe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172025-08-29T21:25:06.911Z Compiling typify-impl v0.4.1
34182025-08-29T21:25:06.911Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0ca5d9cb7e257e6 -C extra-filename=-4b73a12993efc423 --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-9612a25fb0aed7d0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192025-08-29T21:25:06.948Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa39f8bcf4982fcf -C extra-filename=-6abee6e89d4e639b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-34b62ec2d8f8da8b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-484ffd5e7ff1512a.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-9b6d10aebd932b49.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ac27fb54e800bb07.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-990de9c934acf90e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
34202025-08-29T21:25:08.096Z Compiling rayon v1.10.0
34212025-08-29T21:25:08.330Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=53d68132405784c4 -C extra-filename=-e5b7b452a411c16d --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-c14636abdee91fd2.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-282a92b16b07242d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222025-08-29T21:25:08.330Z Compiling atomicwrites v0.4.4
34232025-08-29T21:25:08.330Z Running `/home/build/.rustup/toolchains/1.89.0-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=1ccc8377321828c4 -C extra-filename=-fe68c36aaea6ae09 --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-1f2143ef03012a20.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242025-08-29T21:25:08.729Z Compiling heapless v0.8.0
34252025-08-29T21:25:08.777Z Running `/home/build/.rustup/toolchains/1.89.0-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=81572eee5b65ff3c -C extra-filename=-7a028a8711e69fb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-7a028a8711e69fb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262025-08-29T21:25:09.462Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-7a028a8711e69fb5/build-script-build`
34272025-08-29T21:25:09.670Z Compiling hash32 v0.3.1
34282025-08-29T21:25:09.719Z Running `/home/build/.rustup/toolchains/1.89.0-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=dd7fc82d509a67ec -C extra-filename=-6e1f78d961b0ef36 --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-bf80f7a3bae0a263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292025-08-29T21:25:09.988Z Compiling smoltcp v0.11.0
34302025-08-29T21:25:10.008Z Running `/home/build/.rustup/toolchains/1.89.0-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=239fd8b4c0052153 -C extra-filename=-a2ba16c83740ad6d --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-a2ba16c83740ad6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312025-08-29T21:25:10.575Z Compiling typify v0.3.0
34322025-08-29T21:25:10.620Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-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="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=8f3f1fbb15280be3 -C extra-filename=-efcaafa9e6c83d8d --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-eb2bd1e6bef8e055.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-be76f5fcbbab651c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332025-08-29T21:25:11.174Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-a2ba16c83740ad6d/build-script-build`
34342025-08-29T21:25:11.196Z Compiling progenitor-impl v0.9.1
34352025-08-29T21:25:11.196Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-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=6fe5b3bcc4ad92a8 -C extra-filename=-e0f900b9897e7ed4 --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-9612a25fb0aed7d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-efcaafa9e6c83d8d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362025-08-29T21:25:11.196Z Running `/home/build/.rustup/toolchains/1.89.0-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=bdb69a70b8628923 -C extra-filename=-cfbb7cdaca045fab --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-6e1f78d961b0ef36.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-45a66a1c23392a23.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372025-08-29T21:25:11.197Z Compiling cobs v0.2.3
34382025-08-29T21:25:11.197Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=70245a6c234ec103 -C extra-filename=-a52639e61a73e0ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392025-08-29T21:25:11.242Z Compiling postcard v1.0.10
34402025-08-29T21:25:11.385Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=96f6df21d66517d1 -C extra-filename=-b7bc01d4d09a68b3 --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-a52639e61a73e0ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412025-08-29T21:25:11.862Z Running `/home/build/.rustup/toolchains/1.89.0-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=8967cc881669c8f6 -C extra-filename=-145a320af6634238 --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-19d9f1304dcf7a40.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-cfbb7cdaca045fab.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5d31aa9cbc163b3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422025-08-29T21:25:11.964Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
34432025-08-29T21:25:11.980Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/6a5d3f3/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=75153a7c4cc193c3 -C extra-filename=-b98f04137bab7d43 --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-685ac79a84b69255.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442025-08-29T21:25:12.471Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
34452025-08-29T21:25:12.554Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/6a5d3f3/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=09b3cd1ed6f97aac -C extra-filename=-77486fe1f0c40e2c --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-77486fe1f0c40e2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462025-08-29T21:25:12.714Z Compiling base64 v0.21.7
34472025-08-29T21:25:12.792Z Running `/home/build/.rustup/toolchains/1.89.0-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=af025ee83e272d12 -C extra-filename=-f59c456c6a871a93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482025-08-29T21:25:12.815Z Compiling darling_macro v0.21.0
34492025-08-29T21:25:12.826Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20694bc4595c6f74 -C extra-filename=-4e00844811844313 --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-f8c08101456bbdd9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502025-08-29T21:25:12.902Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-77486fe1f0c40e2c/build-script-build`
34512025-08-29T21:25:13.038Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
34522025-08-29T21:25:13.066Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/6a5d3f3/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=0bd7edda49308eec -C extra-filename=-d75457fe017a9d13 --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-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34532025-08-29T21:25:13.944Z Compiling sigpipe v0.1.3
34542025-08-29T21:25:14.048Z Running `/home/build/.rustup/toolchains/1.89.0-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=fb00cd9f6f6a2df8 -C extra-filename=-3fd8446d2566a752 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552025-08-29T21:25:14.048Z Compiling aws-lc-sys v0.26.0
34562025-08-29T21:25:14.048Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.26.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=61860e03948a2603 -C extra-filename=-576fd30b65fcd363 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-576fd30b65fcd363 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-d20a87168018c93f.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-de354ad5a94ad54d.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-07ef0643f32e7ad8.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-80eadfd9742d9184.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572025-08-29T21:25:14.048Z Compiling jiff v0.2.15
34582025-08-29T21:25:14.049Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=6f3ccfb8df3f8073 -C extra-filename=-ca80495d96b92005 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592025-08-29T21:25:14.135Z Compiling darling v0.21.0
34602025-08-29T21:25:14.135Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=d8d2df6d0fec1949 -C extra-filename=-82e9bd1c0dcd76f9 --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-f8c08101456bbdd9.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-4e00844811844313.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612025-08-29T21:25:14.185Z Compiling zone_cfg_derive v0.3.0
34622025-08-29T21:25:14.185Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57d6bb88a7441d89 -C extra-filename=-8d7ff1200ab593c2 --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-3e487195ce270b12.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-f6366e331246d797.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e4428997e05f97e4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632025-08-29T21:25:14.217Z Compiling ingot-macros v0.1.1
34642025-08-29T21:25:14.233Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51ed6549f3dd4a1d -C extra-filename=-9e2d0cb94da7fa29 --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-82e9bd1c0dcd76f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652025-08-29T21:25:15.846Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
34662025-08-29T21:25:15.922Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/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=90e38f3944cd9641 -C extra-filename=-628d7a59745b88a4 --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-784c297e68e85669.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-4d05d58375967aa4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672025-08-29T21:25:16.299Z Compiling num-derive v0.4.2
34682025-08-29T21:25:16.311Z Running `/home/build/.rustup/toolchains/1.89.0-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=97ea9453f8f21413 -C extra-filename=-98a9aa47b37540bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692025-08-29T21:25:16.344Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34702025-08-29T21:25:16.345Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=3dd5ebeb41ac8b93 -C extra-filename=-e425bfdf8ec566a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-e425bfdf8ec566a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712025-08-29T21:25:16.807Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-e425bfdf8ec566a5/build-script-build`
34722025-08-29T21:25:16.886Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
34732025-08-29T21:25:16.905Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/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=e933eef08d2d522a -C extra-filename=-f45b84729fe586da --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-628d7a59745b88a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-4d05d58375967aa4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742025-08-29T21:25:17.417Z Compiling zone v0.3.1
34752025-08-29T21:25:17.442Z Running `/home/build/.rustup/toolchains/1.89.0-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=bc45b36d968f8440 -C extra-filename=-9d11cdf682a19ede --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-fd7f55707a725433.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-8d7ff1200ab593c2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762025-08-29T21:25:17.930Z Compiling progenitor-macro v0.9.1
34772025-08-29T21:25:17.947Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.9.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=70f33d749407a3ce -C extra-filename=-0f146157d2273489 --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-0d30b965b3e9aa6a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e0f900b9897e7ed4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-49ede7fd9a37f392.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-06c9424c52975107.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782025-08-29T21:25:18.034Z Compiling convert_case v0.4.0
34792025-08-29T21:25:18.049Z Running `/home/build/.rustup/toolchains/1.89.0-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=19fd34e765bd7496 -C extra-filename=-eeae1a312b0aac3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802025-08-29T21:25:18.766Z Compiling typify-macro v0.4.1
34812025-08-29T21:25:18.821Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.4.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=a0e4c9fa9271be44 -C extra-filename=-a0de6a559f2b0eac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-49ede7fd9a37f392.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-4b73a12993efc423.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822025-08-29T21:25:18.836Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
34832025-08-29T21:25:18.837Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/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=74ae602092b81454 -C extra-filename=-d0ff8c2c78f48d6a --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-23652635d3e0bfe5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-98a9aa47b37540bb.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842025-08-29T21:25:18.865Z Compiling derive_more v0.99.20
34852025-08-29T21:25:18.932Z Running `/home/build/.rustup/toolchains/1.89.0-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=31451bcb06c2f730 -C extra-filename=-825648db36282c10 --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-eeae1a312b0aac3f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862025-08-29T21:25:18.946Z Compiling same-file v1.0.6
34872025-08-29T21:25:18.946Z Running `/home/build/.rustup/toolchains/1.89.0-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=213bfc74ab5b3b35 -C extra-filename=-02b10f5498e1960c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882025-08-29T21:25:19.289Z Compiling walkdir v2.5.0
34892025-08-29T21:25:19.302Z Running `/home/build/.rustup/toolchains/1.89.0-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=17f008f0ba3fb61d -C extra-filename=-36caab45f0e573e7 --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-02b10f5498e1960c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902025-08-29T21:25:19.743Z Compiling utf-8 v0.7.6
34912025-08-29T21:25:19.786Z Running `/home/build/.rustup/toolchains/1.89.0-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=97d18cc8305aaa99 -C extra-filename=-745d853f7d714050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922025-08-29T21:25:20.017Z Compiling tungstenite v0.21.0
34932025-08-29T21:25:20.049Z Running `/home/build/.rustup/toolchains/1.89.0-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=d87590f3a2395139 -C extra-filename=-4d96f698c8b430f5 --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-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-57fa867c6f0b37c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-bb095d7eb0d28ec2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-745d853f7d714050.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942025-08-29T21:25:20.092Z Compiling newline-converter v0.3.0
34952025-08-29T21:25:20.132Z Running `/home/build/.rustup/toolchains/1.89.0-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=c79da10e79229735 -C extra-filename=-e8cff69c71df88eb --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-f5b7bd5f880a5855.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962025-08-29T21:25:20.329Z Compiling expectorate v1.2.0
34972025-08-29T21:25:20.827Z Running `/home/build/.rustup/toolchains/1.89.0-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=36eec2959b19f068 -C extra-filename=-080b5f685c1c2db9 --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-fe68c36aaea6ae09.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7fc67dc6d779fea4.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-e8cff69c71df88eb.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982025-08-29T21:25:20.842Z Compiling num-rational v0.4.2
34992025-08-29T21:25:20.842Z Running `/home/build/.rustup/toolchains/1.89.0-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=47bfafea6d6db1b9 -C extra-filename=-e80425d67459c878 --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-6a2faba7b8751801.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002025-08-29T21:25:21.835Z Compiling ingot-types v0.1.2
35012025-08-29T21:25:21.978Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=bcf56a4ab3f51501 -C extra-filename=-a2b38a6dd96bb696 --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-9e2d0cb94da7fa29.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6646a26bd241eeb4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022025-08-29T21:25:22.045Z Compiling tokio-tungstenite v0.21.0
35032025-08-29T21:25:22.069Z Running `/home/build/.rustup/toolchains/1.89.0-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=2ac347a1f1a8e92d -C extra-filename=-f478b1ca05e9372d --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-6e7395cf40cb439c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-4d96f698c8b430f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042025-08-29T21:25:22.132Z Compiling num-complex v0.4.6
35052025-08-29T21:25:22.184Z Running `/home/build/.rustup/toolchains/1.89.0-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=219f04393e4baa2b -C extra-filename=-e731cf0d8f91a1b2 --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-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062025-08-29T21:25:22.640Z Compiling tokio-dtrace v0.1.0
35072025-08-29T21:25:22.652Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b6ae94c2fce2bb7 -C extra-filename=-e3d1404f125bcdf6 --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-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082025-08-29T21:25:22.810Z Compiling ingot v0.1.1
35092025-08-29T21:25:22.810Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=bd96fe175fafd6b5 -C extra-filename=-c6dd26ac0037a125 --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-685ac79a84b69255.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-9e2d0cb94da7fa29.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-a2b38a6dd96bb696.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6646a26bd241eeb4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102025-08-29T21:25:23.159Z Compiling num v0.4.3
35112025-08-29T21:25:23.169Z Compiling pem v3.0.5
35122025-08-29T21:25:23.206Z Running `/home/build/.rustup/toolchains/1.89.0-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=684b0955a53ea006 -C extra-filename=-0ea0dec4f78e8e14 --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-e731cf0d8f91a1b2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-e80425d67459c878.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35132025-08-29T21:25:23.216Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f8eafd6f5db4fb95 -C extra-filename=-856e36b09938a13c --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-43fec2c760c1f6ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142025-08-29T21:25:23.330Z Compiling float-ord v0.3.2
35152025-08-29T21:25:23.337Z Running `/home/build/.rustup/toolchains/1.89.0-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=0e54809ffd71660e -C extra-filename=-56e3f4021334fd94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162025-08-29T21:25:23.472Z Compiling typify v0.4.1
35172025-08-29T21:25:23.477Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-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="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=5942c3456c9a8880 -C extra-filename=-fdb3882f47d0df70 --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-4b73a12993efc423.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-a0de6a559f2b0eac.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35182025-08-29T21:25:23.583Z Compiling oxide-tokio-rt v0.1.2
35192025-08-29T21:25:23.587Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_tokio_rt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-tokio-rt-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=8dd38b3d6d32ced5 -C extra-filename=-f2fbd20f1ad7466a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-e3d1404f125bcdf6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202025-08-29T21:25:23.721Z Compiling progenitor-impl v0.10.0
35212025-08-29T21:25:23.765Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af41de0986f079f1 -C extra-filename=-120946224d348f3d --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-9612a25fb0aed7d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-fdb3882f47d0df70.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222025-08-29T21:25:23.944Z Compiling indent_write v2.2.0
35232025-08-29T21:25:23.953Z Running `/home/build/.rustup/toolchains/1.89.0-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=b0fc1f2566d3dc3d -C extra-filename=-515187c6ccc490f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242025-08-29T21:25:23.985Z Compiling secrecy v0.10.3
35252025-08-29T21:25:23.985Z Running `/home/build/.rustup/toolchains/1.89.0-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=172bc7f75fe40d9e -C extra-filename=-b8fd7fff960ca28a --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-c543893b8fa11592.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262025-08-29T21:25:24.241Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
35272025-08-29T21:25:24.244Z Running `/home/build/.rustup/toolchains/1.89.0-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=0d8e7e880fccdb3b -C extra-filename=-e72ca0e7dc89fbad --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-e72ca0e7dc89fbad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282025-08-29T21:25:24.285Z Compiling swrite v0.1.0
35292025-08-29T21:25:24.290Z Running `/home/build/.rustup/toolchains/1.89.0-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=21936e1c864859ce -C extra-filename=-562e110c4f8068f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302025-08-29T21:25:24.488Z Compiling bytecount v0.6.8
35312025-08-29T21:25:24.492Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytecount-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=71416abf379d8217 -C extra-filename=-c2376018bebeb41b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322025-08-29T21:25:24.791Z Compiling fixedbitset v0.5.7
35332025-08-29T21:25:24.832Z Running `/home/build/.rustup/toolchains/1.89.0-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=6c9a09384d5f3d82 -C extra-filename=-35eea7a849d1c8d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342025-08-29T21:25:25.161Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-e72ca0e7dc89fbad/build-script-build`
35352025-08-29T21:25:25.243Z Compiling petgraph v0.8.2
35362025-08-29T21:25:25.289Z Compiling password-hash v0.5.0
35372025-08-29T21:25:25.293Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="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=3e40479bde41828a -C extra-filename=-a914a810e7648424 --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-35eea7a849d1c8d9.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9caa1f323c45c460.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382025-08-29T21:25:25.293Z Running `/home/build/.rustup/toolchains/1.89.0-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=1296b423b5f3fd16 -C extra-filename=-0cd3810ef3d13a60 --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-918dddd36587fd89.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392025-08-29T21:25:25.455Z Compiling blake2 v0.10.6
35402025-08-29T21:25:25.460Z Running `/home/build/.rustup/toolchains/1.89.0-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=1f0851aea6ecd461 -C extra-filename=-93e3a16eef39ead7 --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-c03652d8d6c88650.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412025-08-29T21:25:25.539Z Compiling arc-swap v1.7.1
35422025-08-29T21:25:25.583Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=ee13ff9ad529503d -C extra-filename=-ede66996d8ac93ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432025-08-29T21:25:26.183Z Compiling argon2 v0.5.3
35442025-08-29T21:25:26.187Z Running `/home/build/.rustup/toolchains/1.89.0-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=5530233162127d71 -C extra-filename=-585ec2621c7aa31e --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-918dddd36587fd89.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-93e3a16eef39ead7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-0cd3810ef3d13a60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452025-08-29T21:25:26.231Z Compiling slog-scope v4.4.0
35462025-08-29T21:25:26.275Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dada4712e555a7b9 -C extra-filename=-301ee7d8dffc705f --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-ede66996d8ac93ac.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472025-08-29T21:25:26.275Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-576fd30b65fcd363/build-script-main`
35482025-08-29T21:25:26.733Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
35492025-08-29T21:25:26.738Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/6a5d3f3/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=fb903b413e8ae1ab -C extra-filename=-57254169f5d00a09 --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-b98f04137bab7d43.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-c6dd26ac0037a125.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b7bc01d4d09a68b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-145a320af6634238.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502025-08-29T21:25:26.786Z Compiling slog-stdlog v4.1.1
35512025-08-29T21:25:26.791Z Running `/home/build/.rustup/toolchains/1.89.0-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=d443f44b3ce036f3 -C extra-filename=-360a54e2f9df252c --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-a76b93ce4f157850.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-301ee7d8dffc705f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522025-08-29T21:25:26.845Z Compiling xattr v1.3.1
35532025-08-29T21:25:26.899Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=ad0551adb9e17331 -C extra-filename=-1c179191c392dd10 --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-1f2143ef03012a20.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542025-08-29T21:25:27.191Z Compiling filetime v0.2.25
35552025-08-29T21:25:27.195Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.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=488d13dfa5afc635 -C extra-filename=-1024395cd648c8a4 --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562025-08-29T21:25:27.235Z Compiling owo-colors v4.2.2
35572025-08-29T21:25:27.241Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=2b0057d9e463e688 -C extra-filename=-7de6316845487176 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-7de6316845487176 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582025-08-29T21:25:27.569Z Compiling cancel-safe-futures v0.1.5
35592025-08-29T21:25:27.573Z Running `/home/build/.rustup/toolchains/1.89.0-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=f5e055f141b875d8 -C extra-filename=-8218ef5db690fa25 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8218ef5db690fa25 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602025-08-29T21:25:28.088Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-7de6316845487176/build-script-build`
35612025-08-29T21:25:28.134Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8218ef5db690fa25/build-script-build`
35622025-08-29T21:25:28.200Z Compiling tar v0.4.44
35632025-08-29T21:25:28.205Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=0066ecfe75e24c8f -C extra-filename=-8d005a2322326d35 --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-1024395cd648c8a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-1c179191c392dd10.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642025-08-29T21:25:28.246Z Compiling slog-envlogger v2.2.0
35652025-08-29T21:25:28.250Z Running `/home/build/.rustup/toolchains/1.89.0-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=2bb9257a6f9f2f3f -C extra-filename=-cc2c239a89d86c5f --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-a76b93ce4f157850.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-301ee7d8dffc705f.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-360a54e2f9df252c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662025-08-29T21:25:28.995Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/6a5d3f3/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=d1335352a8695fce -C extra-filename=-7f3509e93daa8903 --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-685ac79a84b69255.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-b98f04137bab7d43.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-c6dd26ac0037a125.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-d75457fe017a9d13.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-57254169f5d00a09.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b7bc01d4d09a68b3.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-0e5ac3bec893a79f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6646a26bd241eeb4.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)'`
35672025-08-29T21:25:29.129Z Compiling libsw-core v0.3.1
35682025-08-29T21:25:29.133Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=feeb22eee9ee8e38 -C extra-filename=-87b8698727b9db8b --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-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692025-08-29T21:25:29.345Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=0586ff28d1690574 -C extra-filename=-1912649d1c9076bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
35702025-08-29T21:25:29.390Z Running `/home/build/.rustup/toolchains/1.89.0-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=e8d2b98b686c2dc0 -C extra-filename=-7ae056b45f42057d --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-a7543549df8e10d9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712025-08-29T21:25:29.458Z Compiling libsw v3.5.0
35722025-08-29T21:25:29.462Z Running `/home/build/.rustup/toolchains/1.89.0-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=115f78cb013c66ff -C extra-filename=-09670cff46bdc2a9 --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-87b8698727b9db8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732025-08-29T21:25:29.822Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
35742025-08-29T21:25:29.826Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/6a5d3f3/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=719870f92fe08508 -C extra-filename=-04fb608ab4fbef85 --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-16cff964c3cef883.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-b98f04137bab7d43.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-7f3509e93daa8903.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6646a26bd241eeb4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752025-08-29T21:25:29.969Z Compiling half v2.4.1
35762025-08-29T21:25:29.973Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=1fdfd196a702d4d3 -C extra-filename=-f67a8291b760a41a --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-16cff964c3cef883.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772025-08-29T21:25:30.032Z Compiling ciborium-io v0.2.2
35782025-08-29T21:25:30.130Z Running `/home/build/.rustup/toolchains/1.89.0-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=5b7a67ffe2798339 -C extra-filename=-c63b822a14256477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792025-08-29T21:25:30.222Z Compiling linear-map v1.2.0
35802025-08-29T21:25:30.226Z Running `/home/build/.rustup/toolchains/1.89.0-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=c1530a15b60da407 -C extra-filename=-09c1fab102bb0169 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812025-08-29T21:25:30.266Z Compiling keccak v0.1.5
35822025-08-29T21:25:30.270Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=10db47a7d9c2ba89 -C extra-filename=-543f4dd91adfd402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832025-08-29T21:25:30.527Z Compiling ciborium-ll v0.2.2
35842025-08-29T21:25:30.531Z Running `/home/build/.rustup/toolchains/1.89.0-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=c39614635f1a70f1 -C extra-filename=-1006a918f8c75574 --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-c63b822a14256477.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-f67a8291b760a41a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852025-08-29T21:25:30.568Z Compiling progenitor-macro v0.10.0
35862025-08-29T21:25:30.572Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd0716976d06b146 -C extra-filename=-4b95c151ae13ddfa --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-0d30b965b3e9aa6a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-120946224d348f3d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-49ede7fd9a37f392.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-06c9424c52975107.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872025-08-29T21:25:30.626Z Compiling sha3 v0.10.8
35882025-08-29T21:25:30.677Z Running `/home/build/.rustup/toolchains/1.89.0-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=fe04eacf967b3bfa -C extra-filename=-328dd0a1c27f23dc --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-c03652d8d6c88650.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-543f4dd91adfd402.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892025-08-29T21:25:30.950Z Compiling ciborium v0.2.2
35902025-08-29T21:25:30.955Z Running `/home/build/.rustup/toolchains/1.89.0-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=4db651538d33c883 -C extra-filename=-6a446de549de076f --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-c63b822a14256477.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-1006a918f8c75574.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912025-08-29T21:25:31.478Z Compiling async-recursion v1.1.1
35922025-08-29T21:25:31.478Z Running `/home/build/.rustup/toolchains/1.89.0-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=1dff9c625238f1a0 -C extra-filename=-9e4ce52b5e02f830 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932025-08-29T21:25:31.601Z Running `/home/build/.rustup/toolchains/1.89.0-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=84cedcb74374f81b -C extra-filename=-1445a2383d7546e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
35942025-08-29T21:25:31.733Z Compiling papergrid v0.11.0
35952025-08-29T21:25:31.737Z Running `/home/build/.rustup/toolchains/1.89.0-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=0e8061fd9a4f1d97 -C extra-filename=-e720bb3044eed74d --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-c2376018bebeb41b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-63bbafb28e7d7eb7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962025-08-29T21:25:31.842Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
35972025-08-29T21:25:31.847Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/6a5d3f3/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=d24f0c521246bdb2 -C extra-filename=-f3e46e579ce4c4d0 --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-784c297e68e85669.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-6abee6e89d4e639b.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-7f3509e93daa8903.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-04fb608ab4fbef85.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b7bc01d4d09a68b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982025-08-29T21:25:31.887Z Compiling tabled_derive v0.7.0
35992025-08-29T21:25:31.893Z Running `/home/build/.rustup/toolchains/1.89.0-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=79930dc19d93bf65 -C extra-filename=-d3b757abab581228 --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-3e487195ce270b12.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-f6366e331246d797.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e4428997e05f97e4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36002025-08-29T21:25:32.100Z Compiling globset v0.4.15
36012025-08-29T21:25:32.104Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=5ca32159ccabb191 -C extra-filename=-a5926d04b60b91b9 --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-fa37e0de09fa0fe8.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-8629a278cecb7b23.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022025-08-29T21:25:32.376Z Compiling universal-hash v0.5.1
36032025-08-29T21:25:32.380Z Running `/home/build/.rustup/toolchains/1.89.0-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=5b211572a848af27 -C extra-filename=-7a59e3fb9b6105f6 --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-72f113c130892b2e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36042025-08-29T21:25:32.647Z Compiling opaque-debug v0.3.1
36052025-08-29T21:25:32.652Z Running `/home/build/.rustup/toolchains/1.89.0-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=0ef56098a26ba320 -C extra-filename=-af0c423cee69007c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062025-08-29T21:25:32.857Z Compiling highway v1.3.0
36072025-08-29T21:25:32.861Z Running `/home/build/.rustup/toolchains/1.89.0-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=100b289658e6f44b -C extra-filename=-c3f157400570652f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082025-08-29T21:25:33.205Z Compiling typify-impl v0.2.0
36092025-08-29T21:25:33.209Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e08ceb50ea52640e -C extra-filename=-f21f7a0d290f999c --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-9612a25fb0aed7d0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102025-08-29T21:25:33.673Z Compiling aead v0.5.2
36112025-08-29T21:25:33.677Z Running `/home/build/.rustup/toolchains/1.89.0-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=1f6289d3f10aa472 -C extra-filename=-825730ae47ec7f87 --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-72f113c130892b2e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-21ee97052524a47f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122025-08-29T21:25:33.744Z Compiling subprocess v0.2.9
36132025-08-29T21:25:33.791Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2732936b2b90727 -C extra-filename=-83f289588422a12e --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142025-08-29T21:25:33.796Z Compiling poly1305 v0.8.0
36152025-08-29T21:25:33.847Z Running `/home/build/.rustup/toolchains/1.89.0-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=9fad71946239d0ad -C extra-filename=-2a49571e5a20c582 --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-2a365cb9aa123394.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-af0c423cee69007c.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-7a59e3fb9b6105f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162025-08-29T21:25:34.100Z Compiling headers-core v0.3.0
36172025-08-29T21:25:34.105Z Running `/home/build/.rustup/toolchains/1.89.0-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=7abbc42eb3abb4bc -C extra-filename=-0ff57f5dc721de91 --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-01d4044bf31cfb08.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182025-08-29T21:25:34.343Z Compiling chacha20 v0.9.1
36192025-08-29T21:25:34.347Z Compiling tabled v0.15.0
36202025-08-29T21:25:34.347Z Running `/home/build/.rustup/toolchains/1.89.0-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=b87f17f06a178b5b -C extra-filename=-45aebf454b2cd75b --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-16cff964c3cef883.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9a68ddfa25d2136d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212025-08-29T21:25:34.347Z Running `/home/build/.rustup/toolchains/1.89.0-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=4908b99230c48539 -C extra-filename=-be939306ae8345f8 --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-e720bb3044eed74d.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-d3b757abab581228.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222025-08-29T21:25:34.894Z Compiling pin-project-internal v1.1.6
36232025-08-29T21:25:34.901Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68e7f7995f48896e -C extra-filename=-13b80d3a6e31e2e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242025-08-29T21:25:35.329Z Compiling headers v0.4.1
36252025-08-29T21:25:35.389Z Running `/home/build/.rustup/toolchains/1.89.0-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=9a2f8f453e08dd05 -C extra-filename=-36c8673bf7654df1 --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-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-0ff57f5dc721de91.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2cf7c64e6a195268.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-72ce21d76a94c4bc.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-bb095d7eb0d28ec2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262025-08-29T21:25:35.406Z Compiling resolv-conf v0.7.0
36272025-08-29T21:25:35.406Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=291815a93e75e3d8 -C extra-filename=-94c291e4698d61a2 --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-56e78a3d9e7f5dd6.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-453f29b9051794d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282025-08-29T21:25:35.488Z Compiling snafu-derive v0.8.5
36292025-08-29T21:25:35.492Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=2b214e13f6006fa8 -C extra-filename=-e4afe188e5b3951d --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-9612a25fb0aed7d0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302025-08-29T21:25:36.122Z Compiling lzma-sys v0.1.20
36312025-08-29T21:25:36.126Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzma-sys-0.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=1976775e92ddf1cb -C extra-filename=-914deba28a45add7 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-914deba28a45add7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322025-08-29T21:25:37.058Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-914deba28a45add7/build-script-build`
36332025-08-29T21:25:37.102Z Compiling olpc-cjson v0.1.4
36342025-08-29T21:25:37.106Z Running `/home/build/.rustup/toolchains/1.89.0-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=3e41200b23a6174a -C extra-filename=-4fc6c5e82d1ec88c --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-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-dc505b20a443036a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352025-08-29T21:25:37.156Z Compiling heck v0.3.3
36362025-08-29T21:25:37.160Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=429c048ee472a8ad -C extra-filename=-6068ff7f63031e81 --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-f5b7bd5f880a5855.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372025-08-29T21:25:37.430Z Compiling serde_plain v1.0.2
36382025-08-29T21:25:37.434Z Running `/home/build/.rustup/toolchains/1.89.0-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=fc1bf8c317f394fc -C extra-filename=-ec02dc6d1e2551ec --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392025-08-29T21:25:37.572Z Compiling thiserror-impl-no-std v2.0.2
36402025-08-29T21:25:37.576Z Running `/home/build/.rustup/toolchains/1.89.0-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=f07df18ecb7ac319 -C extra-filename=-a8e2cc9e37d25e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e4428997e05f97e4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412025-08-29T21:25:37.865Z Compiling typed-path v0.9.3
36422025-08-29T21:25:37.871Z Running `/home/build/.rustup/toolchains/1.89.0-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=97be6313ba3c05e0 -C extra-filename=-300fd6723ee83a19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432025-08-29T21:25:37.924Z Compiling pin-project v1.1.6
36442025-08-29T21:25:37.928Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3fec8cf969c08be -C extra-filename=-06993310b4b77c53 --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-13b80d3a6e31e2e8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452025-08-29T21:25:38.143Z Compiling zone_cfg_derive v0.1.2
36462025-08-29T21:25:38.147Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d058e7d8fa8cdfc -C extra-filename=-ef5ad37d31e05cae --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-6068ff7f63031e81.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-f6366e331246d797.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e4428997e05f97e4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472025-08-29T21:25:39.837Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzma-sys-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=5ecddf3e1e4830b5 -C extra-filename=-0327e1f8cdee530c --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
36482025-08-29T21:25:40.054Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
36492025-08-29T21:25:40.058Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be8a3d8e774adbab -C extra-filename=-82570cc7aea6478c --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-6742c73914dcd771.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-7607030111f37c58.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-43bb47649998433a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502025-08-29T21:25:40.255Z Compiling yasna v0.5.2
36512025-08-29T21:25:40.260Z Running `/home/build/.rustup/toolchains/1.89.0-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=5c9948eca52fe7ee -C extra-filename=-280a619f21fdc7a3 --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-214680a193c04733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522025-08-29T21:25:40.445Z Compiling snafu v0.8.5
36532025-08-29T21:25:40.487Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=a6649355d2696fa6 -C extra-filename=-c2ee3941729b4368 --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-a7543549df8e10d9.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-06993310b4b77c53.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-e4afe188e5b3951d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542025-08-29T21:25:40.491Z Compiling smawk v0.3.2
36552025-08-29T21:25:40.545Z Running `/home/build/.rustup/toolchains/1.89.0-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=541fedf250493b85 -C extra-filename=-c28d8e2a9471e5d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562025-08-29T21:25:40.614Z Compiling thiserror-no-std v2.0.2
36572025-08-29T21:25:40.618Z Running `/home/build/.rustup/toolchains/1.89.0-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=654b8245ae458f2b -C extra-filename=-8accc2f5a1c6336e --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-a8e2cc9e37d25e58.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582025-08-29T21:25:40.776Z Compiling humantime v2.2.0
36592025-08-29T21:25:40.780Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2e7b776a9ebf894 -C extra-filename=-bbcd3faa17ca487c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602025-08-29T21:25:40.820Z Compiling unicode-linebreak v0.1.5
36612025-08-29T21:25:40.824Z Running `/home/build/.rustup/toolchains/1.89.0-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=ea72be7823788c11 -C extra-filename=-272998c882cb418a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622025-08-29T21:25:41.014Z Compiling number_prefix v0.4.0
36632025-08-29T21:25:41.018Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=20dc582b4799c68e -C extra-filename=-97f80ff647190ed7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642025-08-29T21:25:41.191Z Compiling base64 v0.13.1
36652025-08-29T21:25:41.195Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=436fa49f32d59b23 -C extra-filename=-4d19e23b0f3849a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662025-08-29T21:25:41.310Z Compiling textwrap v0.16.2
36672025-08-29T21:25:41.321Z Running `/home/build/.rustup/toolchains/1.89.0-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=7c12d39ce354bb55 -C extra-filename=-4c806b4877c02ae1 --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-c28d8e2a9471e5d8.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-ca422f2654b66bdd.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-272998c882cb418a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682025-08-29T21:25:41.356Z Compiling indicatif v0.17.11
36692025-08-29T21:25:41.362Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.17.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=0217f17eede8b15b -C extra-filename=-42fd05775e44f83e --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-7fc67dc6d779fea4.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-97f80ff647190ed7.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702025-08-29T21:25:41.392Z Compiling rcgen v0.12.1
36712025-08-29T21:25:41.392Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=cb61b27c0634b378 -C extra-filename=-488827abf405b754 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-214680a193c04733.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-280a619f21fdc7a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
36722025-08-29T21:25:41.760Z Compiling ron v0.7.1
36732025-08-29T21:25:41.764Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=1da6964354c0f210 -C extra-filename=-38a18bb9a17ac7b6 --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-4d19e23b0f3849a1.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-19d9f1304dcf7a40.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742025-08-29T21:25:41.806Z Compiling vsss-rs v3.3.4
36752025-08-29T21:25:41.856Z Running `/home/build/.rustup/toolchains/1.89.0-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=72d3428efe9df058 -C extra-filename=-88c5b982987ac088 --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-f6a009235cb485a0.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e47ee38796635ed1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-4a669e4ad0e21ffe.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-8accc2f5a1c6336e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762025-08-29T21:25:42.392Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
36772025-08-29T21:25:42.397Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8643f395c840172 -C extra-filename=-d1a8c69e5f8355e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-82570cc7aea6478c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-7607030111f37c58.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-43bb47649998433a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782025-08-29T21:25:43.128Z Compiling xz2 v0.1.7
36792025-08-29T21:25:43.169Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xz2-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=d3d68dfddcfa84e0 -C extra-filename=-39789014ef0e52a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lzma_sys=/work/oxidecomputer/omicron/target/debug/deps/liblzma_sys-0327e1f8cdee530c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
36802025-08-29T21:25:43.384Z Compiling zone v0.1.8
36812025-08-29T21:25:43.389Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4041a9a90cadbbf2 -C extra-filename=-e03ae7927f990e47 --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-5488270ca8c700f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-ef5ad37d31e05cae.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822025-08-29T21:25:43.430Z Compiling chacha20poly1305 v0.10.1
36832025-08-29T21:25:43.472Z Running `/home/build/.rustup/toolchains/1.89.0-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=6fb3808a058623de -C extra-filename=-12b3a24b3bb6d9a1 --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-825730ae47ec7f87.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-45aebf454b2cd75b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9a68ddfa25d2136d.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-2a49571e5a20c582.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842025-08-29T21:25:43.633Z Compiling semver v0.1.20
36852025-08-29T21:25:43.637Z Running `/home/build/.rustup/toolchains/1.89.0-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=517a83356f89ed54 -C extra-filename=-46b12240bb870a92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862025-08-29T21:25:43.737Z Compiling csv-core v0.1.11
36872025-08-29T21:25:43.741Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=4236f0ca559f9e53 -C extra-filename=-37c38e8921d799d6 --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-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882025-08-29T21:25:43.890Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
36892025-08-29T21:25:43.894Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/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=26c3ef3d4b2728cf -C extra-filename=-a306d4d000a7022b --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-43fec2c760c1f6ef.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-23652635d3e0bfe5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902025-08-29T21:25:44.210Z Compiling rustc_version v0.1.7
36912025-08-29T21:25:44.214Z Running `/home/build/.rustup/toolchains/1.89.0-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=64026497f40fd9d3 -C extra-filename=-fcccd268b19a0226 --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-46b12240bb870a92.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922025-08-29T21:25:44.301Z Compiling csv v1.3.1
36932025-08-29T21:25:44.349Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4e4e599c5cfc47f -C extra-filename=-761ba223aa642ada --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-37c38e8921d799d6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f2474c6cd59eb6fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942025-08-29T21:25:44.621Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
36952025-08-29T21:25:44.660Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/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=50c56260e021f110 -C extra-filename=-71f3cf133d989fc0 --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-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962025-08-29T21:25:44.664Z Compiling newtype_derive v0.1.6
36972025-08-29T21:25:44.668Z Compiling typify-macro v0.2.0
36982025-08-29T21:25:44.668Z Running `/home/build/.rustup/toolchains/1.89.0-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=47d67f01564874e6 -C extra-filename=-1a7fa93cd0936b0c --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-1a7fa93cd0936b0c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-fcccd268b19a0226.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992025-08-29T21:25:44.668Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37db67971615fb5a -C extra-filename=-945e389b3ef91dad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-49ede7fd9a37f392.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-f21f7a0d290f999c.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002025-08-29T21:25:44.770Z Compiling linked-hash-map v0.5.6
37012025-08-29T21:25:44.817Z Running `/home/build/.rustup/toolchains/1.89.0-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=65634b26362480a0 -C extra-filename=-823ee3b3e02662f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022025-08-29T21:25:45.028Z Compiling hickory-proto v0.24.4
37032025-08-29T21:25:45.034Z Running `/home/build/.rustup/toolchains/1.89.0-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=8a6ff519e1147d6a -C extra-filename=-5a8290a6a692ba74 --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-41c47d90b9841186.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-bfc72e24f69b7108.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a4fd74ac2468524c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-dace2deac663e6fe.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-03710643991b456a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042025-08-29T21:25:45.113Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1a7fa93cd0936b0c/build-script-build`
37052025-08-29T21:25:45.172Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
37062025-08-29T21:25:45.176Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/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=26afbb2042644076 -C extra-filename=-4c374818cfa16c73 --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-a306d4d000a7022b.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-71f3cf133d989fc0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072025-08-29T21:25:45.272Z Running `/home/build/.rustup/toolchains/1.89.0-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=a7b6ecf79113e9f3 -C extra-filename=-553ecad22240ed78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
37082025-08-29T21:25:45.277Z Compiling lru-cache v0.1.2
37092025-08-29T21:25:45.335Z Running `/home/build/.rustup/toolchains/1.89.0-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=b104a161b8a05bdb -C extra-filename=-31ec74e465c561c1 --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-823ee3b3e02662f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102025-08-29T21:25:45.415Z Compiling steno v0.4.1
37112025-08-29T21:25:45.419Z Running `/home/build/.rustup/toolchains/1.89.0-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=f62f1b30267fd026 -C extra-filename=-231a10d57ebe3ad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-55c188c63291fbf3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122025-08-29T21:25:45.515Z Compiling moka v0.12.10
37132025-08-29T21:25:45.543Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=bc006d886898c244 -C extra-filename=-419228d7a2f9b964 --out-dir /work/oxidecomputer/omicron/target/debug/build/moka-419228d7a2f9b964 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142025-08-29T21:25:45.560Z Compiling tagptr v0.2.0
37152025-08-29T21:25:45.560Z Running `/home/build/.rustup/toolchains/1.89.0-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=70bbb35c7d172049 -C extra-filename=-cc425aab7dbcd122 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162025-08-29T21:25:45.889Z Compiling display-error-chain v0.2.2
37172025-08-29T21:25:45.897Z Running `/home/build/.rustup/toolchains/1.89.0-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=c564bc307f8ce030 -C extra-filename=-f8d71a72b9e8b2c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182025-08-29T21:25:45.961Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-419228d7a2f9b964/build-script-build`
37192025-08-29T21:25:46.007Z Compiling slog-dtrace v0.3.0
37202025-08-29T21:25:46.046Z Running `/home/build/.rustup/toolchains/1.89.0-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=f06a6d583efb723c -C extra-filename=-c8214600f2fcf131 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c8214600f2fcf131 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212025-08-29T21:25:46.119Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=0f53a1ca53843bfd -C extra-filename=-e6ed108ca60a3057 --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-18581a88059f94fc.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c88024024eb262dd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-cc425aab7dbcd122.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222025-08-29T21:25:46.169Z Compiling gethostname v0.5.0
37232025-08-29T21:25:46.173Z Running `/home/build/.rustup/toolchains/1.89.0-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=1f389aee4e8d0bc3 -C extra-filename=-f6d96358e93c60cf --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-1f2143ef03012a20.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242025-08-29T21:25:46.427Z Compiling nibble_vec v0.1.0
37252025-08-29T21:25:46.432Z Running `/home/build/.rustup/toolchains/1.89.0-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=a5daf8c583eeaa5e -C extra-filename=-2bcecd292853dc7f --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-590a634e5a2f8629.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262025-08-29T21:25:46.485Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c8214600f2fcf131/build-script-build`
37272025-08-29T21:25:46.602Z Running `/home/build/.rustup/toolchains/1.89.0-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=63345e1ae91d849d -C extra-filename=-bdb4ab9a8c39c308 --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-4595a8b79348ae0e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282025-08-29T21:25:46.724Z Compiling endian-type v0.1.2
37292025-08-29T21:25:46.728Z Running `/home/build/.rustup/toolchains/1.89.0-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=29a33dc951161762 -C extra-filename=-ce027260e9a1de33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302025-08-29T21:25:47.041Z Compiling radix_trie v0.2.1
37312025-08-29T21:25:47.060Z Running `/home/build/.rustup/toolchains/1.89.0-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=025c74d935525cc4 -C extra-filename=-cedc7e6f971f6f00 --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-ce027260e9a1de33.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-2bcecd292853dc7f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322025-08-29T21:25:47.228Z Compiling libefi-sys v0.1.0
37332025-08-29T21:25:47.283Z Running `/home/build/.rustup/toolchains/1.89.0-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=ba9b30bc3bd2460d -C extra-filename=-553c9ecde338b9db --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-553c9ecde338b9db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342025-08-29T21:25:47.670Z Compiling hickory-resolver v0.25.2
37352025-08-29T21:25:47.674Z Running `/home/build/.rustup/toolchains/1.89.0-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=637e07a0fc86c02f -C extra-filename=-375b73b517eb0260 --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-16cff964c3cef883.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-e6ed108ca60a3057.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-94c291e4698d61a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362025-08-29T21:25:47.715Z Compiling termtree v0.5.1
37372025-08-29T21:25:47.719Z Running `/home/build/.rustup/toolchains/1.89.0-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=074e3f435398d3e2 -C extra-filename=-ca9e3786b6c9ea9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382025-08-29T21:25:47.832Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-553c9ecde338b9db/build-script-build`
37392025-08-29T21:25:47.900Z Compiling bitfield-struct v0.6.2
37402025-08-29T21:25:47.904Z Running `/home/build/.rustup/toolchains/1.89.0-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=074452bbcaa6ee33 -C extra-filename=-01645ef9f600a52c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412025-08-29T21:25:48.042Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
37422025-08-29T21:25:48.046Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/1b66b89/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=d2a52d2e989642f6 -C extra-filename=-2e07073994e865a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-2e07073994e865a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432025-08-29T21:25:48.677Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-2e07073994e865a8/build-script-build`
37442025-08-29T21:25:48.835Z Running `/home/build/.rustup/toolchains/1.89.0-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=08ee6189c08531c2 -C extra-filename=-8b44f2ceda748132 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
37452025-08-29T21:25:49.284Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
37462025-08-29T21:25:49.289Z Running `/home/build/.rustup/toolchains/1.89.0-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=903a282a7eac3b82 -C extra-filename=-08a204a8dc5b660a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-484ffd5e7ff1512a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472025-08-29T21:25:49.377Z Compiling typify v0.2.0
37482025-08-29T21:25:49.384Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=bf6d03977d590c3f -C extra-filename=-cc323908367af319 --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-f21f7a0d290f999c.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-945e389b3ef91dad.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492025-08-29T21:25:49.468Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37502025-08-29T21:25:49.472Z Running `/home/build/.rustup/toolchains/1.89.0-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=765f836408803167 -C extra-filename=-d7cf7ac30c33382e --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-01645ef9f600a52c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512025-08-29T21:25:49.614Z Compiling progenitor-impl v0.8.0
37522025-08-29T21:25:49.619Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b6491ae0792c263 -C extra-filename=-69c288e329d874f4 --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-9612a25fb0aed7d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-cc323908367af319.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37532025-08-29T21:25:50.251Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37542025-08-29T21:25:50.293Z Running `/home/build/.rustup/toolchains/1.89.0-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=7ed93ada19c85c7f -C extra-filename=-d3f0d87628df8a16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552025-08-29T21:25:50.293Z Compiling hickory-resolver v0.24.4
37562025-08-29T21:25:50.293Z Running `/home/build/.rustup/toolchains/1.89.0-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=bd3e1f5c42fe0cd8 -C extra-filename=-79fca87df436f688 --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-16cff964c3cef883.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5a8290a6a692ba74.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-31ec74e465c561c1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-94c291e4698d61a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37572025-08-29T21:25:50.293Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/1b66b89/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=a05812273ad3a9b8 -C extra-filename=-d3f43ee9a1bad88b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-08a204a8dc5b660a.rmeta --cap-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-186b10d9c65ceedd/out -l static=pci`
37582025-08-29T21:25:50.312Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592025-08-29T21:25:50.312Z Running `/home/build/.rustup/toolchains/1.89.0-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=8a6c78467947519c -C extra-filename=-ed56ff1448281377 --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-d7cf7ac30c33382e.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-d3f0d87628df8a16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602025-08-29T21:25:50.494Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37612025-08-29T21:25:50.498Z Running `/home/build/.rustup/toolchains/1.89.0-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=79d786e941cd1aa8 -C extra-filename=-43e38653a8531bbf --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-784c297e68e85669.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-8b44f2ceda748132.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622025-08-29T21:25:50.931Z Compiling radium v0.7.0
37632025-08-29T21:25:50.936Z Running `/home/build/.rustup/toolchains/1.89.0-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=82a55092cacf6659 -C extra-filename=-2584eb7563a95657 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-2584eb7563a95657 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642025-08-29T21:25:51.102Z Compiling zerocopy-derive v0.6.6
37652025-08-29T21:25:51.146Z Running `/home/build/.rustup/toolchains/1.89.0-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=b4203a86a8514e23 -C extra-filename=-6a33e1d5caf00400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662025-08-29T21:25:51.477Z Compiling termcolor v1.4.1
37672025-08-29T21:25:51.481Z Running `/home/build/.rustup/toolchains/1.89.0-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=896144aaf15b931a -C extra-filename=-bc3094e45d954bfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682025-08-29T21:25:51.604Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-2584eb7563a95657/build-script-build`
37692025-08-29T21:25:51.625Z Compiling maybe-uninit v2.0.0
37702025-08-29T21:25:51.629Z Running `/home/build/.rustup/toolchains/1.89.0-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=6a475727bd2be2ad -C extra-filename=-75e3041ff2a36386 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-75e3041ff2a36386 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712025-08-29T21:25:52.186Z Compiling qorb v0.4.1
37722025-08-29T21:25:52.189Z Running `/home/build/.rustup/toolchains/1.89.0-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=7861cf9cbedf8e8a -C extra-filename=-3bb7afa0e052d769 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c84a62f1829b219.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-79fca87df436f688.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732025-08-29T21:25:52.268Z Compiling tap v1.0.1
37742025-08-29T21:25:52.272Z Running `/home/build/.rustup/toolchains/1.89.0-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=5785c0dd2a4b07ff -C extra-filename=-6821300b44d28192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752025-08-29T21:25:52.314Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-75e3041ff2a36386/build-script-build`
37762025-08-29T21:25:52.421Z Running `/home/build/.rustup/toolchains/1.89.0-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=644c892a62feb1bd -C extra-filename=-8186531a4f97dbda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
37772025-08-29T21:25:52.484Z Compiling wyz v0.5.1
37782025-08-29T21:25:52.488Z Running `/home/build/.rustup/toolchains/1.89.0-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=f30e0a754eab44bd -C extra-filename=-99976235e159ab3b --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-6821300b44d28192.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792025-08-29T21:25:52.522Z Compiling packed_struct v0.10.1
37802025-08-29T21:25:52.526Z Running `/home/build/.rustup/toolchains/1.89.0-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=59f3fdd84f5ccaa1 -C extra-filename=-8927ff2958141b2d --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-8927ff2958141b2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812025-08-29T21:25:52.941Z Compiling crc-catalog v2.4.0
37822025-08-29T21:25:52.948Z Running `/home/build/.rustup/toolchains/1.89.0-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=f6f05878b66eb32a -C extra-filename=-a2bab060fb10f688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832025-08-29T21:25:52.999Z Compiling funty v2.0.0
37842025-08-29T21:25:53.003Z Running `/home/build/.rustup/toolchains/1.89.0-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=e2420b0efd30845d -C extra-filename=-79abe4a2efb5da3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852025-08-29T21:25:53.147Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-8927ff2958141b2d/build-script-build`
37862025-08-29T21:25:53.188Z Compiling crc v3.2.1
37872025-08-29T21:25:53.229Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b417592b872e529 -C extra-filename=-75faa612680178c1 --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-a2bab060fb10f688.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882025-08-29T21:25:53.296Z Running `/home/build/.rustup/toolchains/1.89.0-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=bc3d94d22278d3dc -C extra-filename=-2a75ec28b01d4072 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
37892025-08-29T21:25:53.300Z Compiling zerocopy v0.6.6
37902025-08-29T21:25:53.300Z Running `/home/build/.rustup/toolchains/1.89.0-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=67ef0bf65c49e37d -C extra-filename=-530d415dee005c90 --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-bf80f7a3bae0a263.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6a33e1d5caf00400.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37912025-08-29T21:25:53.422Z Compiling packed_struct_codegen v0.10.1
37922025-08-29T21:25:53.425Z Running `/home/build/.rustup/toolchains/1.89.0-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=287c0644d3a5ae2a -C extra-filename=-756cd02f029ba517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e4428997e05f97e4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932025-08-29T21:25:53.946Z Compiling proc-macro-error-attr2 v2.0.0
37942025-08-29T21:25:53.949Z Running `/home/build/.rustup/toolchains/1.89.0-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=11a75948c9719b29 -C extra-filename=-5a007713b5a2e042 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952025-08-29T21:25:54.148Z Compiling bitvec v1.0.1
37962025-08-29T21:25:54.151Z Running `/home/build/.rustup/toolchains/1.89.0-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=65ae8ae9b352b85c -C extra-filename=-b32d034c085f47f5 --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-79abe4a2efb5da3b.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-8186531a4f97dbda.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-6821300b44d28192.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-99976235e159ab3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972025-08-29T21:25:54.711Z Compiling indexmap v1.9.3
37982025-08-29T21:25:54.715Z Running `/home/build/.rustup/toolchains/1.89.0-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=88453edac3b812d7 -C extra-filename=-8466d390a730ecd7 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-8466d390a730ecd7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992025-08-29T21:25:54.929Z Compiling nodrop v0.1.14
38002025-08-29T21:25:54.979Z Running `/home/build/.rustup/toolchains/1.89.0-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=7d900afb78226621 -C extra-filename=-be6724bfda87768b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012025-08-29T21:25:55.143Z Compiling maplit v1.0.2
38022025-08-29T21:25:55.200Z Running `/home/build/.rustup/toolchains/1.89.0-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=401f7685c76849b5 -C extra-filename=-16388f2318237ee2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032025-08-29T21:25:55.203Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-8466d390a730ecd7/build-script-build`
38042025-08-29T21:25:55.269Z Compiling array-init v0.0.4
38052025-08-29T21:25:55.274Z Running `/home/build/.rustup/toolchains/1.89.0-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=a73cea45189e358d -C extra-filename=-eb745abf4368fec4 --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-be6724bfda87768b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062025-08-29T21:25:55.329Z Compiling proc-macro-error2 v2.0.1
38072025-08-29T21:25:55.386Z Running `/home/build/.rustup/toolchains/1.89.0-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=937ef4fc9114cd01 -C extra-filename=-d02a8c0f16592bb9 --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-5a007713b5a2e042.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082025-08-29T21:25:55.391Z Compiling smallvec v0.6.14
38092025-08-29T21:25:55.391Z Running `/home/build/.rustup/toolchains/1.89.0-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=86f7660ee9bb308e -C extra-filename=-05fa282ded4f5f34 --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-2a75ec28b01d4072.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102025-08-29T21:25:55.829Z Compiling num-derive v0.3.3
38112025-08-29T21:25:55.869Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("full-syntax"))' -C metadata=38aa85ef6f8ea574 -C extra-filename=-323fdb8bfcef76de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e4428997e05f97e4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122025-08-29T21:25:56.019Z Compiling bitfield v0.14.0
38132025-08-29T21:25:56.081Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-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=682010296f0eb609 -C extra-filename=-9e33cc6a2d78fa7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142025-08-29T21:25:56.117Z Compiling xshell-macros v0.2.7
38152025-08-29T21:25:56.173Z Running `/home/build/.rustup/toolchains/1.89.0-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=a2ff93a5b10d5df7 -C extra-filename=-41c6691b37dc084c --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`
38162025-08-29T21:25:56.260Z Compiling progenitor-macro v0.8.0
38172025-08-29T21:25:56.264Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=907af6022405c1ca -C extra-filename=-4f25f15a2cf3fca9 --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-0d30b965b3e9aa6a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-69c288e329d874f4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-49ede7fd9a37f392.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-06c9424c52975107.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182025-08-29T21:25:56.306Z Compiling hashbrown v0.12.3
38192025-08-29T21:25:56.350Z Running `/home/build/.rustup/toolchains/1.89.0-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=45a1e9d8f1f0d49c -C extra-filename=-7a3b7c02035fa53d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202025-08-29T21:25:56.398Z Compiling serde-hex v0.1.0
38212025-08-29T21:25:56.402Z Running `/home/build/.rustup/toolchains/1.89.0-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=6197ae2f0e8a9690 -C extra-filename=-ee871ec9b23f4a0e --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-eb745abf4368fec4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-05fa282ded4f5f34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222025-08-29T21:25:56.778Z Compiling tabled_derive v0.10.0
38232025-08-29T21:25:56.782Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5bcca614dff68e58 -C extra-filename=-bc771831cec545cb --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-9612a25fb0aed7d0.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-d02a8c0f16592bb9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242025-08-29T21:25:56.995Z Compiling xshell v0.2.7
38252025-08-29T21:25:56.999Z Running `/home/build/.rustup/toolchains/1.89.0-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=972b725dd7aac9df -C extra-filename=-b4137fa4eb72a9f1 --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-41c6691b37dc084c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262025-08-29T21:25:57.392Z Running `/home/build/.rustup/toolchains/1.89.0-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=0409d765348ca630 -C extra-filename=-63738e6134ff6c5a --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-7a3b7c02035fa53d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
38272025-08-29T21:25:57.652Z Running `/home/build/.rustup/toolchains/1.89.0-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=6c1a8748f69efa35 -C extra-filename=-7e95f5a19c66caa4 --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-b32d034c085f47f5.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-756cd02f029ba517.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282025-08-29T21:25:58.188Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
38292025-08-29T21:25:58.192Z Running `/home/build/.rustup/toolchains/1.89.0-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=d4dfa44f0d336e2a -C extra-filename=-511ecd22e93e8ed3 --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-bf80f7a3bae0a263.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-75faa612680178c1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-530d415dee005c90.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302025-08-29T21:25:58.233Z Compiling libscf-sys v1.1.0
38312025-08-29T21:25:58.237Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75c09f22b3eba8e8 -C extra-filename=-98c0850fcba30de8 --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-784c297e68e85669.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-323fdb8bfcef76de.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322025-08-29T21:25:58.310Z Compiling env_logger v0.10.2
38332025-08-29T21:25:58.314Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-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="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=e7a384b2fb7284ed -C extra-filename=-d93888f1335ef0ea --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-9195d49cb9bb985f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-bc3094e45d954bfe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342025-08-29T21:25:58.537Z Compiling papergrid v0.14.0
38352025-08-29T21:25:58.541Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=91e32415d2747034 -C extra-filename=-8105c6847bc0368c --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-c2376018bebeb41b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-63bbafb28e7d7eb7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362025-08-29T21:25:58.590Z Compiling ron v0.8.1
38372025-08-29T21:25:58.595Z Running `/home/build/.rustup/toolchains/1.89.0-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=6dbe0f2961dcac28 -C extra-filename=-1008df0d16dec031 --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-f59c456c6a871a93.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-685ac79a84b69255.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-7607030111f37c58.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382025-08-29T21:25:59.449Z Compiling hashbrown v0.13.2
38392025-08-29T21:25:59.452Z Running `/home/build/.rustup/toolchains/1.89.0-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=7091ea9b669d6fad -C extra-filename=-b5ff3f205f114c12 --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-a023f867486acc90.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402025-08-29T21:25:59.693Z Compiling crc-any v2.5.0
38412025-08-29T21:25:59.697Z Running `/home/build/.rustup/toolchains/1.89.0-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=1c687875f18c3aea -C extra-filename=-e3aec54c31842590 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38422025-08-29T21:26:00.254Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
38432025-08-29T21:26:00.292Z Running `/home/build/.rustup/toolchains/1.89.0-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=b13c073c26f6c671 -C extra-filename=-c742b49ec926be6e --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-1008df0d16dec031.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-511ecd22e93e8ed3.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-530d415dee005c90.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442025-08-29T21:26:00.593Z Compiling object v0.30.4
38452025-08-29T21:26:00.596Z Running `/home/build/.rustup/toolchains/1.89.0-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=847cac68c4a9b4f3 -C extra-filename=-ba3db5fbbf89e6bb --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-f5874dc4fb95babe.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b5ff3f205f114c12.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-63738e6134ff6c5a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462025-08-29T21:26:00.872Z Compiling tabled v0.18.0
38472025-08-29T21:26:00.876Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=02213e5e5ea31dab -C extra-filename=-24840525feacb450 --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-8105c6847bc0368c.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-bc771831cec545cb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482025-08-29T21:26:00.916Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38492025-08-29T21:26:00.919Z Running `/home/build/.rustup/toolchains/1.89.0-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=7c47bde625cc9e56 -C extra-filename=-b089fe675ad1621e --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-784c297e68e85669.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-98c0850fcba30de8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502025-08-29T21:26:00.957Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
38512025-08-29T21:26:00.962Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/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=2ea4df08e1c7bbcc -C extra-filename=-5ec57fbe4e04f79d --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-685ac79a84b69255.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c2e6e70a8739ac66.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522025-08-29T21:26:01.433Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
38532025-08-29T21:26:01.436Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/17d04af/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=dd303a68a881eb80 -C extra-filename=-51b15374c172d08a --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-9e33cc6a2d78fa7f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-7e95f5a19c66caa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542025-08-29T21:26:01.725Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
38552025-08-29T21:26:01.729Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/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=b5e417e5e1d6fe6f -C extra-filename=-43966b28c899ffbc --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-43966b28c899ffbc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562025-08-29T21:26:02.214Z Compiling path-slash v0.1.5
38572025-08-29T21:26:02.218Z Running `/home/build/.rustup/toolchains/1.89.0-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=06781218a06d3258 -C extra-filename=-0bdbcddafa3195e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38582025-08-29T21:26:02.260Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-43966b28c899ffbc/build-script-build`
38592025-08-29T21:26:02.377Z Compiling const_format_proc_macros v0.2.34
38602025-08-29T21:26:02.437Z Running `/home/build/.rustup/toolchains/1.89.0-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=26b30599baa08064 -C extra-filename=-7b445ab1cadd42ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-58a5172ac4a60185.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612025-08-29T21:26:02.500Z Compiling fxhash v0.2.1
38622025-08-29T21:26:02.504Z Running `/home/build/.rustup/toolchains/1.89.0-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=49cefbff8f990d71 -C extra-filename=-5824e77bc4b48ac8 --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-bf80f7a3bae0a263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632025-08-29T21:26:02.807Z Compiling vte_generate_state_changes v0.1.2
38642025-08-29T21:26:02.811Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte_generate_state_changes-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e14dcf6771589f05 -C extra-filename=-331d7addf5d62b27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652025-08-29T21:26:03.218Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
38662025-08-29T21:26:03.259Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/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=16a8fdb257573854 -C extra-filename=-2397c37dbbbc0d18 --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-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-5ec57fbe4e04f79d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672025-08-29T21:26:03.615Z Compiling crc8 v0.1.1
38682025-08-29T21:26:03.618Z Running `/home/build/.rustup/toolchains/1.89.0-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=6c25fb68dff08e6e -C extra-filename=-f4d6e906f4586e76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692025-08-29T21:26:03.865Z Compiling vte v0.11.1
38702025-08-29T21:26:03.869Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=7f0623f5f94f317e -C extra-filename=-3e4aef2800803d3d --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-6a075776c3b4ea6e.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-331d7addf5d62b27.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38712025-08-29T21:26:04.459Z Compiling const_format v0.2.34
38722025-08-29T21:26:04.463Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64", "rust_1_83"))' -C metadata=c6681e087c7de12c -C extra-filename=-dbcb8217361b1701 --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-7b445ab1cadd42ed.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732025-08-29T21:26:05.184Z Compiling fd-lock v4.0.2
38742025-08-29T21:26:05.187Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c867484a7bcb0b4 -C extra-filename=-0d358e1b5f9b9120 --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-16cff964c3cef883.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f2143ef03012a20.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752025-08-29T21:26:05.453Z Compiling strip-ansi-escapes v0.2.0
38762025-08-29T21:26:05.496Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50998176b7ace0f5 -C extra-filename=-881834ea3a0ae940 --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-3e4aef2800803d3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38772025-08-29T21:26:05.500Z Compiling convert_case v0.7.1
38782025-08-29T21:26:05.500Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=052143dd76fe1beb -C extra-filename=-b38582def319659c --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-f5b7bd5f880a5855.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792025-08-29T21:26:05.856Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/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=def6447c1313dbd5 -C extra-filename=-9fa3524ec988493a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c2e6e70a8739ac66.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6cbdcd7fc85c615a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-24840525feacb450.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-2397c37dbbbc0d18.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-5ec57fbe4e04f79d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
38802025-08-29T21:26:06.327Z Compiling nu-ansi-term v0.50.1
38812025-08-29T21:26:06.331Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=14e54b528c691344 -C extra-filename=-4ea9dd63dd52ed4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822025-08-29T21:26:07.004Z Compiling reedline v0.40.0
38832025-08-29T21:26:07.055Z Running `/home/build/.rustup/toolchains/1.89.0-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=576e0b2036b8e713 -C extra-filename=-af4981e7f14b2684 --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-4595a8b79348ae0e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8d54af6fb08d3022.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-0d358e1b5f9b9120.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-4ea9dd63dd52ed4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-881834ea3a0ae940.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-4d05d58375967aa4.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-95008da46e536a0c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f5b7bd5f880a5855.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842025-08-29T21:26:07.059Z Compiling derive_more-impl v2.0.1
38852025-08-29T21:26:07.059Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=f06822cbd04870c5 -C extra-filename=-1731628835f05a5c --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-b38582def319659c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862025-08-29T21:26:07.177Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
38872025-08-29T21:26:07.181Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/5783271/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=0f289f8fd441e678 -C extra-filename=-9e93a97342da7cb4 --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-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882025-08-29T21:26:07.699Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
38892025-08-29T21:26:07.702Z Running `/home/build/.rustup/toolchains/1.89.0-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=3626c178d9e1923d -C extra-filename=-3719220064e2b528 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-3719220064e2b528 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902025-08-29T21:26:08.166Z Compiling diff v0.1.13
38912025-08-29T21:26:08.169Z Running `/home/build/.rustup/toolchains/1.89.0-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=2358fa216c4d574e -C extra-filename=-ea6dfe429ab06bcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922025-08-29T21:26:08.211Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-3719220064e2b528/build-script-build`
38932025-08-29T21:26:08.276Z Running `/home/build/.rustup/toolchains/1.89.0-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=5da0a835a53cb34b -C extra-filename=-04abdf5c02d00fb1 --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-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.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/`
38942025-08-29T21:26:08.447Z Compiling half v1.8.3
38952025-08-29T21:26:08.491Z Running `/home/build/.rustup/toolchains/1.89.0-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=c3b62c5a857de361 -C extra-filename=-c91e90d22100b191 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38962025-08-29T21:26:08.675Z Compiling dsl_auto_type v0.1.2
38972025-08-29T21:26:08.686Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ba22cce60d2de9d -C extra-filename=-b7ba0991e698f6fb --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-4128aed69bac1f88.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982025-08-29T21:26:08.730Z Compiling diesel_table_macro_syntax v0.2.0
38992025-08-29T21:26:08.734Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26378cf08f4000b8 -C extra-filename=-df8a0a8fd5d54a55 --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-3b56629d53d220b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39002025-08-29T21:26:09.054Z Compiling serde_cbor v0.11.2
39012025-08-29T21:26:09.097Z Running `/home/build/.rustup/toolchains/1.89.0-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=412efebf76b89c67 -C extra-filename=-da54cebf2bb57aa0 --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-c91e90d22100b191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022025-08-29T21:26:09.108Z Compiling derive_more v2.0.1
39032025-08-29T21:26:09.109Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=c846199b49c0acbb -C extra-filename=-8ad7470ecf5e7be4 --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-1731628835f05a5c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042025-08-29T21:26:09.155Z Compiling scheduled-thread-pool v0.2.7
39052025-08-29T21:26:09.159Z Running `/home/build/.rustup/toolchains/1.89.0-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=14ed2c3330861ccc -C extra-filename=-141352198f350d8f --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-029a03c6d83b09b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062025-08-29T21:26:09.283Z Compiling crossterm v0.29.0
39072025-08-29T21:26:09.287Z Running `/home/build/.rustup/toolchains/1.89.0-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=9b519192d988b094 -C extra-filename=-0fd9158a9b5639f8 --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-685ac79a84b69255.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad7470ecf5e7be4.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f2d4dd3d11cddccc.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e8a0bf43db175489.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-026de9f27adc9304.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082025-08-29T21:26:09.751Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
39092025-08-29T21:26:09.802Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/17d04af/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=fbb72a38227d1825 -C extra-filename=-fd90011655493326 --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-bf80f7a3bae0a263.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-cabc6642a8d55355.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-e3aec54c31842590.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-250649ad227a7235.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-d93888f1335ef0ea.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-51b15374c172d08a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-7e95f5a19c66caa4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7a7907bea23cd83a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-ee871ec9b23f4a0e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9ffcc4485a5d3239.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-530d415dee005c90.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102025-08-29T21:26:10.106Z Compiling diesel_derives v2.2.3
39112025-08-29T21:26:10.117Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=93bae408bdcbdb86 -C extra-filename=-3f978db85d687481 --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-df8a0a8fd5d54a55.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-b7ba0991e698f6fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122025-08-29T21:26:10.328Z Compiling r2d2 v0.8.10
39132025-08-29T21:26:10.333Z Running `/home/build/.rustup/toolchains/1.89.0-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=4d75d29ed9f6e8d3 -C extra-filename=-2d7645dda01e2d3f --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-a76b93ce4f157850.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-141352198f350d8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142025-08-29T21:26:10.392Z Compiling nix v0.30.1
39152025-08-29T21:26:10.396Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=7fd04f126d530262 -C extra-filename=-2d7a5306b3cb4e14 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-2d7a5306b3cb4e14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-8f850c6f660b5d8b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162025-08-29T21:26:10.768Z Compiling bcs v0.1.6
39172025-08-29T21:26:10.773Z Running `/home/build/.rustup/toolchains/1.89.0-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=b6e6a53dff958542 -C extra-filename=-958080e60e6029e1 --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-6742c73914dcd771.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39182025-08-29T21:26:11.378Z Compiling kstat-rs v0.2.4
39192025-08-29T21:26:11.383Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstat-rs-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70d88c562f402dc6 -C extra-filename=-73ccef7842c14551 --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-784c297e68e85669.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39202025-08-29T21:26:11.419Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-2d7a5306b3cb4e14/build-script-build`
39212025-08-29T21:26:11.487Z Compiling crunchy v0.2.2
39222025-08-29T21:26:11.543Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=d41ad91a723c01db -C extra-filename=-489314c176b5d427 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-489314c176b5d427 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232025-08-29T21:26:12.010Z Compiling parking_lot_core v0.8.6
39242025-08-29T21:26:12.013Z Running `/home/build/.rustup/toolchains/1.89.0-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=010b8cc12c81a34b -C extra-filename=-29d3180f83983aa1 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-29d3180f83983aa1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39252025-08-29T21:26:12.056Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=6f03f904db525856 -C extra-filename=-4ba1a8c0141968be --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-685ac79a84b69255.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-d5752e9542c7786d.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"))'`
39262025-08-29T21:26:12.118Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-489314c176b5d427/build-script-build`
39272025-08-29T21:26:12.188Z Compiling nanorand v0.7.0
39282025-08-29T21:26:12.194Z Running `/home/build/.rustup/toolchains/1.89.0-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=6ca5c613342d8275 -C extra-filename=-0a1c7ddedb3e64b0 --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-1f3893cab9c1cac2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39292025-08-29T21:26:12.626Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
39302025-08-29T21:26:12.629Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/cec2560/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=bc3e6fa80fb97bfc -C extra-filename=-34755a53d1201374 --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-c03652d8d6c88650.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-51b15374c172d08a.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-fd90011655493326.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-ba3db5fbbf89e6bb.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-0bdbcddafa3195e6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7a7907bea23cd83a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-511ecd22e93e8ed3.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-c742b49ec926be6e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-43bb47649998433a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9ffcc4485a5d3239.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-530d415dee005c90.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rmeta --cap-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-206f18ea72f056c8/out/lib`
39312025-08-29T21:26:12.847Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-29d3180f83983aa1/build-script-build`
39322025-08-29T21:26:12.918Z Compiling cfg_aliases v0.1.1
39332025-08-29T21:26:12.922Z Running `/home/build/.rustup/toolchains/1.89.0-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=bbf5b13ac433675d -C extra-filename=-57840a37b209d787 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342025-08-29T21:26:13.092Z Compiling tiny-keccak v2.0.2
39352025-08-29T21:26:13.096Z Running `/home/build/.rustup/toolchains/1.89.0-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=1ac54331df9da60c -C extra-filename=-fe667eea1fe70282 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-fe667eea1fe70282 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39362025-08-29T21:26:13.149Z Compiling nix v0.28.0
39372025-08-29T21:26:13.153Z Running `/home/build/.rustup/toolchains/1.89.0-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=f841c44b880d8197 -C extra-filename=-be9c90650ba5f90f --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-be9c90650ba5f90f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-57840a37b209d787.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382025-08-29T21:26:13.437Z Running `/home/build/.rustup/toolchains/1.89.0-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=c1eeef637c73c84a -C extra-filename=-1064b0a026f48832 --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-16cff964c3cef883.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-e439cb06d653fe0f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392025-08-29T21:26:13.556Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-fe667eea1fe70282/build-script-build`
39402025-08-29T21:26:13.627Z Compiling flume v0.11.1
39412025-08-29T21:26:13.630Z Running `/home/build/.rustup/toolchains/1.89.0-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=7c39fa562ce9937f -C extra-filename=-6594f68b46c84e40 --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-a7543549df8e10d9.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-0a1c7ddedb3e64b0.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422025-08-29T21:26:14.006Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=7e601fc801611028 -C extra-filename=-702cc52841a784b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39432025-08-29T21:26:14.052Z Compiling siphasher v1.0.1
39442025-08-29T21:26:14.056Z Compiling bit-vec v0.6.3
39452025-08-29T21:26:14.056Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=2d6b6e7b3a1c957e -C extra-filename=-dbee82f63605404f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462025-08-29T21:26:14.056Z Running `/home/build/.rustup/toolchains/1.89.0-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=6e7db9dc0fe5bae1 -C extra-filename=-e721f2e75dab0e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39472025-08-29T21:26:14.170Z Running `/home/build/.rustup/toolchains/1.89.0-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=5a26c1b043be9c07 -C extra-filename=-da739a4b420a3f2a --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-702cc52841a784b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482025-08-29T21:26:14.282Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-be9c90650ba5f90f/build-script-build`
39492025-08-29T21:26:14.353Z Compiling parking_lot v0.11.2
39502025-08-29T21:26:14.357Z Running `/home/build/.rustup/toolchains/1.89.0-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=fc9f8edf255b9a88 -C extra-filename=-3c4e6d8400c05341 --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-e439cb06d653fe0f.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-eeecc61b289458a6.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-1064b0a026f48832.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39512025-08-29T21:26:14.498Z Compiling bit-set v0.5.3
39522025-08-29T21:26:14.502Z Running `/home/build/.rustup/toolchains/1.89.0-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=6477aac1667ab3c4 -C extra-filename=-709a163b16c9b216 --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-e721f2e75dab0e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532025-08-29T21:26:14.563Z Compiling phf_shared v0.12.1
39542025-08-29T21:26:14.566Z Running `/home/build/.rustup/toolchains/1.89.0-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=8ecb1c28e6479d66 -C extra-filename=-794d15b615574c1c --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-dbee82f63605404f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552025-08-29T21:26:14.838Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
39562025-08-29T21:26:14.842Z Running `/home/build/.rustup/toolchains/1.89.0-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=e16af51c8421f01d -C extra-filename=-197c4bc006e5eda1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572025-08-29T21:26:14.948Z Compiling ascii-canvas v3.0.0
39582025-08-29T21:26:14.952Z Running `/home/build/.rustup/toolchains/1.89.0-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=dc74f0e638b3b34a -C extra-filename=-a145eb725b0e3ff8 --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-1d609157b3a0f371.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592025-08-29T21:26:14.993Z Compiling prefix-trie v0.7.0
39602025-08-29T21:26:15.041Z Running `/home/build/.rustup/toolchains/1.89.0-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=98181a0b6af17da4 -C extra-filename=-1d7d97bd1b9c772f --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-dace2deac663e6fe.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612025-08-29T21:26:15.166Z Compiling ena v0.14.3
39622025-08-29T21:26:15.170Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=ba2353e92f5d4bdb -C extra-filename=-614a6bf6c422e76a --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-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632025-08-29T21:26:15.504Z Compiling regex-syntax v0.6.29
39642025-08-29T21:26:15.576Z Running `/home/build/.rustup/toolchains/1.89.0-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=211817996c162588 -C extra-filename=-8d354112fd083afd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39652025-08-29T21:26:15.640Z Compiling bindgen v0.71.1
39662025-08-29T21:26:15.646Z Running `/home/build/.rustup/toolchains/1.89.0-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=e322c3777b84cc21 -C extra-filename=-d7ed333fc2a12bed --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-d7ed333fc2a12bed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672025-08-29T21:26:15.836Z Compiling chrono-tz v0.10.4
39682025-08-29T21:26:15.840Z Running `/home/build/.rustup/toolchains/1.89.0-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=6314aaa00b92ff85 -C extra-filename=-c4b01ce3a0867b8c --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-c4b01ce3a0867b8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692025-08-29T21:26:16.129Z Compiling hickory-server v0.25.2
39702025-08-29T21:26:16.132Z Running `/home/build/.rustup/toolchains/1.89.0-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=89a79db0c3a4021c -C extra-filename=-6901ee0239de31eb --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-41c47d90b9841186.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-bfc72e24f69b7108.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-dace2deac663e6fe.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-1d7d97bd1b9c772f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-214680a193c04733.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712025-08-29T21:26:16.289Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-c4b01ce3a0867b8c/build-script-build`
39722025-08-29T21:26:16.357Z Compiling phf v0.12.1
39732025-08-29T21:26:16.361Z Running `/home/build/.rustup/toolchains/1.89.0-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=c7656dc4215197eb -C extra-filename=-a2b4c43aed521e34 --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-794d15b615574c1c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742025-08-29T21:26:16.684Z Compiling sled v0.34.7
39752025-08-29T21:26:16.688Z Running `/home/build/.rustup/toolchains/1.89.0-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=b5b76daed63326f9 -C extra-filename=-e328370c545d7fd8 --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-f5874dc4fb95babe.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c88024024eb262dd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-5824e77bc4b48ac8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-3c4e6d8400c05341.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762025-08-29T21:26:16.730Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-d7ed333fc2a12bed/build-script-build`
39772025-08-29T21:26:16.800Z Running `/home/build/.rustup/toolchains/1.89.0-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=b964a8ae560bce3b -C extra-filename=-a3c34836b73a1f68 --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-685ac79a84b69255.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
39782025-08-29T21:26:17.776Z Compiling hickory-client v0.25.2
39792025-08-29T21:26:17.779Z Running `/home/build/.rustup/toolchains/1.89.0-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=c297efe51edd95b2 -C extra-filename=-d24ff9e84d4434c5 --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-16cff964c3cef883.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-cedc7e6f971f6f00.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802025-08-29T21:26:18.514Z Compiling peg-macros v0.8.5
39812025-08-29T21:26:18.517Z Running `/home/build/.rustup/toolchains/1.89.0-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=e3ff25cbacee62a8 -C extra-filename=-8e216ca595fe9905 --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-5ed192293457b111.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39822025-08-29T21:26:20.446Z Compiling lalrpop v0.19.12
39832025-08-29T21:26:20.451Z Running `/home/build/.rustup/toolchains/1.89.0-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=ca87d99f9a434ea8 -C extra-filename=-ae8b475e730db009 --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-a145eb725b0e3ff8.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-709a163b16c9b216.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-ea6dfe429ab06bcc.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-614a6bf6c422e76a.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9195d49cb9bb985f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5488270ca8c700f6.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-eb27b949f6068efc.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-55c188c63291fbf3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8d354112fd083afd.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8e665379beeb9a3c.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-da739a4b420a3f2a.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-58a5172ac4a60185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39842025-08-29T21:26:20.526Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
39852025-08-29T21:26:20.531Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=1a2ba49c9123fc74 -C extra-filename=-d8ebb91e8e1135fc --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-d8ebb91e8e1135fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39862025-08-29T21:26:20.864Z Compiling sqlparser_derive v0.2.2
39872025-08-29T21:26:20.868Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=caba19f996a5693e -C extra-filename=-ef63d3a20104627f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882025-08-29T21:26:21.558Z Compiling diesel v2.2.12
39892025-08-29T21:26:21.562Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=d13b3dabb7d2cceb -C extra-filename=-e340083b86ca8543 --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-685ac79a84b69255.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-3f978db85d687481.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-2d7645dda01e2d3f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39902025-08-29T21:26:21.720Z Compiling unicode_categories v0.1.1
39912025-08-29T21:26:21.724Z Running `/home/build/.rustup/toolchains/1.89.0-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=3efe4cb8df43e833 -C extra-filename=-bcec0b188fcfd21b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39922025-08-29T21:26:21.979Z Compiling peg v0.8.5
39932025-08-29T21:26:22.034Z Running `/home/build/.rustup/toolchains/1.89.0-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=42db0a64505b5dcb -C extra-filename=-1a9cf255e3fe73b8 --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-8e216ca595fe9905.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-5ed192293457b111.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942025-08-29T21:26:22.118Z Compiling sqlformat v0.3.5
39952025-08-29T21:26:22.122Z Running `/home/build/.rustup/toolchains/1.89.0-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=50d73d857ea5ea5d -C extra-filename=-59c714fd7714c4fb --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-bcec0b188fcfd21b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962025-08-29T21:26:22.165Z Compiling sqlparser v0.45.0
39972025-08-29T21:26:22.168Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-d8ebb91e8e1135fc/build-script-build`
39982025-08-29T21:26:22.204Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=6678309f99e7b50d -C extra-filename=-b5719cfe9eb7f5df --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-a76b93ce4f157850.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-ef63d3a20104627f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992025-08-29T21:26:22.263Z Compiling rustyline v14.0.0
40002025-08-29T21:26:22.267Z Running `/home/build/.rustup/toolchains/1.89.0-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=fa73035eb3cc4f6b -C extra-filename=-6567dbfa129230c7 --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-685ac79a84b69255.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-0d358e1b5f9b9120.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ea405cba7d288502.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-a3c34836b73a1f68.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-cedc7e6f971f6f00.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f5b7bd5f880a5855.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-6a075776c3b4ea6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012025-08-29T21:26:24.646Z Running `/home/build/.rustup/toolchains/1.89.0-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=1920133e1998d1d0 -C extra-filename=-fb94619a7a94e065 --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-685ac79a84b69255.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-14c7795bddbba0a2.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-506de69e80e8f3e9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-90e570499299010f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-c15408658c23372f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022025-08-29T21:26:26.002Z Running `/home/build/.rustup/toolchains/1.89.0-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=3306c9cc2fca52ef -C extra-filename=-e3a2dc1fcf8e0cd6 --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-4595a8b79348ae0e.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a2b4c43aed521e34.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032025-08-29T21:26:26.112Z Compiling derive_builder_core v0.20.2
40042025-08-29T21:26:26.115Z Running `/home/build/.rustup/toolchains/1.89.0-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=dd5cf26fd7d13029 -C extra-filename=-b9febd0fb573b441 --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-4128aed69bac1f88.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40052025-08-29T21:26:28.340Z Compiling libxml v0.3.3
40062025-08-29T21:26:28.344Z Running `/home/build/.rustup/toolchains/1.89.0-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=ae252b5c8d6fecca -C extra-filename=-99f8759a07a6d6c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-99f8759a07a6d6c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40072025-08-29T21:26:28.857Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-99f8759a07a6d6c5/build-script-build`
40082025-08-29T21:26:28.934Z Compiling derive_builder_macro v0.20.2
40092025-08-29T21:26:28.938Z Running `/home/build/.rustup/toolchains/1.89.0-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=618ac0a71623b21d -C extra-filename=-4d7f622cd06f783d --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-b9febd0fb573b441.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102025-08-29T21:26:30.127Z Compiling strum_macros v0.24.3
40112025-08-29T21:26:30.132Z Running `/home/build/.rustup/toolchains/1.89.0-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=0b3ed9647950fadd -C extra-filename=-0f164ba6f4f0bce1 --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-3e487195ce270b12.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-700e1be1048d1d0d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e4428997e05f97e4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122025-08-29T21:26:31.822Z Compiling indoc v1.0.9
40132025-08-29T21:26:31.825Z Running `/home/build/.rustup/toolchains/1.89.0-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=c0380690cdd31fb3 -C extra-filename=-82244027cee9cc10 --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`
40142025-08-29T21:26:32.859Z Compiling derive_builder v0.20.2
40152025-08-29T21:26:32.865Z Running `/home/build/.rustup/toolchains/1.89.0-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=3dcda4eabacee9c3 -C extra-filename=-63261397981daae8 --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-4d7f622cd06f783d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162025-08-29T21:26:33.127Z Running `/home/build/.rustup/toolchains/1.89.0-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=7bb648b794570586 -C extra-filename=-2e3b66c7557508a7 --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-784c297e68e85669.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`
40172025-08-29T21:26:33.592Z Compiling quick-xml v0.37.2
40182025-08-29T21:26:33.595Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=c69ba254efcd55a5 -C extra-filename=-e14d25aa6c737c2a --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-10ab7de2df72a452.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192025-08-29T21:26:35.539Z Compiling oso-derive v0.27.3
40202025-08-29T21:26:35.541Z Running `/home/build/.rustup/toolchains/1.89.0-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=fa562fa494df5f19 -C extra-filename=-53c3fc82fdfdfbdf --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-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e4428997e05f97e4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212025-08-29T21:26:36.801Z Compiling impl-trait-for-tuples v0.2.2
40222025-08-29T21:26:36.859Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=679400ff663c715f -C extra-filename=-0db009de0d09d9ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e4428997e05f97e4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232025-08-29T21:26:36.864Z Compiling primeorder v0.13.6
40242025-08-29T21:26:36.867Z Running `/home/build/.rustup/toolchains/1.89.0-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=c13e3016967df64d -C extra-filename=-786306a34d15b097 --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-e47ee38796635ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252025-08-29T21:26:37.451Z Compiling unicase v2.7.0
40262025-08-29T21:26:37.454Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.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("nightly"))' -C metadata=253408a1b62b09fe -C extra-filename=-6e0e4e8941800214 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-6e0e4e8941800214 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272025-08-29T21:26:37.962Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-6e0e4e8941800214/build-script-build`
40282025-08-29T21:26:38.194Z Compiling predicates-tree v1.0.12
40292025-08-29T21:26:38.198Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-tree-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c4bcb83b9df87a2 -C extra-filename=-6d6fb21ada06257a --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-162d642102c61a67.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302025-08-29T21:26:38.240Z Compiling diesel-dtrace v0.4.2
40312025-08-29T21:26:38.284Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.4.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab09d8488fec5dbf -C extra-filename=-24c8d6ee9d41d628 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-24c8d6ee9d41d628 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40322025-08-29T21:26:38.726Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=782dfadc3f7941ca -C extra-filename=-6ea1cfb5bb5b7549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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 __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
40332025-08-29T21:26:38.768Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-24c8d6ee9d41d628/build-script-build`
40342025-08-29T21:26:38.890Z Compiling signal-hook-tokio v0.3.1
40352025-08-29T21:26:38.894Z Running `/home/build/.rustup/toolchains/1.89.0-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=231e3a1e4df43522 -C extra-filename=-464ff577eafdd533 --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-a7543549df8e10d9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362025-08-29T21:26:39.159Z Compiling bb8 v0.8.5
40372025-08-29T21:26:39.163Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=08ea3f2e22b2ce14 -C extra-filename=-c3bce96ef39950d1 --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-41c47d90b9841186.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382025-08-29T21:26:39.205Z Compiling assert_matches v1.5.0
40392025-08-29T21:26:39.209Z Running `/home/build/.rustup/toolchains/1.89.0-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=d722cabe0d2ddb8f -C extra-filename=-ca0b22273cebe02d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402025-08-29T21:26:39.361Z Compiling salty v0.3.0
40412025-08-29T21:26:39.365Z Running `/home/build/.rustup/toolchains/1.89.0-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=7ea031e82f7159e3 -C extra-filename=-2751339dc1ce1b6a --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-2751339dc1ce1b6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422025-08-29T21:26:39.407Z Compiling mime_guess v2.0.5
40432025-08-29T21:26:39.411Z Running `/home/build/.rustup/toolchains/1.89.0-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=65df819719145dca -C extra-filename=-f020eb81605c5fed --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-f020eb81605c5fed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-6ea1cfb5bb5b7549.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442025-08-29T21:26:39.790Z Compiling p384 v0.13.0
40452025-08-29T21:26:39.793Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-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"' --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=80eed7539f884918 -C extra-filename=-fe6f172a446c97a4 --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-375181654f4c41e1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e47ee38796635ed1.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-786306a34d15b097.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40462025-08-29T21:26:39.944Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-2751339dc1ce1b6a/build-script-build`
40472025-08-29T21:26:40.013Z Compiling http-range v0.1.5
40482025-08-29T21:26:40.016Z Running `/home/build/.rustup/toolchains/1.89.0-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=b6adf11045a3e87d -C extra-filename=-4f0196e567f39e99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492025-08-29T21:26:40.465Z Running `/home/build/.rustup/toolchains/1.89.0-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=c113bdd17b4f35dc -C extra-filename=-56ca5705be250dbb --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-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
40502025-08-29T21:26:40.679Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-f020eb81605c5fed/build-script-build`
40512025-08-29T21:26:40.762Z Compiling ignore v0.4.23
40522025-08-29T21:26:40.766Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=1b737e4b995d3b98 -C extra-filename=-ea81418ef1e8b0a4 --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-6f5afe89de2beed3.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-a5926d04b60b91b9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-02b10f5498e1960c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40532025-08-29T21:26:41.315Z Compiling atty v0.2.14
40542025-08-29T21:26:41.318Z Running `/home/build/.rustup/toolchains/1.89.0-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=45abfef279845346 -C extra-filename=-8c2c2208a60a9cb3 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552025-08-29T21:26:41.360Z Compiling env_filter v0.1.2
40562025-08-29T21:26:41.360Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=373a4fc014fac84e -C extra-filename=-ab3c4135120fc155 --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-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40572025-08-29T21:26:41.539Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
40582025-08-29T21:26:41.543Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/3cc953c/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="getrandom"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=75b6439b86e6e88b -C extra-filename=-60ecf50190c0822c --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-1f3893cab9c1cac2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c2e6e70a8739ac66.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-56ca5705be250dbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592025-08-29T21:26:42.063Z Compiling globwalk v0.9.1
40602025-08-29T21:26:42.066Z Running `/home/build/.rustup/toolchains/1.89.0-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=498e205d43386bcb -C extra-filename=-b9225ca19b025e78 --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-685ac79a84b69255.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-ea81418ef1e8b0a4.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612025-08-29T21:26:42.472Z Compiling env_logger v0.11.5
40622025-08-29T21:26:42.476Z Running `/home/build/.rustup/toolchains/1.89.0-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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::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("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=14c91cc4c21bb8dd -C extra-filename=-f967cd31e9706b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-ab3c4135120fc155.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632025-08-29T21:26:42.643Z Running `/home/build/.rustup/toolchains/1.89.0-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=0ce40f88b94ee51b -C extra-filename=-d6ecfb573abc7fa3 --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-72ce21d76a94c4bc.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-6ea1cfb5bb5b7549.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40642025-08-29T21:26:43.176Z Compiling tungstenite v0.23.0
40652025-08-29T21:26:43.179Z Running `/home/build/.rustup/toolchains/1.89.0-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=ef0976b72dcecb29 -C extra-filename=-1bb9bd648394caf5 --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-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-57fa867c6f0b37c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-bb095d7eb0d28ec2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-745d853f7d714050.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40662025-08-29T21:26:43.671Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
40672025-08-29T21:26:43.675Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/77e316c/gateway-sp-comms/build.rs --error-format=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=7d238ee9905b4383 -C extra-filename=-2fc181ef6b8d9a31 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-2fc181ef6b8d9a31 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40682025-08-29T21:26:43.715Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
40692025-08-29T21:26:43.719Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/6d31fa6/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())' -C metadata=17a95688f93b2b1f -C extra-filename=-e53e10040c59e2ec --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-e53e10040c59e2ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40702025-08-29T21:26:43.831Z Compiling void v1.0.2
40712025-08-29T21:26:43.835Z Running `/home/build/.rustup/toolchains/1.89.0-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=8196b05ad53767f6 -C extra-filename=-0d83b1b14e98e0ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722025-08-29T21:26:44.074Z Compiling lzss v0.8.2
40732025-08-29T21:26:44.078Z Running `/home/build/.rustup/toolchains/1.89.0-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=28be6d524ee3d372 -C extra-filename=-f2e5da91ccc2cc06 --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-0d83b1b14e98e0ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742025-08-29T21:26:44.186Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-2fc181ef6b8d9a31/build-script-build`
40752025-08-29T21:26:44.190Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-e53e10040c59e2ec/build-script-build`
40762025-08-29T21:26:44.257Z Compiling hyper-staticfile v0.10.1
40772025-08-29T21:26:44.262Z Running `/home/build/.rustup/toolchains/1.89.0-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=59c4b8fb760ac6c4 -C extra-filename=-aaad22f1b536c78c --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-6e7395cf40cb439c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-2cf7c64e6a195268.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-d6ecfb573abc7fa3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40782025-08-29T21:26:44.262Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
40792025-08-29T21:26:44.299Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/3cc953c/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=285176c6544dc0df -C extra-filename=-bd645f1c8b62a845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-60ecf50190c0822c.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-cabc6642a8d55355.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-8d4afa50947010bd.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-f967cd31e9706b1f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-fe6f172a446c97a4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9ffcc4485a5d3239.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802025-08-29T21:26:44.524Z Compiling tokio-tungstenite v0.23.1
40812025-08-29T21:26:44.528Z Running `/home/build/.rustup/toolchains/1.89.0-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=a83651fa741b0f9a -C extra-filename=-c347f46cf55ae32b --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-6e7395cf40cb439c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-1bb9bd648394caf5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822025-08-29T21:26:45.160Z Compiling camino-tempfile-ext v0.3.2
40832025-08-29T21:26:45.164Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile_ext --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-ext-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="assert"' --cfg 'feature="assert-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("assert", "assert-color"))' -C metadata=5205325dbe4b993c -C extra-filename=-5c7865fe80fc2454 --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-52aa35257e1956c1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ca4ebf2465e25529.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-b9225ca19b025e78.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d8448149a9b86ace.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-162d642102c61a67.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-6d6fb21ada06257a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40842025-08-29T21:26:45.200Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
40852025-08-29T21:26:45.204Z Running `/home/build/.rustup/toolchains/1.89.0-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=4d0be4a3a479ba2c -C extra-filename=-94ac36bd8e98943d --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-bf80f7a3bae0a263.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-75faa612680178c1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-530d415dee005c90.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862025-08-29T21:26:45.316Z Compiling nix v0.27.1
40872025-08-29T21:26:45.321Z Running `/home/build/.rustup/toolchains/1.89.0-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=edd04c85195727eb -C extra-filename=-c6c4863afd7a1a23 --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-685ac79a84b69255.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-d5752e9542c7786d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40882025-08-29T21:26:45.352Z Compiling serde_bytes v0.11.17
40892025-08-29T21:26:45.356Z Running `/home/build/.rustup/toolchains/1.89.0-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.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0b55c847091601ae -C extra-filename=-41a64ed8b8fb1997 --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902025-08-29T21:26:45.591Z Compiling secrecy v0.8.0
40912025-08-29T21:26:45.651Z Running `/home/build/.rustup/toolchains/1.89.0-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=c281f92111003069 -C extra-filename=-6a2d6774984c8a84 --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-c543893b8fa11592.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922025-08-29T21:26:45.835Z Compiling fs-err v2.11.0
40932025-08-29T21:26:45.877Z Running `/home/build/.rustup/toolchains/1.89.0-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=97112a3c209f8da5 -C extra-filename=-9afb34ec946b8e37 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-9afb34ec946b8e37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-90c8964f92bb0a86.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40942025-08-29T21:26:45.880Z Compiling parse-size v1.1.0
40952025-08-29T21:26:45.880Z Running `/home/build/.rustup/toolchains/1.89.0-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=744547fe467ea178 -C extra-filename=-9ba6d1740adbd4fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962025-08-29T21:26:45.924Z Compiling rand_seeder v0.4.0
40972025-08-29T21:26:45.924Z Running `/home/build/.rustup/toolchains/1.89.0-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=6d2275d787928f7e -C extra-filename=-6db268b7ab5218c6 --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-3708ad563010fdb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40982025-08-29T21:26:46.187Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
40992025-08-29T21:26:46.190Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=643319d1de0a33c0 -C extra-filename=-3d4b95175c817e03 --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-3e487195ce270b12.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002025-08-29T21:26:46.307Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
41012025-08-29T21:26:46.307Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=ad80dd7129df589e -C extra-filename=-ce9194625f8acf0a --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-685ac79a84b69255.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c2e6e70a8739ac66.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41022025-08-29T21:26:46.352Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-9afb34ec946b8e37/build-script-build`
41032025-08-29T21:26:46.568Z Running `/home/build/.rustup/toolchains/1.89.0-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=9983daedaf761242 -C extra-filename=-d5a3d8b60e74e616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
41042025-08-29T21:26:47.159Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/77e316c/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=4dd877b863cefd72 -C extra-filename=-49d71127f3af4690 --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-41c47d90b9841186.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6382814ebd7444af.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-5824e77bc4b48ac8.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-34db2e983fc685e1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c2e6e70a8739ac66.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-31ec74e465c561c1.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-f2e5da91ccc2cc06.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c6c4863afd7a1a23.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-c1ae632046498eee.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-41a64ed8b8fb1997.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-da54cebf2bb57aa0.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8e665379beeb9a3c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-94ac36bd8e98943d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6646a26bd241eeb4.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rmeta --cap-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-206f18ea72f056c8/out/lib`
41052025-08-29T21:26:47.201Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
41062025-08-29T21:26:47.204Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=37acd976b8fb4029 -C extra-filename=-6d88bdb71f53b6ae --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-6d88bdb71f53b6ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-034ec1d881020e41.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072025-08-29T21:26:47.679Z Compiling yansi v1.0.1
41082025-08-29T21:26:47.742Z Running `/home/build/.rustup/toolchains/1.89.0-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=8af2b53db8052cd6 -C extra-filename=-de28310806ba9b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092025-08-29T21:26:48.035Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-6d88bdb71f53b6ae/build-script-build`
41102025-08-29T21:26:48.113Z Compiling typeid v1.0.3
41112025-08-29T21:26:48.117Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54bd1f4fe9382792 -C extra-filename=-1c98f68fac25bb05 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-1c98f68fac25bb05 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122025-08-29T21:26:48.433Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
41132025-08-29T21:26:48.479Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=e388922170e0e917 -C extra-filename=-0c0082bd98e33c17 --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-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-ce9194625f8acf0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142025-08-29T21:26:48.686Z Compiling pretty_assertions v1.4.1
41152025-08-29T21:26:48.690Z Running `/home/build/.rustup/toolchains/1.89.0-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=8b2c3675f4bb030b -C extra-filename=-43296686c9c6761d --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-ea6dfe429ab06bcc.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-de28310806ba9b6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41162025-08-29T21:26:48.801Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-1c98f68fac25bb05/build-script-build`
41172025-08-29T21:26:48.960Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typeid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47b45b0eec672bbc -C extra-filename=-4ffe763152716485 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_const_type_id)'`
41182025-08-29T21:26:49.154Z Compiling castaway v0.2.3
41192025-08-29T21:26:49.157Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8e2b89df41a2d1f9 -C extra-filename=-33f8731bfbe21446 --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-700e1be1048d1d0d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41202025-08-29T21:26:49.237Z Compiling indoc v2.0.6
41212025-08-29T21:26:49.240Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74c6a2efdb581b22 -C extra-filename=-5a8ba38dd8c9c489 --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`
41222025-08-29T21:26:49.390Z Compiling compact_str v0.8.0
41232025-08-29T21:26:49.393Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=c03b3f46b23e07ad -C extra-filename=-91894bbe12481f7a --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-33f8731bfbe21446.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c3d4b3c7bce6ae9f.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-700e1be1048d1d0d.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-f2474c6cd59eb6fd.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41242025-08-29T21:26:50.337Z Compiling erased-serde v0.4.6
41252025-08-29T21:26:50.342Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=78103c831d9dc32f -C extra-filename=-143ade5f1e3a6150 --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-6742c73914dcd771.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-4ffe763152716485.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41262025-08-29T21:26:50.733Z Compiling unicode-truncate v1.1.0
41272025-08-29T21:26:50.737Z Running `/home/build/.rustup/toolchains/1.89.0-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=578e549e63712bea -C extra-filename=-cad6dd04013c54f5 --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-6503b63ec2d4e4bb.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f5b7bd5f880a5855.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41282025-08-29T21:26:51.067Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=9b9dac56ab83d290 -C extra-filename=-5a1679b8d288c4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c2e6e70a8739ac66.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6cbdcd7fc85c615a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-24840525feacb450.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-0c0082bd98e33c17.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-ce9194625f8acf0a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
41292025-08-29T21:26:51.582Z Compiling instability v0.3.2
41302025-08-29T21:26:51.585Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3bbfad714ab6fced -C extra-filename=-21434713fcabc8b9 --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-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312025-08-29T21:26:52.317Z Compiling lru v0.12.5
41322025-08-29T21:26:52.320Z Running `/home/build/.rustup/toolchains/1.89.0-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=1e3b8cc48c45cd81 -C extra-filename=-27e8c0f8cba40eb0 --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-9caa1f323c45c460.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332025-08-29T21:26:52.749Z Compiling ordered-float v2.10.1
41342025-08-29T21:26:52.793Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-float-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=2e1fd03fc8e79166 -C extra-filename=-694ba4b596a1f88a --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-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352025-08-29T21:26:52.843Z Compiling is_ci v1.2.0
41362025-08-29T21:26:52.846Z Running `/home/build/.rustup/toolchains/1.89.0-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=85fe20a2bef28285 -C extra-filename=-8765da147be9c3ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372025-08-29T21:26:53.149Z Compiling cassowary v0.3.0
41382025-08-29T21:26:53.153Z Running `/home/build/.rustup/toolchains/1.89.0-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=38449eb5db3325fd -C extra-filename=-81c54cd7a794bc62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392025-08-29T21:26:53.377Z Compiling serde-value v0.7.0
41402025-08-29T21:26:53.380Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_value --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-value-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=772dfb703b792771 -C extra-filename=-5ee15a9dc51e14a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ordered_float=/work/oxidecomputer/omicron/target/debug/deps/libordered_float-694ba4b596a1f88a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41412025-08-29T21:26:53.709Z Compiling supports-color v3.0.2
41422025-08-29T21:26:53.712Z Running `/home/build/.rustup/toolchains/1.89.0-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=60ef3340bca8f94c -C extra-filename=-ae32eeec992b302d --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-8765da147be9c3ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432025-08-29T21:26:54.085Z Compiling ratatui v0.29.0
41442025-08-29T21:26:54.089Z Running `/home/build/.rustup/toolchains/1.89.0-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=f9cdbd29e454cabe -C extra-filename=-f24391214db0f810 --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-685ac79a84b69255.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-81c54cd7a794bc62.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-91894bbe12481f7a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8d54af6fb08d3022.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5a8ba38dd8c9c489.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-21434713fcabc8b9.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-27e8c0f8cba40eb0.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-4d05d58375967aa4.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-f5b7bd5f880a5855.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-cad6dd04013c54f5.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41452025-08-29T21:26:54.257Z Compiling serde-untagged v0.1.7
41462025-08-29T21:26:54.260Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_untagged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fbb9483c5aebdc7 -C extra-filename=-29d366693e198b5e --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-143ade5f1e3a6150.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-4ffe763152716485.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472025-08-29T21:26:54.304Z Compiling console v0.16.0
41482025-08-29T21:26:54.308Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ansi-parsing"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=215623153f770919 -C extra-filename=-49988b0598675a6d --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-784c297e68e85669.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492025-08-29T21:26:54.842Z Compiling unit-prefix v0.5.1
41502025-08-29T21:26:54.845Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name unit_prefix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9e98313d23e64a78 -C extra-filename=-325f32223a24a993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512025-08-29T21:26:55.153Z Compiling indicatif v0.18.0
41522025-08-29T21:26:55.157Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=802e0f823d73afba -C extra-filename=-60e349419ff39633 --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-49988b0598675a6d.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-325f32223a24a993.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41532025-08-29T21:26:55.466Z Compiling async-bb8-diesel v0.2.1
41542025-08-29T21:26:55.469Z Running `/home/build/.rustup/toolchains/1.89.0-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=4c71aa1cc5037675 -C extra-filename=-cedb53062f19b084 --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-41c47d90b9841186.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-c3bce96ef39950d1.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41552025-08-29T21:26:55.604Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc87913ae0d21119 -C extra-filename=-ecb4e8014c423104 --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-e340083b86ca8543.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41562025-08-29T21:26:56.155Z Compiling cargo-util-schemas v0.8.2
41572025-08-29T21:26:56.158Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_util_schemas --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-util-schemas-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unstable-schema"))' -C metadata=54d8f1d3a876381d -C extra-filename=-37ccb72d340150ba --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-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-29d366693e198b5e.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-5ee15a9dc51e14a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-58a5172ac4a60185.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41582025-08-29T21:26:56.364Z Compiling cargo-platform v0.2.0
41592025-08-29T21:26:56.371Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44e295c97f959292 -C extra-filename=-7289d42979c11922 --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41602025-08-29T21:26:56.958Z Compiling concurrent-queue v2.5.0
41612025-08-29T21:26:56.966Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=b129d6d81347323f -C extra-filename=-146e61db517a9ccc --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-275a97d56be8b68f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41622025-08-29T21:26:57.180Z Compiling parking v2.2.1
41632025-08-29T21:26:57.192Z Running `/home/build/.rustup/toolchains/1.89.0-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=c7d5dac3c4007378 -C extra-filename=-70aac90ece1911a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41642025-08-29T21:26:57.334Z Compiling libz-sys v1.1.20
41652025-08-29T21:26:57.338Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=f6de88d465870593 -C extra-filename=-9373b8a66ac5a956 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-9373b8a66ac5a956 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-e4b2ad7490e0f049.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41662025-08-29T21:26:57.372Z Compiling libgit2-sys v0.17.0+1.8.1
41672025-08-29T21:26:57.375Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.17.0+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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=d767cf61c68ab4ea -C extra-filename=-f9a5df9671ef42ab --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-f9a5df9671ef42ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682025-08-29T21:26:57.585Z Compiling event-listener v5.3.1
41692025-08-29T21:26:57.589Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=a82835270a99dae3 -C extra-filename=-54aee3c10388e50d --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-146e61db517a9ccc.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-70aac90ece1911a0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41702025-08-29T21:26:58.248Z Compiling shell-words v1.1.0
41712025-08-29T21:26:58.251Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=77d72140a25e879d -C extra-filename=-6cd10c8ccff504d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41722025-08-29T21:26:58.292Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-9373b8a66ac5a956/build-script-build`
41732025-08-29T21:26:58.448Z Compiling event-listener-strategy v0.5.2
41742025-08-29T21:26:58.459Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=770845fc3b527448 -C extra-filename=-3325955a25dc3c5e --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-54aee3c10388e50d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41752025-08-29T21:26:58.468Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=24a0023d776d96b6 -C extra-filename=-379d0666cb89c7fd --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-784c297e68e85669.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`
41762025-08-29T21:26:58.585Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-f9a5df9671ef42ab/build-script-build`
41772025-08-29T21:26:58.699Z Compiling cargo_metadata v0.21.0
41782025-08-29T21:26:58.702Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=123c98ff1e721606 -C extra-filename=-0114a3825d975b1b --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-1ab39f11511e72f8.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-7289d42979c11922.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-37ccb72d340150ba.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41792025-08-29T21:26:58.743Z Compiling futures-lite v2.3.0
41802025-08-29T21:26:58.746Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=b22460975bba37c7 -C extra-filename=-eacd4b1681fae62f --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-3a04019b393c03e6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-70aac90ece1911a0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41812025-08-29T21:26:59.295Z Compiling vergen v8.3.2
41822025-08-29T21:26:59.298Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-8.3.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="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=5cd65b49acb3476c -C extra-filename=-345a78df02c20687 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-345a78df02c20687 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-700e1be1048d1d0d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41832025-08-29T21:26:59.760Z Compiling cargo-platform v0.1.8
41842025-08-29T21:26:59.763Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44222e28111833f7 -C extra-filename=-87378f8f89a63b4b --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41852025-08-29T21:27:00.313Z Compiling cargo_metadata v0.18.1
41862025-08-29T21:27:00.317Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=db32d943131a21b4 -C extra-filename=-a282e9a806c2d3cc --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-1ab39f11511e72f8.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-87378f8f89a63b4b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41872025-08-29T21:27:00.394Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-345a78df02c20687/build-script-build`
41882025-08-29T21:27:00.463Z Compiling petname v2.0.2
41892025-08-29T21:27:00.467Z Running `/home/build/.rustup/toolchains/1.89.0-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=a14239376d2c334a -C extra-filename=-fae30fe05dd17bb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-fae30fe05dd17bb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902025-08-29T21:27:00.549Z Compiling rtoolbox v0.0.2
41912025-08-29T21:27:00.552Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rtoolbox-0.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=639559504540a9ab -C extra-filename=-72eaf7b9cf78f276 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922025-08-29T21:27:00.994Z Compiling rustls v0.21.12
41932025-08-29T21:27:00.997Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=0aabe617e6a37b8b -C extra-filename=-a8c3524409529b0f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-a8c3524409529b0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41942025-08-29T21:27:01.461Z Compiling hex-literal v0.4.1
41952025-08-29T21:27:01.464Z Running `/home/build/.rustup/toolchains/1.89.0-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=0883c26cf03ed1de -C extra-filename=-dfcdc52815112383 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962025-08-29T21:27:01.639Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-fae30fe05dd17bb5/build-script-build`
41972025-08-29T21:27:01.738Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a8c3524409529b0f/build-script-build`
41982025-08-29T21:27:01.748Z Compiling rpassword v7.4.0
41992025-08-29T21:27:01.752Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea7de68cc269d268 -C extra-filename=-944bd832c0bfc2c1 --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-784c297e68e85669.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-72eaf7b9cf78f276.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002025-08-29T21:27:01.983Z Compiling async-lock v3.4.0
42012025-08-29T21:27:01.986Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=7314605006e2ab47 -C extra-filename=-ce8f296a5c04f035 --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-54aee3c10388e50d.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-3325955a25dc3c5e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42022025-08-29T21:27:02.109Z Compiling tui-tree-widget v0.23.1
42032025-08-29T21:27:02.112Z Running `/home/build/.rustup/toolchains/1.89.0-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=df6e2e7095f95a00 -C extra-filename=-b8e684ae52e6a06a --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-f24391214db0f810.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042025-08-29T21:27:02.155Z Compiling rustls-webpki v0.101.7
42052025-08-29T21:27:02.216Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b6f5da3d64a5b7d5 -C extra-filename=-dd642df19f4fa608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7037838c93d6b265.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
42062025-08-29T21:27:02.514Z Compiling sct v0.7.1
42072025-08-29T21:27:02.517Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d02b54eb4650434e -C extra-filename=-224f6ffd909185fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7037838c93d6b265.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
42082025-08-29T21:27:02.905Z Compiling polling v3.7.3
42092025-08-29T21:27:02.908Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6782b4c1378563d1 -C extra-filename=-de5a07a6b43a8a23 --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-16cff964c3cef883.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f2143ef03012a20.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102025-08-29T21:27:03.256Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=b63a890d8cb5e602 -C extra-filename=-21741d7036cd2930 --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-a76b93ce4f157850.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-dd642df19f4fa608.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-224f6ffd909185fc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
42112025-08-29T21:27:03.378Z Running `/home/build/.rustup/toolchains/1.89.0-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=e3c6c84b4b93d150 -C extra-filename=-7a0663a142c5d11f --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-5fbff7679012489b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122025-08-29T21:27:03.651Z Compiling async-io v2.3.4
42132025-08-29T21:27:03.654Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c31d15c504a3d7a7 -C extra-filename=-35ffa1c1f070514d --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-ce8f296a5c04f035.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-146e61db517a9ccc.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-70aac90ece1911a0.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-de5a07a6b43a8a23.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f2143ef03012a20.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142025-08-29T21:27:03.798Z Compiling polyval v0.6.2
42152025-08-29T21:27:03.801Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=f848b62760c106e5 -C extra-filename=-56e65436e4ae6be3 --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-16cff964c3cef883.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-2a365cb9aa123394.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-af0c423cee69007c.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-7a59e3fb9b6105f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42162025-08-29T21:27:04.285Z Compiling sync-ptr v0.1.4
42172025-08-29T21:27:04.289Z Running `/home/build/.rustup/toolchains/1.89.0-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=de0d271a94c30ddf -C extra-filename=-ff242f92cb1085d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42182025-08-29T21:27:04.562Z Compiling async-task v4.7.1
42192025-08-29T21:27:04.566Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=4cd39d1834d4f81e -C extra-filename=-9fa835799d5f6fac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202025-08-29T21:27:05.077Z Compiling ghash v0.5.1
42212025-08-29T21:27:05.080Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=7a57e3018a6b48a1 -C extra-filename=-f6bb47cc5ad7671b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-af0c423cee69007c.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-56e65436e4ae6be3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42222025-08-29T21:27:05.368Z Compiling async-channel v2.3.1
42232025-08-29T21:27:05.374Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=27ed78d8e56891f8 -C extra-filename=-521596f0e050601f --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-146e61db517a9ccc.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-3325955a25dc3c5e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42242025-08-29T21:27:05.461Z Compiling rustls-pemfile v1.0.4
42252025-08-29T21:27:05.465Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f8b9bf97f9d635f -C extra-filename=-555d2383542b2c45 --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-f59c456c6a871a93.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42262025-08-29T21:27:05.654Z Compiling piper v0.2.4
42272025-08-29T21:27:05.657Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/piper-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=9bf1e114848711f8 -C extra-filename=-ae7ba4461f7ed4be --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-ba25972e878f73b0.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-3a04019b393c03e6.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42282025-08-29T21:27:05.724Z Compiling twox-hash v2.1.0
42292025-08-29T21:27:05.727Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=ffae3a4f3b7091d3 -C extra-filename=-631a5616cbb130ed --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-d797afaf21e29317.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42302025-08-29T21:27:05.924Z Compiling ctr v0.9.2
42312025-08-29T21:27:05.928Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=ea4a10b9743c6dc5 -C extra-filename=-1f6b3f105b310135 --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-9a68ddfa25d2136d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42322025-08-29T21:27:06.091Z Compiling plotters-backend v0.3.7
42332025-08-29T21:27:06.095Z Running `/home/build/.rustup/toolchains/1.89.0-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=89bc602dc6c22a24 -C extra-filename=-aa5c6d0fba9faa03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42342025-08-29T21:27:06.360Z Compiling target-lexicon v0.13.2
42352025-08-29T21:27:06.364Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=33ecca351e48350d -C extra-filename=-ba161d3784ea5563 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-ba161d3784ea5563 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42362025-08-29T21:27:06.534Z Compiling plotters-svg v0.3.7
42372025-08-29T21:27:06.538Z Running `/home/build/.rustup/toolchains/1.89.0-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=19dadbf14510fcf9 -C extra-filename=-32099f406d28a7aa --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-aa5c6d0fba9faa03.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42382025-08-29T21:27:06.677Z Compiling aes-gcm v0.10.3
42392025-08-29T21:27:06.680Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=05de09dbf1d50932 -C extra-filename=-36b1653cca985729 --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-825730ae47ec7f87.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-f9f50c543f0f550d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9a68ddfa25d2136d.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1f6b3f105b310135.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-f6bb47cc5ad7671b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402025-08-29T21:27:06.955Z Compiling tokio-rustls v0.24.1
42412025-08-29T21:27:06.958Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=9f3ae29b0b305940 -C extra-filename=-759689bf732e3b20 --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-21741d7036cd2930.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
42422025-08-29T21:27:07.053Z Compiling blocking v1.6.1
42432025-08-29T21:27:07.056Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=3d1bd6d932996947 -C extra-filename=-3239a658b9a5f854 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-521596f0e050601f.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-9fa835799d5f6fac.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-ae7ba4461f7ed4be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442025-08-29T21:27:07.416Z Compiling async-executor v1.13.1
42452025-08-29T21:27:07.419Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=90e0068685a68c27 -C extra-filename=-0ea1029f849eb5c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-9fa835799d5f6fac.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-146e61db517a9ccc.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-3a04019b393c03e6.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42462025-08-29T21:27:07.501Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-ba161d3784ea5563/build-script-build`
42472025-08-29T21:27:07.615Z Compiling async-signal v0.2.10
42482025-08-29T21:27:07.615Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fa92d9edaa2f62c -C extra-filename=-4a8cde307736a26d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-35ffa1c1f070514d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f2143ef03012a20.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-984a8d27e5d119e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42492025-08-29T21:27:07.659Z Compiling fatfs v0.3.6
42502025-08-29T21:27:07.662Z Running `/home/build/.rustup/toolchains/1.89.0-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=383fa3d20ab44358 -C extra-filename=-d64e3c78264433e6 --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-19d9f1304dcf7a40.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42512025-08-29T21:27:08.106Z Compiling ssh-encoding v0.2.0
42522025-08-29T21:27:08.110Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=c8116c9f53b6814e -C extra-filename=-46667b174715440d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-918dddd36587fd89.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42532025-08-29T21:27:08.205Z Compiling blowfish v0.9.1
42542025-08-29T21:27:08.208Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=adbdd0b39a6211ba -C extra-filename=-2015db5f96e101df --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-bf80f7a3bae0a263.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9a68ddfa25d2136d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42552025-08-29T21:27:08.673Z Compiling guppy-workspace-hack v0.1.0
42562025-08-29T21:27:08.676Z Running `/home/build/.rustup/toolchains/1.89.0-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=282f3b8eeef311d2 -C extra-filename=-3196ba251c2941fc --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-3196ba251c2941fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42572025-08-29T21:27:08.716Z Compiling arrayvec v0.7.6
42582025-08-29T21:27:08.719Z Running `/home/build/.rustup/toolchains/1.89.0-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=0f66b3f463520c3c -C extra-filename=-8d2c6c29c7891b80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42592025-08-29T21:27:09.113Z Compiling constant_time_eq v0.3.1
42602025-08-29T21:27:09.116Z Running `/home/build/.rustup/toolchains/1.89.0-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=73c57f70a0ff570a -C extra-filename=-54b5265130919b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42612025-08-29T21:27:09.174Z Compiling futures-timer v3.0.3
42622025-08-29T21:27:09.177Z Running `/home/build/.rustup/toolchains/1.89.0-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=1c315369e3eb7a93 -C extra-filename=-15cdef15435a1121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42632025-08-29T21:27:09.253Z Compiling arrayref v0.3.9
42642025-08-29T21:27:09.256Z Running `/home/build/.rustup/toolchains/1.89.0-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=c2312ad75ce01713 -C extra-filename=-e2010af4a19c5e8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42652025-08-29T21:27:09.365Z Compiling cast v0.3.0
42662025-08-29T21:27:09.416Z Running `/home/build/.rustup/toolchains/1.89.0-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=821b89f04795d627 -C extra-filename=-f4b981c996e281ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42672025-08-29T21:27:09.419Z Compiling event-listener v2.5.3
42682025-08-29T21:27:09.422Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65d4827b45d48a15 -C extra-filename=-e5cd7ef7bda0c47a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42692025-08-29T21:27:09.749Z Compiling async-channel v1.9.0
42702025-08-29T21:27:09.752Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ef6ed865900f898 -C extra-filename=-7ce673d2a81b65d1 --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-146e61db517a9ccc.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-e5cd7ef7bda0c47a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42712025-08-29T21:27:09.870Z Compiling criterion-plot v0.6.0
42722025-08-29T21:27:09.873Z Running `/home/build/.rustup/toolchains/1.89.0-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=d15191f823ee4b0c -C extra-filename=-494d68a9c5b636cb --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-f4b981c996e281ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42732025-08-29T21:27:09.952Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-3196ba251c2941fc/build-script-build`
42742025-08-29T21:27:10.019Z Compiling ssh-cipher v0.2.0
42752025-08-29T21:27:10.022Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=5f292b3cb81df58d -C extra-filename=-aec75371ea03f5b8 --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-f9f50c543f0f550d.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-36b1653cca985729.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-cc3fdeb6fe1694fa.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-45aebf454b2cd75b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9a68ddfa25d2136d.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1f6b3f105b310135.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-2a49571e5a20c582.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-46667b174715440d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42762025-08-29T21:27:10.080Z Compiling bcrypt-pbkdf v0.10.0
42772025-08-29T21:27:10.083Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=0efe36d947218e72 -C extra-filename=-03cd8f9324bb9ffe --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-2015db5f96e101df.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-4b43be8659572ea9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42782025-08-29T21:27:10.382Z Compiling async-process v2.3.0
42792025-08-29T21:27:10.385Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3505293b0d2285c -C extra-filename=-07241df2e4159038 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-35ffa1c1f070514d.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-ce8f296a5c04f035.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-4a8cde307736a26d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-54aee3c10388e50d.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f2143ef03012a20.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42802025-08-29T21:27:10.724Z Compiling async-global-executor v2.4.1
42812025-08-29T21:27:10.728Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=32f0d60be50c6354 -C extra-filename=-f59258233ce4141f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-521596f0e050601f.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-0ea1029f849eb5c8.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-35ffa1c1f070514d.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-ce8f296a5c04f035.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-3239a658b9a5f854.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42822025-08-29T21:27:10.847Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=028b08345e0a3143 -C extra-filename=-6711777f53882c3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"'`
42832025-08-29T21:27:11.144Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-83f69c8739eaed10/build-script-build`
42842025-08-29T21:27:11.218Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=01858547e65de685 -C extra-filename=-81a65aaf09be9175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.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-90c0c572df8b3d4c/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
42852025-08-29T21:27:11.396Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-8e9dab753c28e3d0/build-script-build`
42862025-08-29T21:27:11.468Z Compiling plotters v0.3.7
42872025-08-29T21:27:11.471Z Running `/home/build/.rustup/toolchains/1.89.0-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=d4ad377e1c07f515 -C extra-filename=-10c5fcd839c62ce6 --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-e7bbba1d1c8c50c5.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-aa5c6d0fba9faa03.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-32099f406d28a7aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42882025-08-29T21:27:11.611Z Compiling password-hash v0.4.2
42892025-08-29T21:27:11.616Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=ffc395931a5112e7 -C extra-filename=-fb6d5d40cc55a355 --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-918dddd36587fd89.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42902025-08-29T21:27:11.656Z Compiling tinytemplate v1.2.1
42912025-08-29T21:27:11.660Z Running `/home/build/.rustup/toolchains/1.89.0-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=a24b1cb854bb298d -C extra-filename=-cc1eb384f28d4197 --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-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42922025-08-29T21:27:12.031Z Compiling async-attributes v1.1.2
42932025-08-29T21:27:12.085Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-attributes-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4e02491d298e0a5 -C extra-filename=-1e424b0b693c2459 --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-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e4428997e05f97e4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42942025-08-29T21:27:12.508Z Compiling kv-log-macro v1.0.7
42952025-08-29T21:27:12.516Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kv-log-macro-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=916db003854f1b2b -C extra-filename=-a427796f4011faed --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-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42962025-08-29T21:27:12.598Z Compiling target-spec v3.5.0
42972025-08-29T21:27:12.601Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=d72be1a81e9073ce -C extra-filename=-dc46061e70f154d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-dc46061e70f154d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42982025-08-29T21:27:12.767Z Compiling anes v0.1.6
42992025-08-29T21:27:12.771Z Running `/home/build/.rustup/toolchains/1.89.0-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=c2416b187c2eccae -C extra-filename=-d98be883cf878b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43002025-08-29T21:27:13.120Z Compiling oorandom v11.1.4
43012025-08-29T21:27:13.124Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oorandom-11.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7331a933a54cd75e -C extra-filename=-dc51e06c1710e590 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43022025-08-29T21:27:13.277Z Compiling async-std v1.13.0
43032025-08-29T21:27:13.281Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=6b2b0208afe1b5dd -C extra-filename=-690bbb6454bb6d91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_attributes=/work/oxidecomputer/omicron/target/debug/deps/libasync_attributes-1e424b0b693c2459.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-7ce673d2a81b65d1.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-f59258233ce4141f.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-35ffa1c1f070514d.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-ce8f296a5c04f035.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-07241df2e4159038.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-eacd4b1681fae62f.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-a427796f4011faed.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-89a013cd483bf7e3.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43042025-08-29T21:27:13.324Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-dc46061e70f154d8/build-script-build`
43052025-08-29T21:27:13.391Z Compiling pbkdf2 v0.11.0
43062025-08-29T21:27:13.395Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=a77a6fc202bbc09f -C extra-filename=-bbc56fe023e7b90c --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-c03652d8d6c88650.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6ae10ea56cda503c.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-fb6d5d40cc55a355.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43072025-08-29T21:27:13.395Z Compiling cfg-expr v0.20.1
43082025-08-29T21:27:13.436Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=61e09af4eb806657 -C extra-filename=-f6e239ba70e4130d --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-590a634e5a2f8629.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-6711777f53882c3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43092025-08-29T21:27:13.733Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=7f0f80b0a504fd55 -C extra-filename=-dacbb9cf1167fb96 --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-81a65aaf09be9175.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1922086bdd3a1ec3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
43102025-08-29T21:27:13.818Z Compiling criterion v0.7.0
43112025-08-29T21:27:13.821Z Compiling ssh-key v0.6.6
43122025-08-29T21:27:13.821Z Running `/home/build/.rustup/toolchains/1.89.0-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=3b1da3d2c2d0ab4c -C extra-filename=-614e8197790fdf80 --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-d98be883cf878b1f.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-f4b981c996e281ce.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a446de549de076f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-494d68a9c5b636cb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-dc51e06c1710e590.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-10c5fcd839c62ce6.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-cc1eb384f28d4197.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43132025-08-29T21:27:13.850Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=9504e38687d13237 -C extra-filename=-34031161e60c532e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-03cd8f9324bb9ffe.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-8d4afa50947010bd.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-caf299686e7cec65.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7a7907bea23cd83a.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8009d8fce3b4ad2e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-34bc5e688b6fa62e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-aec75371ea03f5b8.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-46667b174715440d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43142025-08-29T21:27:14.780Z Running `/home/build/.rustup/toolchains/1.89.0-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=9b7ff2ea922838df -C extra-filename=-d184a91032218215 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43152025-08-29T21:27:14.955Z Compiling p521 v0.13.3
43162025-08-29T21:27:14.958Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=54db13ff026daff0 -C extra-filename=-b8eb341d4b0e4682 --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-aacfd2cdccf68808.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-375181654f4c41e1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e47ee38796635ed1.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-786306a34d15b097.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43172025-08-29T21:27:16.807Z Compiling rustls-webpki v0.102.8
43182025-08-29T21:27:16.811Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=6359e8516ee8c24d -C extra-filename=-b4d133c5a80433c2 --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-dacbb9cf1167fb96.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7037838c93d6b265.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43192025-08-29T21:27:17.160Z Compiling p256 v0.13.2
43202025-08-29T21:27:17.164Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=d5c75952c78b2cc4 -C extra-filename=-751a3b427ad20068 --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-375181654f4c41e1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e47ee38796635ed1.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-786306a34d15b097.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212025-08-29T21:27:17.804Z Compiling blake3 v1.5.4
43222025-08-29T21:27:17.808Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.5.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=2d6bb3ef6e7f4966 -C extra-filename=-9bed0f6c2a88d9a7 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-9bed0f6c2a88d9a7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232025-08-29T21:27:17.971Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=58bd937caa041a62 -C extra-filename=-1cfe07235191dde0 --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-dacbb9cf1167fb96.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b4d133c5a80433c2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
43242025-08-29T21:27:18.635Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=fee0b35a08953574 -C extra-filename=-0958cfca0f2b9ad1 --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-a76b93ce4f157850.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b4d133c5a80433c2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts`
43252025-08-29T21:27:18.694Z Compiling russh-cryptovec v0.7.3
43262025-08-29T21:27:18.698Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-cryptovec-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=624b3801be0ce430 -C extra-filename=-47d0d6a4c325d2eb --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43272025-08-29T21:27:19.064Z Compiling md5 v0.7.0
43282025-08-29T21:27:19.068Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e0253fd5d6ed69a0 -C extra-filename=-96da815151f19082 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43292025-08-29T21:27:19.593Z Compiling russh-keys v0.45.0
43302025-08-29T21:27:19.640Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-keys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=af6b3e0dbc58518c -C extra-filename=-f4e9e03df8405af5 --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-f9f50c543f0f550d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-03cd8f9324bb9ffe.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-2dae36682d77a0ff.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-cc3fdeb6fe1694fa.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1f6b3f105b310135.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-250649ad227a7235.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c03652d8d6c88650.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-375181654f4c41e1.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-8d4afa50947010bd.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e47ee38796635ed1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6ae10ea56cda503c.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ea405cba7d288502.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-119e9b0cd754c80a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-96da815151f19082.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-751a3b427ad20068.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-fe6f172a446c97a4.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-b8eb341d4b0e4682.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-bbc56fe023e7b90c.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-4feb81f66d508b3a.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-4ce14b86374410f9.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-eef78c50bba7d059.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7a7907bea23cd83a.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-47d0d6a4c325d2eb.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8009d8fce3b4ad2e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-bb095d7eb0d28ec2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-7e26c5e7af5e2b81.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-46667b174715440d.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-34031161e60c532e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-99d143f44a798912.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43312025-08-29T21:27:19.900Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-9bed0f6c2a88d9a7/build-script-build`
43322025-08-29T21:27:20.549Z Compiling async-object-pool v0.1.5
43332025-08-29T21:27:20.552Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-object-pool-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=316f597cb2fcf6ea -C extra-filename=-0fc7ef8daa549a73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-690bbb6454bb6d91.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43342025-08-29T21:27:20.815Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=be687e94bd2b6f30 -C extra-filename=-aae28b9b8a53ab38 --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-f6e239ba70e4130d.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-d184a91032218215.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-6711777f53882c3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43352025-08-29T21:27:21.766Z Compiling pathdiff v0.2.3
43362025-08-29T21:27:21.770Z Running `/home/build/.rustup/toolchains/1.89.0-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=819d51da34ebef50 -C extra-filename=-8ee19747cd7f3826 --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-1ab39f11511e72f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43372025-08-29T21:27:22.003Z Compiling num-bigint v0.4.6
43382025-08-29T21:27:22.008Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=41dc718da287f5f6 -C extra-filename=-2fa637be2a99de2f --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-6a2faba7b8751801.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43392025-08-29T21:27:23.090Z Compiling tokio-rustls v0.25.0
43402025-08-29T21:27:23.094Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=aca682bbb3f43f5d -C extra-filename=-40df719985f1fee4 --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-0958cfca0f2b9ad1.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts`
43412025-08-29T21:27:23.641Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--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=d8e5d774bb8192a5 -C extra-filename=-4f86a0667f4538d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-54a559e24b2b2004.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-c1c65b431c5e3a68.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-2be51631477f9ca5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-e0259c4ffe7543ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153f6b9a67c64b83.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-ce8d9934ed92490d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0958cfca0f2b9ad1.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-2539a00920600f26.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-bb095d7eb0d28ec2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f982376f0c2ca6ec.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-cfe185b0a23f1cb7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-40df719985f1fee4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7b9ed5ffe355cfd3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-e1478a9687707a2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts`
43422025-08-29T21:27:24.335Z Compiling assert-json-diff v2.0.2
43432025-08-29T21:27:24.338Z Running `/home/build/.rustup/toolchains/1.89.0-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=c57e7d058ee2ef00 -C extra-filename=-19d7fea0c9ee3637 --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-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43442025-08-29T21:27:25.178Z Compiling tokio-rustls v0.26.0
43452025-08-29T21:27:25.181Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=94de98529e9ac25f -C extra-filename=-9240021472f657ee --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-1cfe07235191dde0.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43462025-08-29T21:27:25.745Z Compiling hyper-rustls v0.27.7
43472025-08-29T21:27:25.748Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=ad6006726480b2e6 -C extra-filename=-bae16fbacaca8933 --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-01d4044bf31cfb08.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153f6b9a67c64b83.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1cfe07235191dde0.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-24208ea6193a8b4f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9240021472f657ee.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-f18049b973965a50.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43482025-08-29T21:27:26.524Z Compiling reqwest v0.12.22
43492025-08-29T21:27:26.528Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.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 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=5e3412763ffa0eac -C extra-filename=-f657ea3be6535794 --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-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-2e39810d14a71eec.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-2524c912d26a1d2b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-8ff8f10f7b344c0c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2d2421cc322135a9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-4e9172ec7057384e.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bae16fbacaca8933.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-5e210c612e7ccbf6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153f6b9a67c64b83.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-72ce21d76a94c4bc.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-dd5c06506dcbf1d4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-b0b6dd2d12616bf1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1cfe07235191dde0.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-bf5271d3cd9bc83f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-19ab8b1ff09c5b0e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9240021472f657ee.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-35dcbfbdda5680b4.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-bdd157ee8d1b8e9a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-f18049b973965a50.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43502025-08-29T21:27:27.044Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/6d31fa6/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())' -C metadata=a5db07590d667014 -C extra-filename=-8daf79b90edce993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-60ecf50190c0822c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-bd645f1c8b62a845.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-8d4afa50947010bd.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-04abdf5c02d00fb1.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1cfe07235191dde0.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6a2d6774984c8a84.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9240021472f657ee.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9ffcc4485a5d3239.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
43512025-08-29T21:27:29.098Z Compiling serde_regex v1.1.0
43522025-08-29T21:27:29.101Z Running `/home/build/.rustup/toolchains/1.89.0-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=b361891c2463f938 -C extra-filename=-0e7b26d6811ba78f --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-9cd5ce373896e612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43532025-08-29T21:27:29.482Z Compiling des v0.8.1
43542025-08-29T21:27:29.485Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/des-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=d39c11cd97b8ea33 -C extra-filename=-8abc8ead62baf658 --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-9a68ddfa25d2136d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43552025-08-29T21:27:29.904Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43562025-08-29T21:27:29.907Z Running `/home/build/.rustup/toolchains/1.89.0-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=fb96c645355feb13 -C extra-filename=-cd7c4c9fa35f8e77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43572025-08-29T21:27:30.764Z Compiling progenitor-client v0.10.0
43582025-08-29T21:27:30.767Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd1b64e2b5b6d427 -C extra-filename=-75d109eb574d49ce --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-7fc25a4247ca8d94.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43592025-08-29T21:27:30.917Z Compiling progenitor-client v0.9.1
43602025-08-29T21:27:30.920Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-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=9c4d7b3a3488b900 -C extra-filename=-b9a7b9b2ecd7dcef --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-7fc25a4247ca8d94.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43612025-08-29T21:27:31.380Z Compiling progenitor v0.10.0
43622025-08-29T21:27:31.384Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=1a52b907c2ad1f5e -C extra-filename=-ff4a936a0fd326c5 --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-75d109eb574d49ce.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-120946224d348f3d.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-4b95c151ae13ddfa.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43632025-08-29T21:27:31.521Z Compiling progenitor v0.9.1
43642025-08-29T21:27:31.524Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-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"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=69eb8fdcc20ee060 -C extra-filename=-f4ea79d4274236ed --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-b9a7b9b2ecd7dcef.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e0f900b9897e7ed4.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-0f146157d2273489.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43652025-08-29T21:27:31.568Z Compiling progenitor-client v0.8.0
43662025-08-29T21:27:31.571Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea8fa5eb4e141563 -C extra-filename=-e52146d561b4aec2 --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-7fc25a4247ca8d94.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43672025-08-29T21:27:31.712Z Compiling tough v0.20.0
43682025-08-29T21:27:31.716Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=9ef5f15e860e486f -C extra-filename=-efb23b91d7e1618c --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-9e4ce52b5e02f830.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-dacbb9cf1167fb96.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-a5926d04b60b91b9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-4fc6c5e82d1ec88c.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1cfe07235191dde0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-ec02dc6d1e2551ec.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-c2ee3941729b4368.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-300fd6723ee83a19.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1922086bdd3a1ec3.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43692025-08-29T21:27:31.818Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
43702025-08-29T21:27:31.821Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/fa5f15c/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=474eef3ad5d4eae8 -C extra-filename=-e2c518ee4147a9b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-f4ea79d4274236ed.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43712025-08-29T21:27:32.118Z Compiling progenitor v0.8.0
43722025-08-29T21:27:32.121Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8fbc965b120b35fb -C extra-filename=-68ac9688dcb7fc74 --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-e52146d561b4aec2.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-69c288e329d874f4.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-4f25f15a2cf3fca9.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43732025-08-29T21:27:32.436Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
43742025-08-29T21:27:32.439Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=a2f48d5bdee23458 -C extra-filename=-05e458f2703b16da --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-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f59c456c6a871a93.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-68ac9688dcb7fc74.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f478b1ca05e9372d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43752025-08-29T21:27:32.752Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
43762025-08-29T21:27:32.756Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/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=7926a4eb212e8776 -C extra-filename=-9f290b174e1c7fb6 --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-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f59c456c6a871a93.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a306d4d000a7022b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4c374818cfa16c73.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f478b1ca05e9372d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
43772025-08-29T21:27:36.704Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
43782025-08-29T21:27:36.709Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=5024e1b371be5794 -C extra-filename=-daed7991fdcf70f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-daed7991fdcf70f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-a023f867486acc90.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-dacbb9cf1167fb96.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-aacfd2cdccf68808.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-918dddd36587fd89.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-19d9f1304dcf7a40.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-685ac79a84b69255.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-8629a278cecb7b23.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9a68ddfa25d2136d.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-506de69e80e8f3e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-84d46add4b8597a5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7fc67dc6d779fea4.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-2e39810d14a71eec.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c88024024eb262dd.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8d54af6fb08d3022.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-72f113c130892b2e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f6a009235cb485a0.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c03652d8d6c88650.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-a51c596edd72d8f2.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-375181654f4c41e1.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-8d4afa50947010bd.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e47ee38796635ed1.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-0a48cc8b19067905.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-2be51631477f9ca5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-34db2e983fc685e1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-21ee97052524a47f.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9caa1f323c45c460.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6ae10ea56cda503c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bae16fbacaca8933.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153f6b9a67c64b83.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a4fd74ac2468524c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-119e9b0cd754c80a.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-dace2deac663e6fe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5488270ca8c700f6.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fd7f55707a725433.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-eb27b949f6068efc.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5d31aa9cbc163b3b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6cbdcd7fc85c615a.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-caf299686e7cec65.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-5ed192293457b111.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-55c188c63291fbf3.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-eef78c50bba7d059.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-ebf13a14a38e330c.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-be98e4fd96343ce6.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d8448149a9b86ace.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-4a669e4ad0e21ffe.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-05820855fe0e705d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7a7907bea23cd83a.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f2143ef03012a20.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-e8a0bf43db175489.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1cfe07235191dde0.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b4d133c5a80433c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-bb095d7eb0d28ec2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8e665379beeb9a3c.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-4d05d58375967aa4.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e4428997e05f97e4.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-214680a193c04733.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-26fc495392366fac.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9240021472f657ee.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-43bb47649998433a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-08331bbb5132ebf2.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ebd7ea1a6b1284d.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b071dad6ed04a436.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-58a5172ac4a60185.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8428c26553ab55d3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-380517021d21c4e8.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9ffcc4485a5d3239.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d77465ec1bbbf54e.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6646a26bd241eeb4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
43792025-08-29T21:27:37.194Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-daed7991fdcf70f1/build-script-build`
43802025-08-29T21:27:37.268Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 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=be112368eafff7e5 -C extra-filename=-303b33ef69c39e7c --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-a023f867486acc90.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-dacbb9cf1167fb96.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-aacfd2cdccf68808.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-918dddd36587fd89.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-19d9f1304dcf7a40.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-685ac79a84b69255.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-8629a278cecb7b23.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9a68ddfa25d2136d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-84d46add4b8597a5.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7fc67dc6d779fea4.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-2e39810d14a71eec.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c88024024eb262dd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8d54af6fb08d3022.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-72f113c130892b2e.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f6a009235cb485a0.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c03652d8d6c88650.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-a51c596edd72d8f2.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-375181654f4c41e1.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-8d4afa50947010bd.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e47ee38796635ed1.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-0a48cc8b19067905.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-2be51631477f9ca5.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-34db2e983fc685e1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-21ee97052524a47f.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9caa1f323c45c460.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6ae10ea56cda503c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bae16fbacaca8933.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153f6b9a67c64b83.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a4fd74ac2468524c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-119e9b0cd754c80a.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-dace2deac663e6fe.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5488270ca8c700f6.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fd7f55707a725433.rmeta --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-eb27b949f6068efc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5d31aa9cbc163b3b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6cbdcd7fc85c615a.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-caf299686e7cec65.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-5ed192293457b111.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-55c188c63291fbf3.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-eef78c50bba7d059.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-ebf13a14a38e330c.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-be98e4fd96343ce6.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d8448149a9b86ace.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-4a669e4ad0e21ffe.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-05820855fe0e705d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7a7907bea23cd83a.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f2143ef03012a20.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-e8a0bf43db175489.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1cfe07235191dde0.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b4d133c5a80433c2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-bb095d7eb0d28ec2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8e665379beeb9a3c.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-4d05d58375967aa4.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-214680a193c04733.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9240021472f657ee.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-43bb47649998433a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-08331bbb5132ebf2.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ebd7ea1a6b1284d.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b071dad6ed04a436.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-58a5172ac4a60185.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8428c26553ab55d3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rmeta --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-380517021d21c4e8.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9ffcc4485a5d3239.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d77465ec1bbbf54e.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6646a26bd241eeb4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
43812025-08-29T21:27:37.451Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
43822025-08-29T21:27:37.455Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 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=5fc521a554b4d3e7 -C extra-filename=-1cf2b1df603378e1 --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-303b33ef69c39e7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
43832025-08-29T21:27:38.211Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
43842025-08-29T21:27:38.214Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name id_map --edition=2021 id-map/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a1a67ca0504c133 -C extra-filename=-c02d4f29c45ed55b --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-6e69bbd5a21aae0d.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c84a62f1829b219.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
43852025-08-29T21:27:38.432Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43862025-08-29T21:27:38.435Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 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=1159b033e111461a -C extra-filename=-a8e48c174da3a9d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3fd8446d2566a752.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
43872025-08-29T21:27:38.634Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
43882025-08-29T21:27:38.638Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 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=c379bbf7169cd839 -C extra-filename=-eb0a74139ed8056b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1cf2b1df603378e1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6382814ebd7444af.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-62c0e713a3847c0c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
43892025-08-29T21:27:38.848Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
43902025-08-29T21:27:38.852Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 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=8837d50a4e1470a9 -C extra-filename=-a8ef47105fedb0bb --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-303b33ef69c39e7c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
43912025-08-29T21:27:38.899Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
43922025-08-29T21:27:38.902Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 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=9fda72c30465bd5c -C extra-filename=-692a28b866e71077 --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-585ec2621c7aa31e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
43932025-08-29T21:27:39.166Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43942025-08-29T21:27:39.170Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c31b9496bbdc4f4b -C extra-filename=-9d81715d35aca945 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c84a62f1829b219.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-09670cff46bdc2a9.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-09c1fab102bb0169.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
43952025-08-29T21:27:39.414Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43962025-08-29T21:27:39.417Z Running `/home/build/.rustup/toolchains/1.89.0-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=7006624173b7cbb8 -C extra-filename=-ae071b17bed6d8c0 --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-4f86a0667f4538d2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
43972025-08-29T21:27:39.704Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 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=decb3a364ecc1472 -C extra-filename=-4519cf5307bd269c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1cf2b1df603378e1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6382814ebd7444af.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-62c0e713a3847c0c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
43982025-08-29T21:27:40.433Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
43992025-08-29T21:27:40.436Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=216600e5b4c6b2a4 -C extra-filename=-95891aba6c31e450 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-95891aba6c31e450 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44002025-08-29T21:27:40.929Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-95891aba6c31e450/build-script-build`
44012025-08-29T21:27:41.002Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
44022025-08-29T21:27:41.005Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-45d28c3107cfa8a3/f3fe054/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f03bdd3be15d6753 -C extra-filename=-46010c2eeed2a2e4 --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-ca4ebf2465e25529.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-42fd05775e44f83e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-6abee6e89d4e639b.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-05e458f2703b16da.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-d1a8c69e5f8355e9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-38a18bb9a17ac7b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f478b1ca05e9372d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-43bb47649998433a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-39789014ef0e52a1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-e03ae7927f990e47.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
44032025-08-29T21:27:41.304Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
44042025-08-29T21:27:41.307Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-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=d4d0d211ef106bd7 -C extra-filename=-9e90ec11f00ade64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44052025-08-29T21:27:41.883Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
44062025-08-29T21:27:41.891Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 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=2478fe61603eaf1c -C extra-filename=-02a9a0efb6181b8d --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-303b33ef69c39e7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44072025-08-29T21:27:42.831Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44082025-08-29T21:27:42.834Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2021 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=e4464c5fff4b5f06 -C extra-filename=-44b65273fc397932 --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-303b33ef69c39e7c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44092025-08-29T21:27:43.113Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44102025-08-29T21:27:43.116Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 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=ff1efd211322e08a -C extra-filename=-658226a81b367da5 --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-4595a8b79348ae0e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44112025-08-29T21:27:43.252Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
44122025-08-29T21:27:43.256Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19402bbfba17e24b -C extra-filename=-4987e1313363e058 --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-303b33ef69c39e7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44132025-08-29T21:27:44.642Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44142025-08-29T21:27:44.645Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2021 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=8d6b20be74d7a239 -C extra-filename=-b0cb1ba3c6ea014d --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-4595a8b79348ae0e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44152025-08-29T21:27:44.820Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44162025-08-29T21:27:44.824Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 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=ab67f7c6e3637442 -C extra-filename=-8876f4af9a471da0 --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-303b33ef69c39e7c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44172025-08-29T21:27:45.154Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44182025-08-29T21:27:45.158Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=a1f6e00dbd5a895c -C extra-filename=-27e39fe6ce13c934 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-27e39fe6ce13c934 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44192025-08-29T21:27:45.629Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44202025-08-29T21:27:45.632Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=1d56ae841e3ecc09 -C extra-filename=-6ec35d1782199067 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-6ec35d1782199067 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44212025-08-29T21:27:45.676Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-27e39fe6ce13c934/build-script-build`
44222025-08-29T21:27:45.741Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2021 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=3299a1c2854203f4 -C extra-filename=-95ec7fed441c7f1a --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-e340083b86ca8543.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
44232025-08-29T21:27:46.082Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-6ec35d1782199067/build-script-build`
44242025-08-29T21:27:46.152Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
44252025-08-29T21:27:46.156Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 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=af96d5f66cb41a61 -C extra-filename=-eb264640858826b3 --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-9612a25fb0aed7d0.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8876f4af9a471da0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-49ede7fd9a37f392.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44262025-08-29T21:27:46.416Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44272025-08-29T21:27:46.458Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=18f1b8bb55b5040a -C extra-filename=-41f1be719b50c4e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-41f1be719b50c4e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44282025-08-29T21:27:46.889Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-41f1be719b50c4e9/build-script-build`
44292025-08-29T21:27:46.954Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
44302025-08-29T21:27:46.957Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/fa5f15c/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=a4d9c0c3f14de2de -C extra-filename=-8f6bf65726e525c8 --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-252ef4c16b9a323d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-f4ea79d4274236ed.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44312025-08-29T21:27:48.417Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44322025-08-29T21:27:48.420Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=54582b472da5b4d7 -C extra-filename=-dd38cea4c58ddc7b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-dd38cea4c58ddc7b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44332025-08-29T21:27:48.862Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-dd38cea4c58ddc7b/build-script-build`
44342025-08-29T21:27:48.932Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
44352025-08-29T21:27:48.974Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 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=ac87581459f8b236 -C extra-filename=-0f5e53955ccc4cae --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-9612a25fb0aed7d0.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8876f4af9a471da0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-49ede7fd9a37f392.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44362025-08-29T21:27:49.394Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
44372025-08-29T21:27:49.399Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 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=ca773c747e8ad0bb -C extra-filename=-9fd3ef4c49916137 --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-303b33ef69c39e7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44382025-08-29T21:27:50.223Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44392025-08-29T21:27:50.227Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 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=985ab9adcd7e524f -C extra-filename=-df6be4f773fb6fbc --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-4f86a0667f4538d2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44402025-08-29T21:27:50.729Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44412025-08-29T21:27:50.733Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=08fdb98772581697 -C extra-filename=-f903193287f14721 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-f903193287f14721 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44422025-08-29T21:27:51.208Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 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=c817efc9fa1f3825 -C extra-filename=-b53f601f83b3ecce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-f45b84729fe586da.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d0ff8c2c78f48d6a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f3e46e579ce4c4d0.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-04fb608ab4fbef85.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a8e48c174da3a9d2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
44432025-08-29T21:27:51.681Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44442025-08-29T21:27:51.685Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 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=7b1865dfd73a8875 -C extra-filename=-d2b56832f95710fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44452025-08-29T21:27:51.978Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44462025-08-29T21:27:52.028Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 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=579a985d13e0d8f0 -C extra-filename=-9fd6c4a876fac103 --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-7fc25a4247ca8d94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44472025-08-29T21:27:55.345Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44482025-08-29T21:27:55.349Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 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=f4b68058cde92f8c -C extra-filename=-159df383b934087a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44492025-08-29T21:27:55.573Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44502025-08-29T21:27:55.576Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f6a6360297ca1a7 -C extra-filename=-00e034c411f66e07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44512025-08-29T21:27:56.555Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
44522025-08-29T21:27:56.560Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c627d50cd274940 -C extra-filename=-fa004c541635159c --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-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44532025-08-29T21:27:56.637Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44542025-08-29T21:27:56.640Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a989b7484042aebc -C extra-filename=-51d9e4fc1b063424 --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-6e69bbd5a21aae0d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44552025-08-29T21:27:56.740Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44562025-08-29T21:27:56.744Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 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=8a4ade47ee10f63d -C extra-filename=-fedab330a5d04e33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44572025-08-29T21:27:58.698Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44582025-08-29T21:27:58.702Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 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=ca7e8092b30798b0 -C extra-filename=-93c840d1d2703256 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44592025-08-29T21:27:59.004Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 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=f54394c657958d0d -C extra-filename=-abba952c9759ff89 --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-7fc25a4247ca8d94.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12b3a24b3bb6d9a1.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a446de549de076f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5a9b602df5cf5a2b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-88c5b982987ac088.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
44602025-08-29T21:28:00.039Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44612025-08-29T21:28:00.044Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 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=61b8fc3b58a51bc3 -C extra-filename=-3c7c5e554a4d5f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-46010c2eeed2a2e4.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0958cfca0f2b9ad1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
44622025-08-29T21:28:00.319Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44632025-08-29T21:28:00.323Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 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=e46e7627429c4bac -C extra-filename=-9f7281a7998b07c0 --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-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44642025-08-29T21:28:01.082Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44652025-08-29T21:28:01.085Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 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=443ec690175858ef -C extra-filename=-1f07cfdc9c2e39d7 --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-4595a8b79348ae0e.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-761ba223aa642ada.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44662025-08-29T21:28:02.184Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 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=72ff677ec6a2843b -C extra-filename=-0904e7cc6ae9030d --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-7fc25a4247ca8d94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4519cf5307bd269c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44672025-08-29T21:28:02.610Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44682025-08-29T21:28:02.614Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37a169a736f4e37f -C extra-filename=-4de62403369ea93e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
44692025-08-29T21:28:02.697Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44702025-08-29T21:28:02.701Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 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=6077e4059849d4ca -C extra-filename=-38ea91d21a6eeb48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-90e570499299010f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44712025-08-29T21:28:03.019Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44722025-08-29T21:28:03.023Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 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=751d1610360f091d -C extra-filename=-b1b867f3428252ba --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-213b523f3513e0a5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44732025-08-29T21:28:06.270Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44742025-08-29T21:28:06.274Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 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=f4106ca76ee8276f -C extra-filename=-71a5fefae4d9e3a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1cf2b1df603378e1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-2e39810d14a71eec.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c84a62f1829b219.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44752025-08-29T21:28:07.234Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 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=a6357dda53d43ade -C extra-filename=-fb146d15d0666ead --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0904e7cc6ae9030d.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-90e570499299010f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44762025-08-29T21:28:07.294Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44772025-08-29T21:28:07.298Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 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=976543c73194be55 -C extra-filename=-9881110daa9b43fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f6d96358e93c60cf.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-08a204a8dc5b660a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-43e38653a8531bbf.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ed56ff1448281377.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d3f43ee9a1bad88b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
44782025-08-29T21:28:09.201Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44792025-08-29T21:28:09.205Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 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=66f25c5611fc4ab9 -C extra-filename=-983cacccc4fde956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
44802025-08-29T21:28:10.995Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44812025-08-29T21:28:11.007Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 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=dd66c94dfbc1a38a -C extra-filename=-c0ee4cd57b6da138 --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-303b33ef69c39e7c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fb146d15d0666ead.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0904e7cc6ae9030d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44822025-08-29T21:28:11.069Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
44832025-08-29T21:28:11.138Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c18199e548feb4e -C extra-filename=-90593fdba7bb7b9f --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-7fc25a4247ca8d94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4519cf5307bd269c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-4d05d58375967aa4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44842025-08-29T21:28:16.988Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
44852025-08-29T21:28:16.994Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e7c2d962b69a2aa -C extra-filename=-04dff1bd61348dc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-90593fdba7bb7b9f.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-90e570499299010f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44862025-08-29T21:28:17.827Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac149539bb77bb85 -C extra-filename=-b2b19916c8653d31 --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-7fc25a4247ca8d94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-4d05d58375967aa4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44872025-08-29T21:28:19.727Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44882025-08-29T21:28:19.731Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 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=070b7531502a133e -C extra-filename=-56df59020cd8b770 --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-41c47d90b9841186.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5a9b602df5cf5a2b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44892025-08-29T21:28:20.152Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44902025-08-29T21:28:20.158Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 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=7eb68aeff84e87dc -C extra-filename=-e6cb646779933a30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-02a9a0efb6181b8d.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-38ea91d21a6eeb48.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-c0ee4cd57b6da138.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-90e570499299010f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44912025-08-29T21:28:20.613Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
44922025-08-29T21:28:20.667Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6afc1bd35a07ca80 -C extra-filename=-7d80364362a3e194 --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-303b33ef69c39e7c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-04dff1bd61348dc3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-90593fdba7bb7b9f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44932025-08-29T21:28:20.670Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44942025-08-29T21:28:20.713Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 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=fadfa72982535e94 -C extra-filename=-3d98b71ba00387c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44952025-08-29T21:28:20.717Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44962025-08-29T21:28:20.780Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 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=c7f1c83c4eca2f7a -C extra-filename=-9a7c71b8e63daca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56df59020cd8b770.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
44972025-08-29T21:28:22.486Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ecf4cd9a7fdbcf2 -C extra-filename=-a22394ca9b115cb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b2b19916c8653d31.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-90e570499299010f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44982025-08-29T21:28:24.741Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44992025-08-29T21:28:24.744Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 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=8ab56b37e6aab430 -C extra-filename=-a599a2aaa93e6156 --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-4595a8b79348ae0e.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45002025-08-29T21:28:24.967Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45012025-08-29T21:28:24.971Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2021 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=6e0c6d7713b20576 -C extra-filename=-abf8fd4e9addb9d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-44b65273fc397932.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45022025-08-29T21:28:25.952Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45032025-08-29T21:28:25.955Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 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=22de075b33f1462b -C extra-filename=-713c7fd65907910b --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-f8d71a72b9e8b2c4.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-44b668ede8600b95.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45042025-08-29T21:28:26.135Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45052025-08-29T21:28:26.139Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=d2b83246d680d120 -C extra-filename=-4ee8c2e089c602f8 --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-16cff964c3cef883.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-73ccef7842c14551.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45062025-08-29T21:28:26.396Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
45072025-08-29T21:28:26.401Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 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=9940deb72359fbb3 -C extra-filename=-8adb3c2aa92ffea4 --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-4595a8b79348ae0e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45082025-08-29T21:28:26.603Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45092025-08-29T21:28:26.607Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 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=1664bfa6750d67be -C extra-filename=-c5d54b4ca3e3b0f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a8e48c174da3a9d2.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-44b65273fc397932.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45102025-08-29T21:28:26.793Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45112025-08-29T21:28:26.799Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 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=2f771b5d7784c61f -C extra-filename=-6a00b39052fd30b3 --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-3fd9670d2037859a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45122025-08-29T21:28:27.679Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
45132025-08-29T21:28:27.683Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 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=6ec9a91d1cc66a56 -C extra-filename=-f7c9a4be79f6b11f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d24ff9e84d4434c5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6901ee0239de31eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45142025-08-29T21:28:27.964Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 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=6d42a6469326db25 -C extra-filename=-adfc0abce19f98bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-9e4ce52b5e02f830.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-958080e60e6029e1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e3a2dc1fcf8e0cd6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-dbcb8217361b1701.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f6d96358e93c60cf.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-fe7adf2a3d3ea3d2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1a9cf255e3fe73b8.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-6567dbfa129230c7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b5719cfe9eb7f5df.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45152025-08-29T21:28:28.757Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45162025-08-29T21:28:28.757Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 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=b76faa8799a5b147 -C extra-filename=-0bd4144e3cb2f122 --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-1ab39f11511e72f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5d54b4ca3e3b0f4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45172025-08-29T21:28:29.508Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
45182025-08-29T21:28:29.515Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56fd27567bf0e13f -C extra-filename=-f4245d83d12d780b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-4987e1313363e058.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-a22394ca9b115cb6.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-7d80364362a3e194.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-b2b19916c8653d31.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-90e570499299010f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45192025-08-29T21:28:30.061Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
45202025-08-29T21:28:30.064Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/6e66652/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=b03d0fcc9385c7dc -C extra-filename=-6ebb4ba8173a0b52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f4245d83d12d780b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f982376f0c2ca6ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b089fe675ad1621e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45212025-08-29T21:28:31.477Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45222025-08-29T21:28:31.481Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09e69dfc8eda2c21 -C extra-filename=-b7d182e740f885bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45232025-08-29T21:28:31.827Z Compiling samael v0.0.19
45242025-08-29T21:28:31.871Z Running `/home/build/.rustup/toolchains/1.89.0-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=908876c70ca0bee1 -C extra-filename=-a66a68d1003797d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-a66a68d1003797d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-fb94619a7a94e065.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3219be843653f8e7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45252025-08-29T21:28:33.208Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
45262025-08-29T21:28:33.212Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/6e66652/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "tofino_asic"))' -C metadata=a11215ac257e8863 -C extra-filename=-bdfed07ab7b3e45a --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-41c47d90b9841186.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-6ebb4ba8173a0b52.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-f4d6e906f4586e76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-f4ea79d4274236ed.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-9fa3524ec988493a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45272025-08-29T21:28:33.380Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45282025-08-29T21:28:33.388Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 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=eeb821b062419be7 -C extra-filename=-7dcdafca353d0efb --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-8f6bf65726e525c8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45292025-08-29T21:28:34.125Z Compiling polar-core v0.27.3
45302025-08-29T21:28:34.128Z Running `/home/build/.rustup/toolchains/1.89.0-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=107750ed856ca9cc -C extra-filename=-6da5d10ccb34728f --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-6da5d10ccb34728f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-ae8b475e730db009.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-7607030111f37c58.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45312025-08-29T21:28:34.235Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
45322025-08-29T21:28:34.252Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2021 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=f8e276eda78bf229 -C extra-filename=-0ac40a299cb0ecd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56df59020cd8b770.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45332025-08-29T21:28:34.431Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-f903193287f14721/build-script-build`
45342025-08-29T21:28:34.455Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-a66a68d1003797d1/build-script-bindings`
45352025-08-29T21:28:34.498Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45362025-08-29T21:28:34.501Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=d306f25a2d3a28ad -C extra-filename=-2a8602737ec2e07c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-2a8602737ec2e07c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45372025-08-29T21:28:35.093Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-2a8602737ec2e07c/build-script-build`
45382025-08-29T21:28:35.114Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
45392025-08-29T21:28:35.115Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbed84f0bcc822ba -C extra-filename=-26cb2038a432765c --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-4f86a0667f4538d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45402025-08-29T21:28:35.864Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-6da5d10ccb34728f/build-script-build`
45412025-08-29T21:28:36.400Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
45422025-08-29T21:28:36.437Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 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=7e38a9d5b50dec08 -C extra-filename=-d9d92dac28c06bf0 --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-4595a8b79348ae0e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45432025-08-29T21:28:36.470Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45442025-08-29T21:28:36.470Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 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=6ce608ce1c1f20ba -C extra-filename=-b3af211cdea96d96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-34db2e983fc685e1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-4ba1a8c0141968be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-da54cebf2bb57aa0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6646a26bd241eeb4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45452025-08-29T21:28:37.068Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 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=4fe091285a480b88 -C extra-filename=-6f3fd37f45d74b18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-eb264640858826b3.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c84a62f1829b219.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6a00b39052fd30b3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-713c7fd65907910b.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-0e5ac3bec893a79f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
45462025-08-29T21:28:37.822Z Running `/home/build/.rustup/toolchains/1.89.0-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=bdd608991483cbf3 -C extra-filename=-e089d8a74c5c595c --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-82244027cee9cc10.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-eb27b949f6068efc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-0f164ba6f4f0bce1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45472025-08-29T21:28:44.890Z Running `/home/build/.rustup/toolchains/1.89.0-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=066c38acfc44df1f -C extra-filename=-cc7dc78f97b83d6f --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-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-63261397981daae8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-2e3b66c7557508a7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-6fa859ae0a6e2845.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-e14d25aa6c737c2a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
45482025-08-29T21:28:49.188Z Compiling oso v0.27.3
45492025-08-29T21:28:49.192Z Running `/home/build/.rustup/toolchains/1.89.0-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=f161ab546bf23db2 -C extra-filename=-4ac7bec46b1b1736 --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-0db009de0d09d9ba.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-53c3fc82fdfdfbdf.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-e089d8a74c5c595c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45502025-08-29T21:28:49.799Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
45512025-08-29T21:28:49.804Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images --edition=2021 sled-agent/zone-images/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=213d85b18f5fdc52 -C extra-filename=-90319df437d96a99 --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-1ab39f11511e72f8.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45522025-08-29T21:28:50.054Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
45532025-08-29T21:28:50.057Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 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=2117a578d1f2aaa4 -C extra-filename=-0cac0291d8e81389 --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-4f86a0667f4538d2.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45542025-08-29T21:28:53.106Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
45552025-08-29T21:28:53.110Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 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=bcc33d3d0be9526a -C extra-filename=-dbd0bfde47fc1983 --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-4595a8b79348ae0e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45562025-08-29T21:28:53.186Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45572025-08-29T21:28:53.190Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 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=81442edc36a58dc0 -C extra-filename=-c264731ca2c6128f --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-6a446de549de076f.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-04abdf5c02d00fb1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
45582025-08-29T21:28:54.034Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
45592025-08-29T21:28:54.037Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/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=a14176c35ba2f3cc -C extra-filename=-edb894b10c052b43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-23652635d3e0bfe5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
45602025-08-29T21:28:54.260Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
45612025-08-29T21:28:54.263Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 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=a8fb46d0f0c84190 -C extra-filename=-07d02e58de0db8b7 --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-7fc25a4247ca8d94.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45622025-08-29T21:28:54.984Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
45632025-08-29T21:28:54.988Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/23b06c2/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=30728da2d1742411 -C extra-filename=-efff6b713380d8d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-8c2c2208a60a9cb3.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f59c456c6a871a93.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4c374818cfa16c73.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-71f3cf133d989fc0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f982376f0c2ca6ec.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f478b1ca05e9372d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
45642025-08-29T21:28:55.735Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45652025-08-29T21:28:55.739Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 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=4d51730409675e5f -C extra-filename=-47bb75f810a63853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0cac0291d8e81389.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-49d71127f3af4690.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c264731ca2c6128f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-464ff577eafdd533.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c347f46cf55ae32b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45662025-08-29T21:28:56.995Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
45672025-08-29T21:28:57.039Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images_examples --edition=2021 sled-agent/zone-images-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=712ff1cefee97a17 -C extra-filename=-f66379bfc8e94589 --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-1ab39f11511e72f8.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-5c7865fe80fc2454.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45682025-08-29T21:28:57.681Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
45692025-08-29T21:28:57.742Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 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=dc4a36e0e8bb537d -C extra-filename=-611e8bf8a90bde41 --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-4595a8b79348ae0e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45702025-08-29T21:28:59.249Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
45712025-08-29T21:28:59.252Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/5783271/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=69f56f4e630a7b7e -C extra-filename=-68592a965b5c3725 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-dacbb9cf1167fb96.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d5a3d8b60e74e616.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-9ba6d1740adbd4fa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-2539a00920600f26.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9e93a97342da7cb4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45722025-08-29T21:28:59.876Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45732025-08-29T21:28:59.881Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 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=0bd77e0fcfe25a62 -C extra-filename=-92180dc36719f677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45742025-08-29T21:29:00.655Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
45752025-08-29T21:29:00.660Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 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=d6384be704549d82 -C extra-filename=-f5236009ded1c189 --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-4595a8b79348ae0e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45762025-08-29T21:29:00.740Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
45772025-08-29T21:29:00.744Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 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=0a8c280c8d8bb9be -C extra-filename=-b44578b3e6fc1a1a --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-4595a8b79348ae0e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45782025-08-29T21:29:03.098Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45792025-08-29T21:29:03.102Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 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=b0a93ee1148d5d44 -C extra-filename=-3a09a2eb4fe142ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-26cb2038a432765c.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56df59020cd8b770.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f3e46e579ce4c4d0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-efff6b713380d8d0.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4c374818cfa16c73.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9fd3ef4c49916137.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rmeta --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-90319df437d96a99.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5d54b4ca3e3b0f4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8daf79b90edce993.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d3f43ee9a1bad88b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9e93a97342da7cb4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45802025-08-29T21:29:03.425Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45812025-08-29T21:29:03.428Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 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=da7fb8091f7c4391 -C extra-filename=-f1781bfe40d2c2ba --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-1ab39f11511e72f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-47bb75f810a63853.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45822025-08-29T21:29:03.969Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
45832025-08-29T21:29:03.972Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 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=1aec4cf6b967ea0c -C extra-filename=-3e24cb77429ef800 --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-4595a8b79348ae0e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45842025-08-29T21:29:06.306Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
45852025-08-29T21:29:06.309Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 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=c8984590ade989eb -C extra-filename=-67bbd72995468e05 --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-20b778ea24683811.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-6db268b7ab5218c6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45862025-08-29T21:29:06.662Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45872025-08-29T21:29:06.665Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 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=122556c19f3ba3a3 -C extra-filename=-d57d07718e35c141 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f5236009ded1c189.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rmeta --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f66379bfc8e94589.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-67bbd72995468e05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45882025-08-29T21:29:06.730Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45892025-08-29T21:29:06.733Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed4f09662d2f896e -C extra-filename=-7214d1e2543ebfa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9e93a97342da7cb4.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45902025-08-29T21:29:07.415Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45912025-08-29T21:29:07.418Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 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=f64a66ccfd981f0a -C extra-filename=-83b08c46c7ff586e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b44578b3e6fc1a1a.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45922025-08-29T21:29:09.253Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45932025-08-29T21:29:09.259Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 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=1ecd727568e66b83 -C extra-filename=-17bbe626da573f76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-dace2deac663e6fe.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-92180dc36719f677.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-67bbd72995468e05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45942025-08-29T21:29:12.755Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45952025-08-29T21:29:12.758Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 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=c47a91c281159c3e -C extra-filename=-2177fb5b85701279 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5a1679b8d288c4a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45962025-08-29T21:29:13.627Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45972025-08-29T21:29:13.630Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 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=60d03bab280eeb28 -C extra-filename=-640d0b51cd23fc89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45982025-08-29T21:29:15.289Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45992025-08-29T21:29:15.292Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=6157e93cd353f1d0 -C extra-filename=-e0992b17700dc188 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-e0992b17700dc188 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46002025-08-29T21:29:15.755Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-e0992b17700dc188/build-script-build`
46012025-08-29T21:29:15.825Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
46022025-08-29T21:29:15.828Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=c40ef272a0c900de -C extra-filename=-857906097e30c75f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-857906097e30c75f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46032025-08-29T21:29:16.324Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-857906097e30c75f/build-script-build`
46042025-08-29T21:29:16.402Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 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=70af90c551bb4880 -C extra-filename=-0b09d34b0fc664bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-640d0b51cd23fc89.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-761ba223aa642ada.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46052025-08-29T21:29:17.994Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46062025-08-29T21:29:17.998Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 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=f14201bf22a2d569 -C extra-filename=-f05708c27d05e07a --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-4595a8b79348ae0e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46072025-08-29T21:29:18.184Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.17.0+1.8.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=6db6192de1cea531 -C extra-filename=-9574d758868a85c5 --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-784c297e68e85669.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-379d0666cb89c7fd.rmeta --cap-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-accd0061ac51e6f7/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored`
46082025-08-29T21:29:18.933Z Compiling git2 v0.19.0
46092025-08-29T21:29:18.937Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=87f36256ca1e9d13 -C extra-filename=-0ce144b48f83ffbe --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-685ac79a84b69255.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-9574d758868a85c5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rmeta --cap-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-accd0061ac51e6f7/out/build -L native=/usr/lib/amd64`
46102025-08-29T21:29:21.611Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
46112025-08-29T21:29:21.615Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/5783271/bin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82f62de638f2c818 -C extra-filename=-2c4c22da317d7d9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7fc67dc6d779fea4.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46122025-08-29T21:29:21.906Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46132025-08-29T21:29:21.909Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2021 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=b24729b05a0acad5 -C extra-filename=-ea8159f970959ec5 --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-4595a8b79348ae0e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9fd3ef4c49916137.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46142025-08-29T21:29:23.247Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46152025-08-29T21:29:23.251Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=fea5d063b309f99b -C extra-filename=-46a2db34762908ba --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-46a2db34762908ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46162025-08-29T21:29:23.739Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-46a2db34762908ba/build-script-build`
46172025-08-29T21:29:23.811Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46182025-08-29T21:29:23.815Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 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=98a545e9e1ecbf4a -C extra-filename=-37b4896391f3dc97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46192025-08-29T21:29:25.282Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-8.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="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=05d6c53f5fd611d0 -C extra-filename=-f8c201cd995cc200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-a282e9a806c2d3cc.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-0ce144b48f83ffbe.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-33a3ebeae7cfdc24.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-214680a193c04733.rmeta --cap-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-accd0061ac51e6f7/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
46202025-08-29T21:29:26.986Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46212025-08-29T21:29:26.990Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 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=b185ddbc3279686b -C extra-filename=-5256566fc3816c97 --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-4f86a0667f4538d2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46222025-08-29T21:29:27.666Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
46232025-08-29T21:29:27.670Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/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=ffd6459072b07a36 -C extra-filename=-2dffb2e78b0644c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f4245d83d12d780b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f982376f0c2ca6ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b089fe675ad1621e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46242025-08-29T21:29:31.336Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
46252025-08-29T21:29:31.340Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 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=59a63a56f494d53e -C extra-filename=-bad1af679035eb70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46262025-08-29T21:29:31.737Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46272025-08-29T21:29:31.740Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=0b2ac6a9d545d36c -C extra-filename=-db570ee492819ed4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-db570ee492819ed4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46282025-08-29T21:29:32.047Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46292025-08-29T21:29:32.100Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=776f077809d303e6 -C extra-filename=-2845137574cd85e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-2845137574cd85e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46302025-08-29T21:29:32.208Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46312025-08-29T21:29:32.212Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=2f14c6c4ebf0ffbb -C extra-filename=-42e0f65aa432c7a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-42e0f65aa432c7a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46322025-08-29T21:29:32.538Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-2845137574cd85e6/build-script-build`
46332025-08-29T21:29:32.605Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-db570ee492819ed4/build-script-build`
46342025-08-29T21:29:32.673Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
46352025-08-29T21:29:32.677Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "tofino_asic"))' -C metadata=397c4a87dc8154fe -C extra-filename=-2dfc4c0cc2fbee1d --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-41c47d90b9841186.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-2dffb2e78b0644c1.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-f4d6e906f4586e76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-f4ea79d4274236ed.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-9fa3524ec988493a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46362025-08-29T21:29:32.754Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-42e0f65aa432c7a9/build-script-build`
46372025-08-29T21:29:32.780Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
46382025-08-29T21:29:32.783Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/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=ad6539115efd7b75 -C extra-filename=-99dfbf81835db807 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-99dfbf81835db807 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-f8c201cd995cc200.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-accd0061ac51e6f7/out/build -L native=/usr/lib/amd64`
46392025-08-29T21:29:33.206Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46402025-08-29T21:29:33.337Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 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=5d66ee8723b6a7d7 -C extra-filename=-9ae9f6d5a0eafcec --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-4595a8b79348ae0e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46412025-08-29T21:29:33.344Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46422025-08-29T21:29:33.344Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 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=138074470ce8a2be -C extra-filename=-8bff3f16c603f3e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a446de549de076f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f24391214db0f810.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b071dad6ed04a436.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5a1679b8d288c4a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b8e684ae52e6a06a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f05708c27d05e07a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46432025-08-29T21:29:34.342Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46442025-08-29T21:29:34.345Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=0766e961b50b556c -C extra-filename=-e4fe109067188387 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-e4fe109067188387 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46452025-08-29T21:29:34.844Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46462025-08-29T21:29:34.847Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59dfd1ba8674509a -C extra-filename=-dfe1d52126ae1cec --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-dfe1d52126ae1cec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46472025-08-29T21:29:34.992Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-99dfbf81835db807/build-script-build`
46482025-08-29T21:29:35.323Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
46492025-08-29T21:29:35.369Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2021 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=cd3d8e6030967171 -C extra-filename=-d0ac2bb8563ae55d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46502025-08-29T21:29:35.682Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
46512025-08-29T21:29:35.686Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/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=bba3400aa8c761ba -C extra-filename=-6aac4332d3d731fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-23652635d3e0bfe5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
46522025-08-29T21:29:36.751Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/779775d/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=d8772c527962b803 -C extra-filename=-1c59911027d8c2fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-8c2c2208a60a9cb3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-23652635d3e0bfe5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6cbdcd7fc85c615a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-555d2383542b2c45.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f982376f0c2ca6ec.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-759689bf732e3b20.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-631a5616cbb130ed.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts`
46532025-08-29T21:29:36.835Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-dfe1d52126ae1cec/build-script-build`
46542025-08-29T21:29:36.907Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-e4fe109067188387/build-script-build`
46552025-08-29T21:29:36.977Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46562025-08-29T21:29:36.982Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 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=9cf68fcdc7995233 -C extra-filename=-14aab49601d2096b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-7a0663a142c5d11f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-ff242f92cb1085d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-67bbd72995468e05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46572025-08-29T21:29:38.410Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46582025-08-29T21:29:38.417Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 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=2e4d3969b7c35cf7 -C extra-filename=-c771a3375d325f73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-02a9a0efb6181b8d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
46592025-08-29T21:29:39.319Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46602025-08-29T21:29:39.324Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2021 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c7cdf1cf3a0a825 -C extra-filename=-b41f42837052f70e --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-303b33ef69c39e7c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46612025-08-29T21:29:39.682Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46622025-08-29T21:29:39.699Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 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=92ae5c0e664bc082 -C extra-filename=-68a39b30448a3b42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46632025-08-29T21:29:40.357Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46642025-08-29T21:29:40.361Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 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=4236d61415d5a64e -C extra-filename=-20c7285ce8c5ee31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46652025-08-29T21:29:41.119Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 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=36ef44b5b14d593c -C extra-filename=-f83384961d0ef30f --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-6f3fd37f45d74b18.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46662025-08-29T21:29:42.647Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 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=0c4150fd262b4350 -C extra-filename=-9678ee214525a67a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0f5e53955ccc4cae.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-2e39810d14a71eec.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f83384961d0ef30f.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-4ac7bec46b1b1736.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cc7dc78f97b83d6f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46672025-08-29T21:29:43.062Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46682025-08-29T21:29:43.066Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2021 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=8a53d1c007323a71 -C extra-filename=-54f8cc088e6ad68d --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-4595a8b79348ae0e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46692025-08-29T21:29:43.591Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 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=e20c7ad8c88c5138 -C extra-filename=-8842bbb92dc1c461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-92180dc36719f677.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-14aab49601d2096b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-d0ac2bb8563ae55d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2c4c22da317d7d9a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46702025-08-29T21:29:44.187Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
46712025-08-29T21:29:44.191Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 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=403492b2584cf9d0 -C extra-filename=-db06c338580b8af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-bad1af679035eb70.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46722025-08-29T21:29:48.068Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
46732025-08-29T21:29:48.072Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/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=11d3205a63179122 -C extra-filename=-8f845366056b0bfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2dfc4c0cc2fbee1d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f982376f0c2ca6ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46742025-08-29T21:29:49.640Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46752025-08-29T21:29:49.645Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2021 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=3e1fe04b324a0f45 -C extra-filename=-c94d4e40227084d3 --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-e340083b86ca8543.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46762025-08-29T21:29:51.179Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2021 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=34dbdd4e16c3b055 -C extra-filename=-f4cf23474b8d321a --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-cedb53062f19b084.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-eb264640858826b3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ecb4e8014c423104.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c94d4e40227084d3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46772025-08-29T21:29:52.183Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
46782025-08-29T21:29:52.188Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/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=ff5992c825056d0c -C extra-filename=-12f927028a266d33 --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-4595a8b79348ae0e.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-8f845366056b0bfc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-f4ea79d4274236ed.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-62c0e713a3847c0c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cap-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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46792025-08-29T21:29:52.829Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46802025-08-29T21:29:52.834Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 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=d9b53484f5b68e64 -C extra-filename=-b107887f33ed7a69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46812025-08-29T21:29:56.065Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46822025-08-29T21:29:56.107Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2021 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=ff8b3dbfee048569 -C extra-filename=-90c063d07fcd6961 --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-4f86a0667f4538d2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-54f8cc088e6ad68d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46832025-08-29T21:29:57.400Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46842025-08-29T21:29:57.403Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 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=282b6a934a380052 -C extra-filename=-3129af4774a30fc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46852025-08-29T21:29:59.931Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=5f3ed83077d8f424 -C extra-filename=-594cb80dbe4b4596 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cedb53062f19b084.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-dbcb8217361b1701.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-eb264640858826b3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ecb4e8014c423104.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c94d4e40227084d3.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f83384961d0ef30f.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-0e5ac3bec893a79f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46862025-08-29T21:30:00.517Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46872025-08-29T21:30:00.521Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 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=052c8e23b8b74274 -C extra-filename=-e0d31cca961981da --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-1ab39f11511e72f8.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46882025-08-29T21:30:01.213Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
46892025-08-29T21:30:01.217Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 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=7e29e8b047d758ff -C extra-filename=-78b527ec85286137 --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-303b33ef69c39e7c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46902025-08-29T21:30:02.091Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46912025-08-29T21:30:02.091Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2021 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=baecf72d9312e01f -C extra-filename=-9886ecbbddc28bcf --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-c03652d8d6c88650.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46922025-08-29T21:30:02.838Z Compiling memmap2 v0.9.5
46932025-08-29T21:30:02.842Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-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("stable_deref_trait"))' -C metadata=956c0d6a87ed27e0 -C extra-filename=-48084ef4791c6b6d --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46942025-08-29T21:30:03.373Z Compiling path-tree v0.8.1
46952025-08-29T21:30:03.377Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-tree-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba1b22bbe49b563b -C extra-filename=-15ece367662f7eeb --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-590a634e5a2f8629.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46962025-08-29T21:30:03.952Z Compiling stringmetrics v2.2.2
46972025-08-29T21:30:03.958Z Running `/home/build/.rustup/toolchains/1.89.0-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=38813a369b3f459c -C extra-filename=-839ef2b6c4c3d98f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46982025-08-29T21:30:03.997Z Compiling doc-comment v0.3.3
46992025-08-29T21:30:04.001Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=031fc6401a62c56a -C extra-filename=-200f4663afc566c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-200f4663afc566c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47002025-08-29T21:30:04.605Z Compiling nested v0.1.1
47012025-08-29T21:30:04.658Z Running `/home/build/.rustup/toolchains/1.89.0-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=5556e46147fe87c9 -C extra-filename=-e59bd1619248066e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47022025-08-29T21:30:04.670Z Compiling guppy v0.17.20
47032025-08-29T21:30:04.685Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=30c770cd441d16b9 -C extra-filename=-da828835753b5a38 --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-a023f867486acc90.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0114a3825d975b1b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-35eea7a849d1c8d9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-d184a91032218215.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-e59bd1619248066e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-8ee19747cd7f3826.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-aae28b9b8a53ab38.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47042025-08-29T21:30:04.686Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-200f4663afc566c0/build-script-build`
47052025-08-29T21:30:04.906Z Compiling httpmock v0.8.0-alpha.1
47062025-08-29T21:30:04.909Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.0-alpha.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=54c1c5c860ba93a9 -C extra-filename=-f347e96a9d9642b0 --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-19d7fea0c9ee3637.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-0fc7ef8daa549a73.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-690bbb6454bb6d91.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-2be51631477f9ca5.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-15cdef15435a1121.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153f6b9a67c64b83.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-15ece367662f7eeb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-0e7b26d6811ba78f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-839ef2b6c4c3d98f.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47072025-08-29T21:30:05.946Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=de759405b981c70e -C extra-filename=-f3a6e4aee690bcf1 --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-e2010af4a19c5e8a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-8d2c6c29c7891b80.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-54b5265130919b34.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-48084ef4791c6b6d.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-282a92b16b07242d.rmeta --cap-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-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/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()))'`
47082025-08-29T21:30:07.113Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47092025-08-29T21:30:07.118Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2021 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 --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=483576489fe92320 -C extra-filename=-d73af920aef95a14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-958080e60e6029e1.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12b3a24b3bb6d9a1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-9886ecbbddc28bcf.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5a9b602df5cf5a2b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47102025-08-29T21:30:11.878Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47112025-08-29T21:30:11.881Z Running `/home/build/.rustup/toolchains/1.89.0-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=c0b3360bef0efdf9 -C extra-filename=-0fea58a738981452 --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-cd7c4c9fa35f8e77.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5a8290a6a692ba74.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-dace2deac663e6fe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47122025-08-29T21:30:11.924Z Compiling russh v0.45.0
47132025-08-29T21:30:11.968Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=d49f43115d17333a -C extra-filename=-679cb9d1cc7c09af --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-f9f50c543f0f550d.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-36b1653cca985729.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-685ac79a84b69255.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-cc3fdeb6fe1694fa.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-45aebf454b2cd75b.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1f6b3f105b310135.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f6a009235cb485a0.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-8abc8ead62baf658.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c03652d8d6c88650.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e47ee38796635ed1.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-21ee97052524a47f.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6ae10ea56cda503c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-2fa637be2a99de2f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-751a3b427ad20068.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-fe6f172a446c97a4.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-b8eb341d4b0e4682.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-2a49571e5a20c582.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-47d0d6a4c325d2eb.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-f4e9e03df8405af5.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-bb095d7eb0d28ec2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-46667b174715440d.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-34031161e60c532e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47142025-08-29T21:30:14.940Z Compiling rstest_macros v0.25.0
47152025-08-29T21:30:14.945Z Running `/home/build/.rustup/toolchains/1.89.0-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=9a9093cfe8812c66 -C extra-filename=-6c2c3119beff7bd5 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-6c2c3119beff7bd5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-33a3ebeae7cfdc24.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47162025-08-29T21:30:15.632Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47172025-08-29T21:30:15.642Z Running `/home/build/.rustup/toolchains/1.89.0-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=f084836083161656 -C extra-filename=-69f570790f1414db --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47182025-08-29T21:30:16.167Z Compiling escape8259 v0.5.3
47192025-08-29T21:30:16.170Z Running `/home/build/.rustup/toolchains/1.89.0-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=d20561cb0c510df7 -C extra-filename=-e67caa0b4d2792f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47202025-08-29T21:30:16.268Z Compiling target-triple v0.1.3
47212025-08-29T21:30:16.271Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43876e831a8d794d -C extra-filename=-a9e7d9a104e14c0c --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-a9e7d9a104e14c0c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47222025-08-29T21:30:16.582Z Compiling internet-checksum v0.2.1
47232025-08-29T21:30:16.585Z Running `/home/build/.rustup/toolchains/1.89.0-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=3770fe13442919c0 -C extra-filename=-9cafe0c893e294c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47242025-08-29T21:30:16.893Z Compiling topological-sort v0.2.2
47252025-08-29T21:30:16.898Z Running `/home/build/.rustup/toolchains/1.89.0-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=dbda87832c274d58 -C extra-filename=-8fbca0a60c1df2d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47262025-08-29T21:30:16.978Z Compiling assert_cmd v2.0.17
47272025-08-29T21:30:16.982Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=8ea2eebe34941bc3 -C extra-filename=-04cfa77d50ed31d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-04cfa77d50ed31d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47282025-08-29T21:30:17.216Z Compiling omicron-zone-package v0.12.2
47292025-08-29T21:30:17.219Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/omicron-zone-package-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=999289b34a244ad6 -C extra-filename=-0d0e1430d0327259 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-f3a6e4aee690bcf1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-7607030111f37c58.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-8d6090023597e797.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-43bb47649998433a.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-8fbca0a60c1df2d7.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-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-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
47302025-08-29T21:30:17.569Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-04cfa77d50ed31d5/build-script-build`
47312025-08-29T21:30:17.651Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-a9e7d9a104e14c0c/build-script-build`
47322025-08-29T21:30:17.722Z Compiling libtest-mimic v0.8.1
47332025-08-29T21:30:17.725Z Running `/home/build/.rustup/toolchains/1.89.0-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=216c59e6c551d3c4 -C extra-filename=-61cef763b88a5aa8 --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-52aa35257e1956c1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ca4ebf2465e25529.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-e67caa0b4d2792f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47342025-08-29T21:30:19.252Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-6c2c3119beff7bd5/build-script-build`
47352025-08-29T21:30:19.434Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=203edc6eb6bf86c5 -C extra-filename=-8911672ac1f84a7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47362025-08-29T21:30:19.614Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47372025-08-29T21:30:19.618Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 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=f9dfeaeb44486234 -C extra-filename=-ef23c0d7f4975770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3129af4774a30fc6.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c264731ca2c6128f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47382025-08-29T21:30:19.658Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
47392025-08-29T21:30:19.722Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 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=5cec2a05799ddcf3 -C extra-filename=-d0cc2fd7bb2f3344 --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-784c297e68e85669.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
47402025-08-29T21:30:20.447Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47412025-08-29T21:30:20.450Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=100e34da023dc2fb -C extra-filename=-5e2f0ef5fb1aa64c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-5e2f0ef5fb1aa64c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47422025-08-29T21:30:20.930Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47432025-08-29T21:30:20.934Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=bb45d7bd47beeff7 -C extra-filename=-5705059faa5e5092 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-5705059faa5e5092 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47442025-08-29T21:30:21.229Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
47452025-08-29T21:30:21.232Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=8fd1ba587924ca5e -C extra-filename=-c7257d05aaea6901 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-c7257d05aaea6901 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47462025-08-29T21:30:21.421Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47472025-08-29T21:30:21.475Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=7d8003dedc4f4f7e -C extra-filename=-799838e6794f381b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-799838e6794f381b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47482025-08-29T21:30:21.720Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
47492025-08-29T21:30:21.725Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=5c36eb09deec9594 -C extra-filename=-985c5aaec70f2204 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-985c5aaec70f2204 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47502025-08-29T21:30:21.914Z Compiling fancy-regex v0.14.0
47512025-08-29T21:30:21.917Z Running `/home/build/.rustup/toolchains/1.89.0-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=5e46b7ee12eb6837 -C extra-filename=-b340af51c063ca6d --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-319270cdaf0aa2af.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47522025-08-29T21:30:22.184Z Compiling proc-macro-crate v3.2.0
47532025-08-29T21:30:22.187Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea55bad5be7932aa -C extra-filename=-4b328395c24e65f0 --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-b071dad6ed04a436.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47542025-08-29T21:30:23.012Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47552025-08-29T21:30:23.015Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2021 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=9a15025a76035872 -C extra-filename=-08f6be44a05b044a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47562025-08-29T21:30:23.441Z Compiling relative-path v1.9.3
47572025-08-29T21:30:23.444Z Running `/home/build/.rustup/toolchains/1.89.0-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=91af2d9845aaacf8 -C extra-filename=-f3fb9c0935465094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47582025-08-29T21:30:23.488Z Compiling datatest-stable v0.3.2
47592025-08-29T21:30:23.488Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datatest-stable-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("include-dir"))' -C metadata=2862f34b9cfc517c -C extra-filename=-3aebff0611dc5d5e --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-1ab39f11511e72f8.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-b340af51c063ca6d.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-61cef763b88a5aa8.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47602025-08-29T21:30:24.000Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-985c5aaec70f2204/build-script-build`
47612025-08-29T21:30:24.077Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-799838e6794f381b/build-script-build`
47622025-08-29T21:30:24.147Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-c7257d05aaea6901/build-script-build`
47632025-08-29T21:30:24.193Z Running `/home/build/.rustup/toolchains/1.89.0-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=3cf4c35133165ce4 -C extra-filename=-56b407f428bf9bf5 --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-16cff964c3cef883.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-4b328395c24e65f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-f3fb9c0935465094.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-61a7fbc6a507fd3d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47642025-08-29T21:30:24.257Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-5705059faa5e5092/build-script-build`
47652025-08-29T21:30:24.303Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-5e2f0ef5fb1aa64c/build-script-build`
47662025-08-29T21:30:24.366Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=4aef7c2ccf741ca1 -C extra-filename=-e620476de194b608 --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-ca4ebf2465e25529.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-8629a278cecb7b23.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-8911672ac1f84a7c.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d8448149a9b86ace.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-162d642102c61a67.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-6d6fb21ada06257a.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-ce984a833f6ed118.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47672025-08-29T21:30:24.411Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be1e2d0070e3560f -C extra-filename=-b643f12d1eef33b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
47682025-08-29T21:30:24.598Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47692025-08-29T21:30:24.601Z Running `/home/build/.rustup/toolchains/1.89.0-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=19460baffd8fa9ff -C extra-filename=-8b6df358eae9e2e0 --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-1ab39f11511e72f8.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-9886ecbbddc28bcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d73af920aef95a14.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47702025-08-29T21:30:25.555Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47712025-08-29T21:30:25.559Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 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=f980a5a675668697 -C extra-filename=-cd1e5d63ff2a6032 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-20c7285ce8c5ee31.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-713c7fd65907910b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5a1679b8d288c4a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-68a39b30448a3b42.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f05708c27d05e07a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47722025-08-29T21:30:30.808Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47732025-08-29T21:30:30.812Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 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=0b8b24427f7bc887 -C extra-filename=-cb37677b46739b1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0114a3825d975b1b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47742025-08-29T21:30:34.129Z Compiling support-bundle-viewer v0.1.2
47752025-08-29T21:30:34.171Z Running `/home/build/.rustup/toolchains/1.89.0-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=12e210c325074b10 -C extra-filename=-965a83b6ccec6135 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8d54af6fb08d3022.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f24391214db0f810.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rmeta --cap-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-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out`
47762025-08-29T21:30:35.130Z Compiling multimap v0.10.1
47772025-08-29T21:30:35.133Z Running `/home/build/.rustup/toolchains/1.89.0-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=41e8eabb95fb1763 -C extra-filename=-55bb2370dc3b9a62 --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-6742c73914dcd771.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47782025-08-29T21:30:35.473Z Compiling uzers v0.12.1
47792025-08-29T21:30:35.493Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uzers-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=15495c1ff3b76e98 -C extra-filename=-3a9a1eb5d3fd1184 --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-784c297e68e85669.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47802025-08-29T21:30:35.564Z Compiling rstest v0.25.0
47812025-08-29T21:30:35.567Z Running `/home/build/.rustup/toolchains/1.89.0-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=77370e16c3198a6d -C extra-filename=-f99e50500207a476 --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-15cdef15435a1121.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-56b407f428bf9bf5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47822025-08-29T21:30:35.912Z Compiling trybuild v1.0.106
47832025-08-29T21:30:35.915Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=c8610ab6437613e0 -C extra-filename=-9d1a71a343ddbfa3 --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-558c6603bd35f247.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-7607030111f37c58.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-b643f12d1eef33b1.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-bc3094e45d954bfe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-7b9ed5ffe355cfd3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47842025-08-29T21:30:36.777Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47852025-08-29T21:30:36.780Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 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=b13fda39463e0dcb -C extra-filename=-a5c24e6cde158a35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a446de549de076f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8bff3f16c603f3e9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47862025-08-29T21:30:37.944Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
47872025-08-29T21:30:37.948Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=e9fbdbc7125554ae -C extra-filename=-c7f1079ac2a623e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-c7f1079ac2a623e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47882025-08-29T21:30:38.415Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
47892025-08-29T21:30:38.419Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=1f587facca4e6301 -C extra-filename=-a8afd690023c114e --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-a8afd690023c114e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47902025-08-29T21:30:38.916Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
47912025-08-29T21:30:38.919Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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=81c80d0415d84300 -C extra-filename=-e369395603551b16 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-e369395603551b16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a8ef47105fedb0bb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47922025-08-29T21:30:39.405Z Compiling blake2b_simd v1.0.2
47932025-08-29T21:30:39.466Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2b_simd-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=fb44c7c6958e6d33 -C extra-filename=-87ba1fa9ca2d3c06 --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-e2010af4a19c5e8a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-8d2c6c29c7891b80.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-54b5265130919b34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47942025-08-29T21:30:42.834Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47952025-08-29T21:30:42.839Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 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=eb90c452524ebf3d -C extra-filename=-2b2d37c4c2d7a150 --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-ca4ebf2465e25529.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-0fea58a738981452.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-69f570790f1414db.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b107887f33ed7a69.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-679cb9d1cc7c09af.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-f4e9e03df8405af5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47962025-08-29T21:30:45.008Z Compiling partial-io v0.5.4
47972025-08-29T21:30:45.011Z Running `/home/build/.rustup/toolchains/1.89.0-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=80ccb0f9de62568f -C extra-filename=-e18b20d07fd34f27 --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-213b523f3513e0a5.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-06993310b4b77c53.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47982025-08-29T21:30:45.354Z Compiling httptest v0.16.3
47992025-08-29T21:30:45.357Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1b0da0f8f574336 -C extra-filename=-450f84b7a11e74da --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-8629a278cecb7b23.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-18581a88059f94fc.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-2be51631477f9ca5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153f6b9a67c64b83.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48002025-08-29T21:30:45.565Z Compiling rand_distr v0.5.1
48012025-08-29T21:30:45.568Z Running `/home/build/.rustup/toolchains/1.89.0-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=742d5035a5bb4d1f -C extra-filename=-b3b10877585f41a1 --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-e7bbba1d1c8c50c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48022025-08-29T21:30:46.843Z Compiling approx v0.5.1
48032025-08-29T21:30:46.847Z Running `/home/build/.rustup/toolchains/1.89.0-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=534107493d56d1cf -C extra-filename=-e9a1bdb27c790840 --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-e7bbba1d1c8c50c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48042025-08-29T21:30:47.195Z Compiling rust-argon2 v2.1.0
48052025-08-29T21:30:47.199Z Running `/home/build/.rustup/toolchains/1.89.0-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=5bff1f62f8d091e0 -C extra-filename=-dc5628cd2ffc9e49 --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-f59c456c6a871a93.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-87ba1fa9ca2d3c06.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-54b5265130919b34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48062025-08-29T21:30:47.951Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-e369395603551b16/build-script-build`
48072025-08-29T21:30:48.022Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-a8afd690023c114e/build-script-build`
48082025-08-29T21:30:48.136Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-c7f1079ac2a623e1/build-script-build`
48092025-08-29T21:30:48.158Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48102025-08-29T21:30:48.162Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 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=39883dd86c4df052 -C extra-filename=-a7eaba232aeb9e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48112025-08-29T21:30:49.028Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2021 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=926d80d88e37cc02 -C extra-filename=-4a83bee3dce0aab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-90c063d07fcd6961.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-54f8cc088e6ad68d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48122025-08-29T21:30:49.397Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48132025-08-29T21:30:49.401Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 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=6e59c4856890cc9e -C extra-filename=-35e87ea7a06bfb08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0114a3825d975b1b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-08f6be44a05b044a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-0d0e1430d0327259.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f982376f0c2ca6ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
48142025-08-29T21:30:50.116Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
48152025-08-29T21:30:50.136Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-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=8e103de6edb84402 -C extra-filename=-64c8a70d7ff8bd30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-26cb2038a432765c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-bad1af679035eb70.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-640d0b51cd23fc89.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0cac0291d8e81389.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-20c7285ce8c5ee31.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-37b4896391f3dc97.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5256566fc3816c97.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-90c063d07fcd6961.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b44578b3e6fc1a1a.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-68a39b30448a3b42.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48162025-08-29T21:30:52.055Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48172025-08-29T21:30:52.058Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 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=4dbd597e8ac672e3 -C extra-filename=-853647005632c833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f24391214db0f810.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48182025-08-29T21:30:53.762Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48192025-08-29T21:30:53.765Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 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=e295e19bd3c9da81 -C extra-filename=-09754f444a501f60 --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-303b33ef69c39e7c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48202025-08-29T21:30:54.838Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
48212025-08-29T21:30:54.841Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 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=e51d79622c3108c8 -C extra-filename=-a414f6bcef824217 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48222025-08-29T21:30:55.141Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48232025-08-29T21:30:55.145Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2021 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=61910a5857b1d527 -C extra-filename=-97a7643bcdb47f52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0114a3825d975b1b.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b071dad6ed04a436.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48242025-08-29T21:30:56.013Z Compiling cargo_toml v0.21.0
48252025-08-29T21:30:56.017Z Running `/home/build/.rustup/toolchains/1.89.0-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=13cc4ec6f7bd0c56 -C extra-filename=-cfbc354ca688dae3 --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-6742c73914dcd771.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48262025-08-29T21:30:56.488Z Compiling termios v0.3.3
48272025-08-29T21:30:56.491Z Running `/home/build/.rustup/toolchains/1.89.0-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=5ddc44b32fa63987 -C extra-filename=-c68150b2517d6e38 --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-784c297e68e85669.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48282025-08-29T21:30:56.855Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 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=152543bba5bd38f8 -C extra-filename=-a6bc7d08cc66c831 --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-41c47d90b9841186.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48292025-08-29T21:30:57.855Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48302025-08-29T21:30:57.859Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 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=38f7a3dd288035c5 -C extra-filename=-86fc845b51dee9ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6bc7d08cc66c831.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0b09d34b0fc664bf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b08c46c7ff586e.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48312025-08-29T21:30:59.410Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48322025-08-29T21:30:59.413Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 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=4f506bbfa088e683 -C extra-filename=-a1425ec91817d984 --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-213b523f3513e0a5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48332025-08-29T21:31:01.543Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48342025-08-29T21:31:01.547Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 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=96487ebd1a85535b -C extra-filename=-81e87bb767b216f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48352025-08-29T21:31:01.590Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 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=7e2ccd2d8285b2b0 -C extra-filename=-46723e5c193d2224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f5236009ded1c189.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9ae9f6d5a0eafcec.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ea8159f970959ec5.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a1425ec91817d984.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48362025-08-29T21:31:03.312Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 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=70dbf85691b93662 -C extra-filename=-fea3389b7c43df65 --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-4595a8b79348ae0e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48372025-08-29T21:31:03.457Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 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=8b65190bd4342e31 -C extra-filename=-969ef5955bc4ec46 --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-4595a8b79348ae0e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48382025-08-29T21:31:03.950Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 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=4355a426e2140435 -C extra-filename=-28c11660b04a8956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48392025-08-29T21:31:05.110Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48402025-08-29T21:31:05.113Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 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=98de3a7f6f287f6f -C extra-filename=-b518a7b3d3692617 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0114a3825d975b1b.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-cfbc354ca688dae3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-08f6be44a05b044a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48412025-08-29T21:31:05.159Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/bin/openapi-manager/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=5bf9d28554687839 -C extra-filename=-8725028095daf724 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-26cb2038a432765c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-bad1af679035eb70.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-640d0b51cd23fc89.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0cac0291d8e81389.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-20c7285ce8c5ee31.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-37b4896391f3dc97.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5256566fc3816c97.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-90c063d07fcd6961.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-64c8a70d7ff8bd30.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b44578b3e6fc1a1a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-68a39b30448a3b42.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48422025-08-29T21:31:05.976Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 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=f43112d28eb41abe -C extra-filename=-06c8d4d1479e2908 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ef23c0d7f4975770.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-20c7285ce8c5ee31.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3129af4774a30fc6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-713c7fd65907910b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-90319df437d96a99.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f66379bfc8e94589.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5a1679b8d288c4a1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2c4c22da317d7d9a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8bff3f16c603f3e9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-cd1e5d63ff2a6032.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-68a39b30448a3b42.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f05708c27d05e07a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48432025-08-29T21:31:06.137Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 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=a4553958ba8d1836 -C extra-filename=-08d12d991927f29a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-20c7285ce8c5ee31.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-713c7fd65907910b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5a1679b8d288c4a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-cd1e5d63ff2a6032.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-68a39b30448a3b42.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f05708c27d05e07a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48442025-08-29T21:31:06.830Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 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=164da946cb62a99a -C extra-filename=-0a7b487a6e8377a8 --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-ca4ebf2465e25529.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-0fea58a738981452.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-2b2d37c4c2d7a150.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-69f570790f1414db.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b107887f33ed7a69.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-679cb9d1cc7c09af.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-f4e9e03df8405af5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48452025-08-29T21:31:06.963Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 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=d771c3f7e57cfda4 -C extra-filename=-b1b8308b1add8606 --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-ca4ebf2465e25529.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-0fea58a738981452.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-2b2d37c4c2d7a150.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-69f570790f1414db.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b107887f33ed7a69.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-679cb9d1cc7c09af.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-f4e9e03df8405af5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48462025-08-29T21:31:07.811Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2021 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=5bd3290271c45e74 -C extra-filename=-caa1c96098c0ff99 --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-cedb53062f19b084.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-eb264640858826b3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ecb4e8014c423104.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c94d4e40227084d3.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48472025-08-29T21:31:07.855Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=ece87e2ad057fba8 -C extra-filename=-1b1916b2a153641f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cedb53062f19b084.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-dbcb8217361b1701.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-614e8197790fdf80.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-eb264640858826b3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ecb4e8014c423104.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bae16fbacaca8933.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c94d4e40227084d3.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f83384961d0ef30f.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-4ac7bec46b1b1736.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d8448149a9b86ace.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-0e5ac3bec893a79f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0958cfca0f2b9ad1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48482025-08-29T21:31:07.855Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 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=1bf94bff8ded14bd -C extra-filename=-8c9ffbdf4e1fa554 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48492025-08-29T21:31:09.014Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39b5ebe7412a9abf -C extra-filename=-01f7216e8bf6c97f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f5236009ded1c189.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9ae9f6d5a0eafcec.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1c59911027d8c2fb.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6aac4332d3d731fa.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d64e3c78264433e6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6ae10ea56cda503c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-12f927028a266d33.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b41f42837052f70e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6a00b39052fd30b3.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-37b4896391f3dc97.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5256566fc3816c97.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-969ef5955bc4ec46.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ea8159f970959ec5.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a1425ec91817d984.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-46723e5c193d2224.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-81e87bb767b216f0.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-28c11660b04a8956.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-fea3389b7c43df65.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6bc7d08cc66c831.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-44b65273fc397932.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-0e5ac3bec893a79f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0958cfca0f2b9ad1.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cc7dc78f97b83d6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48502025-08-29T21:31:09.530Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 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=d92315c7ce61f8ba -C extra-filename=-6ed8d4e945cf92a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-640d0b51cd23fc89.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-761ba223aa642ada.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0b09d34b0fc664bf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48512025-08-29T21:31:09.690Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 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=b7c13b3b8dd57df3 -C extra-filename=-ea430ac57c29482b --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-213b523f3513e0a5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48522025-08-29T21:31:11.166Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 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=ffffa765a7cf8da5 -C extra-filename=-62f702b6ef00ac90 --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-cedb53062f19b084.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-450f84b7a11e74da.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48532025-08-29T21:31:11.879Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 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=ab03627cedc836b9 -C extra-filename=-51f2f8784bd0b8ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cedb53062f19b084.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48542025-08-29T21:31:13.095Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 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=b74937770d5ea21d -C extra-filename=-3bdaf4b57b447af6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6bc7d08cc66c831.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0b09d34b0fc664bf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b08c46c7ff586e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48552025-08-29T21:31:20.081Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 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=23dc949d18254d65 -C extra-filename=-e31ac90012af68cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cedb53062f19b084.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6aac4332d3d731fa.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-761ba223aa642ada.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-55bb2370dc3b9a62.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c94d4e40227084d3.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-81e87bb767b216f0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-fea3389b7c43df65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f24391214db0f810.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-965a83b6ccec6135.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48562025-08-29T21:31:28.920Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2021 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=da05c67034dfbfe8 -C extra-filename=-3bbd9c0a6d7d807b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ea8159f970959ec5.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-46723e5c193d2224.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9fd3ef4c49916137.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48572025-08-29T21:31:32.479Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 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=b45b8ea8214bb607 -C extra-filename=-3ea5ef8b4e90824d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-09754f444a501f60.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-81e87bb767b216f0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48582025-08-29T21:31:42.971Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin --edition=2021 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=82fd0b6e71193949 -C extra-filename=-a6722abfcd0ca3d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-90c063d07fcd6961.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-54f8cc088e6ad68d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-4a83bee3dce0aab7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48592025-08-29T21:31:45.300Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2021 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=cee5efcb4b66cb68 -C extra-filename=-c81a09e55cb1822e --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-cedb53062f19b084.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-eb264640858826b3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ecb4e8014c423104.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c94d4e40227084d3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48602025-08-29T21:31:49.951Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 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=472b009e51c7ff9c -C extra-filename=-8139da292e495b28 --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-4595a8b79348ae0e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-78b527ec85286137.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48612025-08-29T21:31:54.856Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 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=7e93b6063a9b3538 -C extra-filename=-22ca504d6fd3bbd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-640d0b51cd23fc89.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-761ba223aa642ada.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48622025-08-29T21:31:56.450Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2021 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=9248da8d67d2c100 -C extra-filename=-3e827580fb7993b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-90c063d07fcd6961.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-54f8cc088e6ad68d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48632025-08-29T21:32:02.122Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 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=93660262f2ca7d81 -C extra-filename=-e17af7410ffe9729 --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-41c47d90b9841186.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48642025-08-29T21:32:02.689Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 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=46994d5850819f07 -C extra-filename=-cd9b4ddc957be841 --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-ca4ebf2465e25529.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-0fea58a738981452.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-2b2d37c4c2d7a150.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-69f570790f1414db.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b107887f33ed7a69.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-679cb9d1cc7c09af.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-f4e9e03df8405af5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48652025-08-29T21:32:05.251Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 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=d57e97c6221ea887 -C extra-filename=-f0a9111284840253 --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-ca4ebf2465e25529.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-0fea58a738981452.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-69f570790f1414db.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b107887f33ed7a69.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-679cb9d1cc7c09af.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-f4e9e03df8405af5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48662025-08-29T21:32:06.050Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 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=d84d385ea51c0667 -C extra-filename=-e0a9eb2323afb4e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ef23c0d7f4975770.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-20c7285ce8c5ee31.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3129af4774a30fc6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-713c7fd65907910b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-90319df437d96a99.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f66379bfc8e94589.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5a1679b8d288c4a1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2c4c22da317d7d9a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8bff3f16c603f3e9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-cd1e5d63ff2a6032.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-68a39b30448a3b42.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f05708c27d05e07a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48672025-08-29T21:32:10.938Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48682025-08-29T21:32:10.993Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name tqdb --edition=2021 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=e68fa0485d43e265 -C extra-filename=-3b7022b0e2047df6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-d0ac2bb8563ae55d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-8842bbb92dc1c461.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d73af920aef95a14.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-8b6df358eae9e2e0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48692025-08-29T21:32:14.497Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2021 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 --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=73e93bfb51aee9ac -C extra-filename=-0cf2db7e66b5bac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-958080e60e6029e1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12b3a24b3bb6d9a1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-9886ecbbddc28bcf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5a9b602df5cf5a2b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-8b6df358eae9e2e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48702025-08-29T21:32:39.279Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cluster --edition=2021 trust-quorum/tests/cluster.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"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=e7ba4f24358950e4 -C extra-filename=-f1ebeb1c4ac32202 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-958080e60e6029e1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12b3a24b3bb6d9a1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-9886ecbbddc28bcf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5a9b602df5cf5a2b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d73af920aef95a14.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-8b6df358eae9e2e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48712025-08-29T21:32:45.384Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 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=53034354d2268a15 -C extra-filename=-4a1c2b04189bb76a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-26cb2038a432765c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56df59020cd8b770.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f3e46e579ce4c4d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-efff6b713380d8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4c374818cfa16c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9fd3ef4c49916137.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-90319df437d96a99.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5d54b4ca3e3b0f4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8daf79b90edce993.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d3f43ee9a1bad88b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9e93a97342da7cb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48722025-08-29T21:32:51.907Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 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=2120db90e6fe48a2 -C extra-filename=-ee3de23c3457014e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f5236009ded1c189.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f347e96a9d9642b0.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f66379bfc8e94589.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-67bbd72995468e05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48732025-08-29T21:33:00.288Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 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=221d43bcf8443d01 -C extra-filename=-745846d9a69c4c5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-26cb2038a432765c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-da828835753b5a38.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56df59020cd8b770.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-92180dc36719f677.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f3e46e579ce4c4d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-efff6b713380d8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4c374818cfa16c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9fd3ef4c49916137.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-90319df437d96a99.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5d54b4ca3e3b0f4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8daf79b90edce993.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d3f43ee9a1bad88b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9e93a97342da7cb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48742025-08-29T21:33:03.889Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 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=4d3ee6f6e6c2a03a -C extra-filename=-25f8fcfc0fa457cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-26cb2038a432765c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-da828835753b5a38.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56df59020cd8b770.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-92180dc36719f677.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f3e46e579ce4c4d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-efff6b713380d8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4c374818cfa16c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9fd3ef4c49916137.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-90319df437d96a99.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5d54b4ca3e3b0f4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8daf79b90edce993.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d3f43ee9a1bad88b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9e93a97342da7cb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48752025-08-29T21:33:04.992Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 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=d70446e4fbeadbca -C extra-filename=-6014208026b51793 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-26cb2038a432765c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56df59020cd8b770.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f3e46e579ce4c4d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-efff6b713380d8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4c374818cfa16c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9fd3ef4c49916137.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-90319df437d96a99.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5d54b4ca3e3b0f4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8daf79b90edce993.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d3f43ee9a1bad88b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9e93a97342da7cb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48762025-08-29T21:33:07.731Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 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=099eda10e0112da6 -C extra-filename=-d6e1617666d759c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-26cb2038a432765c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56df59020cd8b770.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f3e46e579ce4c4d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-efff6b713380d8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4c374818cfa16c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9fd3ef4c49916137.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-90319df437d96a99.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5d54b4ca3e3b0f4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8daf79b90edce993.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d3f43ee9a1bad88b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9e93a97342da7cb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48772025-08-29T21:33:09.087Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 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=a42e6bfd37e014d4 -C extra-filename=-23401fbdb9ba0ade --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-26cb2038a432765c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-da828835753b5a38.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56df59020cd8b770.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-92180dc36719f677.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f3e46e579ce4c4d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-efff6b713380d8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4c374818cfa16c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9fd3ef4c49916137.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-90319df437d96a99.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5d54b4ca3e3b0f4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8daf79b90edce993.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d3f43ee9a1bad88b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9e93a97342da7cb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48782025-08-29T21:33:10.518Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 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=05c4c26be601a2ff -C extra-filename=-7a7e965119a7cad4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-26cb2038a432765c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-da828835753b5a38.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56df59020cd8b770.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-92180dc36719f677.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f3e46e579ce4c4d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-efff6b713380d8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4c374818cfa16c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9fd3ef4c49916137.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-90319df437d96a99.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5d54b4ca3e3b0f4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8daf79b90edce993.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d3f43ee9a1bad88b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9e93a97342da7cb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48792025-08-29T21:33:14.140Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48802025-08-29T21:33:14.143Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 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=e31ea7948d4600f4 -C extra-filename=-ce0669b938a7ccf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-c68150b2517d6e38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c347f46cf55ae32b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48812025-08-29T21:33:20.338Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 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=6e12b9e75c65335c -C extra-filename=-d99e3aab5ca9dc10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-a414f6bcef824217.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48822025-08-29T21:33:21.361Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48832025-08-29T21:33:21.364Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 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=3d878aa6ac7405dd -C extra-filename=-4788e8293036f3aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0114a3825d975b1b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-97a7643bcdb47f52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-0d0e1430d0327259.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/usr/ssl-3/lib/amd64`
48842025-08-29T21:33:21.920Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 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=be51d9f387921050 -C extra-filename=-a3150ec11e346233 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0114a3825d975b1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-08f6be44a05b044a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-35e87ea7a06bfb08.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-0d0e1430d0327259.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f982376f0c2ca6ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
48852025-08-29T21:33:25.910Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 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=1f8d43df90338f44 -C extra-filename=-a2cc0f9d48c39544 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-853647005632c833.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f24391214db0f810.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48862025-08-29T21:33:28.404Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 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=5fabd028f10a588f -C extra-filename=-5ec8c63501db1792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-a7eaba232aeb9e60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48872025-08-29T21:33:28.479Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 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=715dbfb4cfe4666b -C extra-filename=-eb21d4614224044e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-585ec2621c7aa31e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-614e8197790fdf80.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dc5628cd2ffc9e49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48882025-08-29T21:33:30.271Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 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=7c08bfa45e360254 -C extra-filename=-49135bcb397dbb28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-464ff577eafdd533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48892025-08-29T21:33:31.439Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 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=d79ba0d58045a30f -C extra-filename=-cfde0d1cd3bedea7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a446de549de076f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8bff3f16c603f3e9.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a5c24e6cde158a35.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48902025-08-29T21:33:32.911Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 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=1ffb354850bca028 -C extra-filename=-b02d0f32b7211e7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a446de549de076f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8bff3f16c603f3e9.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a5c24e6cde158a35.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48912025-08-29T21:33:34.519Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 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=a28005b87b3b5e13 -C extra-filename=-9c6a9594585b1abc --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-e9a1bdb27c790840.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-614e8197790fdf80.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-02a9a0efb6181b8d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-b3b10877585f41a1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-f99e50500207a476.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-9d1a71a343ddbfa3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48922025-08-29T21:33:35.633Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 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=72afb029754e2849 -C extra-filename=-a668f112d924835f --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-e9a1bdb27c790840.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-614e8197790fdf80.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-02a9a0efb6181b8d.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-b3b10877585f41a1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-f99e50500207a476.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-9d1a71a343ddbfa3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48932025-08-29T21:33:35.950Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 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=ba801a54ff9e4b0b -C extra-filename=-36434cbdac0020bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ef23c0d7f4975770.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3129af4774a30fc6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c264731ca2c6128f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-e18b20d07fd34f27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48942025-08-29T21:33:38.909Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 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=cd4ed5cfc66322d1 -C extra-filename=-20d7c2ed1dfea419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3129af4774a30fc6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c264731ca2c6128f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-e18b20d07fd34f27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48952025-08-29T21:33:53.476Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 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=d8aa96f83fd135d9 -C extra-filename=-b3f3ad2234ac801f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0114a3825d975b1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-cb37677b46739b1e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48962025-08-29T21:33:55.575Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2021 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=4609c46db4721471 -C extra-filename=-ac2b55a5bc4dd29b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0114a3825d975b1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-cb37677b46739b1e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48972025-08-29T21:33:56.303Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 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=ad7bf8d8a7cda4b8 -C extra-filename=-7ef5b5448c1b0b70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0114a3825d975b1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-cb37677b46739b1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48982025-08-29T21:34:00.595Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 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=0659f3610479e61a -C extra-filename=-fc2dfdfb93c8112f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48992025-08-29T21:34:01.432Z Running `/home/build/.rustup/toolchains/1.89.0-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=e2cc2bbe2184da00 -C extra-filename=-7a1839e165c72041 --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-1ab39f11511e72f8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-9886ecbbddc28bcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d73af920aef95a14.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49002025-08-29T21:34:02.725Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 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=efcea9ef43fc6849 -C extra-filename=-f737b3c5db7414ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ef23c0d7f4975770.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-20c7285ce8c5ee31.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3129af4774a30fc6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-713c7fd65907910b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-90319df437d96a99.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f66379bfc8e94589.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5a1679b8d288c4a1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2c4c22da317d7d9a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8bff3f16c603f3e9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-68a39b30448a3b42.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f05708c27d05e07a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49012025-08-29T21:34:05.156Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 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=7497339b6b828b48 -C extra-filename=-35a29e2e6615ea5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e620476de194b608.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a446de549de076f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f24391214db0f810.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b071dad6ed04a436.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5a1679b8d288c4a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b8e684ae52e6a06a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8bff3f16c603f3e9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f05708c27d05e07a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49022025-08-29T21:34:06.863Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 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=23057fde17ca534d -C extra-filename=-74410b40814c5bed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e620476de194b608.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a446de549de076f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f24391214db0f810.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b071dad6ed04a436.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5a1679b8d288c4a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b8e684ae52e6a06a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8bff3f16c603f3e9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f05708c27d05e07a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49032025-08-29T21:34:07.737Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 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=957096279100c22e -C extra-filename=-32ebceb1d20f5e83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e620476de194b608.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a446de549de076f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f24391214db0f810.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b071dad6ed04a436.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5a1679b8d288c4a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b8e684ae52e6a06a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f05708c27d05e07a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49042025-08-29T21:34:09.376Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2021 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=d8a1632b38c5e411 -C extra-filename=-ed4ce5c3a9e6a222 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-8842bbb92dc1c461.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49052025-08-29T21:34:09.966Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 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=bfcf85cb6daa04d9 -C extra-filename=-67ed3a6b56ee3c6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3aebff0611dc5d5e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-92180dc36719f677.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-14aab49601d2096b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-d0ac2bb8563ae55d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-8842bbb92dc1c461.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2c4c22da317d7d9a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49062025-08-29T21:34:12.826Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 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=50a7ac2ee0d8a878 -C extra-filename=-4962b2d852bf14aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3aebff0611dc5d5e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-92180dc36719f677.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-14aab49601d2096b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-d0ac2bb8563ae55d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2c4c22da317d7d9a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49072025-08-29T21:34:18.244Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2021 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=ba19d4526d2aa926 -C extra-filename=-774cee4c0eeb1fb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3aebff0611dc5d5e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-92180dc36719f677.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-14aab49601d2096b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-d0ac2bb8563ae55d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-8842bbb92dc1c461.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2c4c22da317d7d9a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49082025-08-29T21:34:19.627Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 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=2f0c537beaad6f9a -C extra-filename=-bcbfd93a52c6a78b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-d0cc2fd7bb2f3344.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-464ff577eafdd533.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49092025-08-29T21:34:22.049Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 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=b3f35f8f74076a3d -C extra-filename=-d11c3cc0252c932e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-d0cc2fd7bb2f3344.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-464ff577eafdd533.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49102025-08-29T21:34:28.552Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 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=ae6d5fadbcfc2ac8 -C extra-filename=-436b7bc5e8dbf929 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-464ff577eafdd533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49112025-08-29T21:34:29.258Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 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=43d5c21fc7a2725c -C extra-filename=-0eea5dedaa70fcc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0114a3825d975b1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-08f6be44a05b044a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-0d0e1430d0327259.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f982376f0c2ca6ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64`
49122025-08-29T21:34:30.935Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 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=b247bc74d4dc09b6 -C extra-filename=-841f7e5dcf73d1c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f347e96a9d9642b0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b44578b3e6fc1a1a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49132025-08-29T21:34:36.637Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 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=21ef1006e5119a1c -C extra-filename=-25a0f94434f10e5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f347e96a9d9642b0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b44578b3e6fc1a1a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b08c46c7ff586e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49142025-08-29T21:34:37.257Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 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=5fb323294edb29d6 -C extra-filename=-b7d67ebbe7825dac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f347e96a9d9642b0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b44578b3e6fc1a1a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b08c46c7ff586e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49152025-08-29T21:34:40.581Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 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=8f2e00a45e7c23d0 -C extra-filename=-666f70742f98caed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f347e96a9d9642b0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b44578b3e6fc1a1a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b08c46c7ff586e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49162025-08-29T21:34:41.611Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 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=9280f4f0e19a506d -C extra-filename=-24a70c187362e0d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0f5e53955ccc4cae.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-2e39810d14a71eec.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f83384961d0ef30f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-4ac7bec46b1b1736.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cc7dc78f97b83d6f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49172025-08-29T21:34:41.662Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2021 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=3c3a647386c12890 -C extra-filename=-0436aeb75a1e578f --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-e340083b86ca8543.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49182025-08-29T21:34:43.465Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 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=e724c12390648809 -C extra-filename=-915fc3f207fafed3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-26cb2038a432765c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-da828835753b5a38.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56df59020cd8b770.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-92180dc36719f677.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f3e46e579ce4c4d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-efff6b713380d8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4c374818cfa16c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9fd3ef4c49916137.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-90319df437d96a99.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5d54b4ca3e3b0f4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8daf79b90edce993.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d3f43ee9a1bad88b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9e93a97342da7cb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49192025-08-29T21:34:44.634Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 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=33d09181ca17f370 -C extra-filename=-56d8ace65e183c58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-92180dc36719f677.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-14aab49601d2096b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-d0ac2bb8563ae55d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-8842bbb92dc1c461.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2c4c22da317d7d9a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49202025-08-29T21:34:44.714Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 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=eb053ed896f8ba24 -C extra-filename=-dfd6f2820e64523e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a446de549de076f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f24391214db0f810.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b071dad6ed04a436.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5a1679b8d288c4a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b8e684ae52e6a06a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8bff3f16c603f3e9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f05708c27d05e07a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49212025-08-29T21:34:48.075Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 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=ccec26e951e125d4 -C extra-filename=-b6206591286962b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a446de549de076f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8bff3f16c603f3e9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49222025-08-29T21:34:51.553Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 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=d60b0d9d2ed0679e -C extra-filename=-0f8b2b0a096ab2aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-bad1af679035eb70.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e0d31cca961981da.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-db06c338580b8af7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c771a3375d325f73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49232025-08-29T21:34:54.365Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 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=c7a492ef8565fe72 -C extra-filename=-b041d3a2a8e28cef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-bad1af679035eb70.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e0d31cca961981da.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c771a3375d325f73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49242025-08-29T21:35:01.579Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 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=36483fa58b73be4f -C extra-filename=-6ce786ac199c8c19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-bad1af679035eb70.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e0d31cca961981da.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-db06c338580b8af7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c771a3375d325f73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49252025-08-29T21:35:04.395Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 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=c0f1fd7593adcfe7 -C extra-filename=-9c0e4ebf1d9e04f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-bad1af679035eb70.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e0d31cca961981da.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-db06c338580b8af7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c771a3375d325f73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49262025-08-29T21:35:07.444Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 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=ffd8942044739121 -C extra-filename=-0255ef03e6b125c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-bad1af679035eb70.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e0d31cca961981da.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-db06c338580b8af7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c771a3375d325f73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49272025-08-29T21:35:08.241Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
49282025-08-29T21:35:08.245Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2021 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=fb4fee1383565323 -C extra-filename=-b0d24488da74358e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e0d31cca961981da.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c771a3375d325f73.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49292025-08-29T21:35:11.039Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 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=6971b42850ba8762 -C extra-filename=-e119183c77214903 --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-6f3fd37f45d74b18.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49302025-08-29T21:35:11.408Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-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=c5cb7e4ef78ec3a8 -C extra-filename=-b0d62b7efae6ae0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-26cb2038a432765c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-bad1af679035eb70.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-640d0b51cd23fc89.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0cac0291d8e81389.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-20c7285ce8c5ee31.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-37b4896391f3dc97.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5256566fc3816c97.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-90c063d07fcd6961.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b44578b3e6fc1a1a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-68a39b30448a3b42.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49312025-08-29T21:35:12.547Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 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=a307aa2fc209b011 -C extra-filename=-bbe785fbe34375dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-bad1af679035eb70.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-db06c338580b8af7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49322025-08-29T21:35:13.155Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 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=68761c400dbbc83b -C extra-filename=-9296d46bcecc0349 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-bad1af679035eb70.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-db06c338580b8af7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49332025-08-29T21:35:23.764Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 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=bdefc060a52d2378 -C extra-filename=-b5aa18898d05aad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-bad1af679035eb70.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-db06c338580b8af7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49342025-08-29T21:35:29.454Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2021 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=c56c4e10c58e55e6 -C extra-filename=-54bf7ad324efea8b --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-4f86a0667f4538d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-54f8cc088e6ad68d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49352025-08-29T21:35:31.277Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 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=d6fefd6342e67e40 -C extra-filename=-09f9523714f728f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-9e4ce52b5e02f830.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-958080e60e6029e1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e3a2dc1fcf8e0cd6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-dbcb8217361b1701.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-614e8197790fdf80.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f6d96358e93c60cf.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-fe7adf2a3d3ea3d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c771a3375d325f73.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1a9cf255e3fe73b8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-6567dbfa129230c7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b5719cfe9eb7f5df.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49362025-08-29T21:35:32.731Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 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=492cd02f540e90e5 -C extra-filename=-75521b0421038bcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-9e4ce52b5e02f830.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-958080e60e6029e1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e3a2dc1fcf8e0cd6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-dbcb8217361b1701.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-614e8197790fdf80.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f6d96358e93c60cf.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-fe7adf2a3d3ea3d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c771a3375d325f73.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1a9cf255e3fe73b8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-6567dbfa129230c7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b5719cfe9eb7f5df.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49372025-08-29T21:35:32.896Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 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=699dc9b17f29ee58 -C extra-filename=-01eb2a949b2c4ef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-9e4ce52b5e02f830.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-958080e60e6029e1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e3a2dc1fcf8e0cd6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-dbcb8217361b1701.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-614e8197790fdf80.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f6d96358e93c60cf.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-fe7adf2a3d3ea3d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c771a3375d325f73.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1a9cf255e3fe73b8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-6567dbfa129230c7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b5719cfe9eb7f5df.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49382025-08-29T21:35:35.662Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
49392025-08-29T21:35:35.665Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2021 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=23f6ed303a899522 -C extra-filename=-55659839edf965d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ea8159f970959ec5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-d0ac2bb8563ae55d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49402025-08-29T21:35:39.151Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_hash --edition=2021 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=489bbd5fe88faad4 -C extra-filename=-e46ce539f770936c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ea8159f970959ec5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9fd3ef4c49916137.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5d54b4ca3e3b0f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49412025-08-29T21:35:43.349Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 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=7a32fea4d294dfc0 -C extra-filename=-20a34a87148c8565 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b44578b3e6fc1a1a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b08c46c7ff586e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49422025-08-29T21:35:43.736Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 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=449e569806b7954f -C extra-filename=-db36a303c0acc232 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b44578b3e6fc1a1a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b08c46c7ff586e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49432025-08-29T21:35:48.380Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db3170f4426fc883 -C extra-filename=-6186b59f45b63c43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2c4c22da317d7d9a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9e93a97342da7cb4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49442025-08-29T21:35:57.977Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 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=92e94b802ef1c07b -C extra-filename=-6e02a5c7c95e1c49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-7a0663a142c5d11f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-ff242f92cb1085d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-67bbd72995468e05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49452025-08-29T21:36:05.473Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 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=6f93a60dd2415bb8 -C extra-filename=-dd88cf3a4653793b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49462025-08-29T21:36:11.211Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 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=7ed5b9428864e474 -C extra-filename=-647e325a5339b419 --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-4595a8b79348ae0e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49472025-08-29T21:36:15.073Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 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=49b6761f7ca15a6f -C extra-filename=-4b7fa808e2336698 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49482025-08-29T21:36:16.491Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 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=d12898cd0d0a2ef6 -C extra-filename=-00eb1940649b71ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0cac0291d8e81389.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-49d71127f3af4690.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c264731ca2c6128f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-47bb75f810a63853.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-464ff577eafdd533.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c347f46cf55ae32b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49492025-08-29T21:36:18.911Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 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=27bea4044a4a87b3 -C extra-filename=-e369f0946b31701c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0cac0291d8e81389.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-49d71127f3af4690.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c264731ca2c6128f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-47bb75f810a63853.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-464ff577eafdd533.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c347f46cf55ae32b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49502025-08-29T21:36:24.261Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 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=25248f00e3b62a8c -C extra-filename=-b96477a619a28c3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0cac0291d8e81389.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-49d71127f3af4690.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c264731ca2c6128f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-47bb75f810a63853.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-464ff577eafdd533.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c347f46cf55ae32b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49512025-08-29T21:36:24.448Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 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=f050956779e9306c -C extra-filename=-995c4b7605e638ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0cac0291d8e81389.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-49d71127f3af4690.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c264731ca2c6128f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-464ff577eafdd533.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c347f46cf55ae32b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49522025-08-29T21:36:27.630Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2021 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=29fc4829fe8aa4bc -C extra-filename=-59d17a28c1838590 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9fd3ef4c49916137.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5d54b4ca3e3b0f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49532025-08-29T21:36:41.627Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 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=456aa6f47275c78c -C extra-filename=-fc1a59a1303a4f3c --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-1ab39f11511e72f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-47bb75f810a63853.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49542025-08-29T21:36:41.666Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49552025-08-29T21:36:41.676Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 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=14e7e80d39bfd1f9 -C extra-filename=-0f229a741bb0409c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-47bb75f810a63853.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-464ff577eafdd533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49562025-08-29T21:36:45.620Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 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=42ddf2223fd6b353 -C extra-filename=-21d5f5000e27dc66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-dace2deac663e6fe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-92180dc36719f677.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-67bbd72995468e05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49572025-08-29T21:36:45.720Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49582025-08-29T21:36:45.726Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2021 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=f89f855012196779 -C extra-filename=-6636737674fad8a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-464ff577eafdd533.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49592025-08-29T21:36:48.631Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 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=b376015f84000343 -C extra-filename=-efc7082fae125370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f24391214db0f810.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49602025-08-29T21:36:50.467Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 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=a8834fb2602a8089 -C extra-filename=-c9a28917e62ffdea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49612025-08-29T21:36:56.533Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images --edition=2021 sled-agent/zone-images/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1c614d1c3c25620 -C extra-filename=-f08c3be3aa038d37 --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-1ab39f11511e72f8.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-5c7865fe80fc2454.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f66379bfc8e94589.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49622025-08-29T21:36:56.868Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2021 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=07ecc0dbc19dca7d -C extra-filename=-6cc962a8b1a004e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56df59020cd8b770.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f66379bfc8e94589.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49632025-08-29T21:36:57.978Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 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=96a7d05519cfa95c -C extra-filename=-bc2b24ab6d9de45c --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-4595a8b79348ae0e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49642025-08-29T21:37:15.360Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 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=4ed7239c0056cfed -C extra-filename=-bcad4a027ae37b03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-eb264640858826b3.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c84a62f1829b219.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6a00b39052fd30b3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-713c7fd65907910b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-0e5ac3bec893a79f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49652025-08-29T21:37:15.362Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 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=fabc3b51fce109c7 -C extra-filename=-4995d099ba29255b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-34db2e983fc685e1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-4ba1a8c0141968be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-da54cebf2bb57aa0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6646a26bd241eeb4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49662025-08-29T21:37:19.554Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 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=014aeb1416c88169 -C extra-filename=-4bea040aa75b528b --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-4f86a0667f4538d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49672025-08-29T21:37:21.621Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 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=aa1f922997b177b8 -C extra-filename=-32794ffb4a2cd1ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-34db2e983fc685e1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-4ba1a8c0141968be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-da54cebf2bb57aa0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6646a26bd241eeb4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49682025-08-29T21:37:23.195Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 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=85520fa2690ba339 -C extra-filename=-7157756074922595 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49692025-08-29T21:37:24.498Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 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=ec63949bef3c7e3a -C extra-filename=-d6ce3b5612625eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5a1679b8d288c4a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49702025-08-29T21:37:29.270Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 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=e63ff55eb973f98e -C extra-filename=-5be92e66b5b79d4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-02a9a0efb6181b8d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49712025-08-29T21:37:39.538Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 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=76f162a9bd132c6b -C extra-filename=-6f4969512547e8bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-9e4ce52b5e02f830.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-958080e60e6029e1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e3a2dc1fcf8e0cd6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-dbcb8217361b1701.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f6d96358e93c60cf.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-fe7adf2a3d3ea3d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1a9cf255e3fe73b8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-6567dbfa129230c7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b5719cfe9eb7f5df.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49722025-08-29T21:37:44.456Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 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=384d795fdd2f806b -C extra-filename=-b4a56a414182b129 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d24ff9e84d4434c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6901ee0239de31eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49732025-08-29T21:37:45.431Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 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=25af2b56085ee1c9 -C extra-filename=-63b853408ba1ea09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d24ff9e84d4434c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6901ee0239de31eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49742025-08-29T21:37:46.868Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ccb27fd1478fcb9 -C extra-filename=-d0adc10f68f116e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d24ff9e84d4434c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6901ee0239de31eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49752025-08-29T21:37:50.570Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2021 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=bd9b87aa1c3c5597 -C extra-filename=-ef9701870850bce8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d24ff9e84d4434c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6901ee0239de31eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49762025-08-29T21:37:55.675Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 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=65cf0682981aa43e -C extra-filename=-7dc8f7da5d70524b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d24ff9e84d4434c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6901ee0239de31eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49772025-08-29T21:37:58.248Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc292bcae874f347 -C extra-filename=-4a2c817b987cf1dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d24ff9e84d4434c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6901ee0239de31eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49782025-08-29T21:37:59.245Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 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=5439b3178a47792d -C extra-filename=-ac851c88657e4b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49792025-08-29T21:38:11.257Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 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=aa0084387adb0c12 -C extra-filename=-e5574c486c0b6e00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d24ff9e84d4434c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6901ee0239de31eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49802025-08-29T21:38:11.312Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=156c59a8063cc908 -C extra-filename=-771e475177073689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d24ff9e84d4434c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6901ee0239de31eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49812025-08-29T21:38:11.312Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 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=d3ac99dfaff1808e -C extra-filename=-0ae5c89f93e693b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d24ff9e84d4434c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6901ee0239de31eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49822025-08-29T21:38:12.401Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 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=147fcbda9350573c -C extra-filename=-105b18306d4b38e5 --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-1ab39f11511e72f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5d54b4ca3e3b0f4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49832025-08-29T21:38:14.295Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 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=0d7d4370dae96ca7 -C extra-filename=-077114617af1308d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d24ff9e84d4434c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6901ee0239de31eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49842025-08-29T21:38:15.109Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images_examples --edition=2021 sled-agent/zone-images-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=7fe10dc3c8a2d172 -C extra-filename=-d777a79af1bc3c11 --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-1ab39f11511e72f8.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-5c7865fe80fc2454.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49852025-08-29T21:38:16.829Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 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=02af1c92ce26289d -C extra-filename=-9609cc4f7e5022f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a8e48c174da3a9d2.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-44b65273fc397932.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49862025-08-29T21:38:43.197Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 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=921536a37400316e -C extra-filename=-aa1bd6208ba32a8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49872025-08-29T21:38:43.367Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 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=14733f15d96d0254 -C extra-filename=-e51a5e781e8fa8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49882025-08-29T21:38:44.935Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 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=5d8005813dd94ec4 -C extra-filename=-e0c942a156217002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56df59020cd8b770.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49892025-08-29T21:38:45.390Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=a93d4cdce1a16fc2 -C extra-filename=-c1e61fbf2af2aef1 --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-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-73ccef7842c14551.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49902025-08-29T21:38:46.108Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 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=1448eed8b4dbf93a -C extra-filename=-4c6701157cb039c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-02a9a0efb6181b8d.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-38ea91d21a6eeb48.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-c0ee4cd57b6da138.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-90e570499299010f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49912025-08-29T21:38:47.152Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d0a76443adf5044 -C extra-filename=-c74037c335a9266e --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-4f86a0667f4538d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49922025-08-29T21:38:49.319Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 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=fc3a6a2de2031789 -C extra-filename=-c5aa7c878fbfc672 --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-ca0b22273cebe02d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12b3a24b3bb6d9a1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a446de549de076f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5a9b602df5cf5a2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-88c5b982987ac088.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49932025-08-29T21:38:50.218Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 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=c4a51917c460aabf -C extra-filename=-24b69cdca79ed828 --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-ca0b22273cebe02d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12b3a24b3bb6d9a1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a446de549de076f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5a9b602df5cf5a2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-88c5b982987ac088.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
49942025-08-29T21:38:57.290Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 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=a70f393e0bc1b719 -C extra-filename=-4db2e40b4810944e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49952025-08-29T21:38:57.384Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=300d21b720e91b89 -C extra-filename=-10e7f7b3d21351a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49962025-08-29T21:38:59.568Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 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=ae583350ac455ed8 -C extra-filename=-bb9e603a0db26e07 --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-303b33ef69c39e7c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fb146d15d0666ead.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0904e7cc6ae9030d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49972025-08-29T21:39:00.845Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49982025-08-29T21:39:00.849Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 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=1a25c18fab75c6d4 -C extra-filename=-31e90eb86d0c56ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49992025-08-29T21:39:01.613Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 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=38b2c2f927b95255 -C extra-filename=-2d37a391fc3259f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1cf2b1df603378e1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-2e39810d14a71eec.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c84a62f1829b219.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50002025-08-29T21:39:03.702Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 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=b11c6e25383ca619 -C extra-filename=-657af514330c5430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-38ea91d21a6eeb48.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-90e570499299010f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50012025-08-29T21:39:06.112Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 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=90062572a10c04fc -C extra-filename=-406378ea5bee0496 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-f45b84729fe586da.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d0ff8c2c78f48d6a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f3e46e579ce4c4d0.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-04fb608ab4fbef85.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a8e48c174da3a9d2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
50022025-08-29T21:39:08.918Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 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=1a2af75e10474ca2 -C extra-filename=-f26b557ff226069e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f6d96358e93c60cf.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-08a204a8dc5b660a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-43e38653a8531bbf.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ed56ff1448281377.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d3f43ee9a1bad88b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50032025-08-29T21:39:11.778Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 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=8871365b28101c8c -C extra-filename=-eaa356d4fd0ac47e --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-784c297e68e85669.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50042025-08-29T21:39:13.915Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=96d70005000a003a -C extra-filename=-c0afe7a0d45ba1c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f6d96358e93c60cf.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-46010c2eeed2a2e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0958cfca0f2b9ad1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50052025-08-29T21:39:13.981Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
50062025-08-29T21:39:13.985Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 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=b3d1a5c251490f0b -C extra-filename=-dce81218d3d05f00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50072025-08-29T21:39:15.371Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=457b1eb736356ae4 -C extra-filename=-027e4542f7dd5587 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c84a62f1829b219.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5a8ba38dd8c9c489.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-09670cff46bdc2a9.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-09c1fab102bb0169.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50082025-08-29T21:39:16.211Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
50092025-08-29T21:39:16.215Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 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=0347e0a60915dacb -C extra-filename=-e0baea5ab208ca82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50102025-08-29T21:39:16.617Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 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=b6c15dd52e93e1e6 -C extra-filename=-5bf9e40fc3b6d82d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50112025-08-29T21:39:18.290Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 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=31d6c686c2f83ae6 -C extra-filename=-cfc920999cd48273 --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-ca0b22273cebe02d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12b3a24b3bb6d9a1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a446de549de076f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5a9b602df5cf5a2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-88c5b982987ac088.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50122025-08-29T21:39:21.223Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 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=d7fb84338a07ca3b -C extra-filename=-a8c87fa3a8d834be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0114a3825d975b1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50132025-08-29T21:39:22.423Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 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=b9d2f56d4e7fd7f8 -C extra-filename=-50d5115d16098710 --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-f8d71a72b9e8b2c4.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-44b668ede8600b95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50142025-08-29T21:39:22.947Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=f8f1e6fdc23b24ef -C extra-filename=-d3cbb709d31e9060 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f6d96358e93c60cf.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-46010c2eeed2a2e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0958cfca0f2b9ad1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50152025-08-29T21:39:25.075Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2021 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=9d0b01ae27d7ba15 -C extra-filename=-6c9a7baf0e3b17d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-44b65273fc397932.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50162025-08-29T21:39:25.999Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 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=79f1abe5c52f781b -C extra-filename=-f31408a09a0d3ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50172025-08-29T21:39:26.438Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 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=3ebca60018a6cad1 -C extra-filename=-f957194ef99817fa --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-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50182025-08-29T21:39:28.043Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 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=17d7f358c01e9b25 -C extra-filename=-bdff217934063254 --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-4f86a0667f4538d2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50192025-08-29T21:39:30.707Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 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=ed142bb23635b0c5 -C extra-filename=-5773425c467fe996 --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-4595a8b79348ae0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50202025-08-29T21:39:32.850Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 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=d7ffc6a9b50a55cc -C extra-filename=-80191037ddf3523e --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-4595a8b79348ae0e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50212025-08-29T21:39:33.508Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 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=0119e07447f82fd1 -C extra-filename=-f942a08b339496c2 --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-4595a8b79348ae0e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50222025-08-29T21:39:33.823Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 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=ed29f86614ff5001 -C extra-filename=-e836400410c78f61 --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-4595a8b79348ae0e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50232025-08-29T21:39:35.346Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 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=c3c0dc24a2b2b9ca -C extra-filename=-3957e6d8f99bd1eb --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-4595a8b79348ae0e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50242025-08-29T21:39:35.400Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 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=90f7f9c3fe747b9a -C extra-filename=-0a76761ba2a3ee81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50252025-08-29T21:39:36.276Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 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=191ea01a85d5c9ef -C extra-filename=-d27d6ef6f6a7638f --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-1ab39f11511e72f8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50262025-08-29T21:39:36.735Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6053be0062d47bf -C extra-filename=-87e12045f30b38ca --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-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50272025-08-29T21:39:37.173Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79d331b091d52d57 -C extra-filename=-6c8fb4198fa45252 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50282025-08-29T21:39:37.425Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 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=2cfb9fe562967d42 -C extra-filename=-cd8d2c3d84b7a795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50292025-08-29T21:39:37.721Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d284856b39d067ef -C extra-filename=-2976e6f3c042705e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50302025-08-29T21:39:38.244Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 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=95429cdf8fca89bd -C extra-filename=-88b0a423b6d3c7cc --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-8f6bf65726e525c8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50312025-08-29T21:39:40.918Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 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=577a492fbbe325f7 -C extra-filename=-cb98c7e8ae06313a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50322025-08-29T21:39:42.025Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 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=5667c3beca2d2883 -C extra-filename=-779a91b31201298d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-90e570499299010f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50332025-08-29T21:39:46.825Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 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=bd9d4186b1396f88 -C extra-filename=-39ff283d02de5784 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f6d96358e93c60cf.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-46010c2eeed2a2e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0958cfca0f2b9ad1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50342025-08-29T21:39:47.740Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 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=1e3db6701616833e -C extra-filename=-eb85c33cc1c0a863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50352025-08-29T21:39:48.222Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 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=730db00d557b50ed -C extra-filename=-5d242a05415f37d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50362025-08-29T21:39:48.856Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2021 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=144af7c5d231890c -C extra-filename=-6d0aff826288e46b --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-4595a8b79348ae0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50372025-08-29T21:39:49.700Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 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=21d9296addabaa02 -C extra-filename=-01b8ebbb476cf2d9 --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-4595a8b79348ae0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50382025-08-29T21:39:52.215Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86a19f91d51104b2 -C extra-filename=-a9c1b5a127c657a1 --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-6e69bbd5a21aae0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50392025-08-29T21:39:52.987Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 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=678ccd76a8d260fe -C extra-filename=-7bd6d70e559f4a0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50402025-08-29T21:39:54.373Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 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=98f01d193465bc5f -C extra-filename=-f0b7fe178bc95bb4 --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-3fd9670d2037859a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50412025-08-29T21:39:57.301Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 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=c6b33f9277bf83f5 -C extra-filename=-8f4499872d47cb93 --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-4595a8b79348ae0e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50422025-08-29T21:40:00.280Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 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=85a426b86764cf19 -C extra-filename=-decb83e208679fc5 --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-4595a8b79348ae0e.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-761ba223aa642ada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50432025-08-29T21:40:01.564Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 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=09e6b36566191a2c -C extra-filename=-80f72af8eaaf6d37 --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-6a446de549de076f.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-04abdf5c02d00fb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
50442025-08-29T21:40:03.167Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 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=ee24eb80ac2ed814 -C extra-filename=-8e52e8f4bbad2bf2 --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-41c47d90b9841186.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5a9b602df5cf5a2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50452025-08-29T21:40:04.023Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2021 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=069c903e5874fe52 -C extra-filename=-d3cd4ea4283e0064 --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-e340083b86ca8543.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50462025-08-29T21:40:04.820Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 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=d2b33e3d9b08b261 -C extra-filename=-fce622194a8db785 --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-080b5f685c1c2db9.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8876f4af9a471da0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-90e570499299010f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-49ede7fd9a37f392.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50472025-08-29T21:40:05.475Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 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=75ea2263df02b0d7 -C extra-filename=-83d4ede16e8c0fdc --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-080b5f685c1c2db9.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8876f4af9a471da0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-90e570499299010f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-49ede7fd9a37f392.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50482025-08-29T21:40:05.858Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 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=4b5db9aa2241b70a -C extra-filename=-743646f9a2938d03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a8e48c174da3a9d2.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3fd8446d2566a752.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50492025-08-29T21:40:06.884Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 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=eedb36e7e831a605 -C extra-filename=-7c2056d09d5ba567 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1cf2b1df603378e1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6382814ebd7444af.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-62c0e713a3847c0c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50502025-08-29T21:40:08.096Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 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=234bd0f25a08ae85 -C extra-filename=-a9eb9344c55404e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50512025-08-29T21:40:08.155Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2021 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=c3a516eb68007058 -C extra-filename=-86d389e8e39c1f7e --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-c03652d8d6c88650.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50522025-08-29T21:40:09.305Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 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=61b69e79967f7f83 -C extra-filename=-10c70ac9af69ea37 --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-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50532025-08-29T21:40:10.575Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2021 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=2a3aa270745f1518 -C extra-filename=-05c7204c206b1914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50542025-08-29T21:40:11.602Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 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=c4e8d376684a1d65 -C extra-filename=-dab59f206064b873 --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-303b33ef69c39e7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50552025-08-29T21:40:12.313Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 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=d7ac400f70086afb -C extra-filename=-b5b54173dcc354ae --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-4595a8b79348ae0e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50562025-08-29T21:40:12.528Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 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=1dfd4980402257ab -C extra-filename=-f1d9303c123b6afb --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-303b33ef69c39e7c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50572025-08-29T21:40:12.940Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 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=c06b8406906b2123 -C extra-filename=-e44f9ff1317630dd --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-303b33ef69c39e7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50582025-08-29T21:40:14.373Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2021 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=69065e91cd0a1bbd -C extra-filename=-3c8f81171cf13c57 --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-4595a8b79348ae0e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50592025-08-29T21:40:14.426Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 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=af2d51c00af0cae7 -C extra-filename=-33cdb2a7a1752182 --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-303b33ef69c39e7c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50602025-08-29T21:40:14.954Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 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=78e7e798160a488b -C extra-filename=-79ffdacbe7048af2 --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-303b33ef69c39e7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50612025-08-29T21:40:15.796Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 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=49ca3b43639e7dd1 -C extra-filename=-101761b7b8337f4f --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-7fc25a4247ca8d94.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-4e9172ec7057384e.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50622025-08-29T21:40:15.864Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 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=ae9f47c71d3cb746 -C extra-filename=-632d1e2ede22d151 --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-4f86a0667f4538d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50632025-08-29T21:40:16.785Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 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=b8cbff6bb0c3f5f2 -C extra-filename=-60f0ec518254e044 --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-303b33ef69c39e7c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50642025-08-29T21:40:17.637Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-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=54ea2a7f15f8da1d -C extra-filename=-935e7b57ace1d07f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50652025-08-29T21:40:17.741Z Running `/home/build/.rustup/toolchains/1.89.0-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=9286dc34c6cf2a64 -C extra-filename=-7d2319fc8a5be236 --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-4f86a0667f4538d2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50662025-08-29T21:40:18.336Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2021 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=63b7a0ddab61737f -C extra-filename=-1a78f176aaccbbf3 --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-303b33ef69c39e7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50672025-08-29T21:40:20.454Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 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=7df73f22e027abf1 -C extra-filename=-3404d3b389c58667 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50682025-08-29T21:40:22.393Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name id_map --edition=2021 id-map/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=010056019e70cb1b -C extra-filename=-8412ee5472611808 --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-6e69bbd5a21aae0d.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c84a62f1829b219.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.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-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50692025-08-29T21:40:23.287Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 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=df9c5f40319d743a -C extra-filename=-e17ddbf80de4792d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50702025-08-29T21:40:25.317Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 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=b6020e35ee5207fc -C extra-filename=-f0b7db7b5bbaa505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3fd8446d2566a752.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50712025-08-29T21:40:26.162Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 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=f300ba46e3a9c417 -C extra-filename=-e0c73b5f384110a2 --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-20b778ea24683811.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-6db268b7ab5218c6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50722025-08-29T21:40:26.881Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2021 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=1aa054d80285d63f -C extra-filename=-82c221a26f254c24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0114a3825d975b1b.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b071dad6ed04a436.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50732025-08-29T21:40:26.974Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2021 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77a689ed6d9a2c12 -C extra-filename=-63cd320fe74f3cad --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-303b33ef69c39e7c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50742025-08-29T21:40:26.995Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 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=85b2dce646a7f4c9 -C extra-filename=-2d48be25dd00b798 --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-a023f867486acc90.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-dacbb9cf1167fb96.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-aacfd2cdccf68808.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-918dddd36587fd89.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-19d9f1304dcf7a40.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-685ac79a84b69255.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-8629a278cecb7b23.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9a68ddfa25d2136d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-84d46add4b8597a5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7fc67dc6d779fea4.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-2e39810d14a71eec.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c88024024eb262dd.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8d54af6fb08d3022.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-72f113c130892b2e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f6a009235cb485a0.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c03652d8d6c88650.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-a51c596edd72d8f2.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-375181654f4c41e1.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-8d4afa50947010bd.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e47ee38796635ed1.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-0a48cc8b19067905.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-2be51631477f9ca5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-34db2e983fc685e1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-21ee97052524a47f.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9caa1f323c45c460.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6ae10ea56cda503c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bae16fbacaca8933.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153f6b9a67c64b83.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a4fd74ac2468524c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-119e9b0cd754c80a.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-dace2deac663e6fe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5488270ca8c700f6.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fd7f55707a725433.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-eb27b949f6068efc.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5d31aa9cbc163b3b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6cbdcd7fc85c615a.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-caf299686e7cec65.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-5ed192293457b111.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-55c188c63291fbf3.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-eef78c50bba7d059.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-ebf13a14a38e330c.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-be98e4fd96343ce6.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d8448149a9b86ace.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-4a669e4ad0e21ffe.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-05820855fe0e705d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7a7907bea23cd83a.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f2143ef03012a20.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-e8a0bf43db175489.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1cfe07235191dde0.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b4d133c5a80433c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-bb095d7eb0d28ec2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8e665379beeb9a3c.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-4d05d58375967aa4.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-214680a193c04733.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9240021472f657ee.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-43bb47649998433a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-08331bbb5132ebf2.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ebd7ea1a6b1284d.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b071dad6ed04a436.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-58a5172ac4a60185.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8428c26553ab55d3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-380517021d21c4e8.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9ffcc4485a5d3239.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d77465ec1bbbf54e.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6646a26bd241eeb4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50752025-08-29T21:40:27.564Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 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=5f0c53d1c52decb8 -C extra-filename=-e58be731503826ce --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-6e69bbd5a21aae0d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50762025-08-29T21:40:27.636Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2021 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=9accf2a6895a2008 -C extra-filename=-bc75913913d33ef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50772025-08-29T21:41:25.621Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 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=287b1acadb81cfdf -C extra-filename=-0f37d9c93cafc065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cedb53062f19b084.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f5236009ded1c189.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9ae9f6d5a0eafcec.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-450f84b7a11e74da.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-dace2deac663e6fe.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ea8159f970959ec5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a1425ec91817d984.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-81e87bb767b216f0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-78b527ec85286137.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-01f7216e8bf6c97f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50782025-08-29T21:41:25.626Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 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=0847885f9c5731f6 -C extra-filename=-18d37cdeeb9a8e7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6bc7d08cc66c831.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-01f7216e8bf6c97f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-464ff577eafdd533.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50792025-08-29T21:41:25.678Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2021 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=79a40862aee6fd1e -C extra-filename=-c3604977ef4589eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-81e87bb767b216f0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-78b527ec85286137.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-01f7216e8bf6c97f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-8842bbb92dc1c461.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50802025-08-29T21:41:25.684Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 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=3b57a13c22349038 -C extra-filename=-05264c9335f2a544 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6bc7d08cc66c831.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-d0cc2fd7bb2f3344.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-01f7216e8bf6c97f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b107887f33ed7a69.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-464ff577eafdd533.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50812025-08-29T21:41:25.684Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 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=5f05e82972d55294 -C extra-filename=-2509a51697ee69be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cedb53062f19b084.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6aac4332d3d731fa.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-761ba223aa642ada.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-55bb2370dc3b9a62.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c94d4e40227084d3.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-81e87bb767b216f0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-fea3389b7c43df65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-78b527ec85286137.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-01f7216e8bf6c97f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f24391214db0f810.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-965a83b6ccec6135.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50822025-08-29T21:41:25.708Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2021 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=d4c2c8f01e3ce5b3 -C extra-filename=-e34a3833c51e59f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-81e87bb767b216f0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-78b527ec85286137.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-01f7216e8bf6c97f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-8842bbb92dc1c461.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50832025-08-29T21:41:25.744Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 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=772c5f1a1caeba17 -C extra-filename=-a90820c085e9dcae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cedb53062f19b084.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6aac4332d3d731fa.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-761ba223aa642ada.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-55bb2370dc3b9a62.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c94d4e40227084d3.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-81e87bb767b216f0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-fea3389b7c43df65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-78b527ec85286137.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-01f7216e8bf6c97f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f24391214db0f810.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-965a83b6ccec6135.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50842025-08-29T21:41:25.810Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 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=27265e93845b6dfd -C extra-filename=-da0fc18d5b29597e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6bc7d08cc66c831.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-d0cc2fd7bb2f3344.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-01f7216e8bf6c97f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b107887f33ed7a69.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-464ff577eafdd533.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
50852025-08-29T21:51:14.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28m 04s
50862025-08-29T21:51:35.671Z
50872025-08-29T21:51:35.677Zreal 28:25.855355318
50882025-08-29T21:51:35.677Zuser 2:02:15.675060175
50892025-08-29T21:51:35.677Zsys 19:58.102620418
50902025-08-29T21:51:35.677Ztrap 6.653723020
50912025-08-29T21:51:35.677Ztflt 3.822829362
50922025-08-29T21:51:35.677Zdflt 28:28.500507860
50932025-08-29T21:51:35.677Zkflt 0.985477336
50942025-08-29T21:51:35.677Zlock 7:58:56.726404812
50952025-08-29T21:51:35.677Zslp 13:17:50.888214261
50962025-08-29T21:51:35.677Zlat 9:09.892998671
50972025-08-29T21:51:35.677Zstop 16:29.721867605
50982025-08-29T21:51:36.686Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
50992025-08-29T21:51:42.049Z Fresh unicode-ident v1.0.18
51002025-08-29T21:51:42.054Z Fresh cfg-if v1.0.1
51012025-08-29T21:51:42.058Z Fresh autocfg v1.4.0
51022025-08-29T21:51:42.058Z Fresh memchr v2.7.4
51032025-08-29T21:51:42.058Z Fresh value-bag v1.9.0
51042025-08-29T21:51:42.058Z Fresh proc-macro2 v1.0.95
51052025-08-29T21:51:42.058Z Fresh log v0.4.27
51062025-08-29T21:51:42.058Z Fresh smallvec v1.15.1
51072025-08-29T21:51:42.058Z Fresh version_check v0.9.5
51082025-08-29T21:51:42.058Z Fresh itoa v1.0.11
51092025-08-29T21:51:42.058Z Fresh quote v1.0.40
51102025-08-29T21:51:42.058Z Fresh libc v0.2.174
51112025-08-29T21:51:42.058Z Fresh scopeguard v1.2.0
51122025-08-29T21:51:42.063Z Fresh critical-section v1.1.3
51132025-08-29T21:51:42.069Z Fresh syn v2.0.104
51142025-08-29T21:51:42.069Z Fresh lock_api v0.4.12
51152025-08-29T21:51:42.069Z Fresh getrandom v0.2.15
51162025-08-29T21:51:42.069Z Fresh stable_deref_trait v1.2.0
51172025-08-29T21:51:42.069Z Fresh ryu v1.0.18
51182025-08-29T21:51:42.069Z Fresh serde_derive v1.0.219
51192025-08-29T21:51:42.069Z Fresh portable-atomic v1.11.0
51202025-08-29T21:51:42.069Z Fresh zeroize_derive v1.4.2
51212025-08-29T21:51:42.069Z Fresh libm v0.2.8
51222025-08-29T21:51:42.069Z Fresh synstructure v0.13.1
51232025-08-29T21:51:42.069Z Fresh zerovec-derive v0.10.3
51242025-08-29T21:51:42.069Z Fresh displaydoc v0.2.5
51252025-08-29T21:51:42.069Z Fresh pin-project-lite v0.2.14
51262025-08-29T21:51:42.070Z Fresh serde v1.0.219
51272025-08-29T21:51:42.070Z Fresh zeroize v1.8.1
51282025-08-29T21:51:42.070Z Fresh once_cell v1.21.3
51292025-08-29T21:51:42.070Z Fresh num-traits v0.2.19
51302025-08-29T21:51:42.070Z Fresh zerofrom-derive v0.1.4
51312025-08-29T21:51:42.070Z Fresh yoke-derive v0.7.4
51322025-08-29T21:51:42.073Z Fresh bytes v1.10.1
51332025-08-29T21:51:42.073Z Fresh bitflags v2.9.1
51342025-08-29T21:51:42.073Z Fresh zerofrom v0.1.4
51352025-08-29T21:51:42.073Z Fresh writeable v0.5.5
51362025-08-29T21:51:42.073Z Fresh litemap v0.7.3
51372025-08-29T21:51:42.073Z Fresh percent-encoding v2.3.1
51382025-08-29T21:51:42.073Z Fresh yoke v0.7.4
51392025-08-29T21:51:42.073Z Fresh serde_json v1.0.142
51402025-08-29T21:51:42.073Z Fresh getrandom v0.3.1
51412025-08-29T21:51:42.073Z Fresh icu_provider_macros v1.5.0
51422025-08-29T21:51:42.073Z Fresh shlex v1.3.0
51432025-08-29T21:51:42.073Z Fresh foldhash v0.1.5
51442025-08-29T21:51:42.073Z Fresh allocator-api2 v0.2.21
51452025-08-29T21:51:42.073Z Fresh equivalent v1.0.2
51462025-08-29T21:51:42.076Z Fresh zerovec v0.10.4
51472025-08-29T21:51:42.076Z Fresh hashbrown v0.15.4
51482025-08-29T21:51:42.076Z Fresh icu_locid_transform_data v1.5.0
51492025-08-29T21:51:42.076Z Fresh rand_core v0.6.4
51502025-08-29T21:51:42.076Z Fresh icu_properties_data v1.5.0
51512025-08-29T21:51:42.076Z Fresh jobserver v0.1.32
51522025-08-29T21:51:42.080Z Fresh tinystr v0.7.6
51532025-08-29T21:51:42.080Z Fresh icu_collections v1.5.0
51542025-08-29T21:51:42.080Z Fresh write16 v1.0.0
51552025-08-29T21:51:42.080Z Fresh icu_normalizer_data v1.5.0
51562025-08-29T21:51:42.080Z Fresh utf8_iter v1.0.4
51572025-08-29T21:51:42.080Z Fresh utf16_iter v1.0.5
51582025-08-29T21:51:42.080Z Fresh icu_locid v1.5.0
51592025-08-29T21:51:42.080Z Fresh parking_lot_core v0.9.10
51602025-08-29T21:51:42.080Z Fresh cc v1.2.30
51612025-08-29T21:51:42.080Z Fresh semver v1.0.26
51622025-08-29T21:51:42.084Z Fresh form_urlencoded v1.2.1
51632025-08-29T21:51:42.084Z Fresh regex-syntax v0.8.5
51642025-08-29T21:51:42.084Z Fresh subtle v2.6.1
51652025-08-29T21:51:42.084Z Fresh signal-hook-registry v1.4.2
51662025-08-29T21:51:42.084Z Fresh icu_provider v1.5.0
51672025-08-29T21:51:42.084Z Fresh parking_lot v0.12.3
51682025-08-29T21:51:42.084Z Fresh errno v0.3.12
51692025-08-29T21:51:42.084Z Fresh byteorder v1.5.0
51702025-08-29T21:51:42.084Z Fresh fnv v1.0.7
51712025-08-29T21:51:42.084Z Fresh aho-corasick v1.1.3
51722025-08-29T21:51:42.084Z Fresh mio v1.0.2
51732025-08-29T21:51:42.084Z Fresh futures-core v0.3.31
51742025-08-29T21:51:42.084Z Fresh icu_locid_transform v1.5.0
51752025-08-29T21:51:42.084Z Fresh regex-automata v0.4.8
51762025-08-29T21:51:42.087Z Fresh heck v0.5.0
51772025-08-29T21:51:42.091Z Fresh tokio-macros v2.5.0
51782025-08-29T21:51:42.091Z Fresh icu_properties v1.5.1
51792025-08-29T21:51:42.091Z Fresh thiserror-impl v1.0.69
51802025-08-29T21:51:42.091Z Fresh socket2 v0.6.0
51812025-08-29T21:51:42.091Z Fresh either v1.15.0
51822025-08-29T21:51:42.091Z Fresh icu_normalizer v1.5.0
51832025-08-29T21:51:42.091Z Fresh typenum v1.17.0
51842025-08-29T21:51:42.091Z Fresh rustix v0.38.37
51852025-08-29T21:51:42.091Z Fresh thiserror v1.0.69
51862025-08-29T21:51:42.091Z Fresh tokio v1.47.0
51872025-08-29T21:51:42.091Z Fresh regex v1.11.1
51882025-08-29T21:51:42.091Z Fresh indexmap v2.10.0
51892025-08-29T21:51:42.091Z Fresh iana-time-zone v0.1.63
51902025-08-29T21:51:42.091Z Fresh idna_adapter v1.2.0
51912025-08-29T21:51:42.091Z Fresh generic-array v0.14.7
51922025-08-29T21:51:42.091Z Fresh chrono v0.4.41
51932025-08-29T21:51:42.091Z Fresh uuid v1.17.0
51942025-08-29T21:51:42.091Z Fresh futures-io v0.3.31
51952025-08-29T21:51:42.095Z Fresh pkg-config v0.3.31
51962025-08-29T21:51:42.095Z Fresh spin v0.9.8
51972025-08-29T21:51:42.095Z Fresh idna v1.0.3
51982025-08-29T21:51:42.095Z Fresh crypto-common v0.1.6
51992025-08-29T21:51:42.095Z Fresh zerocopy-derive v0.7.35
52002025-08-29T21:51:42.095Z Fresh const-oid v0.9.6
52012025-08-29T21:51:42.095Z Fresh serde_derive_internals v0.29.1
52022025-08-29T21:51:42.095Z Fresh dyn-clone v1.0.20
52032025-08-29T21:51:42.096Z Fresh url v2.5.4
52042025-08-29T21:51:42.096Z Fresh slab v0.4.9
52052025-08-29T21:51:42.096Z Fresh zerocopy v0.7.35
52062025-08-29T21:51:42.096Z Fresh schemars_derive v0.8.22
52072025-08-29T21:51:42.096Z Fresh block-buffer v0.10.4
52082025-08-29T21:51:42.096Z Fresh pin-utils v0.1.0
52092025-08-29T21:51:42.096Z Fresh futures-sink v0.3.31
52102025-08-29T21:51:42.100Z Fresh schemars v0.8.22
52112025-08-29T21:51:42.100Z Fresh digest v0.10.7
52122025-08-29T21:51:42.100Z Fresh lazy_static v1.5.0
52132025-08-29T21:51:42.100Z Fresh futures-channel v0.3.31
52142025-08-29T21:51:42.100Z Fresh futures-macro v0.3.31
52152025-08-29T21:51:42.100Z Fresh futures-task v0.3.31
52162025-08-29T21:51:42.100Z Fresh cpufeatures v0.2.14
52172025-08-29T21:51:42.100Z Fresh futures-util v0.3.31
52182025-08-29T21:51:42.100Z Fresh ppv-lite86 v0.2.20
52192025-08-29T21:51:42.100Z Fresh tracing-core v0.1.32
52202025-08-29T21:51:42.100Z Fresh tracing-attributes v0.1.27
52212025-08-29T21:51:42.100Z Fresh strsim v0.11.1
52222025-08-29T21:51:42.100Z Fresh glob v0.3.2
52232025-08-29T21:51:42.100Z Fresh syn v1.0.109
52242025-08-29T21:51:42.100Z Fresh tracing v0.1.40
52252025-08-29T21:51:42.100Z Fresh thiserror-impl v2.0.12
52262025-08-29T21:51:42.100Z Fresh http v1.3.1
52272025-08-29T21:51:42.100Z Fresh minimal-lexical v0.2.1
52282025-08-29T21:51:42.103Z Fresh thiserror v2.0.12
52292025-08-29T21:51:42.103Z Fresh nom v7.1.3
52302025-08-29T21:51:42.103Z Fresh adler2 v2.0.0
52312025-08-29T21:51:42.106Z Fresh libloading v0.8.5
52322025-08-29T21:51:42.107Z Fresh miniz_oxide v0.8.5
52332025-08-29T21:51:42.107Z Fresh vcpkg v0.2.15
52342025-08-29T21:51:42.110Z Fresh prettyplease v0.2.36
52352025-08-29T21:51:42.110Z Fresh cexpr v0.6.0
52362025-08-29T21:51:42.110Z Fresh clang-sys v1.8.1
52372025-08-29T21:51:42.110Z Fresh home v0.5.9
52382025-08-29T21:51:42.110Z Fresh crossbeam-utils v0.8.21
52392025-08-29T21:51:42.110Z Fresh paste v1.0.15
52402025-08-29T21:51:42.110Z Fresh block-padding v0.3.3
52412025-08-29T21:51:42.110Z Fresh serde_tokenstream v0.2.2
52422025-08-29T21:51:42.114Z Fresh powerfmt v0.2.0
52432025-08-29T21:51:42.114Z Fresh num-conv v0.1.0
52442025-08-29T21:51:42.114Z Fresh time-core v0.1.2
52452025-08-29T21:51:42.114Z Fresh deranged v0.3.11
52462025-08-29T21:51:42.114Z Fresh inout v0.1.3
52472025-08-29T21:51:42.114Z Fresh time-macros v0.2.18
52482025-08-29T21:51:42.114Z Fresh num_threads v0.1.7
52492025-08-29T21:51:42.114Z Fresh itertools v0.12.1
52502025-08-29T21:51:42.118Z Fresh base64 v0.22.1
52512025-08-29T21:51:42.118Z Fresh cipher v0.4.4
52522025-08-29T21:51:42.118Z Fresh time v0.3.36
52532025-08-29T21:51:42.118Z Fresh which v4.4.2
52542025-08-29T21:51:42.118Z Fresh tokio-util v0.7.15
52552025-08-29T21:51:42.118Z Fresh ipnet v2.11.0
52562025-08-29T21:51:42.118Z Fresh rustc-hash v1.1.0
52572025-08-29T21:51:42.118Z Fresh lazycell v1.3.0
52582025-08-29T21:51:42.118Z Fresh gimli v0.31.1
52592025-08-29T21:51:42.118Z Fresh atomic-waker v1.1.2
52602025-08-29T21:51:42.118Z Fresh cmake v0.1.51
52612025-08-29T21:51:42.118Z Fresh object v0.36.5
52622025-08-29T21:51:42.118Z Fresh fs_extra v1.3.0
52632025-08-29T21:51:42.118Z Fresh base64ct v1.6.0
52642025-08-29T21:51:42.118Z Fresh bindgen v0.69.5
52652025-08-29T21:51:42.118Z Fresh addr2line v0.24.2
52662025-08-29T21:51:42.118Z Fresh rustc-demangle v0.1.24
52672025-08-29T21:51:42.118Z Fresh dunce v1.0.5
52682025-08-29T21:51:42.118Z Fresh untrusted v0.9.0
52692025-08-29T21:51:42.118Z Fresh httparse v1.9.5
52702025-08-29T21:51:42.122Z Fresh sha2 v0.10.9
52712025-08-29T21:51:42.122Z Fresh backtrace v0.3.74
52722025-08-29T21:51:42.122Z Fresh ring v0.17.14
52732025-08-29T21:51:42.122Z Fresh hmac v0.12.1
52742025-08-29T21:51:42.122Z Fresh rand_chacha v0.3.1
52752025-08-29T21:51:42.122Z Fresh rustls-pki-types v1.10.0
52762025-08-29T21:51:42.122Z Fresh anyhow v1.0.99
52772025-08-29T21:51:42.122Z Fresh rand v0.8.5
52782025-08-29T21:51:42.122Z Fresh http-body v1.0.1
52792025-08-29T21:51:42.122Z Fresh serde_spanned v0.6.9
52802025-08-29T21:51:42.122Z Fresh toml_datetime v0.6.11
52812025-08-29T21:51:42.122Z Fresh pem-rfc7468 v0.7.0
52822025-08-29T21:51:42.126Z Fresh aws-lc-sys v0.26.0
52832025-08-29T21:51:42.126Z Fresh httpdate v1.0.3
52842025-08-29T21:51:42.126Z Fresh try-lock v0.2.5
52852025-08-29T21:51:42.126Z Fresh untrusted v0.7.1
52862025-08-29T21:51:42.126Z Fresh utf8parse v0.2.2
52872025-08-29T21:51:42.126Z Fresh aws-lc-rs v1.12.4
52882025-08-29T21:51:42.129Z Fresh want v0.3.1
52892025-08-29T21:51:42.130Z Fresh h2 v0.4.6
52902025-08-29T21:51:42.130Z Fresh tower-service v0.3.3
52912025-08-29T21:51:42.130Z Fresh der_derive v0.7.3
52922025-08-29T21:51:42.130Z Fresh async-trait v0.1.88
52932025-08-29T21:51:42.130Z Fresh flagset v0.4.6
52942025-08-29T21:51:42.130Z Fresh hyper v1.6.0
52952025-08-29T21:51:42.130Z Fresh rustls-webpki v0.102.8
52962025-08-29T21:51:42.130Z Fresh rustversion v1.0.17
52972025-08-29T21:51:42.131Z Fresh der v0.7.9
52982025-08-29T21:51:42.131Z Fresh pbkdf2 v0.12.2
52992025-08-29T21:51:42.131Z Fresh aes v0.8.4
53002025-08-29T21:51:42.131Z Fresh anstyle v1.0.11
53012025-08-29T21:51:42.131Z Fresh mime v0.3.17
53022025-08-29T21:51:42.131Z Fresh spki v0.7.3
53032025-08-29T21:51:42.131Z Fresh hyper-util v0.1.16
53042025-08-29T21:51:42.131Z Fresh salsa20 v0.10.2
53052025-08-29T21:51:42.131Z Fresh cbc v0.1.2
53062025-08-29T21:51:42.131Z Fresh openssl-probe v0.1.5
53072025-08-29T21:51:42.131Z Fresh foreign-types-shared v0.1.1
53082025-08-29T21:51:42.131Z Fresh slog v2.7.0
53092025-08-29T21:51:42.131Z Fresh foreign-types v0.3.2
53102025-08-29T21:51:42.131Z Fresh scrypt v0.11.0
53112025-08-29T21:51:42.136Z Fresh openssl-sys v0.9.109
53122025-08-29T21:51:42.136Z Fresh anstyle-parse v0.2.5
53132025-08-29T21:51:42.136Z Fresh http-body-util v0.1.3
53142025-08-29T21:51:42.136Z Fresh rustc_version v0.4.1
53152025-08-29T21:51:42.136Z Fresh openssl-macros v0.1.1
53162025-08-29T21:51:42.136Z Fresh is_terminal_polyfill v1.70.1
53172025-08-29T21:51:42.136Z Fresh colorchoice v1.0.2
53182025-08-29T21:51:42.137Z Fresh anstyle-query v1.1.1
53192025-08-29T21:51:42.137Z Fresh pkcs5 v0.7.1
53202025-08-29T21:51:42.137Z Fresh terminal_size v0.4.0
53212025-08-29T21:51:42.137Z Fresh anstream v0.6.18
53222025-08-29T21:51:42.137Z Fresh openssl v0.10.73
53232025-08-29T21:51:42.137Z Fresh pkcs8 v0.10.2
53242025-08-29T21:51:42.137Z Fresh serde_urlencoded v0.7.1
53252025-08-29T21:51:42.137Z Fresh encoding_rs v0.8.34
53262025-08-29T21:51:42.137Z Fresh rustls v0.23.19
53272025-08-29T21:51:42.137Z Fresh litrs v0.4.1
53282025-08-29T21:51:42.137Z Fresh clap_lex v0.7.4
53292025-08-29T21:51:42.137Z Fresh clap_derive v4.5.41
53302025-08-29T21:51:42.137Z Fresh sync_wrapper v1.0.1
53312025-08-29T21:51:42.137Z Fresh psl-types v2.0.11
53322025-08-29T21:51:42.137Z Fresh document-features v0.2.11
53332025-08-29T21:51:42.137Z Fresh native-tls v0.2.12
53342025-08-29T21:51:42.137Z Fresh clap_builder v4.5.41
53352025-08-29T21:51:42.137Z Fresh tokio-rustls v0.26.0
53362025-08-29T21:51:42.137Z Fresh ucd-trie v0.1.7
53372025-08-29T21:51:42.137Z Fresh tower-layer v0.3.3
53382025-08-29T21:51:42.137Z Fresh publicsuffix v2.3.0
53392025-08-29T21:51:42.137Z Fresh cookie v0.18.1
53402025-08-29T21:51:42.141Z Fresh tokio-native-tls v0.3.1
53412025-08-29T21:51:42.141Z Fresh tower v0.5.2
53422025-08-29T21:51:42.141Z Fresh clap v4.5.41
53432025-08-29T21:51:42.141Z Fresh pest v2.7.14
53442025-08-29T21:51:42.141Z Fresh rustls-native-certs v0.8.1
53452025-08-29T21:51:42.141Z Fresh webpki-roots v1.0.1
53462025-08-29T21:51:42.141Z Fresh openapiv3 v2.2.0
53472025-08-29T21:51:42.141Z Fresh rand_core v0.9.3
53482025-08-29T21:51:42.141Z Fresh iri-string v0.7.8
53492025-08-29T21:51:42.141Z Fresh hyper-rustls v0.27.7
53502025-08-29T21:51:42.141Z Fresh hyper-tls v0.6.0
53512025-08-29T21:51:42.141Z Fresh pest_meta v2.7.14
53522025-08-29T21:51:42.141Z Fresh cookie_store v0.21.1
53532025-08-29T21:51:42.141Z Fresh ipnetwork v0.21.1
53542025-08-29T21:51:42.141Z Fresh scroll_derive v0.12.0
53552025-08-29T21:51:42.141Z Fresh data-encoding v2.9.0
53562025-08-29T21:51:42.141Z Fresh tower-http v0.6.6
53572025-08-29T21:51:42.146Z Fresh unicode-segmentation v1.12.0
53582025-08-29T21:51:42.146Z Fresh winnow v0.7.10
53592025-08-29T21:51:42.146Z Fresh scroll v0.12.0
53602025-08-29T21:51:42.146Z Fresh pest_generator v2.7.14
53612025-08-29T21:51:42.147Z Fresh plain v0.2.3
53622025-08-29T21:51:42.147Z Fresh reqwest v0.12.22
53632025-08-29T21:51:42.147Z Fresh tinyvec_macros v0.1.1
53642025-08-29T21:51:42.147Z Fresh winnow v0.5.40
53652025-08-29T21:51:42.152Z Fresh unicode-width v0.2.0
53662025-08-29T21:51:42.152Z Fresh pest_derive v2.7.14
53672025-08-29T21:51:42.152Z Fresh goblin v0.8.2
53682025-08-29T21:51:42.152Z Fresh tinyvec v1.8.0
53692025-08-29T21:51:42.152Z Fresh rustix v1.0.7
53702025-08-29T21:51:42.152Z Fresh toml_edit v0.19.15
53712025-08-29T21:51:42.152Z Fresh rand_chacha v0.9.0
53722025-08-29T21:51:42.152Z Fresh signature v2.2.0
53732025-08-29T21:51:42.152Z Fresh zerocopy-derive v0.8.26
53742025-08-29T21:51:42.152Z Fresh pretty-hex v0.4.1
53752025-08-29T21:51:42.152Z Fresh dof v0.3.0
53762025-08-29T21:51:42.152Z Fresh rand v0.9.2
53772025-08-29T21:51:42.152Z Fresh zerocopy v0.8.26
53782025-08-29T21:51:42.152Z Fresh dtrace-parser v0.2.0
53792025-08-29T21:51:42.152Z Fresh thread-id v4.2.2
53802025-08-29T21:51:42.152Z Fresh sha1 v0.10.6
53812025-08-29T21:51:42.152Z Fresh num-integer v0.1.46
53822025-08-29T21:51:42.152Z Fresh usdt-impl v0.5.0
53832025-08-29T21:51:42.153Z Fresh crc32fast v1.4.2
53842025-08-29T21:51:42.153Z Fresh toml_write v0.1.2
53852025-08-29T21:51:42.153Z Fresh static_assertions v1.1.0
53862025-08-29T21:51:42.153Z Fresh crossbeam-epoch v0.9.18
53872025-08-29T21:51:42.153Z Fresh itertools v0.13.0
53882025-08-29T21:51:42.153Z Fresh bstr v1.10.0
53892025-08-29T21:51:42.153Z Fresh memmap v0.7.0
53902025-08-29T21:51:42.153Z Fresh usdt-macro v0.5.0
53912025-08-29T21:51:42.153Z Fresh usdt-attr-macro v0.5.0
53922025-08-29T21:51:42.153Z Fresh toml_edit v0.22.27
53932025-08-29T21:51:42.153Z Fresh base16ct v0.2.0
53942025-08-29T21:51:42.153Z Fresh oxnet v0.1.3
53952025-08-29T21:51:42.153Z Fresh hubpack_derive v0.1.1
53962025-08-29T21:51:42.153Z Fresh ff v0.13.0
53972025-08-29T21:51:42.159Z Fresh zlib-rs v0.5.1
53982025-08-29T21:51:42.159Z Fresh usdt v0.5.0
53992025-08-29T21:51:42.159Z Fresh sec1 v0.7.3
54002025-08-29T21:51:42.159Z Fresh group v0.13.0
54012025-08-29T21:51:42.159Z Fresh libz-rs-sys v0.5.1
54022025-08-29T21:51:42.159Z Fresh hubpack v0.1.2
54032025-08-29T21:51:42.159Z Fresh num-iter v0.1.45
54042025-08-29T21:51:42.159Z Fresh strum_macros v0.26.4
54052025-08-29T21:51:42.159Z Fresh hkdf v0.12.4
54062025-08-29T21:51:42.159Z Fresh crypto-bigint v0.5.5
54072025-08-29T21:51:42.159Z Fresh bitflags v1.3.2
54082025-08-29T21:51:42.159Z Fresh unicode-xid v0.2.6
54092025-08-29T21:51:42.159Z Fresh flate2 v1.1.2
54102025-08-29T21:51:42.159Z Fresh strum v0.26.3
54112025-08-29T21:51:42.159Z Fresh elliptic-curve v0.13.8
54122025-08-29T21:51:42.159Z Fresh siphasher v0.3.11
54132025-08-29T21:51:42.159Z Fresh pkcs1 v0.7.5
54142025-08-29T21:51:42.164Z Fresh bzip2-sys v0.1.13+1.0.8
54152025-08-29T21:51:42.165Z Fresh phf_shared v0.11.2
54162025-08-29T21:51:42.165Z Fresh num-bigint-dig v0.8.4
54172025-08-29T21:51:42.165Z Fresh cfg_aliases v0.2.1
54182025-08-29T21:51:42.165Z Fresh signal-hook v0.3.18
54192025-08-29T21:51:42.165Z Fresh rsa v0.9.6
54202025-08-29T21:51:42.165Z Fresh newtype-uuid v1.2.4
54212025-08-29T21:51:42.165Z Fresh unicode-normalization v0.1.24
54222025-08-29T21:51:42.165Z Fresh toml v0.7.8
54232025-08-29T21:51:42.165Z Fresh rfc6979 v0.4.0
54242025-08-29T21:51:42.165Z Fresh enum-as-inner v0.6.1
54252025-08-29T21:51:42.165Z Fresh daft-derive v0.1.4
54262025-08-29T21:51:42.165Z Fresh curve25519-dalek-derive v0.1.1
54272025-08-29T21:51:42.165Z Fresh managed v0.8.0
54282025-08-29T21:51:42.165Z Fresh memoffset v0.9.1
54292025-08-29T21:51:42.165Z Fresh ahash v0.8.12
54302025-08-29T21:51:42.165Z Fresh ecdsa v0.16.9
54312025-08-29T21:51:42.165Z Fresh daft v0.1.4
54322025-08-29T21:51:42.165Z Fresh curve25519-dalek v4.1.3
54332025-08-29T21:51:42.165Z Fresh x509-cert v0.2.5
54342025-08-29T21:51:42.165Z Fresh itertools v0.10.5
54352025-08-29T21:51:42.165Z Fresh new_debug_unreachable v1.0.6
54362025-08-29T21:51:42.171Z Fresh precomputed-hash v0.1.1
54372025-08-29T21:51:42.171Z Fresh fixedbitset v0.4.2
54382025-08-29T21:51:42.171Z Fresh string_cache v0.8.9
54392025-08-29T21:51:42.171Z Fresh zstd-sys v2.0.14+zstd.1.5.7
54402025-08-29T21:51:42.171Z Fresh signal-hook-mio v0.2.4
54412025-08-29T21:51:42.171Z Fresh ed25519 v2.2.3
54422025-08-29T21:51:42.171Z Fresh bzip2 v0.4.4
54432025-08-29T21:51:42.175Z Fresh petgraph v0.6.5
54442025-08-29T21:51:42.176Z Fresh ed25519-dalek v2.1.1
54452025-08-29T21:51:42.176Z Fresh zstd-safe v7.2.3
54462025-08-29T21:51:42.176Z Fresh console v0.15.10
54472025-08-29T21:51:42.176Z Fresh socket2 v0.5.10
54482025-08-29T21:51:42.176Z Fresh rustc-hash v2.1.1
54492025-08-29T21:51:42.176Z Fresh bumpalo v3.16.0
54502025-08-29T21:51:42.176Z Fresh simd-adler32 v0.3.7
54512025-08-29T21:51:42.176Z Fresh lalrpop-util v0.19.12
54522025-08-29T21:51:42.176Z Fresh lockfree-object-pool v0.1.6
54532025-08-29T21:51:42.176Z Fresh zstd v0.13.3
54542025-08-29T21:51:42.176Z Fresh crossterm v0.28.1
54552025-08-29T21:51:42.176Z Fresh zip v0.6.6
54562025-08-29T21:51:42.176Z Fresh zopfli v0.8.1
54572025-08-29T21:51:42.176Z Fresh bzip2 v0.5.2
54582025-08-29T21:51:42.176Z Fresh hash32 v0.2.1
54592025-08-29T21:51:42.176Z Fresh winnow v0.6.26
54602025-08-29T21:51:42.176Z Fresh unicode-bidi v0.3.17
54612025-08-29T21:51:42.176Z Fresh predicates-core v1.0.8
54622025-08-29T21:51:42.176Z Fresh unicode-properties v0.1.3
54632025-08-29T21:51:42.176Z Fresh stringprep v0.1.5
54642025-08-29T21:51:42.176Z Fresh zip v4.2.0
54652025-08-29T21:51:42.176Z Fresh heapless v0.7.17
54662025-08-29T21:51:42.176Z Fresh nix v0.29.0
54672025-08-29T21:51:42.176Z Fresh hickory-proto v0.25.2
54682025-08-29T21:51:42.176Z Fresh similar v2.7.0
54692025-08-29T21:51:42.176Z Fresh strum_macros v0.27.1
54702025-08-29T21:51:42.176Z Fresh tokio-stream v0.1.17
54712025-08-29T21:51:42.176Z Fresh md-5 v0.10.6
54722025-08-29T21:51:42.176Z Fresh float-cmp v0.10.0
54732025-08-29T21:51:42.176Z Fresh normalize-line-endings v0.3.0
54742025-08-29T21:51:42.176Z Fresh fallible-iterator v0.2.0
54752025-08-29T21:51:42.176Z Fresh difflib v0.4.0
54762025-08-29T21:51:42.176Z Fresh smoltcp v0.9.1
54772025-08-29T21:51:42.176Z Fresh strum v0.27.2
54782025-08-29T21:51:42.176Z Fresh postgres-protocol v0.6.8
54792025-08-29T21:51:42.176Z Fresh buf-list v1.0.3
54802025-08-29T21:51:42.177Z Fresh serde-big-array v0.5.1
54812025-08-29T21:51:42.177Z Fresh serde_repr v0.1.19
54822025-08-29T21:51:42.177Z Fresh predicates v3.1.3
54832025-08-29T21:51:42.177Z Fresh peg-runtime v0.8.5
54842025-08-29T21:51:42.181Z Fresh postgres-types v0.2.9
54852025-08-29T21:51:42.182Z Fresh fs-err v3.1.1
54862025-08-29T21:51:42.182Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
54872025-08-29T21:51:42.182Z Fresh phf v0.11.2
54882025-08-29T21:51:42.182Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
54892025-08-29T21:51:42.182Z Fresh whoami v1.5.2
54902025-08-29T21:51:42.182Z Fresh tokio-postgres v0.7.13
54912025-08-29T21:51:42.182Z Fresh regress v0.10.4
54922025-08-29T21:51:42.182Z Fresh fastrand v2.1.1
54932025-08-29T21:51:42.182Z Fresh ident_case v1.0.1
54942025-08-29T21:51:42.182Z Fresh futures-executor v0.3.31
54952025-08-29T21:51:42.182Z Fresh is-terminal v0.4.13
54962025-08-29T21:51:42.182Z Fresh dirs-sys-next v0.1.2
54972025-08-29T21:51:42.185Z Fresh futures v0.3.31
54982025-08-29T21:51:42.185Z Fresh dirs-next v2.0.0
54992025-08-29T21:51:42.185Z Fresh crossbeam-channel v0.5.15
55002025-08-29T21:51:42.185Z Fresh unsafe-libyaml v0.2.11
55012025-08-29T21:51:42.185Z Fresh tempfile v3.20.0
55022025-08-29T21:51:42.185Z Fresh darling_core v0.20.10
55032025-08-29T21:51:42.185Z Fresh camino v1.1.11
55042025-08-29T21:51:42.185Z Fresh term v0.7.0
55052025-08-29T21:51:42.186Z Fresh serde_yaml v0.9.34+deprecated
55062025-08-29T21:51:42.186Z Fresh darling_macro v0.20.10
55072025-08-29T21:51:42.186Z Fresh thread_local v1.1.8
55082025-08-29T21:51:42.186Z Fresh take_mut v0.2.2
55092025-08-29T21:51:42.189Z Fresh darling v0.20.10
55102025-08-29T21:51:42.189Z Fresh slog-term v2.9.1
55112025-08-29T21:51:42.189Z Fresh quick-error v1.2.3
55122025-08-29T21:51:42.189Z Fresh match_cfg v0.1.0
55132025-08-29T21:51:42.189Z Fresh structmeta-derive v0.3.0
55142025-08-29T21:51:42.189Z Fresh hex v0.4.3
55152025-08-29T21:51:42.189Z Fresh slog-async v2.8.0
55162025-08-29T21:51:42.192Z Fresh hostname v0.3.1
55172025-08-29T21:51:42.193Z Fresh structmeta v0.3.0
55182025-08-29T21:51:42.193Z Fresh debug-ignore v1.0.5
55192025-08-29T21:51:42.193Z Fresh bit-vec v0.8.0
55202025-08-29T21:51:42.193Z Fresh progenitor-client v0.10.0
55212025-08-29T21:51:42.193Z Fresh wait-timeout v0.2.0
55222025-08-29T21:51:42.193Z Fresh bit-set v0.8.0
55232025-08-29T21:51:42.193Z Fresh rusty-fork v0.3.0
55242025-08-29T21:51:42.193Z Fresh toml_parser v1.0.2
55252025-08-29T21:51:42.193Z Fresh rand_xorshift v0.4.0
55262025-08-29T21:51:42.193Z Fresh serde_spanned v1.0.0
55272025-08-29T21:51:42.193Z Fresh toml_datetime v0.7.0
55282025-08-29T21:51:42.193Z Fresh serde_path_to_error v0.1.17
55292025-08-29T21:51:42.193Z Fresh toml_writer v1.0.2
55302025-08-29T21:51:42.193Z Fresh unarray v0.1.4
55312025-08-29T21:51:42.193Z Fresh rustls v0.22.4
55322025-08-29T21:51:42.193Z Fresh slog-json v2.6.1
55332025-08-29T21:51:42.193Z Fresh async-stream-impl v0.3.6
55342025-08-29T21:51:42.193Z Fresh derive-ex v0.1.8
55352025-08-29T21:51:42.196Z Fresh proptest v1.7.0
55362025-08-29T21:51:42.196Z Fresh toml v0.9.5
55372025-08-29T21:51:42.196Z Fresh tokio-rustls v0.25.0
55382025-08-29T21:51:42.196Z Fresh async-stream v0.3.6
55392025-08-29T21:51:42.196Z Fresh slog-bunyan v2.5.0
55402025-08-29T21:51:42.196Z Fresh rustls-pemfile v2.2.0
55412025-08-29T21:51:42.196Z Fresh multer v3.1.0
55422025-08-29T21:51:42.197Z Fresh waitgroup v0.1.2
55432025-08-29T21:51:42.197Z Fresh dropshot_endpoint v0.16.3
55442025-08-29T21:51:42.197Z Fresh hostname v0.4.0
55452025-08-29T21:51:42.197Z Fresh test-strategy v0.4.3
55462025-08-29T21:51:42.197Z Fresh serde_with_macros v3.14.0
55472025-08-29T21:51:42.197Z Fresh typify-impl v0.3.0
55482025-08-29T21:51:42.197Z Fresh macaddr v1.0.1
55492025-08-29T21:51:42.197Z Fresh dropshot v0.16.3
55502025-08-29T21:51:42.197Z Fresh typify-macro v0.3.0
55512025-08-29T21:51:42.197Z Fresh serde_with v3.14.0
55522025-08-29T21:51:42.197Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
55532025-08-29T21:51:42.197Z Fresh ref-cast-impl v1.0.24
55542025-08-29T21:51:42.197Z Fresh instant v0.1.13
55552025-08-29T21:51:42.197Z Fresh typify v0.3.0
55562025-08-29T21:51:42.197Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
55572025-08-29T21:51:42.201Z Fresh derive-where v1.5.0
55582025-08-29T21:51:42.201Z Fresh parse-display-derive v0.10.0
55592025-08-29T21:51:42.201Z Fresh progenitor-client v0.9.1
55602025-08-29T21:51:42.201Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
55612025-08-29T21:51:42.201Z Fresh backoff v0.4.0
55622025-08-29T21:51:42.201Z Fresh ref-cast v1.0.24
55632025-08-29T21:51:42.201Z Fresh progenitor-impl v0.9.1
55642025-08-29T21:51:42.201Z Fresh parse-display v0.10.0
55652025-08-29T21:51:42.202Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
55662025-08-29T21:51:42.202Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
55672025-08-29T21:51:42.202Z Fresh camino-tempfile v1.4.1
55682025-08-29T21:51:42.202Z Fresh progenitor-macro v0.9.1
55692025-08-29T21:51:42.202Z Fresh iddqd v0.3.9
55702025-08-29T21:51:42.202Z Fresh unicode-width v0.1.14
55712025-08-29T21:51:42.202Z Fresh toml v0.8.23
55722025-08-29T21:51:42.202Z Fresh proc-macro-crate v1.3.1
55732025-08-29T21:51:42.206Z Fresh progenitor v0.9.1
55742025-08-29T21:51:42.206Z Fresh num_enum_derive v0.5.11
55752025-08-29T21:51:42.206Z Fresh tabwriter v1.4.0
55762025-08-29T21:51:42.206Z Fresh foreign-types-macros v0.2.3
55772025-08-29T21:51:42.206Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
55782025-08-29T21:51:42.206Z Fresh proc-macro-error-attr v1.0.4
55792025-08-29T21:51:42.206Z Fresh num_enum v0.5.11
55802025-08-29T21:51:42.206Z Fresh foreign-types-shared v0.3.1
55812025-08-29T21:51:42.206Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55822025-08-29T21:51:42.206Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
55832025-08-29T21:51:42.206Z Fresh cstr-argument v0.1.2
55842025-08-29T21:51:42.206Z Fresh proc-macro-error v1.0.4
55852025-08-29T21:51:42.206Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
55862025-08-29T21:51:42.206Z Fresh foreign-types v0.5.0
55872025-08-29T21:51:42.210Z Fresh pretty-hex v0.2.1
55882025-08-29T21:51:42.210Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
55892025-08-29T21:51:42.210Z Fresh colored v2.2.0
55902025-08-29T21:51:42.210Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
55912025-08-29T21:51:42.210Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
55922025-08-29T21:51:42.210Z Fresh smf v0.2.3
55932025-08-29T21:51:42.210Z Fresh itertools v0.14.0
55942025-08-29T21:51:42.210Z Fresh heck v0.4.1
55952025-08-29T21:51:42.210Z Fresh crossbeam-deque v0.8.5
55962025-08-29T21:51:42.279Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
55972025-08-29T21:51:42.279Z Fresh darling_core v0.21.0
55982025-08-29T21:51:42.279Z Fresh atomicwrites v0.4.4
55992025-08-29T21:51:42.279Z Fresh typify-impl v0.4.1
56002025-08-29T21:51:42.279Z Fresh hash32 v0.3.1
56012025-08-29T21:51:42.279Z Fresh rayon-core v1.12.1
56022025-08-29T21:51:42.279Z Fresh darling_macro v0.21.0
56032025-08-29T21:51:42.279Z Fresh typify-macro v0.4.1
56042025-08-29T21:51:42.280Z Fresh cobs v0.2.3
56052025-08-29T21:51:42.280Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
56062025-08-29T21:51:42.280Z Fresh rayon v1.10.0
56072025-08-29T21:51:42.280Z Fresh crucible-workspace-hack v0.1.0
56082025-08-29T21:51:42.280Z Fresh darling v0.21.0
56092025-08-29T21:51:42.280Z Fresh typify v0.4.1
56102025-08-29T21:51:42.280Z Fresh heapless v0.8.0
56112025-08-29T21:51:42.280Z Fresh postcard v1.0.10
56122025-08-29T21:51:42.280Z Fresh ingot-macros v0.1.1
56132025-08-29T21:51:42.280Z Fresh progenitor-impl v0.10.0
56142025-08-29T21:51:42.280Z Fresh smoltcp v0.11.0
56152025-08-29T21:51:42.280Z Fresh base64 v0.21.7
56162025-08-29T21:51:42.280Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
56172025-08-29T21:51:42.280Z Fresh sigpipe v0.1.3
56182025-08-29T21:51:42.280Z Fresh jiff v0.2.15
56192025-08-29T21:51:42.280Z Fresh ingot-types v0.1.2
56202025-08-29T21:51:42.280Z Fresh progenitor-macro v0.10.0
56212025-08-29T21:51:42.280Z Fresh zone_cfg_derive v0.3.0
56222025-08-29T21:51:42.280Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
56232025-08-29T21:51:42.280Z Fresh num-derive v0.4.2
56242025-08-29T21:51:42.280Z Fresh convert_case v0.4.0
56252025-08-29T21:51:42.280Z Fresh ingot v0.1.1
56262025-08-29T21:51:42.280Z Fresh progenitor v0.10.0
56272025-08-29T21:51:42.280Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
56282025-08-29T21:51:42.280Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
56292025-08-29T21:51:42.281Z Fresh zone v0.3.1
56302025-08-29T21:51:42.281Z Fresh derive_more v0.99.20
56312025-08-29T21:51:42.281Z Fresh same-file v1.0.6
56322025-08-29T21:51:42.281Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
56332025-08-29T21:51:42.281Z Fresh walkdir v2.5.0
56342025-08-29T21:51:42.281Z Fresh utf-8 v0.7.6
56352025-08-29T21:51:42.281Z Fresh newline-converter v0.3.0
56362025-08-29T21:51:42.281Z Fresh num-rational v0.4.2
56372025-08-29T21:51:42.281Z Fresh num-complex v0.4.6
56382025-08-29T21:51:42.281Z Fresh tokio-dtrace v0.1.0
56392025-08-29T21:51:42.281Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
56402025-08-29T21:51:42.281Z Fresh tungstenite v0.21.0
56412025-08-29T21:51:42.281Z Fresh expectorate v1.2.0
56422025-08-29T21:51:42.281Z Fresh num v0.4.3
56432025-08-29T21:51:42.281Z Fresh pem v3.0.5
56442025-08-29T21:51:42.281Z Fresh float-ord v0.3.2
56452025-08-29T21:51:42.281Z Fresh oxide-tokio-rt v0.1.2
56462025-08-29T21:51:42.281Z Fresh indent_write v2.2.0
56472025-08-29T21:51:42.281Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
56482025-08-29T21:51:42.281Z Fresh tokio-tungstenite v0.21.0
56492025-08-29T21:51:42.281Z Fresh secrecy v0.10.3
56502025-08-29T21:51:42.281Z Fresh swrite v0.1.0
56512025-08-29T21:51:42.281Z Fresh bytecount v0.6.8
56522025-08-29T21:51:42.281Z Fresh fixedbitset v0.5.7
56532025-08-29T21:51:42.281Z Fresh password-hash v0.5.0
56542025-08-29T21:51:42.282Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
56552025-08-29T21:51:42.282Z Fresh petgraph v0.8.2
56562025-08-29T21:51:42.282Z Fresh blake2 v0.10.6
56572025-08-29T21:51:42.282Z Fresh arc-swap v1.7.1
56582025-08-29T21:51:42.282Z Fresh xattr v1.3.1
56592025-08-29T21:51:42.283Z Fresh filetime v0.2.25
56602025-08-29T21:51:42.283Z Fresh argon2 v0.5.3
56612025-08-29T21:51:42.283Z Fresh slog-scope v4.4.0
56622025-08-29T21:51:42.283Z Fresh tar v0.4.44
56632025-08-29T21:51:42.283Z Fresh libsw-core v0.3.1
56642025-08-29T21:51:42.283Z Fresh half v2.4.1
56652025-08-29T21:51:42.283Z Fresh slog-stdlog v4.1.1
56662025-08-29T21:51:42.283Z Fresh owo-colors v4.2.2
56672025-08-29T21:51:42.283Z Fresh libsw v3.5.0
56682025-08-29T21:51:42.283Z Fresh ciborium-io v0.2.2
56692025-08-29T21:51:42.283Z Fresh linear-map v1.2.0
56702025-08-29T21:51:42.283Z Fresh slog-envlogger v2.2.0
56712025-08-29T21:51:42.283Z Fresh cancel-safe-futures v0.1.5
56722025-08-29T21:51:42.283Z Fresh ciborium-ll v0.2.2
56732025-08-29T21:51:42.283Z Fresh keccak v0.1.5
56742025-08-29T21:51:42.283Z Fresh async-recursion v1.1.1
56752025-08-29T21:51:42.283Z Fresh sha3 v0.10.8
56762025-08-29T21:51:42.283Z Fresh ciborium v0.2.2
56772025-08-29T21:51:42.283Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
56782025-08-29T21:51:42.283Z Fresh papergrid v0.11.0
56792025-08-29T21:51:42.283Z Fresh tabled_derive v0.7.0
56802025-08-29T21:51:42.283Z Fresh globset v0.4.15
56812025-08-29T21:51:42.284Z Fresh universal-hash v0.5.1
56822025-08-29T21:51:42.284Z Fresh highway v1.3.0
56832025-08-29T21:51:42.284Z Fresh opaque-debug v0.3.1
56842025-08-29T21:51:42.284Z Fresh tabled v0.15.0
56852025-08-29T21:51:42.284Z Fresh typify-impl v0.2.0
56862025-08-29T21:51:42.284Z Fresh aead v0.5.2
56872025-08-29T21:51:42.284Z Fresh subprocess v0.2.9
56882025-08-29T21:51:42.284Z Fresh poly1305 v0.8.0
56892025-08-29T21:51:42.284Z Fresh chacha20 v0.9.1
56902025-08-29T21:51:42.284Z Fresh headers-core v0.3.0
56912025-08-29T21:51:42.284Z Fresh typify-macro v0.2.0
56922025-08-29T21:51:42.284Z Fresh pin-project-internal v1.1.6
56932025-08-29T21:51:42.284Z Fresh headers v0.4.1
56942025-08-29T21:51:42.284Z Fresh resolv-conf v0.7.0
56952025-08-29T21:51:42.284Z Fresh snafu-derive v0.8.5
56962025-08-29T21:51:42.289Z Fresh olpc-cjson v0.1.4
56972025-08-29T21:51:42.289Z Fresh progenitor-client v0.8.0
56982025-08-29T21:51:42.289Z Fresh typify v0.2.0
56992025-08-29T21:51:42.289Z Fresh pin-project v1.1.6
57002025-08-29T21:51:42.289Z Fresh heck v0.3.3
57012025-08-29T21:51:42.289Z Fresh thiserror-impl-no-std v2.0.2
57022025-08-29T21:51:42.289Z Fresh serde_plain v1.0.2
57032025-08-29T21:51:42.289Z Fresh typed-path v0.9.3
57042025-08-29T21:51:42.289Z Fresh progenitor-impl v0.8.0
57052025-08-29T21:51:42.289Z Fresh snafu v0.8.5
57062025-08-29T21:51:42.289Z Fresh thiserror-no-std v2.0.2
57072025-08-29T21:51:42.289Z Fresh zone_cfg_derive v0.1.2
57082025-08-29T21:51:42.289Z Fresh lzma-sys v0.1.20
57092025-08-29T21:51:42.289Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
57102025-08-29T21:51:42.289Z Fresh yasna v0.5.2
57112025-08-29T21:51:42.289Z Fresh number_prefix v0.4.0
57122025-08-29T21:51:42.290Z Fresh progenitor-macro v0.8.0
57132025-08-29T21:51:42.290Z Fresh tough v0.20.0
57142025-08-29T21:51:42.290Z Fresh unicode-linebreak v0.1.5
57152025-08-29T21:51:42.290Z Fresh base64 v0.13.1
57162025-08-29T21:51:42.290Z Fresh humantime v2.2.0
57172025-08-29T21:51:42.290Z Fresh smawk v0.3.2
57182025-08-29T21:51:42.290Z Fresh zone v0.1.8
57192025-08-29T21:51:42.290Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
57202025-08-29T21:51:42.290Z Fresh progenitor v0.8.0
57212025-08-29T21:51:42.290Z Fresh textwrap v0.16.2
57222025-08-29T21:51:42.290Z Fresh ron v0.7.1
57232025-08-29T21:51:42.290Z Fresh rcgen v0.12.1
57242025-08-29T21:51:42.290Z Fresh xz2 v0.1.7
57252025-08-29T21:51:42.290Z Fresh vsss-rs v3.3.4
57262025-08-29T21:51:42.290Z Fresh indicatif v0.17.11
57272025-08-29T21:51:42.290Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
57282025-08-29T21:51:42.290Z Fresh chacha20poly1305 v0.10.1
57292025-08-29T21:51:42.290Z Fresh semver v0.1.20
57302025-08-29T21:51:42.290Z Fresh csv-core v0.1.11
57312025-08-29T21:51:42.290Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
57322025-08-29T21:51:42.290Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
57332025-08-29T21:51:42.290Z Fresh linked-hash-map v0.5.6
57342025-08-29T21:51:42.290Z Fresh hickory-proto v0.24.4
57352025-08-29T21:51:42.290Z Fresh rustc_version v0.1.7
57362025-08-29T21:51:42.290Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
57372025-08-29T21:51:42.290Z Fresh csv v1.3.1
57382025-08-29T21:51:42.290Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
57392025-08-29T21:51:42.290Z Fresh lru-cache v0.1.2
57402025-08-29T21:51:42.290Z Fresh tagptr v0.2.0
57412025-08-29T21:51:42.290Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
57422025-08-29T21:51:42.290Z Fresh hickory-resolver v0.24.4
57432025-08-29T21:51:42.290Z Fresh display-error-chain v0.2.2
57442025-08-29T21:51:42.290Z Fresh qorb v0.4.1
57452025-08-29T21:51:42.290Z Fresh moka v0.12.10
57462025-08-29T21:51:42.290Z Fresh gethostname v0.5.0
57472025-08-29T21:51:42.290Z Fresh newtype_derive v0.1.6
57482025-08-29T21:51:42.290Z Fresh hickory-resolver v0.25.2
57492025-08-29T21:51:42.290Z Fresh steno v0.4.1
57502025-08-29T21:51:42.291Z Fresh slog-dtrace v0.3.0
57512025-08-29T21:51:42.291Z Fresh nibble_vec v0.1.0
57522025-08-29T21:51:42.291Z Fresh endian-type v0.1.2
57532025-08-29T21:51:42.291Z Fresh termtree v0.5.1
57542025-08-29T21:51:42.291Z Fresh radix_trie v0.2.1
57552025-08-29T21:51:42.291Z Fresh bitfield-struct v0.6.2
57562025-08-29T21:51:42.291Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
57572025-08-29T21:51:42.291Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
57582025-08-29T21:51:42.291Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
57592025-08-29T21:51:42.291Z Fresh libefi-sys v0.1.0
57602025-08-29T21:51:42.291Z Fresh zerocopy-derive v0.6.6
57612025-08-29T21:51:42.291Z Fresh tap v1.0.1
57622025-08-29T21:51:42.291Z Fresh termcolor v1.4.1
57632025-08-29T21:51:42.291Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
57642025-08-29T21:51:42.291Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
57652025-08-29T21:51:42.291Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
57662025-08-29T21:51:42.291Z Fresh wyz v0.5.1
57672025-08-29T21:51:42.291Z Fresh zerocopy v0.6.6
57682025-08-29T21:51:42.291Z Fresh crc-catalog v2.4.0
57692025-08-29T21:51:42.291Z Fresh radium v0.7.0
57702025-08-29T21:51:42.291Z Fresh funty v2.0.0
57712025-08-29T21:51:42.291Z Fresh crc v3.2.1
57722025-08-29T21:51:42.291Z Fresh maybe-uninit v2.0.0
57732025-08-29T21:51:42.291Z Fresh packed_struct_codegen v0.10.1
57742025-08-29T21:51:42.291Z Fresh bitvec v1.0.1
57752025-08-29T21:51:42.291Z Fresh proc-macro-error-attr2 v2.0.0
57762025-08-29T21:51:42.291Z Fresh nodrop v0.1.14
57772025-08-29T21:51:42.291Z Fresh maplit v1.0.2
57782025-08-29T21:51:42.291Z Fresh smallvec v0.6.14
57792025-08-29T21:51:42.291Z Fresh proc-macro-error2 v2.0.1
57802025-08-29T21:51:42.291Z Fresh array-init v0.0.4
57812025-08-29T21:51:42.291Z Fresh packed_struct v0.10.1
57822025-08-29T21:51:42.291Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
57832025-08-29T21:51:42.291Z Fresh num-derive v0.3.3
57842025-08-29T21:51:42.291Z Fresh xshell-macros v0.2.7
57852025-08-29T21:51:42.292Z Fresh hashbrown v0.12.3
57862025-08-29T21:51:42.292Z Fresh bitfield v0.14.0
57872025-08-29T21:51:42.292Z Fresh indexmap v1.9.3
57882025-08-29T21:51:42.292Z Fresh xshell v0.2.7
57892025-08-29T21:51:42.292Z Fresh tabled_derive v0.10.0
57902025-08-29T21:51:42.292Z Fresh serde-hex v0.1.0
57912025-08-29T21:51:42.292Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
57922025-08-29T21:51:42.292Z Fresh libscf-sys v1.1.0
57932025-08-29T21:51:42.292Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
57942025-08-29T21:51:42.292Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
57952025-08-29T21:51:42.292Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
57962025-08-29T21:51:42.300Z Fresh env_logger v0.10.2
57972025-08-29T21:51:42.300Z Fresh papergrid v0.14.0
57982025-08-29T21:51:42.300Z Fresh ron v0.8.1
57992025-08-29T21:51:42.300Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
58002025-08-29T21:51:42.300Z Fresh hashbrown v0.13.2
58012025-08-29T21:51:42.300Z Fresh crc-any v2.5.0
58022025-08-29T21:51:42.300Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
58032025-08-29T21:51:42.300Z Fresh object v0.30.4
58042025-08-29T21:51:42.300Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
58052025-08-29T21:51:42.300Z Fresh tabled v0.18.0
58062025-08-29T21:51:42.300Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
58072025-08-29T21:51:42.300Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
58082025-08-29T21:51:42.300Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
58092025-08-29T21:51:42.300Z Fresh path-slash v0.1.5
58102025-08-29T21:51:42.300Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
58112025-08-29T21:51:42.300Z Fresh const_format_proc_macros v0.2.34
58122025-08-29T21:51:42.300Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
58132025-08-29T21:51:42.300Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
58142025-08-29T21:51:42.300Z Fresh vte_generate_state_changes v0.1.2
58152025-08-29T21:51:42.300Z Fresh crc8 v0.1.1
58162025-08-29T21:51:42.300Z Fresh const_format v0.2.34
58172025-08-29T21:51:42.300Z Fresh fd-lock v4.0.2
58182025-08-29T21:51:42.300Z Fresh convert_case v0.7.1
58192025-08-29T21:51:42.300Z Fresh vte v0.11.1
58202025-08-29T21:51:42.300Z Fresh fxhash v0.2.1
58212025-08-29T21:51:42.300Z Fresh nu-ansi-term v0.50.1
58222025-08-29T21:51:42.300Z Fresh derive_more-impl v2.0.1
58232025-08-29T21:51:42.300Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
58242025-08-29T21:51:42.300Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
58252025-08-29T21:51:42.300Z Fresh strip-ansi-escapes v0.2.0
58262025-08-29T21:51:42.300Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
58272025-08-29T21:51:42.300Z Fresh derive_more v2.0.1
58282025-08-29T21:51:42.300Z Fresh diff v0.1.13
58292025-08-29T21:51:42.300Z Fresh half v1.8.3
58302025-08-29T21:51:42.300Z Fresh dsl_auto_type v0.1.2
58312025-08-29T21:51:42.300Z Fresh scheduled-thread-pool v0.2.7
58322025-08-29T21:51:42.300Z Fresh reedline v0.40.0
58332025-08-29T21:51:42.301Z Fresh crossterm v0.29.0
58342025-08-29T21:51:42.301Z Fresh serde_cbor v0.11.2
58352025-08-29T21:51:42.301Z Fresh diesel_table_macro_syntax v0.2.0
58362025-08-29T21:51:42.301Z Fresh r2d2 v0.8.10
58372025-08-29T21:51:42.301Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
58382025-08-29T21:51:42.301Z Fresh diesel_derives v2.2.3
58392025-08-29T21:51:42.301Z Fresh bcs v0.1.6
58402025-08-29T21:51:42.301Z Fresh kstat-rs v0.2.4
58412025-08-29T21:51:42.301Z Fresh diesel v2.2.12
58422025-08-29T21:51:42.301Z Fresh nix v0.30.1
58432025-08-29T21:51:42.301Z Fresh cfg_aliases v0.1.1
58442025-08-29T21:51:42.301Z Fresh bit-vec v0.6.3
58452025-08-29T21:51:42.301Z Fresh crunchy v0.2.2
58462025-08-29T21:51:42.301Z Fresh siphasher v1.0.1
58472025-08-29T21:51:42.301Z Fresh bit-set v0.5.3
58482025-08-29T21:51:42.301Z Fresh phf_shared v0.12.1
58492025-08-29T21:51:42.301Z Fresh tiny-keccak v2.0.2
58502025-08-29T21:51:42.301Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
58512025-08-29T21:51:42.301Z Fresh ascii-canvas v3.0.0
58522025-08-29T21:51:42.301Z Fresh nanorand v0.7.0
58532025-08-29T21:51:42.301Z Fresh ena v0.14.3
58542025-08-29T21:51:42.301Z Fresh regex-syntax v0.6.29
58552025-08-29T21:51:42.301Z Fresh phf v0.12.1
58562025-08-29T21:51:42.301Z Fresh nix v0.28.0
58572025-08-29T21:51:42.301Z Fresh lalrpop v0.19.12
58582025-08-29T21:51:42.301Z Fresh flume v0.11.1
58592025-08-29T21:51:42.301Z Fresh parking_lot_core v0.8.6
58602025-08-29T21:51:42.301Z Fresh peg-macros v0.8.5
58612025-08-29T21:51:42.301Z Fresh sqlparser_derive v0.2.2
58622025-08-29T21:51:42.301Z Fresh unicode_categories v0.1.1
58632025-08-29T21:51:42.301Z Fresh chrono-tz v0.10.4
58642025-08-29T21:51:42.301Z Fresh parking_lot v0.11.2
58652025-08-29T21:51:42.301Z Fresh sqlformat v0.3.5
58662025-08-29T21:51:42.301Z Fresh peg v0.8.5
58672025-08-29T21:51:42.301Z Fresh sqlparser v0.45.0
58682025-08-29T21:51:42.301Z Fresh bindgen v0.71.1
58692025-08-29T21:51:42.301Z Fresh rustyline v14.0.0
58702025-08-29T21:51:42.302Z Fresh derive_builder_core v0.20.2
58712025-08-29T21:51:42.302Z Fresh prefix-trie v0.7.0
58722025-08-29T21:51:42.302Z Fresh derive_builder_macro v0.20.2
58732025-08-29T21:51:42.302Z Fresh sled v0.34.7
58742025-08-29T21:51:42.302Z Fresh hickory-server v0.25.2
58752025-08-29T21:51:42.302Z Fresh hickory-client v0.25.2
58762025-08-29T21:51:42.302Z Fresh strum_macros v0.24.3
58772025-08-29T21:51:42.302Z Fresh indoc v1.0.9
58782025-08-29T21:51:42.302Z Fresh derive_builder v0.20.2
58792025-08-29T21:51:42.302Z Fresh libxml v0.3.3
58802025-08-29T21:51:42.302Z Fresh polar-core v0.27.3
58812025-08-29T21:51:42.302Z Fresh impl-trait-for-tuples v0.2.2
58822025-08-29T21:51:42.302Z Fresh oso-derive v0.27.3
58832025-08-29T21:51:42.302Z Fresh quick-xml v0.37.2
58842025-08-29T21:51:42.302Z Fresh samael v0.0.19
58852025-08-29T21:51:42.302Z Fresh oso v0.27.3
58862025-08-29T21:51:42.302Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
58872025-08-29T21:51:42.302Z Fresh predicates-tree v1.0.12
58882025-08-29T21:51:42.302Z Fresh primeorder v0.13.6
58892025-08-29T21:51:42.302Z Fresh bb8 v0.8.5
58902025-08-29T21:51:42.306Z Fresh assert_matches v1.5.0
58912025-08-29T21:51:42.306Z Fresh async-bb8-diesel v0.2.1
58922025-08-29T21:51:42.306Z Fresh unicase v2.7.0
58932025-08-29T21:51:42.306Z Fresh diesel-dtrace v0.4.2
58942025-08-29T21:51:42.306Z Fresh http-range v0.1.5
58952025-08-29T21:51:42.306Z Fresh ignore v0.4.23
58962025-08-29T21:51:42.306Z Fresh signal-hook-tokio v0.3.1
58972025-08-29T21:51:42.306Z Fresh atty v0.2.14
58982025-08-29T21:51:42.306Z Fresh globwalk v0.9.1
58992025-08-29T21:51:42.306Z Fresh p384 v0.13.0
59002025-08-29T21:51:42.306Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
59012025-08-29T21:51:42.306Z Fresh camino-tempfile-ext v0.3.2
59022025-08-29T21:51:42.306Z Fresh env_filter v0.1.2
59032025-08-29T21:51:42.306Z Fresh mime_guess v2.0.5
59042025-08-29T21:51:42.306Z Fresh salty v0.3.0
59052025-08-29T21:51:42.306Z Fresh env_logger v0.11.5
59062025-08-29T21:51:42.306Z Fresh tungstenite v0.23.0
59072025-08-29T21:51:42.306Z Fresh void v1.0.2
59082025-08-29T21:51:42.306Z Fresh hyper-staticfile v0.10.1
59092025-08-29T21:51:42.307Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
59102025-08-29T21:51:42.307Z Fresh lzss v0.8.2
59112025-08-29T21:51:42.307Z Fresh tokio-tungstenite v0.23.1
59122025-08-29T21:51:42.307Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
59132025-08-29T21:51:42.307Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
59142025-08-29T21:51:42.307Z Fresh nix v0.27.1
59152025-08-29T21:51:42.307Z Fresh serde_bytes v0.11.17
59162025-08-29T21:51:42.307Z Fresh secrecy v0.8.0
59172025-08-29T21:51:42.307Z Fresh fs-err v2.11.0
59182025-08-29T21:51:42.307Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
59192025-08-29T21:51:42.307Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
59202025-08-29T21:51:42.307Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
59212025-08-29T21:51:42.307Z Fresh parse-size v1.1.0
59222025-08-29T21:51:42.307Z Fresh rand_seeder v0.4.0
59232025-08-29T21:51:42.307Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
59242025-08-29T21:51:42.307Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
59252025-08-29T21:51:42.307Z Fresh yansi v1.0.1
59262025-08-29T21:51:42.310Z Fresh pretty_assertions v1.4.1
59272025-08-29T21:51:42.310Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
59282025-08-29T21:51:42.310Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
59292025-08-29T21:51:42.310Z Fresh concurrent-queue v2.5.0
59302025-08-29T21:51:42.310Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
59312025-08-29T21:51:42.311Z Fresh parking v2.2.1
59322025-08-29T21:51:42.311Z Fresh castaway v0.2.3
59332025-08-29T21:51:42.311Z Fresh indoc v2.0.6
59342025-08-29T21:51:42.311Z Fresh typeid v1.0.3
59352025-08-29T21:51:42.311Z Fresh libz-sys v1.1.20
59362025-08-29T21:51:42.311Z Fresh compact_str v0.8.0
59372025-08-29T21:51:42.311Z Fresh unicode-truncate v1.1.0
59382025-08-29T21:51:42.311Z Fresh lru v0.12.5
59392025-08-29T21:51:42.311Z Fresh erased-serde v0.4.6
59402025-08-29T21:51:42.311Z Fresh ordered-float v2.10.1
59412025-08-29T21:51:42.311Z Fresh instability v0.3.2
59422025-08-29T21:51:42.311Z Fresh cassowary v0.3.0
59432025-08-29T21:51:42.311Z Fresh is_ci v1.2.0
59442025-08-29T21:51:42.311Z Fresh libgit2-sys v0.17.0+1.8.1
59452025-08-29T21:51:42.311Z Fresh event-listener v5.3.1
59462025-08-29T21:51:42.311Z Fresh console v0.16.0
59472025-08-29T21:51:42.311Z Fresh supports-color v3.0.2
59482025-08-29T21:51:42.311Z Fresh ratatui v0.29.0
59492025-08-29T21:51:42.311Z Fresh serde-untagged v0.1.7
59502025-08-29T21:51:42.311Z Fresh serde-value v0.7.0
59512025-08-29T21:51:42.315Z Fresh cargo-platform v0.1.8
59522025-08-29T21:51:42.315Z Fresh unit-prefix v0.5.1
59532025-08-29T21:51:42.315Z Fresh event-listener-strategy v0.5.2
59542025-08-29T21:51:42.315Z Fresh cargo-util-schemas v0.8.2
59552025-08-29T21:51:42.315Z Fresh cargo_metadata v0.18.1
59562025-08-29T21:51:42.315Z Fresh indicatif v0.18.0
59572025-08-29T21:51:42.315Z Fresh git2 v0.19.0
59582025-08-29T21:51:42.315Z Fresh cargo-platform v0.2.0
59592025-08-29T21:51:42.315Z Fresh vergen v8.3.2
59602025-08-29T21:51:42.315Z Fresh futures-lite v2.3.0
59612025-08-29T21:51:42.315Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
59622025-08-29T21:51:42.315Z Fresh cargo_metadata v0.21.0
59632025-08-29T21:51:42.319Z Fresh sct v0.7.1
59642025-08-29T21:51:42.319Z Fresh rustls-webpki v0.101.7
59652025-08-29T21:51:42.319Z Fresh rustls v0.21.12
59662025-08-29T21:51:42.319Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
59672025-08-29T21:51:42.319Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
59682025-08-29T21:51:42.319Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
59692025-08-29T21:51:42.319Z Fresh tokio-rustls v0.24.1
59702025-08-29T21:51:42.319Z Fresh async-lock v3.4.0
59712025-08-29T21:51:42.322Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
59722025-08-29T21:51:42.322Z Fresh rustls-pemfile v1.0.4
59732025-08-29T21:51:42.322Z Fresh twox-hash v2.1.0
59742025-08-29T21:51:42.322Z Fresh polling v3.7.3
59752025-08-29T21:51:42.322Z Fresh shell-words v1.1.0
59762025-08-29T21:51:42.322Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
59772025-08-29T21:51:42.323Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
59782025-08-29T21:51:42.323Z Fresh async-io v2.3.4
59792025-08-29T21:51:42.323Z Fresh fatfs v0.3.6
59802025-08-29T21:51:42.323Z Fresh async-task v4.7.1
59812025-08-29T21:51:42.323Z Fresh async-channel v2.3.1
59822025-08-29T21:51:42.323Z Fresh piper v0.2.4
59832025-08-29T21:51:42.323Z Fresh plotters-backend v0.3.7
59842025-08-29T21:51:42.323Z Fresh async-executor v1.13.1
59852025-08-29T21:51:42.323Z Fresh async-signal v0.2.10
59862025-08-29T21:51:42.326Z Fresh rtoolbox v0.0.2
59872025-08-29T21:51:42.326Z Fresh futures-timer v3.0.3
59882025-08-29T21:51:42.326Z Fresh plotters-svg v0.3.7
59892025-08-29T21:51:42.326Z Fresh blocking v1.6.1
59902025-08-29T21:51:42.326Z Fresh hex-literal v0.4.1
59912025-08-29T21:51:42.326Z Fresh cast v0.3.0
59922025-08-29T21:51:42.326Z Fresh event-listener v2.5.3
59932025-08-29T21:51:42.326Z Fresh async-process v2.3.0
59942025-08-29T21:51:42.326Z Fresh rpassword v7.4.0
59952025-08-29T21:51:42.326Z Fresh plotters v0.3.7
59962025-08-29T21:51:42.326Z Fresh async-global-executor v2.4.1
59972025-08-29T21:51:42.326Z Fresh criterion-plot v0.6.0
59982025-08-29T21:51:42.326Z Fresh async-channel v1.9.0
59992025-08-29T21:51:42.326Z Fresh tui-tree-widget v0.23.1
60002025-08-29T21:51:42.326Z Fresh async-attributes v1.1.2
60012025-08-29T21:51:42.326Z Fresh tinytemplate v1.2.1
60022025-08-29T21:51:42.326Z Fresh kv-log-macro v1.0.7
60032025-08-29T21:51:42.326Z Fresh oorandom v11.1.4
60042025-08-29T21:51:42.326Z Fresh anes v0.1.6
60052025-08-29T21:51:42.327Z Fresh petname v2.0.2
60062025-08-29T21:51:42.327Z Fresh polyval v0.6.2
60072025-08-29T21:51:42.327Z Fresh sync-ptr v0.1.4
60082025-08-29T21:51:42.330Z Fresh async-std v1.13.0
60092025-08-29T21:51:42.330Z Fresh criterion v0.7.0
60102025-08-29T21:51:42.330Z Fresh ghash v0.5.1
60112025-08-29T21:51:42.331Z Fresh ctr v0.9.2
60122025-08-29T21:51:42.331Z Fresh serde_regex v1.1.0
60132025-08-29T21:51:42.331Z Fresh async-object-pool v0.1.5
60142025-08-29T21:51:42.331Z Fresh assert-json-diff v2.0.2
60152025-08-29T21:51:42.331Z Fresh path-tree v0.8.1
60162025-08-29T21:51:42.331Z Fresh stringmetrics v2.2.2
60172025-08-29T21:51:42.331Z Fresh aes-gcm v0.10.3
60182025-08-29T21:51:42.334Z Fresh httpmock v0.8.0-alpha.1
60192025-08-29T21:51:42.334Z Fresh ssh-encoding v0.2.0
60202025-08-29T21:51:42.334Z Fresh blowfish v0.9.1
60212025-08-29T21:51:42.334Z Fresh constant_time_eq v0.3.1
60222025-08-29T21:51:42.334Z Fresh arrayvec v0.7.6
60232025-08-29T21:51:42.334Z Fresh arrayref v0.3.9
60242025-08-29T21:51:42.334Z Fresh ssh-cipher v0.2.0
60252025-08-29T21:51:42.334Z Fresh target-lexicon v0.13.2
60262025-08-29T21:51:42.334Z Fresh bcrypt-pbkdf v0.10.0
60272025-08-29T21:51:42.338Z Fresh password-hash v0.4.2
60282025-08-29T21:51:42.338Z Fresh ssh-key v0.6.6
60292025-08-29T21:51:42.338Z Fresh cfg-expr v0.20.1
60302025-08-29T21:51:42.338Z Fresh guppy-workspace-hack v0.1.0
60312025-08-29T21:51:42.339Z Fresh p521 v0.13.3
60322025-08-29T21:51:42.339Z Fresh pbkdf2 v0.11.0
60332025-08-29T21:51:42.339Z Fresh p256 v0.13.2
60342025-08-29T21:51:42.339Z Fresh russh-cryptovec v0.7.3
60352025-08-29T21:51:42.339Z Fresh md5 v0.7.0
60362025-08-29T21:51:42.339Z Fresh russh-keys v0.45.0
60372025-08-29T21:51:42.339Z Fresh target-spec v3.5.0
60382025-08-29T21:51:42.339Z Fresh pathdiff v0.2.3
60392025-08-29T21:51:42.339Z Fresh httptest v0.16.3
60402025-08-29T21:51:42.339Z Fresh num-bigint v0.4.6
60412025-08-29T21:51:42.339Z Fresh des v0.8.1
60422025-08-29T21:51:42.339Z Fresh memmap2 v0.9.5
60432025-08-29T21:51:42.342Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
60442025-08-29T21:51:42.342Z Fresh nested v0.1.1
60452025-08-29T21:51:42.342Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
60462025-08-29T21:51:42.342Z Fresh blake3 v1.5.4
60472025-08-29T21:51:42.342Z Fresh russh v0.45.0
60482025-08-29T21:51:42.342Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
60492025-08-29T21:51:42.342Z Fresh guppy v0.17.20
60502025-08-29T21:51:42.342Z Fresh internet-checksum v0.2.1
60512025-08-29T21:51:42.342Z Fresh escape8259 v0.5.3
60522025-08-29T21:51:42.342Z Fresh topological-sort v0.2.2
60532025-08-29T21:51:42.342Z Fresh doc-comment v0.3.3
60542025-08-29T21:51:42.342Z Fresh omicron-zone-package v0.12.2
60552025-08-29T21:51:42.346Z Fresh libtest-mimic v0.8.1
60562025-08-29T21:51:42.346Z Fresh fancy-regex v0.14.0
60572025-08-29T21:51:42.346Z Compiling similar-asserts v1.7.0
60582025-08-29T21:51:42.346Z Fresh proc-macro-crate v3.2.0
60592025-08-29T21:51:42.521Z Fresh relative-path v1.9.3
60602025-08-29T21:51:42.526Z Fresh datatest-stable v0.3.2
60612025-08-29T21:51:42.526Z Running `/home/build/.rustup/toolchains/1.89.0-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=100f90a476590e3b -C extra-filename=-9786b399c554961b --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-7fc67dc6d779fea4.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
60622025-08-29T21:51:42.526Z Fresh rstest_macros v0.25.0
60632025-08-29T21:51:42.526Z Fresh target-triple v0.1.3
60642025-08-29T21:51:42.526Z Fresh assert_cmd v2.0.17
60652025-08-29T21:51:42.526Z Fresh support-bundle-viewer v0.1.2
60662025-08-29T21:51:42.526Z Fresh multimap v0.10.1
60672025-08-29T21:51:42.526Z Fresh uzers v0.12.1
60682025-08-29T21:51:42.526Z Fresh rstest v0.25.0
60692025-08-29T21:51:42.526Z Fresh trybuild v1.0.106
60702025-08-29T21:51:42.527Z Fresh blake2b_simd v1.0.2
60712025-08-29T21:51:42.530Z Fresh partial-io v0.5.4
60722025-08-29T21:51:42.530Z Fresh rand_distr v0.5.1
60732025-08-29T21:51:42.530Z Fresh approx v0.5.1
60742025-08-29T21:51:42.530Z Fresh rust-argon2 v2.1.0
60752025-08-29T21:51:42.534Z Fresh cargo_toml v0.21.0
60762025-08-29T21:51:42.534Z Fresh termios v0.3.3
60772025-08-29T21:51:42.534Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
60782025-08-29T21:51:42.534Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
60792025-08-29T21:51:42.537Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
60802025-08-29T21:51:42.537Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
60812025-08-29T21:51:42.537Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
60822025-08-29T21:51:42.537Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
60832025-08-29T21:51:42.537Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
60842025-08-29T21:51:42.537Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
60852025-08-29T21:51:42.537Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
60862025-08-29T21:51:42.540Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
60872025-08-29T21:51:42.540Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
60882025-08-29T21:51:42.540Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
60892025-08-29T21:51:42.540Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
60902025-08-29T21:51:42.540Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
60912025-08-29T21:51:42.540Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
60922025-08-29T21:51:42.544Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
60932025-08-29T21:51:42.544Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
60942025-08-29T21:51:42.544Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
60952025-08-29T21:51:42.548Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
60962025-08-29T21:51:42.548Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
60972025-08-29T21:51:42.548Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
60982025-08-29T21:51:42.548Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
60992025-08-29T21:51:42.548Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
61002025-08-29T21:51:42.548Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
61012025-08-29T21:51:42.548Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
61022025-08-29T21:51:42.548Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
61032025-08-29T21:51:42.548Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
61042025-08-29T21:51:42.553Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
61052025-08-29T21:51:42.553Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
61062025-08-29T21:51:42.553Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
61072025-08-29T21:51:42.553Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
61082025-08-29T21:51:42.554Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
61092025-08-29T21:51:42.554Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
61102025-08-29T21:51:42.554Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
61112025-08-29T21:51:42.554Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
61122025-08-29T21:51:42.554Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
61132025-08-29T21:51:42.554Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
61142025-08-29T21:51:42.554Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
61152025-08-29T21:51:42.560Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
61162025-08-29T21:51:42.561Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
61172025-08-29T21:51:42.561Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
61182025-08-29T21:51:42.561Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af01d53d76c493c3 -C extra-filename=-aeab21b12e7210aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f5236009ded1c189.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9ae9f6d5a0eafcec.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1c59911027d8c2fb.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6aac4332d3d731fa.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d64e3c78264433e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6ae10ea56cda503c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-12f927028a266d33.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b41f42837052f70e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6a00b39052fd30b3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-37b4896391f3dc97.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5256566fc3816c97.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-969ef5955bc4ec46.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ea8159f970959ec5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a1425ec91817d984.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-46723e5c193d2224.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-81e87bb767b216f0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-28c11660b04a8956.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-fea3389b7c43df65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6bc7d08cc66c831.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-01f7216e8bf6c97f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-44b65273fc397932.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-0e5ac3bec893a79f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0958cfca0f2b9ad1.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cc7dc78f97b83d6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
61192025-08-29T21:51:42.573Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe820e0cd8df1e3b -C extra-filename=-b411b0c6cb59c546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f5236009ded1c189.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9ae9f6d5a0eafcec.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1c59911027d8c2fb.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6aac4332d3d731fa.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d64e3c78264433e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6ae10ea56cda503c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-12f927028a266d33.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b41f42837052f70e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6a00b39052fd30b3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-37b4896391f3dc97.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5256566fc3816c97.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-969ef5955bc4ec46.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ea8159f970959ec5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a1425ec91817d984.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-46723e5c193d2224.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-81e87bb767b216f0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-28c11660b04a8956.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-fea3389b7c43df65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6bc7d08cc66c831.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-01f7216e8bf6c97f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-44b65273fc397932.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-0e5ac3bec893a79f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0958cfca0f2b9ad1.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cc7dc78f97b83d6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
61202025-08-29T21:51:42.594Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
61212025-08-29T21:51:42.598Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
61222025-08-29T21:51:42.598Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
61232025-08-29T21:51:42.598Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
61242025-08-29T21:51:42.598Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
61252025-08-29T21:51:42.598Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
61262025-08-29T21:51:42.598Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
61272025-08-29T21:51:42.598Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
61282025-08-29T21:51:42.598Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
61292025-08-29T21:51:42.598Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
61302025-08-29T21:51:42.598Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
61312025-08-29T21:51:42.598Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
61322025-08-29T21:51:42.598Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
61332025-08-29T21:51:42.598Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
61342025-08-29T21:51:42.602Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
61352025-08-29T21:51:42.602Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
61362025-08-29T21:51:42.602Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
61372025-08-29T21:51:42.602Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
61382025-08-29T21:51:42.606Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
61392025-08-29T21:51:42.606Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
61402025-08-29T21:51:42.606Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
61412025-08-29T21:51:42.606Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
61422025-08-29T21:51:42.606Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
61432025-08-29T21:51:42.606Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
61442025-08-29T21:51:42.606Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
61452025-08-29T21:51:42.606Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
61462025-08-29T21:51:42.606Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
61472025-08-29T21:51:42.606Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
61482025-08-29T21:51:42.610Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
61492025-08-29T21:51:42.610Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
61502025-08-29T21:51:42.610Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
61512025-08-29T21:51:42.610Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
61522025-08-29T21:51:42.610Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
61532025-08-29T21:51:42.610Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
61542025-08-29T21:51:42.610Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
61552025-08-29T21:51:42.610Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
61562025-08-29T21:51:42.610Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
61572025-08-29T21:51:42.610Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
61582025-08-29T21:51:42.610Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
61592025-08-29T21:51:42.610Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
61602025-08-29T21:51:42.610Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
61612025-08-29T21:51:42.610Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
61622025-08-29T21:51:42.611Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
61632025-08-29T21:51:42.611Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
61642025-08-29T21:51:42.615Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
61652025-08-29T21:51:42.615Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
61662025-08-29T21:51:42.615Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
61672025-08-29T21:51:42.615Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
61682025-08-29T21:51:42.615Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
61692025-08-29T21:51:42.615Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
61702025-08-29T21:51:42.615Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
61712025-08-29T21:51:42.615Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
61722025-08-29T21:51:42.615Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
61732025-08-29T21:51:42.615Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
61742025-08-29T21:51:42.615Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
61752025-08-29T21:51:42.615Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
61762025-08-29T21:51:42.615Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
61772025-08-29T21:51:42.615Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
61782025-08-29T21:51:42.619Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
61792025-08-29T21:51:42.619Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
61802025-08-29T21:51:42.619Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
61812025-08-29T21:51:42.619Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
61822025-08-29T21:51:42.619Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
61832025-08-29T21:51:42.619Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
61842025-08-29T21:51:42.619Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
61852025-08-29T21:51:42.619Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
61862025-08-29T21:51:42.619Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
61872025-08-29T21:51:42.619Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
61882025-08-29T21:51:42.619Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
61892025-08-29T21:51:42.619Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
61902025-08-29T21:51:42.625Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
61912025-08-29T21:51:42.626Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
61922025-08-29T21:51:42.626Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
61932025-08-29T21:51:42.626Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
61942025-08-29T21:51:42.626Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
61952025-08-29T21:51:42.626Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
61962025-08-29T21:51:42.626Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
61972025-08-29T21:51:42.626Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
61982025-08-29T21:51:42.626Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
61992025-08-29T21:51:42.626Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
62002025-08-29T21:51:42.627Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
62012025-08-29T21:51:42.627Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
62022025-08-29T21:51:42.627Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
62032025-08-29T21:51:42.627Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
62042025-08-29T21:51:42.627Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
62052025-08-29T21:51:42.627Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
62062025-08-29T21:51:42.627Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
62072025-08-29T21:51:42.627Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
62082025-08-29T21:51:42.627Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
62092025-08-29T21:51:42.627Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
62102025-08-29T21:51:42.627Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
62112025-08-29T21:51:42.627Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
62122025-08-29T21:51:42.627Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
62132025-08-29T21:51:42.627Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
62142025-08-29T21:51:42.627Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
62152025-08-29T21:51:42.627Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
62162025-08-29T21:51:42.627Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
62172025-08-29T21:51:42.632Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
62182025-08-29T21:51:42.633Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
62192025-08-29T21:51:42.633Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
62202025-08-29T21:51:42.633Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
62212025-08-29T21:51:42.633Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
62222025-08-29T21:51:42.633Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
62232025-08-29T21:51:42.633Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
62242025-08-29T21:51:42.633Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
62252025-08-29T21:51:42.633Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
62262025-08-29T21:51:42.633Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
62272025-08-29T21:51:42.633Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
62282025-08-29T21:51:42.633Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
62292025-08-29T21:51:42.633Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
62302025-08-29T21:51:42.633Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
62312025-08-29T21:51:42.634Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
62322025-08-29T21:51:42.634Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
62332025-08-29T21:51:42.634Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
62342025-08-29T21:51:44.376Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75d556608339df9f -C extra-filename=-634e9090cca4fdb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cedb53062f19b084.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f5236009ded1c189.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9ae9f6d5a0eafcec.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-614e8197790fdf80.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1c59911027d8c2fb.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6aac4332d3d731fa.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d64e3c78264433e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6ae10ea56cda503c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f347e96a9d9642b0.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-450f84b7a11e74da.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bae16fbacaca8933.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-12f927028a266d33.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b41f42837052f70e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6a00b39052fd30b3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-37b4896391f3dc97.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5256566fc3816c97.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-969ef5955bc4ec46.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ea8159f970959ec5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a1425ec91817d984.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-46723e5c193d2224.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-81e87bb767b216f0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-28c11660b04a8956.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-fea3389b7c43df65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6bc7d08cc66c831.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-78b527ec85286137.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b107887f33ed7a69.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b08c46c7ff586e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-44b65273fc397932.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-0e5ac3bec893a79f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0958cfca0f2b9ad1.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cc7dc78f97b83d6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-9786b399c554961b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2c4c22da317d7d9a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
62352025-08-29T21:51:44.382Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=41387d7f9bf30450 -C extra-filename=-ef329158b7935dd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cedb53062f19b084.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f5236009ded1c189.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9ae9f6d5a0eafcec.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-614e8197790fdf80.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1c59911027d8c2fb.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6aac4332d3d731fa.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d64e3c78264433e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6ae10ea56cda503c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f347e96a9d9642b0.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-450f84b7a11e74da.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bae16fbacaca8933.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-12f927028a266d33.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b41f42837052f70e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6a00b39052fd30b3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-37b4896391f3dc97.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5256566fc3816c97.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-969ef5955bc4ec46.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ea8159f970959ec5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a1425ec91817d984.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-46723e5c193d2224.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-81e87bb767b216f0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-28c11660b04a8956.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-fea3389b7c43df65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6bc7d08cc66c831.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-78b527ec85286137.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-01f7216e8bf6c97f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b107887f33ed7a69.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b08c46c7ff586e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-44b65273fc397932.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-0e5ac3bec893a79f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0958cfca0f2b9ad1.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cc7dc78f97b83d6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-9786b399c554961b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2c4c22da317d7d9a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
62362025-08-29T21:51:44.393Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a260a5202f1b596a -C extra-filename=-29b6cd2890ec15a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cedb53062f19b084.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f5236009ded1c189.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9ae9f6d5a0eafcec.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-614e8197790fdf80.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1c59911027d8c2fb.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6aac4332d3d731fa.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d64e3c78264433e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6ae10ea56cda503c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f347e96a9d9642b0.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-450f84b7a11e74da.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bae16fbacaca8933.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-12f927028a266d33.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b41f42837052f70e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6a00b39052fd30b3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-37b4896391f3dc97.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5256566fc3816c97.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-969ef5955bc4ec46.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ea8159f970959ec5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a1425ec91817d984.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-46723e5c193d2224.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-81e87bb767b216f0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-28c11660b04a8956.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-fea3389b7c43df65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6bc7d08cc66c831.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-78b527ec85286137.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-01f7216e8bf6c97f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b107887f33ed7a69.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b08c46c7ff586e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-44b65273fc397932.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-0e5ac3bec893a79f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0958cfca0f2b9ad1.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cc7dc78f97b83d6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-9786b399c554961b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2c4c22da317d7d9a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
62372025-08-29T21:51:44.393Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=661887061edf716c -C extra-filename=-42d88f27a59a0449 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cedb53062f19b084.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f5236009ded1c189.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9ae9f6d5a0eafcec.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-614e8197790fdf80.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1c59911027d8c2fb.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6aac4332d3d731fa.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d64e3c78264433e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6ae10ea56cda503c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f347e96a9d9642b0.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-450f84b7a11e74da.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bae16fbacaca8933.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-12f927028a266d33.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b41f42837052f70e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6a00b39052fd30b3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-37b4896391f3dc97.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5256566fc3816c97.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-969ef5955bc4ec46.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ea8159f970959ec5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a1425ec91817d984.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-46723e5c193d2224.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-81e87bb767b216f0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-28c11660b04a8956.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-fea3389b7c43df65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6bc7d08cc66c831.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-78b527ec85286137.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-01f7216e8bf6c97f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b107887f33ed7a69.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b08c46c7ff586e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-44b65273fc397932.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-0e5ac3bec893a79f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0958cfca0f2b9ad1.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cc7dc78f97b83d6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-9786b399c554961b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2c4c22da317d7d9a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
62382025-08-29T21:57:16.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 39s
62392025-08-29T21:57:16.520Z
62402025-08-29T21:57:16.520Zreal 5:39.957150043
62412025-08-29T21:57:16.520Zuser 12:32.134241730
62422025-08-29T21:57:16.520Zsys 1:09.357748890
62432025-08-29T21:57:16.520Ztrap 0.213434552
62442025-08-29T21:57:16.525Ztflt 1.720409976
62452025-08-29T21:57:16.525Zdflt 26.193800774
62462025-08-29T21:57:16.525Zkflt 0.209023253
62472025-08-29T21:57:16.525Zlock 33:42.326558804
62482025-08-29T21:57:16.525Zslp 41:04.951267524
62492025-08-29T21:57:16.525Zlat 2.408424417
62502025-08-29T21:57:16.525Zstop 34.608469992
62512025-08-29T21:57:16.525Z+ banner test
62522025-08-29T21:57:16.532Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
62532025-08-29T21:57:17.423Z
62542025-08-29T21:57:17.423Z ##### ###### #### #####
62552025-08-29T21:57:17.423Z # # # #
62562025-08-29T21:57:17.423Z # ##### #### #
62572025-08-29T21:57:17.423Z # # # #
62582025-08-29T21:57:17.424Z # # # # #
62592025-08-29T21:57:17.424Z # ###### #### #
62602025-08-29T21:57:17.424Z
62612025-08-29T21:57:18.442Zinfo: experimental features enabled: setup-scripts
62622025-08-29T21:57:20.180Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
62632025-08-29T21:57:20.361Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
62642025-08-29T21:57:20.382Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
62652025-08-29T21:57:20.404Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
62662025-08-29T21:57:32.398Z Finished `test` profile [unoptimized + debuginfo] target(s) in 13.95s
62672025-08-29T21:57:40.927Z────────────
62682025-08-29T21:57:40.928Z Nextest run ID f9f92d6d-a452-4e7b-95dc-6b1f938adfa8 with nextest profile: ci
62692025-08-29T21:57:40.972Z Starting 2218 tests across 210 binaries (3 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
62702025-08-29T21:57:40.972Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
62712025-08-29T21:57:41.949Z Compiling newtype-uuid v1.2.4
62722025-08-29T21:57:42.553Z Compiling daft v0.1.4
62732025-08-29T21:57:43.008Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
62742025-08-29T21:57:43.409Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
62752025-08-29T21:57:43.496Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
62762025-08-29T21:57:44.139Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
62772025-08-29T21:57:52.469Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
62782025-08-29T21:57:54.636Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
62792025-08-29T21:57:56.393Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
62802025-08-29T21:58:02.976Z Finished `test` profile [unoptimized + debuginfo] target(s) in 22.04s
62812025-08-29T21:58:03.121Z Running `target/debug/crdb-seed`
62822025-08-29T21:58:03.174ZAug 29 21:58:02.787 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpKTEDX9
62832025-08-29T21:58:03.174ZAug 29 21:58:02.788 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpgRv4yh,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpKTEDX9/listen-url
62842025-08-29T21:58:03.174ZAug 29 21:58:02.788 INFO cockroach environment: BUILDOMAT_JOB_ID=01K3VTX2MHA5T3PS1RCC1PG9B4 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.89.0-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=db_metadata_nexus_records GITHUB_REF=refs/heads/db_metadata_nexus_records GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=faa0b5dd4876562ad3e689afb749854959d29129 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-90c0c572df8b3d4c/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out:/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-env0dsS4r NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out:/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=f9f92d6d-a452-4e7b-95dc-6b1f938adfa8 PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.89.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
62852025-08-29T21:58:04.670ZAug 29 21:58:04.285 INFO cockroach pid: 12492
62862025-08-29T21:58:04.670ZAug 29 21:58:04.285 INFO cockroach listen URL: postgresql://root@[::1]:34528/omicron?sslmode=disable
62872025-08-29T21:58:04.676ZAug 29 21:58:04.291 INFO cockroach: populating
62882025-08-29T21:58:06.398ZAug 29 21:58:06.014 INFO cockroach: populated
62892025-08-29T21:58:07.468ZAug 29 21:58:07.085 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/00b8971292404e18d54071c756916997ad79d646741f3811523f079a428d9916.tar`
62902025-08-29T21:58:07.473Z SETUP PASS [ 26.616s] crdb-seed: cargo run -p crdb-seed --profile test
62912025-08-29T21:58:07.476Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
62922025-08-29T21:58:08.518Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
62932025-08-29T21:58:08.521Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
62942025-08-29T21:58:08.521Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
62952025-08-29T21:58:08.521Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
62962025-08-29T21:58:08.647Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
62972025-08-29T21:58:10.836Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
62982025-08-29T21:58:11.011Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
62992025-08-29T21:58:13.842Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
63002025-08-29T21:58:15.705Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
63012025-08-29T21:58:23.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.59s
63022025-08-29T21:58:23.287Z Running `target/debug/clickhouse-cluster-dev`
63032025-08-29T21:58:23.340ZAug 29 21:58:22.965 INFO Setting up a ClickHouse cluster
63042025-08-29T21:58:23.347ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
63052025-08-29T21:58:23.347ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
63062025-08-29T21:58:23.347ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
63072025-08-29T21:58:23.347ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
63082025-08-29T21:58:23.347ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
63092025-08-29T21:58:25.357ZAug 29 21:58:24.922 INFO ClickHouse server ready
63102025-08-29T21:58:25.535ZAug 29 21:58:24.941 INFO ClickHouse server ready
63112025-08-29T21:58:26.490ZAug 29 21:58:26.120 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
63122025-08-29T21:58:26.511Z SETUP PASS [ 19.034s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
63132025-08-29T21:58:53.774Z PASS [ 27.293s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
63142025-08-29T21:58:54.452Z PASS [ 27.970s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
63152025-08-29T21:59:02.557Z PASS [ 36.082s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
63162025-08-29T21:59:03.279Z PASS [ 36.805s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
63172025-08-29T21:59:11.257Z PASS [ 44.789s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
63182025-08-29T21:59:11.804Z PASS [ 45.337s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
63192025-08-29T21:59:26.462Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63202025-08-29T21:59:26.462Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63212025-08-29T21:59:40.903Z PASS [ 46.429s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
63222025-08-29T21:59:41.999Z PASS [ 48.259s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
63232025-08-29T21:59:46.871Z PASS [ 43.624s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
63242025-08-29T21:59:49.227Z PASS [ 37.449s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
63252025-08-29T21:59:54.070Z PASS [ 42.843s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
63262025-08-29T22:00:02.517Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
63272025-08-29T22:00:26.418Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63282025-08-29T22:00:26.418Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63292025-08-29T22:00:27.220Z PASS [ 46.407s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
63302025-08-29T22:00:28.012Z PASS [ 46.044s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
63312025-08-29T22:00:30.272Z PASS [ 36.213s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
63322025-08-29T22:00:45.671Z PASS [ 103.186s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
63332025-08-29T22:00:45.716Z PASS [ 0.039s] api_identity test::test_identity
63342025-08-29T22:00:45.735Z PASS [ 0.019s] api_identity test::test_identity_no_field
63352025-08-29T22:00:45.796Z PASS [ 0.066s] authz-macros tests::test_authz_snapshots
63362025-08-29T22:00:45.859Z PASS [ 0.063s] bootstore schemes::tests::hello_roundtrip
63372025-08-29T22:00:46.852Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
63382025-08-29T22:00:46.979Z PASS [ 1.121s] bootstore schemes::v0::peer::tests::basic_3_nodes
63392025-08-29T22:00:47.033Z PASS [ 0.053s] bootstore schemes::v0::peer::tests::network_config
63402025-08-29T22:00:47.063Z PASS [ 0.030s] bootstore schemes::v0::share_pkg::tests::create_packages
63412025-08-29T22:00:47.087Z PASS [ 0.025s] bootstore trust_quorum::rack_secret::tests::create_and_verify
63422025-08-29T22:00:47.111Z PASS [ 0.023s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
63432025-08-29T22:00:49.186Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
63442025-08-29T22:00:51.831Z PASS [ 4.724s] bootstore::v0-fsm-proptest-learner run
63452025-08-29T22:00:53.326Z PASS [ 25.334s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
63462025-08-29T22:00:53.725Z PASS [ 26.505s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
63472025-08-29T22:00:53.729Z PASS [ 0.387s] cert-dev::test-cert-dev test_cert_create
63482025-08-29T22:00:54.268Z PASS [ 0.051s] clickana chart::tests::gather_chart_data_for_disk_usage_success
63492025-08-29T22:00:54.268Z PASS [ 0.036s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
63502025-08-29T22:00:54.268Z PASS [ 0.028s] clickana chart::tests::gather_chart_data_for_query_count_success
63512025-08-29T22:00:54.268Z PASS [ 0.026s] clickana chart::tests::gather_chart_data_for_running_queries_success
63522025-08-29T22:00:54.268Z PASS [ 0.098s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
63532025-08-29T22:00:54.268Z PASS [ 0.054s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
63542025-08-29T22:00:54.268Z PASS [ 0.025s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
63552025-08-29T22:00:54.268Z PASS [ 0.026s] clickhouse-admin-types tests::test_empty_output_parse_fail
63562025-08-29T22:00:54.268Z PASS [ 0.026s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
63572025-08-29T22:00:54.268Z PASS [ 0.047s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
63582025-08-29T22:00:54.268Z PASS [ 0.031s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
63592025-08-29T22:00:54.268Z PASS [ 0.024s] clickhouse-admin-types tests::test_full_lgif_parse_success
63602025-08-29T22:00:54.268Z PASS [ 0.032s] clickhouse-admin-types tests::test_full_raft_config_parse_success
63612025-08-29T22:00:54.268Z PASS [ 0.039s] clickhouse-admin-types tests::test_generate_keeper_config
63622025-08-29T22:00:54.297Z PASS [ 0.028s] clickhouse-admin-types tests::test_generate_replica_config
63632025-08-29T22:00:54.332Z PASS [ 0.026s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
63642025-08-29T22:00:54.339Z PASS [ 0.027s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
63652025-08-29T22:00:54.369Z PASS [ 0.027s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
63662025-08-29T22:00:54.392Z PASS [ 0.025s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
63672025-08-29T22:00:54.397Z PASS [ 0.691s] clickana chart::tests::gather_chart_data_failure
63682025-08-29T22:00:54.416Z PASS [ 0.024s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
63692025-08-29T22:00:54.423Z PASS [ 0.024s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
63702025-08-29T22:00:54.438Z PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
63712025-08-29T22:00:54.446Z PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
63722025-08-29T22:00:54.474Z PASS [ 0.028s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
63732025-08-29T22:00:54.481Z PASS [ 0.043s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
63742025-08-29T22:00:54.499Z PASS [ 0.025s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
63752025-08-29T22:00:54.506Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
63762025-08-29T22:00:54.522Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
63772025-08-29T22:00:54.528Z PASS [ 0.024s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
63782025-08-29T22:00:54.591Z PASS [ 0.068s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
63792025-08-29T22:00:54.619Z PASS [ 0.027s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
63802025-08-29T22:00:54.647Z PASS [ 0.118s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
63812025-08-29T22:00:54.658Z PASS [ 0.040s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
63822025-08-29T22:00:54.683Z PASS [ 0.037s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
63832025-08-29T22:00:54.687Z PASS [ 0.027s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
63842025-08-29T22:00:54.708Z PASS [ 0.025s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
63852025-08-29T22:00:54.712Z PASS [ 0.025s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
63862025-08-29T22:00:54.732Z PASS [ 0.024s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
63872025-08-29T22:00:54.839Z PASS [ 0.128s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
63882025-08-29T22:00:54.849Z PASS [ 0.117s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
63892025-08-29T22:00:54.856Z PASS [ 0.017s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
63902025-08-29T22:00:54.867Z PASS [ 0.018s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
63912025-08-29T22:00:54.874Z PASS [ 0.016s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
63922025-08-29T22:00:54.887Z PASS [ 0.018s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
63932025-08-29T22:00:54.891Z PASS [ 0.016s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
63942025-08-29T22:00:55.293Z PASS [ 0.409s] db-dev::test-db-dev test_db_dev_populate_no_args
63952025-08-29T22:00:55.294Z PASS [ 0.405s] db-dev::test-db-dev test_db_dev_wipe_no_args
63962025-08-29T22:01:01.993Z PASS [ 10.167s] bootstore::v0-fsm-proptest-rack-coordinator run
63972025-08-29T22:01:02.096Z PASS [ 0.104s] db-macros lookup::test::test_lookup_snapshots
63982025-08-29T22:01:02.117Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_for_enums
63992025-08-29T22:01:02.138Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
64002025-08-29T22:01:02.160Z PASS [ 0.022s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
64012025-08-29T22:01:02.194Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
64022025-08-29T22:01:02.201Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
64032025-08-29T22:01:02.229Z PASS [ 0.028s] db-macros tests::test_derive_snapshots
64042025-08-29T22:01:02.250Z PASS [ 0.021s] db-macros tests::test_derive_with_unknown_field
64052025-08-29T22:01:02.825Z PASS [ 0.576s] dns-server storage::test::test_update_basic
64062025-08-29T22:01:03.008Z PASS [ 0.182s] dns-server storage::test::test_update_in_progress
64072025-08-29T22:01:03.171Z PASS [ 0.164s] dns-server storage::test::test_update_interrupted
64082025-08-29T22:01:03.338Z PASS [ 0.165s] dns-server storage::test::test_zone_gets_soa_record
64092025-08-29T22:01:04.170Z PASS [ 0.833s] dns-server::basic_test a_crud
64102025-08-29T22:01:04.536Z PASS [ 0.367s] dns-server::basic_test aaaa_crud
64112025-08-29T22:01:04.930Z PASS [ 9.644s] db-dev::test-db-dev test_db_killed
64122025-08-29T22:01:05.030Z PASS [ 0.494s] dns-server::basic_test answers_match_question
64132025-08-29T22:01:05.308Z PASS [ 0.378s] dns-server::basic_test empty_record
64142025-08-29T22:01:05.375Z PASS [ 0.346s] dns-server::basic_test multi_record_crud
64152025-08-29T22:01:05.582Z PASS [ 0.273s] dns-server::basic_test name_contains_zone
64162025-08-29T22:01:05.670Z PASS [ 0.295s] dns-server::basic_test nxdomain
64172025-08-29T22:01:05.996Z PASS [ 0.414s] dns-server::basic_test servfail
64182025-08-29T22:01:06.070Z PASS [ 0.401s] dns-server::basic_test soa
64192025-08-29T22:01:06.388Z PASS [ 0.388s] dns-server::basic_test srv_crud
64202025-08-29T22:01:07.585Z PASS [ 1.203s] dns-server::cross_version_test cross_version_works
64212025-08-29T22:01:07.650Z PASS [ 0.064s] ereport-types tests::test_arb_json_deserializes
64222025-08-29T22:01:07.680Z PASS [ 0.030s] ereport-types tests::test_ena_from_str
64232025-08-29T22:01:07.706Z PASS [ 0.026s] ereport-types tests::test_ena_from_str_roundtrip
64242025-08-29T22:01:07.772Z PASS [ 0.066s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
64252025-08-29T22:01:07.801Z PASS [ 0.029s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
64262025-08-29T22:01:07.824Z PASS [ 0.022s] gfss gf256::tests::test_all_multiplication
64272025-08-29T22:01:07.844Z PASS [ 0.018s] gfss gf256::tests::test_all_multiplicative_inverses
64282025-08-29T22:01:07.862Z PASS [ 0.019s] gfss gf256::tests::test_docs_example
64292025-08-29T22:01:11.092Z PASS [ 5.025s] dns-server::commands_test test_dnsadm
64302025-08-29T22:01:12.450Z PASS [ 1.358s] gfss shamir::tests::split_and_combine
64312025-08-29T22:01:12.466Z PASS [ 0.017s] gfss shamir::tests::test_share_reconstruction
64322025-08-29T22:01:12.500Z PASS [ 0.034s] id-map tests::deserialize_rejects_duplicates
64332025-08-29T22:01:12.519Z PASS [ 0.018s] id-map tests::deserialize_rejects_mismatched_keys
64342025-08-29T22:01:12.758Z PASS [ 0.239s] id-map tests::get_mut_panics_if_id_changes
64352025-08-29T22:01:12.818Z PASS [ 0.059s] id-map tests::iter_mut_panics_if_id_changes
64362025-08-29T22:01:12.840Z PASS [ 0.022s] id-map tests::methods_allow_borrowed_ids
64372025-08-29T22:01:12.897Z PASS [ 0.056s] id-map tests::mut_into_iter_panics_if_id_changes
64382025-08-29T22:01:12.956Z PASS [ 0.059s] id-map tests::occupied_entry_panics_if_id_changed_via_get_mut
64392025-08-29T22:01:13.014Z PASS [ 0.058s] id-map tests::occupied_entry_panics_if_id_changed_via_into_mut
64402025-08-29T22:01:13.072Z PASS [ 0.056s] id-map tests::occupied_entry_panics_if_id_changes_on_insert
64412025-08-29T22:01:13.133Z PASS [ 0.063s] id-map tests::retain_panics_if_id_changes
64422025-08-29T22:01:13.224Z PASS [ 0.090s] id-map tests::serialization_is_transparent
64432025-08-29T22:01:13.320Z PASS [ 0.096s] id-map tests::serialization_roundtrip
64442025-08-29T22:01:13.377Z PASS [ 0.057s] id-map tests::vacant_entry_panics_if_id_changed_after_insert
64452025-08-29T22:01:13.436Z PASS [ 0.059s] id-map tests::vacant_entry_panics_if_id_changes_on_insert
64462025-08-29T22:01:13.574Z PASS [ 0.098s] illumos-utils destructor::test::test_delayed_delete
64472025-08-29T22:01:14.461Z PASS [ 0.927s] illumos-utils destructor::test::test_delayed_delete_with_error
64482025-08-29T22:01:14.487Z PASS [ 0.025s] illumos-utils destructor::test::test_destructor_bad_close
64492025-08-29T22:01:14.520Z PASS [ 0.033s] illumos-utils link::test::test_allocate
64502025-08-29T22:01:14.546Z PASS [ 0.025s] illumos-utils link::test::test_allocate_within_scopes
64512025-08-29T22:01:14.671Z PASS [ 6.814s] gfss polynomial::tests::test_polynomial_eval
64522025-08-29T22:01:14.685Z PASS [ 0.139s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
64532025-08-29T22:01:14.695Z PASS [ 0.024s] illumos-utils running_zone::tests::test_is_oxide_smf_service
64542025-08-29T22:01:14.784Z PASS [ 0.099s] illumos-utils zfs::test::directory_mutability
64552025-08-29T22:01:14.793Z PASS [ 0.098s] illumos-utils zfs::test::get_values_of_rpool
64562025-08-29T22:01:14.822Z PASS [ 0.038s] illumos-utils zfs::test::parse_dataset_bad_avail
64572025-08-29T22:01:14.826Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_quota
64582025-08-29T22:01:14.848Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_bad_reservation
64592025-08-29T22:01:14.852Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_bad_usage
64602025-08-29T22:01:14.875Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_bad_uuid
64612025-08-29T22:01:14.882Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_missing_fields
64622025-08-29T22:01:14.899Z PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_props
64632025-08-29T22:01:14.907Z PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_props_with_optionals
64642025-08-29T22:01:14.923Z PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_too_many_columns
64652025-08-29T22:01:14.930Z PASS [ 0.024s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
64662025-08-29T22:01:14.946Z PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
64672025-08-29T22:01:14.954Z PASS [ 0.023s] illumos-utils zfs::test::parse_quota_ignored_if_default
64682025-08-29T22:01:14.969Z PASS [ 0.023s] illumos-utils zfs::test::parse_reservation_ignored_if_default
64692025-08-29T22:01:14.978Z PASS [ 0.024s] illumos-utils zfs::test::parse_sorts_and_dedups
64702025-08-29T22:01:15.014Z PASS [ 0.035s] illumos-utils zone::tests::test_parse_ip_network
64712025-08-29T22:01:15.017Z PASS [ 0.047s] illumos-utils zone::tests::delete_nonexistent_address
64722025-08-29T22:01:15.041Z PASS [ 0.026s] illumos-utils zpool::test::test_parse_zpool
64732025-08-29T22:01:15.046Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_missing_column
64742025-08-29T22:01:17.349Z PASS [ 2.304s] installinator write::tests::proptest_write_artifact
64752025-08-29T22:01:17.556Z PASS [ 0.207s] installinator-common block_size_writer::tests::proptest_block_writer
64762025-08-29T22:01:18.521Z PASS [ 0.962s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
64772025-08-29T22:01:18.911Z PASS [ 0.394s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
64782025-08-29T22:01:19.232Z PASS [ 0.321s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
64792025-08-29T22:01:19.287Z PASS [ 24.010s] db-dev::test-db-dev test_db_run
64802025-08-29T22:01:19.411Z PASS [ 4.376s] installinator mock_peers::tests::proptest_fetch_artifact
64812025-08-29T22:01:19.798Z PASS [ 0.511s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
64822025-08-29T22:01:19.802Z PASS [ 0.391s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
64832025-08-29T22:01:19.836Z PASS [ 0.034s] internal-dns-types config::test::display_hosts
64842025-08-29T22:01:19.864Z PASS [ 0.028s] internal-dns-types config::test::display_srv_service
64852025-08-29T22:01:19.887Z PASS [ 0.653s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
64862025-08-29T22:01:19.920Z PASS [ 0.055s] internal-dns-types config::test::test_builder_errors
64872025-08-29T22:01:19.958Z PASS [ 0.073s] internal-dns-types config::test::test_builder_output
64882025-08-29T22:01:19.961Z PASS [ 0.040s] internal-dns-types diff::test::diff_different
64892025-08-29T22:01:19.981Z PASS [ 0.023s] internal-dns-types diff::test::diff_equivalent
64902025-08-29T22:01:19.984Z PASS [ 0.024s] internal-dns-types diff::test::diff_invalid
64912025-08-29T22:01:20.005Z PASS [ 0.024s] ipcc tests::deserialize_fixed_value
64922025-08-29T22:01:20.019Z PASS [ 0.034s] ipcc tests::installinator_image_id_round_trip
64932025-08-29T22:01:20.025Z PASS [ 0.019s] ipcc tests::serialized_size
64942025-08-29T22:01:20.099Z PASS [ 0.081s] key-manager tests::different_disks_produce_different_keys
64952025-08-29T22:01:20.099Z PASS [ 0.074s] key-manager tests::different_ikm_produces_different_keys
64962025-08-29T22:01:20.125Z PASS [ 0.026s] key-manager tests::disk_encryption_key_epoch_0
64972025-08-29T22:01:20.129Z PASS [ 0.029s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
64982025-08-29T22:01:20.212Z PASS [ 0.414s] internal-dns-resolver resolver::test::update_record
64992025-08-29T22:01:20.267Z PASS [ 0.054s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
65002025-08-29T22:01:20.294Z PASS [ 0.167s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
65012025-08-29T22:01:20.294Z PASS [ 0.170s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
65022025-08-29T22:01:20.300Z PASS [ 0.034s] nexus-auth authn::external::session_cookie::test::test_get_token
65032025-08-29T22:01:20.320Z PASS [ 0.025s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
65042025-08-29T22:01:20.323Z PASS [ 0.028s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
65052025-08-29T22:01:20.329Z PASS [ 0.028s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
65062025-08-29T22:01:20.348Z PASS [ 0.028s] nexus-auth authn::external::session_cookie::test::test_other_cookie
65072025-08-29T22:01:20.351Z PASS [ 0.028s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
65082025-08-29T22:01:20.358Z PASS [ 0.029s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
65092025-08-29T22:01:20.375Z PASS [ 0.028s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
65102025-08-29T22:01:20.387Z PASS [ 0.029s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
65112025-08-29T22:01:20.391Z PASS [ 0.037s] nexus-auth authn::external::spoof::test::test_make_header_value
65122025-08-29T22:01:20.416Z PASS [ 0.028s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
65132025-08-29T22:01:20.420Z PASS [ 0.029s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
65142025-08-29T22:01:20.426Z PASS [ 0.050s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
65152025-08-29T22:01:20.446Z PASS [ 0.031s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
65162025-08-29T22:01:20.457Z PASS [ 0.031s] nexus-auth authn::external::token::test::test_make_header_value
65172025-08-29T22:01:20.461Z PASS [ 0.045s] nexus-auth authn::external::test::test_authn_sequence
65182025-08-29T22:01:20.471Z PASS [ 0.025s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
65192025-08-29T22:01:20.482Z PASS [ 0.024s] nexus-auth authn::external::token::test::test_token_header_missing
65202025-08-29T22:01:20.487Z PASS [ 0.026s] nexus-auth authn::external::token::test::test_token_header_valid
65212025-08-29T22:01:20.524Z PASS [ 0.053s] nexus-auth authn::test::test_internal_users
65222025-08-29T22:01:20.563Z PASS [ 0.074s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
65232025-08-29T22:01:20.659Z PASS [ 0.132s] nexus-auth context::test::test_background_context
65242025-08-29T22:01:20.663Z PASS [ 0.179s] nexus-auth authz::context::test::test_unregistered_resource
65252025-08-29T22:01:20.666Z PASS [ 0.104s] nexus-auth context::test::test_child_context
65262025-08-29T22:01:20.732Z PASS [ 0.075s] nexus-auth context::test::test_test_context
65272025-08-29T22:01:20.736Z PASS [ 0.071s] nexus-config nexus_config::test::test_config_bad_toml
65282025-08-29T22:01:20.761Z PASS [ 0.028s] nexus-config nexus_config::test::test_config_empty
65292025-08-29T22:01:20.764Z PASS [ 0.024s] nexus-config nexus_config::test::test_config_nonexistent
65302025-08-29T22:01:20.798Z PASS [ 0.137s] nexus-config nexus_config::test::test_bad_authn_schemes
65312025-08-29T22:01:20.799Z PASS [ 0.038s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
65322025-08-29T22:01:20.832Z PASS [ 0.072s] nexus-config nexus_config::test::test_deployment_config_schema
65332025-08-29T22:01:20.847Z PASS [ 0.049s] nexus-config nexus_config::test::test_valid
65342025-08-29T22:01:20.863Z PASS [ 0.029s] nexus-config postgres_config::test::test_bad_url
65352025-08-29T22:01:20.867Z PASS [ 0.066s] nexus-config nexus_config::test::test_repo_configs_are_valid
65362025-08-29T22:01:20.874Z PASS [ 0.026s] nexus-config postgres_config::test::test_example_url
65372025-08-29T22:01:20.898Z PASS [ 0.034s] nexus-db-fixed-data test::test_allowlist_id_is_valid
65382025-08-29T22:01:20.902Z PASS [ 0.028s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
65392025-08-29T22:01:20.912Z PASS [ 0.050s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
65402025-08-29T22:01:20.934Z PASS [ 0.036s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
65412025-08-29T22:01:20.954Z PASS [ 0.042s] nexus-db-model alert_class::tests::test_from_str_roundtrips
65422025-08-29T22:01:20.963Z PASS [ 0.029s] nexus-db-model alert_class::tests::test_is_test
65432025-08-29T22:01:20.996Z PASS [ 0.042s] nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
65442025-08-29T22:01:21.014Z PASS [ 0.050s] nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
65452025-08-29T22:01:21.049Z PASS [ 0.035s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
65462025-08-29T22:01:21.081Z PASS [ 0.085s] nexus-db-model alert_subscription::test::test_valid_subscription_parsing
65472025-08-29T22:01:21.103Z PASS [ 0.054s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
65482025-08-29T22:01:21.137Z PASS [ 0.055s] nexus-db-model device_auth::test::test_generate_user_code
65492025-08-29T22:01:21.141Z PASS [ 0.038s] nexus-db-model instance_state::tests::test_from_str_roundtrips
65502025-08-29T22:01:21.174Z PASS [ 0.033s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
65512025-08-29T22:01:21.180Z PASS [ 0.044s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
65522025-08-29T22:01:21.221Z PASS [ 0.041s] nexus-db-model schema_versions::test::test_known_versions
65532025-08-29T22:01:21.246Z PASS [ 0.071s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
65542025-08-29T22:01:21.265Z PASS [ 0.044s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
65552025-08-29T22:01:21.279Z PASS [ 0.033s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
65562025-08-29T22:01:21.295Z PASS [ 0.029s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
65572025-08-29T22:01:21.304Z PASS [ 0.026s] nexus-db-model schema_versions::test::test_verify
65582025-08-29T22:01:21.330Z PASS [ 0.035s] nexus-db-model semver_version::test::test_to_from_sortable_string
65592025-08-29T22:01:21.339Z PASS [ 0.035s] nexus-db-model tests::test_ip_subnet_check_requestable_address
65602025-08-29T22:01:21.356Z PASS [ 0.025s] nexus-db-model tests::test_ipv6_net_random_subnet
65612025-08-29T22:01:21.372Z PASS [ 0.033s] nexus-db-model tests::test_roles_database_strings
65622025-08-29T22:01:21.383Z PASS [ 0.027s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
65632025-08-29T22:01:21.399Z PASS [ 0.026s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
65642025-08-29T22:01:21.408Z PASS [ 0.024s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
65652025-08-29T22:01:26.377Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65662025-08-29T22:01:26.381Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65672025-08-29T22:01:27.167Z PASS [ 6.269s] nexus-db-lookup::integration lookup::test_lookup
65682025-08-29T22:01:27.649Z PASS [ 6.247s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
65692025-08-29T22:01:27.681Z PASS [ 6.286s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
65702025-08-29T22:01:30.218Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
65712025-08-29T22:01:30.533Z PASS [ 3.369s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
65722025-08-29T22:01:31.101Z PASS [ 3.454s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
65732025-08-29T22:01:31.185Z PASS [ 3.506s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
65742025-08-29T22:01:34.282Z PASS [ 3.747s] nexus-db-queries db::collection_attach::test::test_attach_once
65752025-08-29T22:01:35.095Z PASS [ 3.956s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
65762025-08-29T22:01:35.184Z PASS [ 3.977s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
65772025-08-29T22:01:35.309Z PASS [ 0.051s] nexus-db-queries db::collection_attach::test::test_verify_query
65782025-08-29T22:01:38.070Z PASS [ 3.794s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
65792025-08-29T22:01:38.852Z PASS [ 3.644s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
65802025-08-29T22:01:38.924Z PASS [ 3.872s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
65812025-08-29T22:01:41.686Z PASS [ 3.618s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
65822025-08-29T22:01:42.353Z PASS [ 3.432s] nexus-db-queries db::collection_detach::test::test_detach_once
65832025-08-29T22:01:42.383Z PASS [ 3.533s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
65842025-08-29T22:01:42.427Z PASS [ 0.044s] nexus-db-queries db::collection_detach::test::test_verify_query
65852025-08-29T22:01:45.877Z PASS [ 4.194s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
65862025-08-29T22:01:46.198Z PASS [ 3.846s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
65872025-08-29T22:01:46.240Z PASS [ 3.816s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
65882025-08-29T22:01:46.790Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65892025-08-29T22:01:49.145Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
65902025-08-29T22:01:49.397Z PASS [ 120.254s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
65912025-08-29T22:01:49.415Z PASS [ 3.540s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
65922025-08-29T22:01:49.753Z PASS [ 3.515s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
65932025-08-29T22:01:49.849Z PASS [ 3.655s] nexus-db-queries db::collection_detach_many::test::test_detach_many
65942025-08-29T22:01:52.783Z PASS [ 3.370s] nexus-db-queries db::collection_detach_many::test::test_detach_once
65952025-08-29T22:01:52.829Z PASS [ 0.047s] nexus-db-queries db::collection_detach_many::test::test_verify_query
65962025-08-29T22:01:52.934Z PASS [ 3.538s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
65972025-08-29T22:01:53.192Z PASS [ 3.441s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
65982025-08-29T22:01:53.192Z PASS [ 3.345s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
65992025-08-29T22:01:53.237Z PASS [ 0.045s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
66002025-08-29T22:01:53.237Z PASS [ 0.045s] nexus-db-queries db::collection_insert::test::test_verify_query
66012025-08-29T22:01:53.282Z PASS [ 0.045s] nexus-db-queries db::column_walker::test::test_walk_table
66022025-08-29T22:01:53.282Z PASS [ 0.045s] nexus-db-queries db::column_walker::test::test_walk_columns
66032025-08-29T22:01:56.432Z PASS [ 3.605s] nexus-db-queries db::collection_insert::test::test_collection_not_present
66042025-08-29T22:01:56.727Z PASS [ 3.795s] nexus-db-queries db::collection_insert::test::test_collection_present
66052025-08-29T22:02:00.559Z PASS [ 7.281s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
66062025-08-29T22:02:00.727Z PASS [ 7.450s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
66072025-08-29T22:02:03.354Z PASS [ 6.634s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
66082025-08-29T22:02:06.777Z PASS [ 10.352s] nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
66092025-08-29T22:02:07.337Z PASS [ 6.783s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
66102025-08-29T22:02:08.515Z PASS [ 7.794s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
66112025-08-29T22:02:09.918Z PASS [ 6.568s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
66122025-08-29T22:02:13.656Z PASS [ 6.320s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
66132025-08-29T22:02:14.291Z PASS [ 7.519s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
66142025-08-29T22:02:14.808Z PASS [ 6.296s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
66152025-08-29T22:02:15.943Z PASS [ 6.029s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
66162025-08-29T22:02:20.032Z PASS [ 6.384s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
66172025-08-29T22:02:21.149Z PASS [ 6.863s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
66182025-08-29T22:02:22.846Z PASS [ 6.909s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
66192025-08-29T22:02:25.490Z PASS [ 10.687s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
66202025-08-29T22:02:26.336Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66212025-08-29T22:02:26.341Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66222025-08-29T22:02:26.797Z PASS [ 6.770s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
66232025-08-29T22:02:28.765Z PASS [ 7.621s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
66242025-08-29T22:02:29.438Z PASS [ 6.596s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
66252025-08-29T22:02:30.177Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
66262025-08-29T22:02:32.998Z PASS [ 7.516s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
66272025-08-29T22:02:33.097Z PASS [ 6.303s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
66282025-08-29T22:02:35.394Z PASS [ 6.634s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
66292025-08-29T22:02:36.727Z PASS [ 7.293s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
66302025-08-29T22:02:39.261Z PASS [ 3.869s] nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
66312025-08-29T22:02:42.249Z PASS [ 9.159s] nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
66322025-08-29T22:02:42.349Z PASS [ 9.358s] nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
66332025-08-29T22:02:42.832Z PASS [ 6.110s] nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
66342025-08-29T22:02:45.197Z PASS [ 5.941s] nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
66352025-08-29T22:02:46.749Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66362025-08-29T22:02:48.035Z PASS [ 5.790s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
66372025-08-29T22:02:48.307Z PASS [ 5.962s] nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
66382025-08-29T22:02:49.147Z PASS [ 6.319s] nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
66392025-08-29T22:02:51.023Z PASS [ 5.829s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
66402025-08-29T22:02:53.728Z PASS [ 5.425s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
66412025-08-29T22:02:53.937Z PASS [ 5.905s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
66422025-08-29T22:02:54.621Z PASS [ 5.478s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
66432025-08-29T22:02:56.871Z PASS [ 2.937s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
66442025-08-29T22:02:57.366Z PASS [ 6.348s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
66452025-08-29T22:02:58.165Z PASS [ 3.546s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
66462025-08-29T22:02:58.813Z PASS [ 5.088s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
66472025-08-29T22:03:04.120Z PASS [ 7.254s] nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_create
66482025-08-29T22:03:04.499Z PASS [ 6.335s] nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_create_idempotent
66492025-08-29T22:03:04.552Z PASS [ 5.741s] nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
66502025-08-29T22:03:04.657Z PASS [ 7.286s] nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_create_fails_wrong_target_blueprint
66512025-08-29T22:03:10.614Z PASS [ 6.498s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
66522025-08-29T22:03:10.725Z PASS [ 6.179s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
66532025-08-29T22:03:10.823Z PASS [ 6.331s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
66542025-08-29T22:03:11.807Z PASS [ 7.165s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
66552025-08-29T22:03:16.757Z PASS [ 6.146s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
66562025-08-29T22:03:17.346Z PASS [ 6.523s] nexus-db-queries db::datastore::deployment::tests::test_set_target
66572025-08-29T22:03:17.396Z PASS [ 0.053s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
66582025-08-29T22:03:18.775Z PASS [ 6.973s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
66592025-08-29T22:03:20.118Z PASS [ 9.399s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
66602025-08-29T22:03:22.919Z PASS [ 6.167s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
66612025-08-29T22:03:23.179Z PASS [ 5.789s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
66622025-08-29T22:03:25.828Z PASS [ 7.057s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
66632025-08-29T22:03:26.296Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66642025-08-29T22:03:26.299Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66652025-08-29T22:03:28.325Z PASS [ 8.212s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
66662025-08-29T22:03:29.239Z PASS [ 6.324s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
66672025-08-29T22:03:29.546Z PASS [ 6.371s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
66682025-08-29T22:03:30.136Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
66692025-08-29T22:03:31.277Z PASS [ 2.954s] nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
66702025-08-29T22:03:31.906Z PASS [ 6.081s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
66712025-08-29T22:03:32.250Z PASS [ 3.013s] nexus-db-queries db::datastore::ereport::tests::explain_host_restart_list_by_serial
66722025-08-29T22:03:32.738Z PASS [ 3.194s] nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
66732025-08-29T22:03:34.322Z PASS [ 3.048s] nexus-db-queries db::datastore::ereport::tests::explain_sp_restart_list_by_serial
66742025-08-29T22:03:40.775Z PASS [ 8.042s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
66752025-08-29T22:03:41.131Z PASS [ 9.231s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
66762025-08-29T22:03:42.337Z PASS [ 8.020s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
66772025-08-29T22:03:42.711Z PASS [ 10.469s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
66782025-08-29T22:03:46.708Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66792025-08-29T22:03:47.356Z PASS [ 6.585s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
66802025-08-29T22:03:47.708Z PASS [ 6.583s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
66812025-08-29T22:03:48.372Z PASS [ 6.039s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
66822025-08-29T22:03:48.920Z PASS [ 6.212s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
66832025-08-29T22:03:53.985Z PASS [ 6.633s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
66842025-08-29T22:03:54.470Z PASS [ 6.766s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
66852025-08-29T22:03:54.979Z PASS [ 6.612s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
66862025-08-29T22:03:55.139Z PASS [ 6.201s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
66872025-08-29T22:04:01.137Z PASS [ 7.155s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
66882025-08-29T22:04:01.570Z PASS [ 6.457s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
66892025-08-29T22:04:01.934Z PASS [ 6.960s] nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
66902025-08-29T22:04:05.183Z PASS [ 10.722s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
66912025-08-29T22:04:07.548Z PASS [ 5.983s] nexus-db-queries db::datastore::ip_pool::test::cannot_insert_range_in_pool_with_different_ip_version
66922025-08-29T22:04:08.117Z PASS [ 6.985s] nexus-db-queries db::datastore::inventory::test::test_zone_image_source
66932025-08-29T22:04:08.318Z PASS [ 6.384s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
66942025-08-29T22:04:11.008Z PASS [ 5.828s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
66952025-08-29T22:04:13.457Z PASS [ 5.913s] nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
66962025-08-29T22:04:14.351Z PASS [ 6.041s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
66972025-08-29T22:04:14.454Z PASS [ 6.341s] nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
66982025-08-29T22:04:19.425Z PASS [ 5.970s] nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
66992025-08-29T22:04:19.491Z PASS [ 8.489s] nexus-db-queries db::datastore::nat_entry::test::nat_changeset
67002025-08-29T22:04:20.006Z PASS [ 5.659s] nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
67012025-08-29T22:04:20.295Z PASS [ 5.846s] nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
67022025-08-29T22:04:25.221Z PASS [ 5.735s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
67032025-08-29T22:04:26.099Z PASS [ 6.680s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
67042025-08-29T22:04:26.255Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67052025-08-29T22:04:26.258Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67062025-08-29T22:04:26.589Z PASS [ 6.588s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
67072025-08-29T22:04:30.095Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
67082025-08-29T22:04:30.785Z PASS [ 5.564s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
67092025-08-29T22:04:32.346Z PASS [ 5.747s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
67102025-08-29T22:04:35.999Z PASS [ 15.714s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
67112025-08-29T22:04:36.916Z PASS [ 6.058s] nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
67122025-08-29T22:04:42.510Z PASS [ 6.649s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
67132025-08-29T22:04:43.951Z PASS [ 7.956s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
67142025-08-29T22:04:44.427Z PASS [ 7.597s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
67152025-08-29T22:04:46.178Z PASS [ 7.206s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
67162025-08-29T22:04:46.669Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67172025-08-29T22:04:50.942Z PASS [ 6.519s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
67182025-08-29T22:04:50.989Z PASS [ 7.045s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
67192025-08-29T22:04:53.571Z PASS [ 7.398s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
67202025-08-29T22:04:54.749Z PASS [ 28.671s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
67212025-08-29T22:04:57.696Z PASS [ 6.712s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
67222025-08-29T22:04:59.230Z PASS [ 8.294s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
67232025-08-29T22:04:59.700Z PASS [ 6.131s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
67242025-08-29T22:05:00.659Z PASS [ 5.912s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
67252025-08-29T22:05:04.750Z PASS [ 7.059s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
67262025-08-29T22:05:06.262Z PASS [ 7.036s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
67272025-08-29T22:05:06.304Z PASS [ 0.043s] nexus-db-queries db::datastore::region::test::test_extent_count
67282025-08-29T22:05:06.672Z PASS [ 6.977s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
67292025-08-29T22:05:06.850Z PASS [ 6.196s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
67302025-08-29T22:05:10.777Z PASS [ 6.032s] nexus-db-queries db::datastore::reconfigurator_chicken_switches::tests::test_reconfigurator_chicken_switches_basic
67312025-08-29T22:05:11.944Z PASS [ 5.643s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
67322025-08-29T22:05:12.342Z PASS [ 5.676s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
67332025-08-29T22:05:12.463Z PASS [ 5.617s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
67342025-08-29T22:05:16.658Z PASS [ 5.884s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
67352025-08-29T22:05:17.566Z PASS [ 5.623s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
67362025-08-29T22:05:17.583Z PASS [ 5.245s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
67372025-08-29T22:05:18.043Z PASS [ 5.582s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
67382025-08-29T22:05:22.064Z PASS [ 5.410s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
67392025-08-29T22:05:22.986Z PASS [ 5.426s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
67402025-08-29T22:05:23.022Z PASS [ 5.441s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
67412025-08-29T22:05:23.127Z PASS [ 5.089s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
67422025-08-29T22:05:26.213Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67432025-08-29T22:05:26.218Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67442025-08-29T22:05:28.102Z PASS [ 6.041s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
67452025-08-29T22:05:28.731Z PASS [ 5.749s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
67462025-08-29T22:05:28.944Z PASS [ 5.821s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
67472025-08-29T22:05:29.200Z PASS [ 6.183s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
67482025-08-29T22:05:30.055Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
67492025-08-29T22:05:34.598Z PASS [ 6.501s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
67502025-08-29T22:05:34.612Z PASS [ 5.886s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
67512025-08-29T22:05:35.063Z PASS [ 6.124s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
67522025-08-29T22:05:36.192Z PASS [ 6.997s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
67532025-08-29T22:05:42.277Z PASS [ 7.684s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
67542025-08-29T22:05:42.787Z PASS [ 8.180s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
67552025-08-29T22:05:43.137Z PASS [ 8.077s] nexus-db-queries db::datastore::sled::test::affinity_multi_group
67562025-08-29T22:05:43.690Z PASS [ 7.503s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
67572025-08-29T22:05:46.626Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67582025-08-29T22:05:48.872Z PASS [ 6.599s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail
67592025-08-29T22:05:49.737Z PASS [ 6.955s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
67602025-08-29T22:05:49.774Z PASS [ 6.644s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
67612025-08-29T22:05:50.500Z PASS [ 6.815s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
67622025-08-29T22:05:56.020Z PASS [ 7.131s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
67632025-08-29T22:05:56.392Z PASS [ 6.621s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
67642025-08-29T22:05:56.682Z PASS [ 6.945s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
67652025-08-29T22:05:57.190Z PASS [ 6.694s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
67662025-08-29T22:06:03.208Z PASS [ 6.820s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
67672025-08-29T22:06:03.496Z PASS [ 6.823s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
67682025-08-29T22:06:03.675Z PASS [ 7.683s] nexus-db-queries db::datastore::sled::test::sled_list_batch
67692025-08-29T22:06:04.121Z PASS [ 6.937s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
67702025-08-29T22:06:10.110Z PASS [ 6.618s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
67712025-08-29T22:06:10.167Z PASS [ 6.965s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
67722025-08-29T22:06:10.274Z PASS [ 6.156s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
67732025-08-29T22:06:15.717Z PASS [ 12.051s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
67742025-08-29T22:06:16.820Z PASS [ 6.658s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
67752025-08-29T22:06:16.826Z PASS [ 6.721s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
67762025-08-29T22:06:18.594Z PASS [ 348.580s] oximeter-db client::tests::test_replicated
67772025-08-29T22:06:18.713Z PASS [ 0.115s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
67782025-08-29T22:06:18.777Z PASS [ 0.064s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
67792025-08-29T22:06:18.804Z PASS [ 0.026s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
67802025-08-29T22:06:18.839Z PASS [ 0.036s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
67812025-08-29T22:06:18.870Z PASS [ 0.031s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
67822025-08-29T22:06:19.026Z PASS [ 8.758s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
67832025-08-29T22:06:19.559Z PASS [ 0.689s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
67842025-08-29T22:06:19.845Z PASS [ 0.285s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
67852025-08-29T22:06:20.054Z PASS [ 0.209s] omicron-clickhouse-admin::integration_test test_lgif_parsing
67862025-08-29T22:06:20.243Z PASS [ 0.189s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
67872025-08-29T22:06:20.384Z PASS [ 0.141s] omicron-clickhouse-admin::integration_test test_teardown
67882025-08-29T22:06:20.483Z PASS [ 0.100s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
67892025-08-29T22:06:23.822Z PASS [ 8.111s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
67902025-08-29T22:06:24.482Z PASS [ 7.662s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
67912025-08-29T22:06:24.527Z PASS [ 7.710s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
67922025-08-29T22:06:25.084Z PASS [ 6.062s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
67932025-08-29T22:06:26.173Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67942025-08-29T22:06:26.176Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67952025-08-29T22:06:30.277Z PASS [ 6.459s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
67962025-08-29T22:06:30.292Z PASS [ 5.771s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
67972025-08-29T22:06:30.587Z PASS [ 6.109s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
67982025-08-29T22:06:30.775Z PASS [ 5.695s] nexus-db-queries db::datastore::target_release::test::target_release_datastore
67992025-08-29T22:06:36.424Z PASS [ 6.135s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
68002025-08-29T22:06:36.577Z PASS [ 5.805s] nexus-db-queries db::datastore::test::test_project_creation
68012025-08-29T22:06:36.612Z PASS [ 6.029s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
68022025-08-29T22:06:36.822Z PASS [ 6.549s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
68032025-08-29T22:06:42.158Z PASS [ 5.739s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
68042025-08-29T22:06:42.872Z PASS [ 6.298s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
68052025-08-29T22:06:42.917Z PASS [ 6.099s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
68062025-08-29T22:06:46.585Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68072025-08-29T22:06:49.545Z PASS [ 6.679s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
68082025-08-29T22:06:49.553Z PASS [ 7.400s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
68092025-08-29T22:06:50.514Z PASS [ 13.911s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
68102025-08-29T22:06:56.414Z PASS [ 13.506s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
68112025-08-29T22:07:02.706Z PASS [ 6.297s] nexus-db-queries db::datastore::test::test_session_methods
68122025-08-29T22:07:03.510Z PASS [ 13.975s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
68132025-08-29T22:07:06.860Z PASS [ 16.357s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
68142025-08-29T22:07:07.424Z PASS [ 17.884s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
68152025-08-29T22:07:09.157Z PASS [ 5.651s] nexus-db-queries db::datastore::test::test_ssh_keys
68162025-08-29T22:07:09.316Z PASS [ 6.615s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
68172025-08-29T22:07:12.871Z PASS [ 6.015s] nexus-db-queries db::datastore::test::test_table_scan
68182025-08-29T22:07:14.275Z PASS [ 6.854s] nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
68192025-08-29T22:07:15.457Z PASS [ 6.304s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
68202025-08-29T22:07:19.263Z PASS [ 6.396s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
68212025-08-29T22:07:20.444Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
68222025-08-29T22:07:20.463Z PASS [ 6.193s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
68232025-08-29T22:07:23.748Z PASS [ 63.309s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
68242025-08-29T22:07:25.430Z PASS [ 6.171s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
68252025-08-29T22:07:26.132Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68262025-08-29T22:07:26.135Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68272025-08-29T22:07:26.575Z PASS [ 6.116s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
68282025-08-29T22:07:26.619Z PASS [ 2.872s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
68292025-08-29T22:07:31.771Z PASS [ 5.200s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
68302025-08-29T22:07:42.428Z PASS [ 475.889s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68312025-08-29T22:07:44.184Z PASS [ 17.578s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
68322025-08-29T22:07:48.134Z PASS [ 5.709s] nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
68332025-08-29T22:07:53.841Z PASS [ 5.710s] nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
68342025-08-29T22:07:59.656Z PASS [ 15.483s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
68352025-08-29T22:08:00.152Z PASS [ 6.317s] nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
68362025-08-29T22:08:05.551Z PASS [ 5.898s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
68372025-08-29T22:08:05.737Z PASS [ 5.588s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
68382025-08-29T22:08:09.277Z SLOW [> 60.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
68392025-08-29T22:08:11.075Z PASS [ 5.528s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
68402025-08-29T22:08:11.191Z PASS [ 5.458s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
68412025-08-29T22:08:15.416Z SLOW [> 60.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
68422025-08-29T22:08:16.650Z PASS [ 5.458s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
68432025-08-29T22:08:17.063Z PASS [ 5.992s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
68442025-08-29T22:08:23.031Z PASS [ 6.387s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
68452025-08-29T22:08:23.079Z PASS [ 0.046s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
68462025-08-29T22:08:23.123Z PASS [ 0.047s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
68472025-08-29T22:08:25.389Z SLOW [> 60.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
68482025-08-29T22:08:26.092Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68492025-08-29T22:08:26.092Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68502025-08-29T22:08:30.554Z PASS [ 13.501s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
68512025-08-29T22:08:31.731Z SLOW [> 60.000s] nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
68522025-08-29T22:08:37.638Z PASS [ 14.527s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
68532025-08-29T22:08:43.727Z PASS [ 6.094s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
68542025-08-29T22:08:44.955Z PASS [ 14.411s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
68552025-08-29T22:08:49.081Z PASS [ 5.347s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
68562025-08-29T22:08:50.162Z PASS [ 5.211s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
68572025-08-29T22:08:54.752Z PASS [ 5.685s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
68582025-08-29T22:08:55.842Z PASS [ 5.684s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
68592025-08-29T22:09:02.666Z PASS [ 6.829s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
68602025-08-29T22:09:02.709Z PASS [ 7.962s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
68612025-08-29T22:09:03.059Z PASS [ 0.351s] nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
68622025-08-29T22:09:06.427Z PASS [ 3.370s] nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
68632025-08-29T22:09:09.236Z SLOW [>120.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
68642025-08-29T22:09:10.011Z PASS [ 7.349s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
68652025-08-29T22:09:12.199Z PASS [ 5.776s] nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
68662025-08-29T22:09:12.903Z PASS [ 2.894s] nexus-db-queries db::explain::test::test_explain_async
68672025-08-29T22:09:15.055Z PASS [ 2.857s] nexus-db-queries db::explain::test::test_explain_full_table_scan
68682025-08-29T22:09:15.376Z SLOW [>120.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
68692025-08-29T22:09:16.312Z PASS [ 3.405s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
68702025-08-29T22:09:18.560Z PASS [ 3.508s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
68712025-08-29T22:09:19.822Z PASS [ 3.520s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
68722025-08-29T22:09:21.933Z PASS [ 3.374s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
68732025-08-29T22:09:23.365Z PASS [ 3.543s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
68742025-08-29T22:09:25.348Z SLOW [>120.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
68752025-08-29T22:09:25.361Z PASS [ 3.429s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
68762025-08-29T22:09:25.403Z PASS [ 0.044s] nexus-db-queries db::pagination::test::test_paginator
68772025-08-29T22:09:26.052Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68782025-08-29T22:09:26.052Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68792025-08-29T22:09:26.830Z PASS [ 3.469s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
68802025-08-29T22:09:27.213Z PASS [ 1.809s] nexus-db-queries db::pool::test::test_pool_can_be_terminated
68812025-08-29T22:09:28.721Z PASS [ 1.891s] nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
68822025-08-29T22:09:31.689Z SLOW [>120.000s] nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
68832025-08-29T22:09:33.778Z PASS [ 6.571s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
68842025-08-29T22:09:35.219Z PASS [ 6.504s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
68852025-08-29T22:09:39.926Z PASS [ 6.153s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
68862025-08-29T22:09:40.815Z PASS [ 5.599s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
68872025-08-29T22:09:45.942Z PASS [ 6.019s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
68882025-08-29T22:09:46.599Z PASS [ 5.788s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
68892025-08-29T22:09:52.017Z PASS [ 6.080s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
68902025-08-29T22:09:52.453Z PASS [ 5.858s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
68912025-08-29T22:09:52.927Z PASS [ 163.724s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
68922025-08-29T22:09:58.003Z PASS [ 5.990s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
68932025-08-29T22:09:58.418Z PASS [ 5.969s] nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
68942025-08-29T22:09:59.501Z PASS [ 6.579s] nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_address
68952025-08-29T22:09:59.543Z PASS [ 0.042s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
68962025-08-29T22:10:03.350Z PASS [ 5.350s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
68972025-08-29T22:10:05.440Z PASS [ 7.027s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
68982025-08-29T22:10:05.563Z PASS [ 6.025s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
68992025-08-29T22:10:09.303Z PASS [ 5.957s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
69002025-08-29T22:10:10.851Z PASS [ 5.414s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
69012025-08-29T22:10:11.562Z PASS [ 6.002s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
69022025-08-29T22:10:14.618Z PASS [ 5.319s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
69032025-08-29T22:10:15.336Z SLOW [>180.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
69042025-08-29T22:10:16.848Z PASS [ 6.001s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
69052025-08-29T22:10:17.062Z PASS [ 5.504s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
69062025-08-29T22:10:20.189Z PASS [ 5.574s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
69072025-08-29T22:10:22.459Z PASS [ 5.614s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
69082025-08-29T22:10:22.733Z PASS [ 5.675s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
69092025-08-29T22:10:25.307Z SLOW [>180.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
69102025-08-29T22:10:25.728Z PASS [ 719.733s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69112025-08-29T22:10:25.893Z PASS [ 5.708s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
69122025-08-29T22:10:26.011Z SLOW [>720.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69132025-08-29T22:10:27.125Z PASS [ 721.130s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69142025-08-29T22:10:27.166Z PASS [ 0.042s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
69152025-08-29T22:10:27.920Z PASS [ 5.465s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
69162025-08-29T22:10:28.527Z PASS [ 5.798s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
69172025-08-29T22:10:31.116Z PASS [ 3.198s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
69182025-08-29T22:10:31.479Z PASS [ 5.755s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
69192025-08-29T22:10:31.628Z PASS [ 5.739s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
69202025-08-29T22:10:31.649Z SLOW [>180.000s] nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
69212025-08-29T22:10:31.669Z PASS [ 0.041s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
69222025-08-29T22:10:31.912Z PASS [ 3.387s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
69232025-08-29T22:10:32.207Z PASS [ 0.295s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
69242025-08-29T22:10:32.486Z PASS [ 0.279s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
69252025-08-29T22:10:33.082Z PASS [ 5.920s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
69262025-08-29T22:10:34.518Z PASS [ 3.404s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
69272025-08-29T22:10:34.569Z PASS [ 0.047s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
69282025-08-29T22:10:34.576Z PASS [ 3.099s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
69292025-08-29T22:10:34.608Z PASS [ 0.043s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
69302025-08-29T22:10:34.825Z PASS [ 3.158s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
69312025-08-29T22:10:35.196Z PASS [ 0.370s] nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
69322025-08-29T22:10:35.441Z PASS [ 2.957s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
69332025-08-29T22:10:35.781Z PASS [ 0.340s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
69342025-08-29T22:10:35.999Z PASS [ 1.424s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
69352025-08-29T22:10:36.085Z PASS [ 0.304s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
69362025-08-29T22:10:36.135Z PASS [ 3.055s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
69372025-08-29T22:10:36.430Z PASS [ 0.296s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
69382025-08-29T22:10:36.784Z PASS [ 0.354s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
69392025-08-29T22:10:37.137Z PASS [ 0.352s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
69402025-08-29T22:10:37.454Z PASS [ 0.318s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
69412025-08-29T22:10:37.817Z PASS [ 3.210s] nexus-db-queries db::queries::region_allocation::test::explainable
69422025-08-29T22:10:37.982Z PASS [ 2.787s] nexus-db-queries db::queries::regions_hard_delete::test::explainable
69432025-08-29T22:10:38.948Z PASS [ 2.863s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
69442025-08-29T22:10:38.992Z PASS [ 2.995s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
69452025-08-29T22:10:39.075Z PASS [ 0.083s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
69462025-08-29T22:10:39.112Z PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
69472025-08-29T22:10:39.153Z PASS [ 0.040s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
69482025-08-29T22:10:39.192Z PASS [ 0.039s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
69492025-08-29T22:10:39.231Z PASS [ 0.038s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
69502025-08-29T22:10:40.464Z PASS [ 3.012s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
69512025-08-29T22:10:40.648Z PASS [ 2.833s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
69522025-08-29T22:10:40.755Z PASS [ 2.773s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
69532025-08-29T22:10:41.745Z PASS [ 2.800s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
69542025-08-29T22:10:41.876Z PASS [ 2.647s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
69552025-08-29T22:10:43.342Z PASS [ 2.879s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
69562025-08-29T22:10:43.648Z PASS [ 3.002s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
69572025-08-29T22:10:43.702Z PASS [ 0.054s] nexus-defaults tests::test_random_vpc_ipv6_prefix
69582025-08-29T22:10:44.498Z PASS [ 0.795s] nexus-inventory builder::test::test_basic
69592025-08-29T22:10:44.561Z PASS [ 0.044s] nexus-inventory builder::test::test_empty
69602025-08-29T22:10:44.597Z PASS [ 0.047s] nexus-inventory builder::test::test_problems
69612025-08-29T22:10:46.820Z PASS [ 2.232s] nexus-inventory collector::test::test_basic
69622025-08-29T22:10:47.121Z PASS [ 5.247s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
69632025-08-29T22:10:48.102Z PASS [ 0.980s] nexus-inventory collector::test::test_multi_mgs_failure
69642025-08-29T22:10:48.648Z PASS [ 5.303s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
69652025-08-29T22:10:49.230Z PASS [ 2.400s] nexus-inventory collector::test::test_multi_mgs
69662025-08-29T22:10:49.669Z PASS [ 1.570s] nexus-inventory collector::test::test_sled_agent_failure
69672025-08-29T22:10:52.993Z PASS [ 12.249s] nexus-db-queries policy_test::test_conferred_roles
69682025-08-29T22:10:53.884Z PASS [ 4.218s] nexus-mgs-updates driver_update::test::test_rot_basic_failures
69692025-08-29T22:10:55.268Z PASS [ 2.276s] nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
69702025-08-29T22:10:56.703Z PASS [ 7.488s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
69712025-08-29T22:10:56.828Z PASS [ 8.193s] nexus-metrics-producer-gc tests::test_prune_expired_producers
69722025-08-29T22:10:58.401Z PASS [ 1.684s] nexus-mgs-updates driver_update::test::test_sp_basic_failures
69732025-08-29T22:11:01.373Z PASS [ 7.495s] nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
69742025-08-29T22:11:02.958Z PASS [ 7.696s] nexus-mgs-updates driver_update::test::test_rot_update_basic
69752025-08-29T22:11:06.291Z PASS [ 9.470s] nexus-mgs-updates driver_update::test::test_sp_update_basic
69762025-08-29T22:11:06.369Z PASS [ 4.992s] nexus-mgs-updates driver_update::test::test_sp_update_watched
69772025-08-29T22:11:09.175Z PASS [ 6.221s] nexus-mgs-updates driver_update::test_host_phase_1::basic
69782025-08-29T22:11:09.242Z PASS [ 2.952s] nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
69792025-08-29T22:11:09.489Z PASS [ 0.247s] nexus-mgs-updates test_util::step_through::test::test_basic
69802025-08-29T22:11:11.252Z PASS [ 1.763s] nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
69812025-08-29T22:11:11.624Z PASS [ 0.373s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
69822025-08-29T22:11:11.662Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
69832025-08-29T22:11:11.706Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
69842025-08-29T22:11:11.746Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
69852025-08-29T22:11:11.785Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
69862025-08-29T22:11:11.824Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
69872025-08-29T22:11:11.865Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
69882025-08-29T22:11:11.909Z PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
69892025-08-29T22:11:11.947Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
69902025-08-29T22:11:11.988Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
69912025-08-29T22:11:12.029Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
69922025-08-29T22:11:12.067Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
69932025-08-29T22:11:12.105Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
69942025-08-29T22:11:12.142Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
69952025-08-29T22:11:12.182Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
69962025-08-29T22:11:12.221Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
69972025-08-29T22:11:13.359Z PASS [ 14.984s] nexus-mgs-updates driver_update::test::test_sp_update_takeover
69982025-08-29T22:11:13.600Z PASS [ 0.239s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
69992025-08-29T22:11:15.294Z SLOW [>240.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
70002025-08-29T22:11:19.936Z PASS [ 10.769s] nexus-mgs-updates driver_update::test_host_phase_1::update_watched
70012025-08-29T22:11:20.074Z PASS [ 0.138s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
70022025-08-29T22:11:20.202Z PASS [ 0.127s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
70032025-08-29T22:11:20.255Z PASS [ 0.054s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
70042025-08-29T22:11:20.318Z PASS [ 0.062s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
70052025-08-29T22:11:25.266Z SLOW [>240.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
70062025-08-29T22:11:26.797Z PASS [ 20.447s] nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
70072025-08-29T22:11:31.608Z SLOW [>240.000s] nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
70082025-08-29T22:11:41.703Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
70092025-08-29T22:11:56.159Z PASS [ 29.383s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
70102025-08-29T22:12:08.296Z PASS [ 283.064s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
70112025-08-29T22:12:12.181Z SLOW [> 60.000s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
70122025-08-29T22:12:13.558Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
70132025-08-29T22:12:15.254Z SLOW [>300.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
70142025-08-29T22:12:19.001Z PASS [ 97.323s] nexus-db-queries policy_test::test_iam_roles_behavior
70152025-08-29T22:12:20.285Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
70162025-08-29T22:12:22.873Z PASS [ 291.305s] nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
70172025-08-29T22:12:23.374Z PASS [ 0.500s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
70182025-08-29T22:12:23.410Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
70192025-08-29T22:12:23.444Z PASS [ 0.033s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
70202025-08-29T22:12:23.560Z PASS [ 0.116s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
70212025-08-29T22:12:23.614Z PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
70222025-08-29T22:12:23.660Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
70232025-08-29T22:12:23.713Z PASS [ 0.053s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
70242025-08-29T22:12:23.748Z PASS [ 27.608s] nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
70252025-08-29T22:12:23.753Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
70262025-08-29T22:12:23.785Z PASS [ 0.032s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
70272025-08-29T22:12:23.803Z PASS [ 0.056s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
70282025-08-29T22:12:23.813Z PASS [ 0.028s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
70292025-08-29T22:12:23.835Z PASS [ 0.029s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
70302025-08-29T22:12:23.842Z PASS [ 0.028s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
70312025-08-29T22:12:23.860Z PASS [ 0.028s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
70322025-08-29T22:12:23.871Z PASS [ 0.028s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
70332025-08-29T22:12:23.890Z PASS [ 0.029s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
70342025-08-29T22:12:23.897Z PASS [ 0.028s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
70352025-08-29T22:12:23.961Z PASS [ 0.066s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
70362025-08-29T22:12:24.001Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
70372025-08-29T22:12:24.387Z PASS [ 0.386s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
70382025-08-29T22:12:24.925Z PASS [ 0.538s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
70392025-08-29T22:12:25.150Z PASS [ 0.221s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
70402025-08-29T22:12:25.287Z PASS [ 0.139s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
70412025-08-29T22:12:25.326Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
70422025-08-29T22:12:25.387Z PASS [ 0.060s] nexus-reconfigurator-planning example::tests::builder_zone_counts
70432025-08-29T22:12:25.416Z PASS [ 0.028s] nexus-reconfigurator-planning example::tests::instances_on_examples
70442025-08-29T22:12:25.463Z PASS [ 0.048s] nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
70452025-08-29T22:12:25.505Z PASS [ 0.042s] nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
70462025-08-29T22:12:25.549Z PASS [ 0.045s] nexus-reconfigurator-planning mgs_updates::test::test_basic_rot
70472025-08-29T22:12:25.591Z PASS [ 0.040s] nexus-reconfigurator-planning mgs_updates::test::test_basic_rot_bootloader
70482025-08-29T22:12:25.634Z PASS [ 0.044s] nexus-reconfigurator-planning mgs_updates::test::test_basic_sp
70492025-08-29T22:12:25.686Z PASS [ 0.039s] nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
70502025-08-29T22:12:25.709Z PASS [ 0.036s] nexus-reconfigurator-planning mgs_updates::test::test_sp_move
70512025-08-29T22:12:25.765Z PASS [ 0.054s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
70522025-08-29T22:12:25.807Z PASS [ 0.043s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
70532025-08-29T22:12:25.885Z PASS [ 0.076s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
70542025-08-29T22:12:25.983Z PASS [ 0.088s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
70552025-08-29T22:12:26.019Z PASS [ 0.048s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
70562025-08-29T22:12:26.104Z PASS [ 0.085s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
70572025-08-29T22:12:26.157Z PASS [ 0.052s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
70582025-08-29T22:12:26.222Z PASS [ 0.065s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
70592025-08-29T22:12:26.274Z PASS [ 0.052s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
70602025-08-29T22:12:26.331Z PASS [ 0.057s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
70612025-08-29T22:12:26.382Z PASS [ 0.050s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
70622025-08-29T22:12:26.431Z PASS [ 0.049s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
70632025-08-29T22:12:26.467Z PASS [ 0.036s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
70642025-08-29T22:12:26.631Z PASS [ 0.163s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
70652025-08-29T22:12:26.699Z PASS [ 0.068s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
70662025-08-29T22:12:26.772Z PASS [ 0.073s] nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
70672025-08-29T22:12:26.890Z PASS [ 0.117s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
70682025-08-29T22:12:26.972Z PASS [ 0.082s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
70692025-08-29T22:12:27.045Z PASS [ 0.072s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
70702025-08-29T22:12:27.112Z PASS [ 0.067s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
70712025-08-29T22:12:27.183Z PASS [ 0.058s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
70722025-08-29T22:12:27.236Z PASS [ 0.065s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
70732025-08-29T22:12:27.298Z PASS [ 0.063s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
70742025-08-29T22:12:27.801Z PASS [ 0.486s] nexus-reconfigurator-planning planner::test::test_update_all_zones
70752025-08-29T22:12:28.041Z PASS [ 0.256s] nexus-reconfigurator-planning planner::test::test_update_boundary_ntp
70762025-08-29T22:12:28.152Z PASS [ 0.112s] nexus-reconfigurator-planning planner::test::test_update_cockroach
70772025-08-29T22:12:28.345Z PASS [ 0.191s] nexus-reconfigurator-planning planner::test::test_update_crucible_pantry
70782025-08-29T22:12:28.448Z PASS [ 0.104s] nexus-reconfigurator-planning planner::test::test_update_internal_dns
70792025-08-29T22:12:28.538Z PASS [ 0.090s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
70802025-08-29T22:12:29.903Z PASS [ 6.010s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
70812025-08-29T22:12:34.175Z PASS [ 82.011s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
70822025-08-29T22:12:34.233Z PASS [ 0.058s] nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
70832025-08-29T22:12:34.432Z PASS [ 0.197s] nexus-saga-recovery recovery::test::test_execution_basic
70842025-08-29T22:12:34.463Z PASS [ 0.032s] nexus-saga-recovery recovery::test::test_plan_basic
70852025-08-29T22:12:34.508Z PASS [ 0.044s] nexus-saga-recovery recovery::test::test_read_all_from_channel
70862025-08-29T22:12:34.561Z PASS [ 26.283s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
70872025-08-29T22:12:34.577Z PASS [ 0.071s] nexus-saga-recovery test::test_basic
70882025-08-29T22:12:34.645Z PASS [ 0.068s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
70892025-08-29T22:12:34.667Z PASS [ 0.106s] nexus-sled-agent-shared inventory::tests::test_artifact_id_to_install_dataset_file
70902025-08-29T22:12:34.682Z PASS [ 0.037s] nexus-sled-agent-shared inventory::tests::test_zone_prefix_matches_artifact_in_install_dataset
70912025-08-29T22:12:34.722Z PASS [ 0.054s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
70922025-08-29T22:12:34.749Z PASS [ 0.067s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
70932025-08-29T22:12:34.757Z PASS [ 0.030s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
70942025-08-29T22:12:34.777Z PASS [ 0.028s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
70952025-08-29T22:12:34.785Z PASS [ 0.033s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
70962025-08-29T22:12:34.808Z PASS [ 0.027s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
70972025-08-29T22:12:34.821Z PASS [ 0.033s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
70982025-08-29T22:12:34.883Z PASS [ 0.065s] nexus-types external_api::shared::test::test_policy_parsing
70992025-08-29T22:12:34.908Z PASS [ 0.104s] nexus-types deployment::test::test_serialize_pending_mgs_updates
71002025-08-29T22:12:34.939Z PASS [ 0.031s] nexus-types external_api::views::test::test_expected_one_of
71012025-08-29T22:12:34.962Z PASS [ 0.079s] nexus-types external_api::shared::test::test_webhook_subscription_validation
71022025-08-29T22:12:34.980Z PASS [ 0.042s] nexus-types internal_api::views::test::test_can_serialize_mgs_updates
71032025-08-29T22:12:35.041Z PASS [ 0.079s] nexus-types quiesce::test::test_quiesce_block_on_first_recovery
71042025-08-29T22:12:35.042Z PASS [ 0.060s] nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
71052025-08-29T22:12:35.072Z PASS [ 0.030s] nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
71062025-08-29T22:12:35.084Z PASS [ 0.042s] nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
71072025-08-29T22:12:35.103Z PASS [ 0.032s] nexus-types quiesce::test::test_quiesce_block_on_reassignment
71082025-08-29T22:12:35.112Z PASS [ 0.029s] nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
71092025-08-29T22:12:35.132Z PASS [ 0.029s] nexus-types quiesce::test::test_quiesce_block_on_saga_started
71102025-08-29T22:12:35.143Z PASS [ 0.029s] nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
71112025-08-29T22:12:35.160Z PASS [ 0.029s] nexus-types quiesce::test::test_quiesce_noop
71122025-08-29T22:12:35.305Z PASS [ 0.163s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
71132025-08-29T22:12:35.309Z PASS [ 0.148s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
71142025-08-29T22:12:35.367Z PASS [ 0.062s] omicron-certificates tests::test_cert_extended_key_usage
71152025-08-29T22:12:35.370Z PASS [ 0.061s] omicron-certificates tests::test_common_name_is_validated
71162025-08-29T22:12:35.421Z PASS [ 0.055s] omicron-certificates tests::test_subject_alternate_names_are_validated
71172025-08-29T22:12:35.738Z PASS [ 0.369s] omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
71182025-08-29T22:12:39.251Z PASS [ 3.832s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
71192025-08-29T22:12:41.899Z PASS [ 2.649s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
71202025-08-29T22:12:42.417Z PASS [ 23.432s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
71212025-08-29T22:12:43.864Z PASS [ 1.966s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
71222025-08-29T22:12:44.018Z PASS [ 8.286s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
71232025-08-29T22:12:44.097Z PASS [ 0.078s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
71242025-08-29T22:12:44.174Z PASS [ 0.077s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
71252025-08-29T22:12:44.574Z PASS [ 0.401s] omicron-cockroach-metrics tests::test_cluster_client_caching
71262025-08-29T22:12:44.602Z PASS [ 0.027s] omicron-cockroach-metrics tests::test_histogram_bucket_sorting
71272025-08-29T22:12:44.626Z PASS [ 0.024s] omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
71282025-08-29T22:12:44.651Z PASS [ 0.024s] omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
71292025-08-29T22:12:44.674Z PASS [ 0.024s] omicron-cockroach-metrics tests::test_prometheus_metrics_empty
71302025-08-29T22:12:44.703Z PASS [ 0.027s] omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
71312025-08-29T22:12:44.733Z PASS [ 0.030s] omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
71322025-08-29T22:12:44.762Z PASS [ 0.029s] omicron-cockroach-metrics tests::test_typed_cockroach_metrics
71332025-08-29T22:12:44.817Z PASS [ 0.056s] omicron-common address::test::test_dns_subnets
71342025-08-29T22:12:44.844Z PASS [ 0.026s] omicron-common address::test::test_ip_range_checks_non_decreasing
71352025-08-29T22:12:44.900Z PASS [ 0.056s] omicron-common address::test::test_ip_range_enum_deserialization
71362025-08-29T22:12:44.924Z PASS [ 0.024s] omicron-common address::test::test_ip_range_iter
71372025-08-29T22:12:44.947Z PASS [ 0.024s] omicron-common address::test::test_ip_range_length
71382025-08-29T22:12:44.972Z PASS [ 0.024s] omicron-common address::test::test_ip_range_try_from
71392025-08-29T22:12:45.003Z PASS [ 0.031s] omicron-common address::test::test_ipv6_subnet_deserialize
71402025-08-29T22:12:45.028Z PASS [ 0.025s] omicron-common address::test::test_sled_address
71412025-08-29T22:12:45.057Z PASS [ 0.028s] omicron-common api::external::error::test::test_bail_unless
71422025-08-29T22:12:45.079Z PASS [ 0.021s] omicron-common api::external::error::test::test_context
71432025-08-29T22:12:45.126Z PASS [ 0.048s] omicron-common api::external::http_pagination::test::test_pagination_examples
71442025-08-29T22:12:45.173Z PASS [ 0.047s] omicron-common api::external::http_pagination::test::test_pagination_schemas
71452025-08-29T22:12:45.218Z PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_scan_by_id
71462025-08-29T22:12:45.242Z PASS [ 0.025s] omicron-common api::external::http_pagination::test::test_scan_by_name
71472025-08-29T22:12:45.266Z PASS [ 0.024s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
71482025-08-29T22:12:45.293Z PASS [ 0.026s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
71492025-08-29T22:12:45.319Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
71502025-08-29T22:12:45.346Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
71512025-08-29T22:12:45.374Z PASS [ 0.025s] omicron-common api::external::test::test_bytecount
71522025-08-29T22:12:45.396Z PASS [ 0.023s] omicron-common api::external::test::test_bytecount_display
71532025-08-29T22:12:45.442Z PASS [ 0.046s] omicron-common api::external::test::test_digest
71542025-08-29T22:12:45.467Z PASS [ 0.025s] omicron-common api::external::test::test_firewall_deserialization
71552025-08-29T22:12:45.481Z PASS [ 1.619s] omicron-cockroach-admin context::tests::test_node_id
71562025-08-29T22:12:45.526Z PASS [ 0.045s] omicron-common api::external::test::test_firewall_rule_proto_filter_parse
71572025-08-29T22:12:45.598Z PASS [ 0.132s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
71582025-08-29T22:12:45.598Z PASS [ 0.072s] omicron-common api::external::test::test_firewall_rule_target_parse
71592025-08-29T22:12:45.623Z PASS [ 0.025s] omicron-common api::external::test::test_generation_display_parse
71602025-08-29T22:12:45.628Z PASS [ 0.029s] omicron-common api::external::test::test_generation_from_int
71612025-08-29T22:12:45.655Z PASS [ 0.027s] omicron-common api::external::test::test_generation_serde
71622025-08-29T22:12:45.698Z PASS [ 0.043s] omicron-common api::external::test::test_hostname_from_str
71632025-08-29T22:12:45.726Z PASS [ 0.025s] omicron-common api::external::test::test_ip_port_range_from_str
71642025-08-29T22:12:45.751Z PASS [ 0.027s] omicron-common api::external::test::test_ip_port_range_into_str
71652025-08-29T22:12:45.781Z PASS [ 0.026s] omicron-common api::external::test::test_ipv6_net_operations
71662025-08-29T22:12:45.806Z PASS [ 0.029s] omicron-common api::external::test::test_mac_system_iterator
71672025-08-29T22:12:45.834Z PASS [ 0.027s] omicron-common api::external::test::test_mac_to_int_conversions
71682025-08-29T22:12:45.863Z PASS [ 0.029s] omicron-common api::external::test::test_macaddr
71692025-08-29T22:12:45.891Z PASS [ 0.028s] omicron-common api::external::test::test_name_parse
71702025-08-29T22:12:45.917Z PASS [ 0.026s] omicron-common api::external::test::test_name_parse_from_param
71712025-08-29T22:12:45.947Z PASS [ 0.027s] omicron-common api::external::test::test_resource_name_parse
71722025-08-29T22:12:45.992Z PASS [ 0.047s] omicron-common api::external::test::test_route_destination_parse
71732025-08-29T22:12:46.044Z PASS [ 0.052s] omicron-common api::external::test::test_route_target_parse
71742025-08-29T22:12:46.083Z PASS [ 0.028s] omicron-common api::external::test::test_semver_serialize
71752025-08-29T22:12:46.101Z PASS [ 0.029s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
71762025-08-29T22:12:46.130Z PASS [ 0.028s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
71772025-08-29T22:12:46.157Z PASS [ 0.027s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
71782025-08-29T22:12:46.184Z PASS [ 0.026s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
71792025-08-29T22:12:46.230Z PASS [ 0.046s] omicron-common disk::tests::parse_dataset_name
71802025-08-29T22:12:46.280Z PASS [ 0.048s] omicron-common ledger::test::test_commit_handles_write_failures
71812025-08-29T22:12:46.309Z PASS [ 0.030s] omicron-common ledger::test::test_create_default_ledger
71822025-08-29T22:12:46.340Z PASS [ 0.031s] omicron-common ledger::test::test_create_ledger_reads_from_storage
71832025-08-29T22:12:46.382Z PASS [ 0.032s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
71842025-08-29T22:12:46.408Z PASS [ 0.036s] omicron-common zpool_name::test::test_parse_bad_zpool_names
71852025-08-29T22:12:46.434Z PASS [ 0.025s] omicron-common zpool_name::test::test_parse_external_zpool_name
71862025-08-29T22:12:46.437Z PASS [ 0.815s] omicron-common api::external::test::test_generation_overflow
71872025-08-29T22:12:46.460Z PASS [ 0.024s] omicron-common zpool_name::test::test_parse_internal_zpool_name
71882025-08-29T22:12:46.463Z PASS [ 0.024s] omicron-common zpool_name::test::test_parse_zpool_name_json
71892025-08-29T22:12:46.483Z PASS [ 0.025s] omicron-common zpool_name::test::test_zpool_name_regex
71902025-08-29T22:12:49.128Z PASS [ 2.668s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
71912025-08-29T22:12:49.128Z PASS [ 2.648s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
71922025-08-29T22:12:49.294Z PASS [ 0.166s] omicron-gateway management_switch::location_map::tests::test_config_validation
71932025-08-29T22:12:49.325Z PASS [ 6.914s] omicron-cockroach-admin cockroach_cli::tests::test_schema_init
71942025-08-29T22:12:49.369Z PASS [ 0.075s] omicron-gateway management_switch::location_map::tests::test_resolve_location
71952025-08-29T22:12:49.521Z PASS [ 0.151s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
71962025-08-29T22:12:50.167Z PASS [ 0.842s] omicron-gateway::test_all integration_tests::component_list::component_list
71972025-08-29T22:12:50.181Z PASS [ 0.658s] omicron-gateway::test_all integration_tests::ereports::ereports_basic
71982025-08-29T22:12:50.464Z PASS [ 0.298s] omicron-gateway::test_all integration_tests::ereports::ereports_commit
71992025-08-29T22:12:50.488Z PASS [ 0.310s] omicron-gateway::test_all integration_tests::ereports::ereports_limit
72002025-08-29T22:12:50.835Z PASS [ 0.347s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
72012025-08-29T22:12:51.017Z PASS [ 0.543s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
72022025-08-29T22:12:51.150Z PASS [ 0.315s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
72032025-08-29T22:12:51.344Z PASS [ 0.334s] omicron-gateway::test_all integration_tests::task_dump::task_dump
72042025-08-29T22:12:51.540Z PASS [ 0.198s] omicron-nexus app::alert::tests::test_alert_class_list
72052025-08-29T22:12:53.096Z PASS [ 24.576s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
72062025-08-29T22:12:56.212Z PASS [ 26.328s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
72072025-08-29T22:13:04.862Z PASS [ 108.016s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
72082025-08-29T22:13:13.999Z PASS [ 20.916s] omicron-nexus app::background::driver::test::test_driver_basic
72092025-08-29T22:13:14.330Z PASS [ 25.219s] omicron-dev::test-omicron-dev test_run_all
72102025-08-29T22:13:14.815Z PASS [ 23.291s] omicron-nexus app::background::driver::test::test_activation_in_progress
72112025-08-29T22:13:15.214Z SLOW [>360.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
72122025-08-29T22:13:16.486Z PASS [ 116.250s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
72132025-08-29T22:13:17.056Z PASS [ 25.923s] omicron-ls-apis::test_dependencies test_api_dependencies
72142025-08-29T22:13:18.308Z PASS [ 22.109s] omicron-nexus app::background::init::test::test_dns_propagation_basic
72152025-08-29T22:13:33.686Z PASS [ 32.169s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
72162025-08-29T22:13:37.090Z PASS [ 22.291s] omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
72172025-08-29T22:13:40.035Z PASS [ 22.995s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
72182025-08-29T22:13:42.960Z PASS [ 28.982s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
72192025-08-29T22:13:43.481Z PASS [ 27.014s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
72202025-08-29T22:13:43.556Z PASS [ 0.075s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
72212025-08-29T22:13:43.593Z PASS [ 6.507s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
72222025-08-29T22:13:44.504Z PASS [ 30.195s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
72232025-08-29T22:13:46.463Z PASS [ 28.177s] omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
72242025-08-29T22:13:46.657Z PASS [ 6.626s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
72252025-08-29T22:13:49.742Z PASS [ 6.787s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
72262025-08-29T22:13:54.547Z PASS [ 20.869s] omicron-nexus app::background::tasks::chicken_switches::test::test_basic
72272025-08-29T22:14:06.008Z PASS [ 22.431s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
72282025-08-29T22:14:06.283Z PASS [ 22.742s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
72292025-08-29T22:14:07.597Z PASS [ 23.086s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
72302025-08-29T22:14:09.092Z PASS [ 22.645s] omicron-nexus app::background::tasks::dns_config::test::test_basic
72312025-08-29T22:14:10.160Z PASS [ 23.520s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
72322025-08-29T22:14:12.929Z PASS [ 23.201s] omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
72332025-08-29T22:14:15.171Z SLOW [>420.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
72342025-08-29T22:14:17.915Z PASS [ 23.391s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
72352025-08-29T22:14:36.502Z PASS [ 30.240s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
72362025-08-29T22:14:38.488Z PASS [ 25.579s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
72372025-08-29T22:14:39.085Z PASS [ 30.014s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
72382025-08-29T22:14:39.738Z PASS [ 21.836s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
72392025-08-29T22:14:55.741Z PASS [ 49.766s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
72402025-08-29T22:14:56.165Z PASS [ 46.034s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
72412025-08-29T22:14:59.812Z PASS [ 21.339s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
72422025-08-29T22:15:00.335Z PASS [ 21.264s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
72432025-08-29T22:15:01.067Z PASS [ 21.345s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
72442025-08-29T22:15:03.085Z PASS [ 26.601s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
72452025-08-29T22:15:07.534Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
72462025-08-29T22:15:15.131Z SLOW [>480.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
72472025-08-29T22:15:19.368Z PASS [ 23.638s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
72482025-08-29T22:15:19.892Z PASS [ 23.747s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
72492025-08-29T22:15:23.486Z PASS [ 23.167s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
72502025-08-29T22:15:24.169Z PASS [ 24.374s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
72512025-08-29T22:15:24.496Z PASS [ 23.445s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
72522025-08-29T22:15:28.532Z PASS [ 4.365s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
72532025-08-29T22:15:32.802Z PASS [ 29.738s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
72542025-08-29T22:15:34.131Z PASS [ 5.603s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
72552025-08-29T22:15:42.335Z PASS [ 22.458s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
72562025-08-29T22:15:45.625Z PASS [ 22.155s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
72572025-08-29T22:15:48.639Z PASS [ 24.158s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
72582025-08-29T22:15:48.677Z PASS [ 29.335s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
72592025-08-29T22:15:55.449Z PASS [ 22.663s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
72602025-08-29T22:15:56.890Z PASS [ 22.774s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
72612025-08-29T22:16:04.525Z PASS [ 117.033s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
72622025-08-29T22:16:04.577Z PASS [ 22.258s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
72632025-08-29T22:16:09.551Z PASS [ 23.943s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
72642025-08-29T22:16:09.611Z PASS [ 0.060s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
72652025-08-29T22:16:10.197Z PASS [ 0.587s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
72662025-08-29T22:16:10.630Z PASS [ 0.432s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
72672025-08-29T22:16:11.000Z PASS [ 22.378s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
72682025-08-29T22:16:11.087Z PASS [ 0.458s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
72692025-08-29T22:16:11.097Z PASS [ 22.436s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
72702025-08-29T22:16:11.221Z PASS [ 0.124s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
72712025-08-29T22:16:12.040Z PASS [ 0.954s] omicron-nexus app::external_endpoints::test::test_authority
72722025-08-29T22:16:12.158Z PASS [ 0.117s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
72732025-08-29T22:16:12.217Z PASS [ 0.060s] omicron-nexus app::external_endpoints::test::test_no_endpoint
72742025-08-29T22:16:12.271Z PASS [ 0.053s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
72752025-08-29T22:16:12.329Z PASS [ 0.056s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
72762025-08-29T22:16:12.381Z PASS [ 0.054s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
72772025-08-29T22:16:12.436Z PASS [ 0.055s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
72782025-08-29T22:16:12.504Z PASS [ 0.067s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
72792025-08-29T22:16:12.739Z PASS [ 1.740s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
72802025-08-29T22:16:12.756Z PASS [ 1.534s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
72812025-08-29T22:16:12.807Z PASS [ 0.052s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
72822025-08-29T22:16:15.090Z SLOW [>540.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
72832025-08-29T22:16:20.154Z PASS [ 24.722s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
72842025-08-29T22:16:21.180Z PASS [ 24.304s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
72852025-08-29T22:16:27.247Z PASS [ 22.738s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
72862025-08-29T22:16:28.072Z PASS [ 23.511s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
72872025-08-29T22:16:35.509Z PASS [ 22.786s] omicron-nexus app::quiesce::test::test_quiesce_full
72882025-08-29T22:16:35.806Z PASS [ 23.319s] omicron-nexus app::quiesce::test::test_quiesce_easy
72892025-08-29T22:16:45.127Z PASS [ 32.343s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
72902025-08-29T22:16:50.835Z PASS [ 30.692s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
72912025-08-29T22:16:53.358Z PASS [ 32.203s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
72922025-08-29T22:16:54.229Z PASS [ 26.175s] omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
72932025-08-29T22:16:58.677Z PASS [ 31.451s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
72942025-08-29T22:17:00.950Z PASS [ 25.160s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
72952025-08-29T22:17:10.669Z PASS [ 35.184s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
72962025-08-29T22:17:15.049Z SLOW [>600.000s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
72972025-08-29T22:17:26.697Z PASS [ 35.897s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
72982025-08-29T22:17:26.769Z PASS [ 41.666s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
72992025-08-29T22:17:31.625Z PASS [ 38.294s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
73002025-08-29T22:17:32.808Z PASS [ 38.606s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
73012025-08-29T22:17:34.693Z PASS [ 36.041s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
73022025-08-29T22:17:36.685Z PASS [ 35.761s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
73032025-08-29T22:17:43.338Z PASS [ 628.319s] nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
73042025-08-29T22:17:50.027Z PASS [ 39.386s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
73052025-08-29T22:18:02.221Z PASS [ 35.480s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
73062025-08-29T22:18:04.077Z PASS [ 37.405s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
73072025-08-29T22:18:04.777Z PASS [ 31.991s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
73082025-08-29T22:18:05.151Z PASS [ 33.549s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
73092025-08-29T22:18:07.477Z PASS [ 32.808s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
73102025-08-29T22:18:19.304Z PASS [ 35.974s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
73112025-08-29T22:18:25.924Z PASS [ 35.921s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
73122025-08-29T22:18:36.647Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
73132025-08-29T22:18:39.708Z PASS [ 37.513s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
73142025-08-29T22:18:44.460Z PASS [ 39.336s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
73152025-08-29T22:18:45.144Z PASS [ 40.395s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
73162025-08-29T22:18:59.137Z PASS [ 39.878s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
73172025-08-29T22:19:04.075Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
73182025-08-29T22:19:05.593Z PASS [ 39.654s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
73192025-08-29T22:19:07.453Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
73202025-08-29T22:19:25.322Z PASS [ 40.101s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
73212025-08-29T22:19:25.322Z PASS [ 40.785s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
73222025-08-29T22:19:36.623Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
73232025-08-29T22:19:39.786Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
73242025-08-29T22:19:44.042Z PASS [ 38.068s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
73252025-08-29T22:19:59.126Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
73262025-08-29T22:20:01.747Z PASS [ 36.550s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
73272025-08-29T22:20:04.006Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
73282025-08-29T22:20:07.414Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
73292025-08-29T22:20:21.025Z PASS [ 37.375s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
73302025-08-29T22:20:25.308Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
73312025-08-29T22:20:26.171Z PASS [ 169.492s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
73322025-08-29T22:20:39.643Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
73332025-08-29T22:20:40.466Z PASS [ 38.684s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
73342025-08-29T22:20:48.463Z PASS [ 109.383s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
73352025-08-29T22:21:01.189Z PASS [ 173.831s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
73362025-08-29T22:21:02.650Z PASS [ 36.616s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
73372025-08-29T22:21:03.971Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
73382025-08-29T22:21:16.141Z PASS [ 35.736s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
73392025-08-29T22:21:20.954Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
73402025-08-29T22:21:25.145Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
73412025-08-29T22:21:25.892Z PASS [ 201.950s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
73422025-08-29T22:21:38.594Z PASS [ 37.406s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
73432025-08-29T22:21:39.623Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
73442025-08-29T22:21:48.432Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
73452025-08-29T22:21:51.135Z PASS [ 35.050s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
73462025-08-29T22:22:02.610Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
73472025-08-29T22:22:03.661Z PASS [ 37.802s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
73482025-08-29T22:22:07.698Z PASS [ 106.832s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
73492025-08-29T22:22:24.485Z PASS [ 33.326s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
73502025-08-29T22:22:25.138Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
73512025-08-29T22:22:27.196Z PASS [ 23.482s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
73522025-08-29T22:22:29.056Z PASS [ 50.491s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
73532025-08-29T22:22:29.336Z PASS [ 21.652s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
73542025-08-29T22:22:34.569Z PASS [ 188.523s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
73552025-08-29T22:22:39.547Z SLOW [>240.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
73562025-08-29T22:22:47.111Z PASS [ 19.978s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
73572025-08-29T22:22:48.495Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
73582025-08-29T22:22:50.639Z PASS [ 21.292s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
73592025-08-29T22:22:54.688Z PASS [ 30.227s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
73602025-08-29T22:22:57.334Z PASS [ 257.724s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
73612025-08-29T22:23:00.080Z PASS [ 30.977s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
73622025-08-29T22:23:02.602Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
73632025-08-29T22:23:10.052Z PASS [ 36.403s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
73642025-08-29T22:23:10.091Z PASS [ 0.057s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
73652025-08-29T22:23:24.395Z PASS [ 24.407s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
73662025-08-29T22:23:25.365Z PASS [ 38.290s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
73672025-08-29T22:23:28.769Z PASS [ 38.169s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
73682025-08-29T22:23:30.364Z PASS [ 35.725s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
73692025-08-29T22:23:32.136Z PASS [ 34.897s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
73702025-08-29T22:23:43.666Z PASS [ 174.997s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
73712025-08-29T22:23:44.825Z PASS [ 34.449s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
73722025-08-29T22:23:50.799Z PASS [ 22.053s] omicron-nexus app::sagas::test_saga::test_saga_stuck
73732025-08-29T22:23:57.751Z PASS [ 25.544s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
73742025-08-29T22:23:58.143Z PASS [ 27.807s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
73752025-08-29T22:24:02.539Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
73762025-08-29T22:24:04.536Z PASS [ 182.009s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
73772025-08-29T22:24:09.529Z PASS [ 26.225s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
73782025-08-29T22:24:09.595Z PASS [ 0.051s] omicron-nexus external_api::console_api::test::test_accept_gz
73792025-08-29T22:24:09.633Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
73802025-08-29T22:24:09.691Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
73812025-08-29T22:24:09.743Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
73822025-08-29T22:24:09.799Z PASS [ 0.053s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
73832025-08-29T22:24:09.845Z PASS [ 0.049s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
73842025-08-29T22:24:09.882Z PASS [ 5.354s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
73852025-08-29T22:24:09.911Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
73862025-08-29T22:24:09.932Z PASS [ 0.050s] omicron-nexus external_api::console_api::test::test_relative_uri
73872025-08-29T22:24:10.567Z PASS [ 26.112s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
73882025-08-29T22:24:11.108Z PASS [ 46.770s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
73892025-08-29T22:24:11.263Z PASS [ 45.940s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
73902025-08-29T22:24:16.216Z PASS [ 25.400s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
73912025-08-29T22:24:23.937Z PASS [ 25.782s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
73922025-08-29T22:24:24.249Z PASS [ 26.606s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
73932025-08-29T22:24:34.883Z PASS [ 24.337s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
73942025-08-29T22:24:35.430Z PASS [ 25.506s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
73952025-08-29T22:24:44.655Z PASS [ 33.570s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
73962025-08-29T22:24:45.225Z PASS [ 33.966s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
73972025-08-29T22:24:52.546Z PASS [ 28.664s] omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
73982025-08-29T22:24:57.756Z PASS [ 47.533s] omicron-nexus populate::test::test_populators
73992025-08-29T22:24:58.837Z PASS [ 34.622s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
74002025-08-29T22:25:07.468Z PASS [ 32.602s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
74012025-08-29T22:25:09.856Z PASS [ 2.394s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
74022025-08-29T22:25:11.911Z PASS [ 26.723s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
74032025-08-29T22:25:11.958Z PASS [ 2.077s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
74042025-08-29T22:25:11.983Z PASS [ 55.820s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
74052025-08-29T22:25:12.614Z PASS [ 0.702s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
74062025-08-29T22:25:14.296Z PASS [ 29.662s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
74072025-08-29T22:25:26.947Z PASS [ 29.564s] omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
74082025-08-29T22:25:30.412Z PASS [ 31.549s] omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
74092025-08-29T22:25:32.755Z PASS [ 57.373s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
74102025-08-29T22:25:33.820Z PASS [ 41.303s] omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
74112025-08-29T22:25:34.208Z PASS [ 22.256s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
74122025-08-29T22:25:34.832Z PASS [ 22.916s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
74132025-08-29T22:25:35.251Z PASS [ 22.656s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
74142025-08-29T22:25:36.422Z PASS [ 22.123s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
74152025-08-29T22:25:52.835Z PASS [ 25.906s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
74162025-08-29T22:25:54.242Z PASS [ 23.894s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
74172025-08-29T22:25:55.541Z PASS [ 22.804s] omicron-nexus::test_all integration_tests::basic::test_ping
74182025-08-29T22:25:59.140Z PASS [ 24.325s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
74192025-08-29T22:25:59.248Z PASS [ 24.013s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
74202025-08-29T22:26:00.159Z PASS [ 23.729s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
74212025-08-29T22:26:06.859Z PASS [ 33.067s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
74222025-08-29T22:26:16.444Z PASS [ 23.624s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
74232025-08-29T22:26:16.874Z PASS [ 22.647s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
74242025-08-29T22:26:18.782Z PASS [ 1.910s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
74252025-08-29T22:26:19.299Z PASS [ 45.134s] omicron-nexus::test_all integration_tests::basic::test_projects_list
74262025-08-29T22:26:19.501Z PASS [ 0.202s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
74272025-08-29T22:26:19.802Z PASS [ 1.021s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
74282025-08-29T22:26:21.229Z PASS [ 25.706s] omicron-nexus::test_all integration_tests::certificates::test_crud
74292025-08-29T22:26:22.430Z PASS [ 23.307s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
74302025-08-29T22:26:22.515Z PASS [ 22.413s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
74312025-08-29T22:26:29.509Z PASS [ 22.607s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
74322025-08-29T22:26:32.914Z PASS [ 33.690s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
74332025-08-29T22:26:39.814Z PASS [ 23.382s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
74342025-08-29T22:26:42.532Z PASS [ 22.740s] omicron-nexus::test_all integration_tests::console_api::test_assets
74352025-08-29T22:26:42.647Z PASS [ 23.162s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
74362025-08-29T22:26:44.346Z PASS [ 23.134s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
74372025-08-29T22:26:51.696Z PASS [ 29.286s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
74382025-08-29T22:26:51.876Z PASS [ 29.382s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
74392025-08-29T22:26:53.319Z PASS [ 23.885s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
74402025-08-29T22:26:59.785Z PASS [ 26.889s] omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
74412025-08-29T22:27:06.458Z PASS [ 23.948s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
74422025-08-29T22:27:06.467Z PASS [ 26.677s] omicron-nexus::test_all integration_tests::console_api::test_session_me
74432025-08-29T22:27:08.665Z PASS [ 24.329s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
74442025-08-29T22:27:12.184Z PASS [ 29.556s] omicron-nexus::test_all integration_tests::console_api::test_sessions
74452025-08-29T22:27:41.047Z PASS [ 49.386s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
74462025-08-29T22:27:43.529Z PASS [ 50.236s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
74472025-08-29T22:27:46.776Z PASS [ 54.924s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
74482025-08-29T22:27:59.747Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
74492025-08-29T22:28:02.483Z PASS [ 62.740s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
74502025-08-29T22:28:02.795Z PASS [ 56.361s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
74512025-08-29T22:28:06.418Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
74522025-08-29T22:28:08.619Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
74532025-08-29T22:28:10.471Z PASS [ 64.058s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
74542025-08-29T22:28:12.142Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
74552025-08-29T22:28:29.296Z PASS [ 77.167s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
74562025-08-29T22:28:32.101Z PASS [ 83.501s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
74572025-08-29T22:28:41.010Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
74582025-08-29T22:28:41.197Z PASS [ 38.434s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
74592025-08-29T22:28:43.481Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
74602025-08-29T22:28:45.124Z PASS [ 61.648s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
74612025-08-29T22:28:46.724Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
74622025-08-29T22:28:47.962Z PASS [ 66.959s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
74632025-08-29T22:28:52.700Z PASS [ 65.981s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
74642025-08-29T22:29:02.478Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
74652025-08-29T22:29:10.431Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
74662025-08-29T22:29:29.266Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
74672025-08-29T22:29:32.061Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
74682025-08-29T22:29:34.465Z PASS [ 62.408s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
74692025-08-29T22:29:40.826Z PASS [ 98.413s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
74702025-08-29T22:29:41.156Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
74712025-08-29T22:29:45.089Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
74722025-08-29T22:29:45.984Z PASS [ 64.833s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
74732025-08-29T22:29:47.920Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
74742025-08-29T22:29:52.656Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
74752025-08-29T22:30:00.867Z PASS [ 75.792s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
74762025-08-29T22:30:01.961Z PASS [ 27.463s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
74772025-08-29T22:30:10.390Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
74782025-08-29T22:30:15.691Z PASS [ 29.727s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
74792025-08-29T22:30:28.775Z PASS [ 47.979s] omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
74802025-08-29T22:30:29.213Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
74812025-08-29T22:30:29.617Z PASS [ 120.406s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
74822025-08-29T22:30:29.971Z PASS [ 28.080s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
74832025-08-29T22:30:30.829Z PASS [ 140.457s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
74842025-08-29T22:30:31.199Z PASS [ 30.357s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
74852025-08-29T22:30:36.176Z PASS [ 20.499s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
74862025-08-29T22:30:47.881Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
74872025-08-29T22:30:52.650Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
74882025-08-29T22:31:05.188Z PASS [ 34.366s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
74892025-08-29T22:31:06.018Z PASS [ 34.841s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
74902025-08-29T22:31:06.047Z PASS [ 36.455s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
74912025-08-29T22:31:10.739Z PASS [ 34.587s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
74922025-08-29T22:31:12.401Z PASS [ 144.527s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
74932025-08-29T22:31:23.314Z PASS [ 53.381s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
74942025-08-29T22:31:28.731Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
74952025-08-29T22:31:41.640Z PASS [ 32.160s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
74962025-08-29T22:31:41.640Z PASS [ 33.534s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
74972025-08-29T22:31:42.773Z PASS [ 32.057s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
74982025-08-29T22:31:43.777Z PASS [ 31.407s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
74992025-08-29T22:31:49.936Z PASS [ 26.640s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
75002025-08-29T22:31:52.574Z SLOW [>180.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
75012025-08-29T22:31:56.501Z PASS [ 183.933s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
75022025-08-29T22:31:57.813Z PASS [ 89.103s] omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
75032025-08-29T22:32:03.396Z PASS [ 25.253s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
75042025-08-29T22:32:06.007Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
75052025-08-29T22:32:06.877Z PASS [ 24.120s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
75062025-08-29T22:32:08.278Z PASS [ 29.370s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
75072025-08-29T22:32:14.687Z PASS [ 65.574s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
75082025-08-29T22:32:17.423Z PASS [ 33.675s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
75092025-08-29T22:32:28.864Z PASS [ 32.385s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
75102025-08-29T22:32:33.081Z PASS [ 35.292s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
75112025-08-29T22:32:38.382Z PASS [ 35.017s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
75122025-08-29T22:32:46.313Z PASS [ 56.417s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
75132025-08-29T22:32:46.460Z PASS [ 38.455s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
75142025-08-29T22:32:47.144Z PASS [ 40.296s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
75152025-08-29T22:32:50.974Z PASS [ 39.427s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
75162025-08-29T22:32:51.866Z PASS [ 34.468s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
75172025-08-29T22:33:06.934Z PASS [ 38.098s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
75182025-08-29T22:33:07.267Z PASS [ 34.211s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
75192025-08-29T22:33:13.427Z PASS [ 35.068s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
75202025-08-29T22:33:13.990Z PASS [ 27.534s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
75212025-08-29T22:33:15.843Z PASS [ 29.548s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
75222025-08-29T22:33:22.681Z PASS [ 35.561s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
75232025-08-29T22:33:23.837Z PASS [ 32.882s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
75242025-08-29T22:33:38.264Z PASS [ 46.430s] omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
75252025-08-29T22:33:41.200Z PASS [ 34.289s] omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
75262025-08-29T22:33:45.427Z PASS [ 38.187s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
75272025-08-29T22:33:47.968Z PASS [ 25.306s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
75282025-08-29T22:34:00.282Z PASS [ 46.890s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
75292025-08-29T22:34:03.463Z PASS [ 39.658s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
75302025-08-29T22:34:05.564Z PASS [ 27.319s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
75312025-08-29T22:34:09.216Z PASS [ 23.804s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
75322025-08-29T22:34:12.364Z PASS [ 24.413s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
75332025-08-29T22:34:13.577Z PASS [ 59.644s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
75342025-08-29T22:34:15.801Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
75352025-08-29T22:34:18.732Z PASS [ 62.934s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
75362025-08-29T22:34:19.080Z PASS [ 37.903s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
75372025-08-29T22:34:26.002Z PASS [ 25.736s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
75382025-08-29T22:34:29.998Z PASS [ 26.553s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
75392025-08-29T22:34:32.588Z PASS [ 27.043s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
75402025-08-29T22:34:35.710Z PASS [ 26.513s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
75412025-08-29T22:34:44.959Z PASS [ 32.617s] omicron-nexus::test_all integration_tests::images::test_image_create
75422025-08-29T22:34:48.662Z PASS [ 35.107s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
75432025-08-29T22:34:53.042Z PASS [ 33.989s] omicron-nexus::test_all integration_tests::images::test_image_promotion
75442025-08-29T22:34:55.535Z PASS [ 36.825s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
75452025-08-29T22:34:56.444Z PASS [ 30.464s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
75462025-08-29T22:34:57.514Z PASS [ 8.859s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
75472025-08-29T22:34:58.998Z PASS [ 29.020s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
75482025-08-29T22:35:00.114Z PASS [ 7.078s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
75492025-08-29T22:35:00.882Z PASS [ 15.935s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
75502025-08-29T22:35:01.260Z PASS [ 28.580s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
75512025-08-29T22:35:01.903Z PASS [ 25.923s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
75522025-08-29T22:35:03.992Z PASS [ 8.427s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
75532025-08-29T22:35:25.326Z PASS [ 28.902s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
75542025-08-29T22:35:30.678Z PASS [ 30.584s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
75552025-08-29T22:35:37.413Z PASS [ 36.289s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
75562025-08-29T22:35:38.028Z PASS [ 37.171s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
75572025-08-29T22:35:38.419Z PASS [ 39.448s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
75582025-08-29T22:35:44.071Z PASS [ 40.146s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
75592025-08-29T22:35:51.203Z PASS [ 25.895s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
75602025-08-29T22:35:51.532Z PASS [ 54.053s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
75612025-08-29T22:35:55.904Z PASS [ 25.244s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
75622025-08-29T22:35:58.224Z PASS [ 56.649s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
75632025-08-29T22:36:03.929Z PASS [ 25.528s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
75642025-08-29T22:36:17.982Z PASS [ 40.549s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
75652025-08-29T22:36:23.400Z PASS [ 25.112s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
75662025-08-29T22:36:28.120Z PASS [ 32.179s] omicron-nexus::test_all integration_tests::instances::test_instance_access
75672025-08-29T22:36:30.639Z PASS [ 52.647s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
75682025-08-29T22:36:35.152Z PASS [ 51.112s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
75692025-08-29T22:36:43.170Z PASS [ 39.229s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
75702025-08-29T22:36:47.497Z PASS [ 55.951s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
75712025-08-29T22:36:51.171Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
75722025-08-29T22:37:07.350Z PASS [ 49.427s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
75732025-08-29T22:37:11.043Z PASS [ 40.370s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
75742025-08-29T22:37:16.569Z PASS [ 50.634s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
75752025-08-29T22:37:16.668Z PASS [ 46.523s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
75762025-08-29T22:37:17.113Z PASS [ 29.692s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
75772025-08-29T22:37:19.163Z PASS [ 44.047s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
75782025-08-29T22:37:21.241Z PASS [ 38.135s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
75792025-08-29T22:37:32.854Z PASS [ 101.722s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
75802025-08-29T22:37:45.894Z PASS [ 38.596s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
75812025-08-29T22:37:48.337Z PASS [ 31.246s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
75822025-08-29T22:37:48.489Z PASS [ 33.963s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
75832025-08-29T22:37:57.410Z PASS [ 38.267s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
75842025-08-29T22:37:59.213Z PASS [ 38.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
75852025-08-29T22:38:00.430Z PASS [ 49.478s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
75862025-08-29T22:38:10.270Z PASS [ 37.442s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
75872025-08-29T22:38:13.877Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
75882025-08-29T22:38:23.238Z PASS [ 69.355s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
75892025-08-29T22:38:24.377Z PASS [ 38.509s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
75902025-08-29T22:38:25.572Z PASS [ 37.253s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
75912025-08-29T22:38:26.278Z PASS [ 37.813s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
75922025-08-29T22:38:50.670Z PASS [ 50.281s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
75932025-08-29T22:38:57.363Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
75942025-08-29T22:38:59.172Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
75952025-08-29T22:38:59.186Z PASS [ 48.951s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
75962025-08-29T22:39:00.629Z PASS [ 37.431s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
75972025-08-29T22:39:08.824Z PASS [ 69.660s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
75982025-08-29T22:39:11.680Z PASS [ 47.336s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
75992025-08-29T22:39:11.732Z PASS [ 45.488s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
76002025-08-29T22:39:15.162Z PASS [ 49.633s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
76012025-08-29T22:39:20.617Z PASS [ 83.272s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
76022025-08-29T22:39:22.971Z PASS [ 32.323s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
76032025-08-29T22:39:29.024Z PASS [ 28.415s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
76042025-08-29T22:39:38.305Z PASS [ 26.642s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
76052025-08-29T22:39:45.699Z PASS [ 25.099s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
76062025-08-29T22:39:45.958Z PASS [ 34.250s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
76072025-08-29T22:39:46.454Z PASS [ 31.314s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
76082025-08-29T22:39:52.536Z PASS [ 53.388s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
76092025-08-29T22:39:52.877Z PASS [ 44.084s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
76102025-08-29T22:39:59.097Z PASS [ 36.148s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
76112025-08-29T22:40:05.504Z PASS [ 36.504s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
76122025-08-29T22:40:08.566Z PASS [ 22.127s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
76132025-08-29T22:40:18.920Z PASS [ 26.402s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
76142025-08-29T22:40:19.062Z PASS [ 26.202s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
76152025-08-29T22:40:19.483Z PASS [ 33.807s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
76162025-08-29T22:40:23.577Z PASS [ 37.644s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
76172025-08-29T22:40:24.918Z PASS [ 25.842s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
76182025-08-29T22:40:30.921Z PASS [ 22.371s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
76192025-08-29T22:40:32.048Z PASS [ 53.782s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
76202025-08-29T22:40:47.755Z PASS [ 42.282s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
76212025-08-29T22:40:55.504Z PASS [ 36.046s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
76222025-08-29T22:40:55.607Z PASS [ 24.702s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
76232025-08-29T22:40:55.786Z PASS [ 36.752s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
76242025-08-29T22:41:01.316Z PASS [ 29.281s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
76252025-08-29T22:41:03.111Z PASS [ 38.219s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
76262025-08-29T22:41:03.859Z PASS [ 44.970s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
76272025-08-29T22:41:07.417Z PASS [ 43.871s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
76282025-08-29T22:41:13.384Z PASS [ 25.628s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
76292025-08-29T22:41:20.225Z PASS [ 24.635s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
76302025-08-29T22:41:20.420Z PASS [ 24.933s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
76312025-08-29T22:41:21.206Z PASS [ 25.437s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
76322025-08-29T22:41:24.967Z PASS [ 23.675s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
76332025-08-29T22:41:27.308Z PASS [ 24.215s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
76342025-08-29T22:41:28.148Z PASS [ 24.302s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
76352025-08-29T22:41:35.788Z PASS [ 28.391s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
76362025-08-29T22:41:39.169Z PASS [ 25.822s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
76372025-08-29T22:41:47.486Z PASS [ 27.085s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
76382025-08-29T22:41:49.035Z PASS [ 24.084s] omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
76392025-08-29T22:41:49.688Z PASS [ 22.393s] omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
76402025-08-29T22:41:50.914Z PASS [ 30.705s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
76412025-08-29T22:42:01.237Z PASS [ 40.059s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
76422025-08-29T22:42:10.681Z PASS [ 31.534s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
76432025-08-29T22:42:12.444Z PASS [ 23.426s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
76442025-08-29T22:42:13.681Z PASS [ 24.011s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
76452025-08-29T22:42:19.311Z PASS [ 28.422s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
76462025-08-29T22:42:21.156Z PASS [ 53.049s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
76472025-08-29T22:42:35.749Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
76482025-08-29T22:42:45.615Z PASS [ 33.194s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
76492025-08-29T22:42:47.347Z PASS [ 33.690s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
76502025-08-29T22:42:47.446Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
76512025-08-29T22:42:50.964Z PASS [ 49.762s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
76522025-08-29T22:42:52.861Z PASS [ 33.574s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
76532025-08-29T22:42:55.231Z PASS [ 67.792s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
76542025-08-29T22:43:00.098Z PASS [ 84.368s] omicron-nexus::test_all integration_tests::metrics::test_metrics
76552025-08-29T22:43:10.646Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
76562025-08-29T22:43:18.806Z PASS [ 68.172s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
76572025-08-29T22:43:20.812Z PASS [ 33.487s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
76582025-08-29T22:43:21.116Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
76592025-08-29T22:43:24.620Z PASS [ 63.492s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
76602025-08-29T22:43:41.866Z PASS [ 49.039s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
76612025-08-29T22:43:43.157Z PASS [ 47.959s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
76622025-08-29T22:43:44.245Z PASS [ 44.179s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
76632025-08-29T22:43:45.575Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
76642025-08-29T22:43:46.884Z PASS [ 61.312s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
76652025-08-29T22:43:47.996Z PASS [ 29.210s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
76662025-08-29T22:43:50.280Z PASS [ 59.356s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
76672025-08-29T22:44:10.009Z PASS [ 26.864s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
76682025-08-29T22:44:10.857Z PASS [ 26.631s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
76692025-08-29T22:44:12.917Z PASS [ 24.939s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
76702025-08-29T22:44:12.933Z PASS [ 26.066s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
76712025-08-29T22:44:18.126Z PASS [ 57.355s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
76722025-08-29T22:44:22.508Z PASS [ 32.250s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
76732025-08-29T22:44:24.565Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
76742025-08-29T22:44:32.275Z PASS [ 67.719s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
76752025-08-29T22:44:38.309Z PASS [ 27.470s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
76762025-08-29T22:44:41.317Z PASS [ 31.336s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
76772025-08-29T22:44:41.827Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
76782025-08-29T22:44:45.913Z PASS [ 33.019s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
76792025-08-29T22:44:46.846Z PASS [ 28.740s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
76802025-08-29T22:44:50.581Z PASS [ 28.092s] omicron-nexus::test_all integration_tests::projects::test_projects
76812025-08-29T22:44:51.873Z PASS [ 38.968s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
76822025-08-29T22:45:00.668Z PASS [ 28.413s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
76832025-08-29T22:45:06.522Z PASS [ 25.224s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
76842025-08-29T22:45:10.225Z PASS [ 24.329s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
76852025-08-29T22:45:13.369Z PASS [ 26.542s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
76862025-08-29T22:45:14.707Z PASS [ 24.142s] omicron-nexus::test_all integration_tests::rack::test_sled_add
76872025-08-29T22:45:15.267Z PASS [ 23.410s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
76882025-08-29T22:45:21.091Z PASS [ 99.294s] omicron-nexus::test_all integration_tests::password_login::test_local_users
76892025-08-29T22:45:24.000Z PASS [ 23.348s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
76902025-08-29T22:45:34.743Z PASS [ 28.240s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
76912025-08-29T22:45:35.827Z PASS [ 25.620s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
76922025-08-29T22:45:36.079Z PASS [ 0.252s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
76932025-08-29T22:45:36.317Z PASS [ 0.238s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
76942025-08-29T22:45:36.498Z PASS [ 0.180s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
76952025-08-29T22:45:36.697Z PASS [ 0.199s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
76962025-08-29T22:45:36.901Z PASS [ 0.201s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
76972025-08-29T22:45:37.134Z PASS [ 23.782s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
76982025-08-29T22:45:38.268Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::quotas::test_quotas
76992025-08-29T22:45:43.849Z PASS [ 29.163s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
77002025-08-29T22:45:44.433Z PASS [ 29.187s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
77012025-08-29T22:45:53.168Z PASS [ 29.188s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
77022025-08-29T22:45:54.050Z PASS [ 75.794s] omicron-nexus::test_all integration_tests::quotas::test_quotas
77032025-08-29T22:46:00.151Z PASS [ 39.081s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
77042025-08-29T22:46:00.403Z PASS [ 0.256s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
77052025-08-29T22:46:01.946Z PASS [ 24.829s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
77062025-08-29T22:46:01.963Z PASS [ 25.080s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
77072025-08-29T22:46:02.107Z PASS [ 0.147s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
77082025-08-29T22:46:02.292Z PASS [ 0.185s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
77092025-08-29T22:46:02.649Z PASS [ 27.926s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
77102025-08-29T22:46:09.234Z PASS [ 24.818s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
77112025-08-29T22:46:09.851Z PASS [ 26.020s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
77122025-08-29T22:46:18.130Z PASS [ 24.974s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
77132025-08-29T22:46:19.988Z PASS [ 25.952s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
77142025-08-29T22:46:24.382Z PASS [ 23.996s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
77152025-08-29T22:46:25.465Z PASS [ 23.189s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
77162025-08-29T22:46:25.479Z PASS [ 22.844s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
77172025-08-29T22:46:25.882Z PASS [ 23.952s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
77182025-08-29T22:46:27.975Z PASS [ 2.510s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
77192025-08-29T22:46:28.182Z PASS [ 18.961s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
77202025-08-29T22:46:28.314Z PASS [ 18.472s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
77212025-08-29T22:46:30.130Z PASS [ 2.157s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
77222025-08-29T22:46:30.252Z PASS [ 1.943s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
77232025-08-29T22:46:32.020Z PASS [ 1.889s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
77242025-08-29T22:46:32.170Z PASS [ 1.919s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
77252025-08-29T22:46:33.916Z PASS [ 1.900s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
77262025-08-29T22:46:35.215Z PASS [ 1.299s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
77272025-08-29T22:47:19.255Z PASS [ 44.071s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
77282025-08-29T22:47:32.129Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
77292025-08-29T22:47:35.473Z PASS [ 63.348s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
77302025-08-29T22:47:40.036Z PASS [ 20.795s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
77312025-08-29T22:48:15.606Z PASS [ 40.160s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
77322025-08-29T22:48:30.270Z PASS [ 50.269s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
77332025-08-29T22:48:31.102Z PASS [ 15.507s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
77342025-08-29T22:48:31.493Z PASS [ 15.899s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
77352025-08-29T22:48:31.696Z PASS [ 16.102s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
77362025-08-29T22:48:32.037Z PASS [ 16.443s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
77372025-08-29T22:48:54.966Z PASS [ 24.679s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
77382025-08-29T22:48:55.057Z PASS [ 24.785s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
77392025-08-29T22:48:55.623Z PASS [ 25.371s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
77402025-08-29T22:48:55.768Z PASS [ 25.516s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
77412025-08-29T22:48:55.977Z PASS [ 24.501s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
77422025-08-29T22:48:56.466Z PASS [ 24.787s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
77432025-08-29T22:48:57.020Z PASS [ 25.936s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
77442025-08-29T22:48:57.413Z PASS [ 25.390s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
77452025-08-29T22:49:20.043Z PASS [ 25.129s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
77462025-08-29T22:49:20.509Z PASS [ 24.059s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
77472025-08-29T22:49:20.525Z PASS [ 24.774s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
77482025-08-29T22:49:21.020Z PASS [ 26.000s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
77492025-08-29T22:49:22.209Z PASS [ 26.250s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
77502025-08-29T22:49:22.548Z PASS [ 25.540s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
77512025-08-29T22:49:23.030Z PASS [ 25.637s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
77522025-08-29T22:49:27.216Z PASS [ 31.616s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
77532025-08-29T22:49:44.554Z PASS [ 24.528s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
77542025-08-29T22:49:44.675Z PASS [ 24.181s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
77552025-08-29T22:49:48.514Z PASS [ 28.008s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
77562025-08-29T22:49:48.557Z PASS [ 26.367s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
77572025-08-29T22:49:48.973Z PASS [ 25.962s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
77582025-08-29T22:49:52.437Z PASS [ 31.439s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
77592025-08-29T22:49:56.205Z PASS [ 33.687s] omicron-nexus::test_all integration_tests::silos::test_silos
77602025-08-29T22:50:06.533Z PASS [ 39.344s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
77612025-08-29T22:50:09.649Z PASS [ 25.112s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
77622025-08-29T22:50:15.292Z PASS [ 26.798s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
77632025-08-29T22:50:17.222Z PASS [ 32.572s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
77642025-08-29T22:50:19.356Z PASS [ 23.166s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
77652025-08-29T22:50:32.256Z PASS [ 43.728s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
77662025-08-29T22:50:32.304Z PASS [ 25.789s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
77672025-08-29T22:50:34.548Z PASS [ 42.140s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
77682025-08-29T22:50:35.282Z PASS [ 46.341s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
77692025-08-29T22:50:37.674Z PASS [ 28.045s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
77702025-08-29T22:50:41.173Z PASS [ 25.898s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
77712025-08-29T22:50:56.795Z PASS [ 37.453s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
77722025-08-29T22:51:01.063Z PASS [ 25.799s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
77732025-08-29T22:51:08.792Z PASS [ 51.605s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
77742025-08-29T22:51:10.460Z PASS [ 38.181s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
77752025-08-29T22:51:11.623Z PASS [ 30.472s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
77762025-08-29T22:51:11.653Z PASS [ 37.128s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
77772025-08-29T22:51:16.112Z PASS [ 43.887s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
77782025-08-29T22:51:26.076Z PASS [ 48.435s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
77792025-08-29T22:51:26.383Z PASS [ 29.621s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
77802025-08-29T22:51:29.891Z PASS [ 3.510s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
77812025-08-29T22:51:31.372Z PASS [ 30.330s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
77822025-08-29T22:51:32.524Z PASS [ 23.750s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
77832025-08-29T22:51:38.148Z PASS [ 26.516s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
77842025-08-29T22:51:38.351Z PASS [ 22.254s] omicron-nexus::test_all integration_tests::target_release::get_set_target_release
77852025-08-29T22:51:39.284Z PASS [ 28.846s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
77862025-08-29T22:51:39.936Z PASS [ 28.333s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
77872025-08-29T22:51:54.476Z PASS [ 23.120s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
77882025-08-29T22:51:59.734Z PASS [ 27.229s] omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
77892025-08-29T22:52:01.504Z PASS [ 31.634s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
77902025-08-29T22:52:02.172Z PASS [ 24.040s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
77912025-08-29T22:52:16.035Z PASS [ 37.706s] omicron-nexus::test_all integration_tests::utilization::test_utilization_list
77922025-08-29T22:52:18.563Z PASS [ 38.653s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
77932025-08-29T22:52:23.823Z PASS [ 44.568s] omicron-nexus::test_all integration_tests::utilization::test_utilization_view
77942025-08-29T22:52:26.035Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
77952025-08-29T22:52:31.961Z PASS [ 32.249s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
77962025-08-29T22:52:39.744Z PASS [ 45.300s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
77972025-08-29T22:52:45.179Z PASS [ 43.706s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
77982025-08-29T22:52:45.634Z PASS [ 43.494s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
77992025-08-29T22:52:55.162Z PASS [ 39.159s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
78002025-08-29T22:53:01.141Z PASS [ 42.609s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
78012025-08-29T22:53:06.916Z PASS [ 43.125s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
78022025-08-29T22:53:12.997Z PASS [ 41.064s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
78032025-08-29T22:53:16.484Z PASS [ 31.327s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
78042025-08-29T22:53:17.147Z PASS [ 37.391s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
78052025-08-29T22:53:25.994Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
78062025-08-29T22:53:32.060Z PASS [ 30.940s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
78072025-08-29T22:53:43.417Z PASS [ 30.441s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
78082025-08-29T22:53:45.594Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
78092025-08-29T22:53:47.818Z PASS [ 40.930s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
78102025-08-29T22:53:55.123Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
78112025-08-29T22:53:59.527Z PASS [ 43.071s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
78122025-08-29T22:54:01.699Z PASS [ 155.732s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
78132025-08-29T22:54:09.585Z PASS [ 52.512s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
78142025-08-29T22:54:11.830Z PASS [ 76.721s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
78152025-08-29T22:54:17.623Z PASS [ 92.053s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
78162025-08-29T22:54:19.541Z PASS [ 47.515s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
78172025-08-29T22:54:40.230Z PASS [ 56.852s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
78182025-08-29T22:54:43.276Z PASS [ 55.497s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
78192025-08-29T22:54:45.704Z PASS [ 36.144s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
78202025-08-29T22:54:46.731Z PASS [ 34.924s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
78212025-08-29T22:54:53.278Z PASS [ 51.614s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
78222025-08-29T22:54:53.346Z PASS [ 53.858s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
78232025-08-29T22:55:07.666Z PASS [ 50.078s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
78242025-08-29T22:55:19.346Z PASS [ 33.662s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
78252025-08-29T22:55:19.501Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
78262025-08-29T22:55:20.008Z PASS [ 33.302s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
78272025-08-29T22:55:26.669Z PASS [ 33.415s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
78282025-08-29T22:55:27.010Z PASS [ 33.688s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
78292025-08-29T22:55:40.190Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
78302025-08-29T22:55:43.238Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
78312025-08-29T22:55:44.570Z PASS [ 36.928s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
78322025-08-29T22:55:50.099Z PASS [ 23.446s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
78332025-08-29T22:55:50.659Z PASS [ 23.665s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
78342025-08-29T22:55:55.428Z PASS [ 75.250s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
78352025-08-29T22:56:03.999Z PASS [ 80.779s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
78362025-08-29T22:56:07.570Z PASS [ 47.595s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
78372025-08-29T22:56:08.561Z PASS [ 24.009s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
78382025-08-29T22:56:09.346Z PASS [ 50.038s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
78392025-08-29T22:56:12.925Z PASS [ 22.841s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
78402025-08-29T22:56:14.368Z PASS [ 23.723s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
78412025-08-29T22:56:16.848Z PASS [ 21.435s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
78422025-08-29T22:56:19.460Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
78432025-08-29T22:56:26.465Z PASS [ 22.482s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
78442025-08-29T22:56:30.961Z PASS [ 23.407s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
78452025-08-29T22:56:32.754Z PASS [ 24.209s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
78462025-08-29T22:56:35.162Z PASS [ 25.834s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
78472025-08-29T22:56:36.089Z PASS [ 21.739s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
78482025-08-29T22:56:36.303Z PASS [ 23.394s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
78492025-08-29T22:56:40.046Z PASS [ 23.211s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
78502025-08-29T22:56:50.290Z PASS [ 23.841s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
78512025-08-29T22:56:54.390Z PASS [ 23.445s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
78522025-08-29T22:56:55.847Z PASS [ 23.109s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
78532025-08-29T22:56:59.037Z PASS [ 22.964s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
78542025-08-29T22:56:59.401Z PASS [ 23.113s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
78552025-08-29T22:57:00.822Z PASS [ 161.394s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
78562025-08-29T22:57:03.916Z PASS [ 23.889s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
78572025-08-29T22:57:13.873Z PASS [ 23.598s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
78582025-08-29T22:57:18.227Z PASS [ 23.853s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
78592025-08-29T22:57:19.655Z PASS [ 23.825s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
78602025-08-29T22:57:21.845Z PASS [ 46.715s] omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
78612025-08-29T22:57:25.158Z PASS [ 24.353s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
78622025-08-29T22:57:27.242Z PASS [ 23.342s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
78632025-08-29T22:57:37.734Z PASS [ 23.878s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
78642025-08-29T22:57:41.957Z PASS [ 42.949s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
78652025-08-29T22:57:42.170Z PASS [ 23.960s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
78662025-08-29T22:57:43.673Z PASS [ 24.029s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
78672025-08-29T22:57:43.673Z PASS [ 44.298s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
78682025-08-29T22:57:49.523Z PASS [ 24.381s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
78692025-08-29T22:57:56.360Z PASS [ 29.140s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
78702025-08-29T22:58:02.578Z PASS [ 37.382s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
78712025-08-29T22:58:02.704Z PASS [ 24.980s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
78722025-08-29T22:58:06.636Z PASS [ 24.696s] omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
78732025-08-29T22:58:09.072Z PASS [ 26.921s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
78742025-08-29T22:58:15.385Z PASS [ 31.740s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
78752025-08-29T22:58:20.846Z PASS [ 37.205s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
78762025-08-29T22:58:31.327Z PASS [ 22.269s] omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
78772025-08-29T22:58:32.989Z PASS [ 33.806s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
78782025-08-29T22:58:33.345Z PASS [ 30.669s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
78792025-08-29T22:58:33.394Z PASS [ 37.059s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
78802025-08-29T22:58:36.775Z PASS [ 21.406s] omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
78812025-08-29T22:58:42.895Z PASS [ 22.064s] omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
78822025-08-29T22:58:49.483Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
78832025-08-29T22:58:53.293Z PASS [ 63.814s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
78842025-08-29T22:58:54.540Z PASS [ 23.229s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
78852025-08-29T22:58:55.276Z PASS [ 22.310s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
78862025-08-29T22:59:03.281Z PASS [ 20.400s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
78872025-08-29T22:59:03.394Z PASS [ 56.798s] omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
78882025-08-29T22:59:10.917Z PASS [ 17.636s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
78892025-08-29T22:59:10.968Z PASS [ 0.051s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
78902025-08-29T22:59:10.994Z PASS [ 0.026s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
78912025-08-29T22:59:11.018Z PASS [ 0.025s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
78922025-08-29T22:59:11.038Z PASS [ 0.019s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
78932025-08-29T22:59:11.056Z PASS [ 0.019s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
78942025-08-29T22:59:11.076Z PASS [ 0.019s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
78952025-08-29T22:59:11.097Z PASS [ 0.020s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
78962025-08-29T22:59:11.119Z PASS [ 0.022s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
78972025-08-29T22:59:11.144Z PASS [ 0.025s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
78982025-08-29T22:59:11.165Z PASS [ 0.021s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
78992025-08-29T22:59:11.187Z PASS [ 0.020s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
79002025-08-29T22:59:11.278Z PASS [ 0.092s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
79012025-08-29T22:59:11.311Z PASS [ 0.033s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
79022025-08-29T22:59:11.331Z PASS [ 0.020s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
79032025-08-29T22:59:11.350Z PASS [ 0.018s] omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
79042025-08-29T22:59:12.756Z PASS [ 17.492s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
79052025-08-29T22:59:13.520Z PASS [ 18.994s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
79062025-08-29T22:59:18.556Z PASS [ 15.172s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
79072025-08-29T22:59:18.610Z PASS [ 0.054s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
79082025-08-29T22:59:18.630Z PASS [ 0.021s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
79092025-08-29T22:59:18.689Z PASS [ 0.059s] omicron-package config::tests::multi_preset_arg
79102025-08-29T22:59:18.752Z PASS [ 0.061s] omicron-package dot::test::test_bad_dependency
79112025-08-29T22:59:18.781Z PASS [ 0.029s] omicron-package dot::test::test_dot_output
79122025-08-29T22:59:19.035Z PASS [ 15.765s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
79132025-08-29T22:59:19.053Z PASS [ 0.017s] omicron-passwords test::test_password_constraints
79142025-08-29T22:59:22.773Z PASS [ 3.723s] omicron-passwords test::test_reproducible
79152025-08-29T22:59:23.970Z PASS [ 10.457s] omicron-omdb::test_all_output test_omdb_usage_errors
79162025-08-29T22:59:24.007Z PASS [ 0.037s] omicron-passwords test::test_stable
79172025-08-29T22:59:24.030Z PASS [ 0.023s] omicron-passwords test::test_weak_hashes
79182025-08-29T22:59:24.044Z PASS [ 0.015s] omicron-rpaths internal::tests::test_configure_from_path
79192025-08-29T22:59:24.085Z PASS [ 0.040s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
79202025-08-29T22:59:24.101Z PASS [ 0.016s] omicron-rpaths internal::tests::test_emit_rpath
79212025-08-29T22:59:24.657Z PASS [ 0.555s] omicron-sled-agent artifact_store::test::generations
79222025-08-29T22:59:24.676Z PASS [ 51.367s] omicron-nexus::test_all integration_tests::webhooks::test_probe
79232025-08-29T22:59:24.805Z PASS [ 0.149s] omicron-sled-agent artifact_store::test::issue_7796
79242025-08-29T22:59:24.844Z PASS [ 0.169s] omicron-sled-agent artifact_store::test::list_get_put
79252025-08-29T22:59:24.922Z PASS [ 0.117s] omicron-sled-agent artifact_store::test::no_dataset
79262025-08-29T22:59:24.979Z PASS [ 0.134s] omicron-sled-agent artifact_store::test::wrong_hash
79272025-08-29T22:59:24.998Z PASS [ 0.076s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
79282025-08-29T22:59:25.014Z PASS [ 0.035s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
79292025-08-29T22:59:25.047Z PASS [ 0.033s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
79302025-08-29T22:59:25.067Z PASS [ 0.069s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
79312025-08-29T22:59:25.076Z PASS [ 0.029s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
79322025-08-29T22:59:25.093Z PASS [ 0.026s] omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
79332025-08-29T22:59:25.102Z PASS [ 0.026s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
79342025-08-29T22:59:25.122Z PASS [ 0.027s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
79352025-08-29T22:59:25.130Z PASS [ 0.028s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
79362025-08-29T22:59:25.181Z PASS [ 0.059s] omicron-sled-agent config::test::test_smf_configs
79372025-08-29T22:59:25.659Z PASS [ 0.440s] omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
79382025-08-29T22:59:25.662Z PASS [ 0.491s] omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
79392025-08-29T22:59:26.069Z PASS [ 0.449s] omicron-sled-agent instance::tests::test_instance_create_events_normal
79402025-08-29T22:59:27.511Z PASS [ 1.443s] omicron-sled-agent instance::tests::test_instance_manager_creation
79412025-08-29T22:59:27.514Z PASS [ 1.892s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
79422025-08-29T22:59:27.995Z PASS [ 0.483s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
79432025-08-29T22:59:28.032Z PASS [ 0.036s] omicron-sled-agent probe_manager::test::probe_state_set_ops
79442025-08-29T22:59:28.067Z PASS [ 0.035s] omicron-sled-agent profile::tests::empty_profile
79452025-08-29T22:59:28.091Z PASS [ 9.316s] omicron-passwords test::test_compatible
79462025-08-29T22:59:28.101Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_disabled_instance
79472025-08-29T22:59:28.122Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_instance
79482025-08-29T22:59:28.132Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_multiple
79492025-08-29T22:59:28.155Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_property
79502025-08-29T22:59:28.164Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_property_group
79512025-08-29T22:59:28.185Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_service
79522025-08-29T22:59:28.195Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_service_property_group
79532025-08-29T22:59:28.218Z PASS [ 0.033s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
79542025-08-29T22:59:28.230Z PASS [ 0.035s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
79552025-08-29T22:59:28.263Z PASS [ 0.045s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
79562025-08-29T22:59:28.291Z PASS [ 0.060s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
79572025-08-29T22:59:28.329Z PASS [ 0.066s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
79582025-08-29T22:59:28.340Z PASS [ 0.049s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
79592025-08-29T22:59:28.362Z PASS [ 0.033s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
79602025-08-29T22:59:28.374Z PASS [ 0.034s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
79612025-08-29T22:59:28.402Z PASS [ 0.039s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
79622025-08-29T22:59:28.409Z PASS [ 0.035s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
79632025-08-29T22:59:28.437Z PASS [ 0.035s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
79642025-08-29T22:59:28.445Z PASS [ 0.037s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
79652025-08-29T22:59:28.476Z PASS [ 0.039s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
79662025-08-29T22:59:28.483Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
79672025-08-29T22:59:28.529Z PASS [ 0.044s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
79682025-08-29T22:59:28.568Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
79692025-08-29T22:59:28.610Z PASS [ 0.037s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
79702025-08-29T22:59:28.645Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
79712025-08-29T22:59:28.682Z PASS [ 0.036s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
79722025-08-29T22:59:28.724Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::nested_dataset
79732025-08-29T22:59:28.764Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
79742025-08-29T22:59:28.802Z PASS [ 0.038s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
79752025-08-29T22:59:28.842Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
79762025-08-29T22:59:28.881Z PASS [ 0.038s] omicron-sled-agent sim::storage::test::snapshot_needs_region
79772025-08-29T22:59:29.475Z PASS [ 56.119s] omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
79782025-08-29T22:59:32.026Z PASS [ 3.553s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
79792025-08-29T22:59:32.607Z PASS [ 3.135s] omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
79802025-08-29T22:59:32.688Z PASS [ 3.811s] omicron-sled-agent support_bundle::storage::tests::basic_crud
79812025-08-29T22:59:33.861Z PASS [ 57.126s] omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
79822025-08-29T22:59:35.723Z PASS [ 3.699s] omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
79832025-08-29T22:59:36.344Z PASS [ 3.740s] omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
79842025-08-29T22:59:36.783Z PASS [ 4.098s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
79852025-08-29T22:59:38.029Z PASS [ 4.169s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
79862025-08-29T22:59:39.937Z PASS [ 4.217s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
79872025-08-29T22:59:40.246Z PASS [ 3.905s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
79882025-08-29T22:59:40.428Z PASS [ 29.099s] omicron-omdb::test_all_output test_omdb_env_settings
79892025-08-29T22:59:40.454Z PASS [ 0.026s] omicron-sled-agent updates::test::test_query_no_components
79902025-08-29T22:59:40.486Z PASS [ 0.031s] omicron-sled-agent updates::test::test_query_sled_agent_version
79912025-08-29T22:59:40.531Z PASS [ 0.044s] omicron-sled-agent updates::test::test_query_zone_version
79922025-08-29T22:59:40.554Z PASS [ 0.024s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
79932025-08-29T22:59:40.948Z PASS [ 4.167s] omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
79942025-08-29T22:59:42.344Z PASS [ 4.318s] omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
79952025-08-29T22:59:42.385Z PASS [ 0.041s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
79962025-08-29T22:59:43.263Z PASS [ 2.711s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
79972025-08-29T22:59:43.435Z PASS [ 2.489s] omicron-sled-agent zone_bundle::illumos_tests::test_context
79982025-08-29T22:59:43.815Z PASS [ 21.056s] omicron-passwords test::test_smoke
79992025-08-29T22:59:43.907Z PASS [ 0.092s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
80002025-08-29T22:59:43.941Z PASS [ 0.034s] omicron-sled-agent zone_bundle::tests::test_dir_size
80012025-08-29T22:59:43.989Z PASS [ 0.048s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
80022025-08-29T22:59:44.231Z PASS [ 3.988s] omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
80032025-08-29T22:59:44.598Z PASS [ 4.664s] omicron-sled-agent support_bundle::storage::tests::ranges
80042025-08-29T22:59:44.701Z PASS [ 0.712s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
80052025-08-29T22:59:44.758Z PASS [ 0.159s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
80062025-08-29T22:59:44.789Z PASS [ 0.031s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
80072025-08-29T22:59:44.812Z PASS [ 0.023s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
80082025-08-29T22:59:44.898Z PASS [ 0.668s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
80092025-08-29T22:59:45.344Z PASS [ 2.961s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
80102025-08-29T22:59:45.429Z PASS [ 0.530s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
80112025-08-29T22:59:45.429Z PASS [ 0.617s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
80122025-08-29T22:59:45.454Z PASS [ 0.025s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
80132025-08-29T22:59:45.454Z PASS [ 0.025s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
80142025-08-29T22:59:45.540Z PASS [ 0.839s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
80152025-08-29T22:59:45.597Z PASS [ 0.142s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
80162025-08-29T22:59:45.775Z PASS [ 0.236s] omicron-test-utils dev::db::test::test_bad_cmd
80172025-08-29T22:59:45.903Z PASS [ 0.441s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
80182025-08-29T22:59:46.120Z PASS [ 0.524s] omicron-test-utils dev::db::test::test_cmd_fails
80192025-08-29T22:59:46.196Z PASS [ 0.301s] omicron-test-utils dev::db::test::test_database_start_hang
80202025-08-29T22:59:46.232Z PASS [ 0.036s] omicron-test-utils dev::db::test::test_make_pg_config_fail
80212025-08-29T22:59:46.258Z PASS [ 2.997s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
80222025-08-29T22:59:46.258Z PASS [ 0.026s] omicron-test-utils dev::db::test::test_make_pg_config_ok
80232025-08-29T22:59:46.290Z PASS [ 0.030s] omicron-test-utils dev::db::test::test_process_exit_abnormal
80242025-08-29T22:59:46.297Z PASS [ 0.039s] omicron-test-utils dev::db::test::test_parse_http_addr
80252025-08-29T22:59:46.327Z PASS [ 0.035s] omicron-test-utils dev::db::test::test_process_exit_normal
80262025-08-29T22:59:46.337Z PASS [ 2.904s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
80272025-08-29T22:59:46.369Z PASS [ 1.026s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
80282025-08-29T22:59:46.398Z PASS [ 0.029s] omicron-test-utils dev::db::test::test_starter_tmpdir
80292025-08-29T22:59:46.475Z PASS [ 0.076s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
80302025-08-29T22:59:46.505Z PASS [ 0.030s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
80312025-08-29T22:59:46.535Z PASS [ 0.031s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
80322025-08-29T22:59:46.567Z PASS [ 0.030s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
80332025-08-29T22:59:46.629Z PASS [ 0.063s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
80342025-08-29T22:59:46.692Z PASS [ 0.063s] omicron-test-utils dev::test_cmds::tests::test_redact_section
80352025-08-29T22:59:46.768Z PASS [ 0.463s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
80362025-08-29T22:59:47.172Z PASS [ 1.051s] omicron-test-utils dev::db::test::test_http_addr_integration
80372025-08-29T22:59:47.252Z PASS [ 0.072s] openapi-manager cmd::dispatch::test::test_arg_parsing
80382025-08-29T22:59:47.261Z PASS [ 0.569s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
80392025-08-29T22:59:47.274Z PASS [ 0.031s] openapi-manager cmd::dispatch::test::test_blessed_args
80402025-08-29T22:59:47.287Z PASS [ 0.026s] openapi-manager cmd::dispatch::test::test_generated_args
80412025-08-29T22:59:47.306Z PASS [ 0.028s] openapi-manager cmd::dispatch::test::test_local_args
80422025-08-29T22:59:47.313Z PASS [ 0.026s] openapi-manager iter_only::test::test_basic
80432025-08-29T22:59:47.334Z PASS [ 0.027s] openapi-manager omicron::tests::all_apis_is_sorted
80442025-08-29T22:59:47.357Z PASS [ 0.028s] openapi-manager resolved::test::test_displayable_vec
80452025-08-29T22:59:47.365Z PASS [ 0.029s] openapi-manager spec_files_generic::test::test_parse_name_lockstep
80462025-08-29T22:59:47.369Z PASS [ 0.026s] openapi-manager spec_files_generic::test::test_parse_name_lockstep_fail
80472025-08-29T22:59:47.389Z PASS [ 0.030s] openapi-manager spec_files_generic::test::test_parse_name_versioned
80482025-08-29T22:59:47.413Z PASS [ 0.046s] openapi-manager spec_files_generic::test::test_parse_name_versioned_fail
80492025-08-29T22:59:47.830Z PASS [ 0.441s] oximeter test::timeseries_schema_consistency
80502025-08-29T22:59:47.959Z PASS [ 2.177s] omicron-test-utils dev::db::test::test_database_concurrent
80512025-08-29T22:59:47.973Z PASS [ 1.637s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
80522025-08-29T22:59:47.986Z PASS [ 0.157s] oximeter-collector agent::tests::test_self_stat_error_counter
80532025-08-29T22:59:47.986Z PASS [ 0.574s] oximeter-collector agent::tests::test_self_stat_collection_count
80542025-08-29T22:59:48.013Z PASS [ 0.027s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
80552025-08-29T22:59:48.043Z PASS [ 0.028s] oximeter-collector self_stats::tests::test_failure_reason_serialization
80562025-08-29T22:59:48.079Z PASS [ 0.127s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
80572025-08-29T22:59:48.106Z PASS [ 0.027s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
80582025-08-29T22:59:48.112Z PASS [ 0.139s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
80592025-08-29T22:59:48.124Z PASS [ 0.137s] oximeter-collector agent::tests::verify_producer_details
80602025-08-29T22:59:48.132Z PASS [ 0.026s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
80612025-08-29T22:59:48.135Z PASS [ 0.023s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
80622025-08-29T22:59:48.146Z PASS [ 0.021s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
80632025-08-29T22:59:48.154Z PASS [ 0.021s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
80642025-08-29T22:59:48.649Z PASS [ 0.608s] oximeter-collector::test_commands test_oximeter_no_args
80652025-08-29T22:59:49.127Z PASS [ 0.990s] oximeter-db client::oxql::tests::test_get_entire_table
80662025-08-29T22:59:49.185Z PASS [ 1.042s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
80672025-08-29T22:59:49.214Z PASS [ 2.456s] openapi-manager cmd::check::test::check_apis_up_to_date
80682025-08-29T22:59:49.260Z PASS [ 1.108s] oximeter-db client::oxql::tests::test_get_one_timeseries
80692025-08-29T22:59:49.284Z PASS [ 0.070s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
80702025-08-29T22:59:49.615Z PASS [ 0.967s] oximeter-db client::oxql::tests::test_limit_operations
80712025-08-29T22:59:49.714Z PASS [ 0.591s] oximeter-db client::tests::can_ping_clickhouse
80722025-08-29T22:59:50.424Z PASS [ 0.809s] oximeter-db client::tests::read_latest_version_reports_max
80732025-08-29T22:59:50.455Z PASS [ 0.742s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
80742025-08-29T22:59:51.042Z PASS [ 0.618s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
80752025-08-29T22:59:51.270Z PASS [ 0.815s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
80762025-08-29T22:59:51.611Z PASS [ 2.353s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
80772025-08-29T22:59:51.718Z PASS [ 2.435s] oximeter-db client::tests::insert_samples_fails_fast
80782025-08-29T22:59:51.911Z PASS [ 0.870s] oximeter-db client::tests::select_timeseries_with_select_one
80792025-08-29T22:59:51.923Z PASS [ 0.653s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
80802025-08-29T22:59:52.537Z PASS [ 0.820s] oximeter-db client::tests::test_database_version_update_is_idempotent
80812025-08-29T22:59:52.658Z PASS [ 1.046s] oximeter-db client::tests::test_client_select_timeseries_one
80822025-08-29T22:59:52.799Z PASS [ 0.876s] oximeter-db client::tests::test_database_version_will_not_upgrade
80832025-08-29T22:59:52.956Z PASS [ 1.046s] oximeter-db client::tests::test_database_version_will_not_downgrade
80842025-08-29T22:59:53.437Z PASS [ 0.780s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
80852025-08-29T22:59:53.440Z PASS [ 0.903s] oximeter-db client::tests::test_differentiate_by_timeseries_name
80862025-08-29T22:59:53.530Z PASS [ 0.732s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
80872025-08-29T22:59:53.712Z PASS [ 0.757s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
80882025-08-29T22:59:54.261Z PASS [ 0.790s] oximeter-db client::tests::test_field_record_count
80892025-08-29T22:59:54.301Z PASS [ 0.767s] oximeter-db client::tests::test_get_schema_no_new_values
80902025-08-29T22:59:54.521Z PASS [ 0.781s] oximeter-db client::tests::test_insert_samples
80912025-08-29T22:59:54.557Z PASS [ 1.120s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
80922025-08-29T22:59:54.594Z PASS [ 0.032s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
80932025-08-29T22:59:54.626Z PASS [ 0.032s] oximeter-db client::tests::test_read_timeseries_to_delete
80942025-08-29T22:59:54.653Z PASS [ 0.024s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
80952025-08-29T22:59:54.683Z PASS [ 0.023s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
80962025-08-29T22:59:54.963Z PASS [ 0.714s] oximeter-db client::tests::test_is_oximeter_cluster
80972025-08-29T22:59:55.183Z PASS [ 0.886s] oximeter-db client::tests::test_list_timeseries
80982025-08-29T22:59:55.313Z PASS [ 42.574s] omicron-omdb::test_all_output test_omdb_success_cases
80992025-08-29T22:59:55.475Z PASS [ 0.982s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
81002025-08-29T22:59:55.676Z PASS [ 0.733s] oximeter-db client::tests::test_schema_mismatch
81012025-08-29T22:59:55.919Z PASS [ 0.737s] oximeter-db client::tests::test_schema_update
81022025-08-29T22:59:55.922Z PASS [ 1.256s] oximeter-db client::tests::test_recall_of_all_fields
81032025-08-29T22:59:56.309Z PASS [ 1.010s] oximeter-db client::tests::test_select_all_datum_types
81042025-08-29T22:59:56.475Z PASS [ 1.001s] oximeter-db client::tests::test_select_all_field_types
81052025-08-29T22:59:56.539Z PASS [ 0.863s] oximeter-db client::tests::test_select_timeseries_with_all
81062025-08-29T22:59:56.875Z PASS [ 10.558s] omicron-test-utils dev::db::test::test_setup_database_default_dir
81072025-08-29T22:59:56.975Z PASS [ 1.057s] oximeter-db client::tests::test_select_timeseries_with_limit
81082025-08-29T22:59:56.985Z PASS [ 1.060s] oximeter-db client::tests::test_select_timeseries_with_order
81092025-08-29T22:59:57.002Z PASS [ 0.017s] oximeter-db client::tests::test_unravel_index
81102025-08-29T22:59:57.083Z PASS [ 0.775s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
81112025-08-29T22:59:57.117Z PASS [ 0.034s] oximeter-db client::tests::test_verify_schema_upgrades
81122025-08-29T22:59:57.148Z PASS [ 0.031s] oximeter-db model::fields::tests::test_extract_fields_as_block
81132025-08-29T22:59:57.173Z PASS [ 0.025s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
81142025-08-29T22:59:57.196Z PASS [ 0.023s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
81152025-08-29T22:59:57.225Z PASS [ 0.028s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
81162025-08-29T22:59:57.251Z PASS [ 0.022s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
81172025-08-29T22:59:57.270Z PASS [ 0.022s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
81182025-08-29T22:59:57.279Z PASS [ 0.804s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
81192025-08-29T22:59:57.291Z PASS [ 0.014s] oximeter-db native::block::tests::datetime64_scale_checks_range
81202025-08-29T22:59:57.292Z PASS [ 0.022s] oximeter-db native::block::tests::concat_blocks
81212025-08-29T22:59:57.307Z PASS [ 0.015s] oximeter-db native::block::tests::parse_date_time
81222025-08-29T22:59:57.307Z PASS [ 0.015s] oximeter-db native::block::tests::parse_date_time64
81232025-08-29T22:59:57.323Z PASS [ 0.015s] oximeter-db native::block::tests::parse_escaped_date_time64
81242025-08-29T22:59:57.325Z PASS [ 0.784s] oximeter-db client::tests::test_select_timeseries_with_start_time
81252025-08-29T22:59:57.326Z PASS [ 0.016s] oximeter-db native::block::tests::test_data_type_to_string
81262025-08-29T22:59:57.339Z PASS [ 0.016s] oximeter-db native::block::tests::test_datetime64_conversions
81272025-08-29T22:59:57.339Z PASS [ 0.016s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
81282025-08-29T22:59:57.342Z PASS [ 0.018s] oximeter-db native::block::tests::test_parse_all_known_timezones
81292025-08-29T22:59:57.356Z PASS [ 0.014s] oximeter-db native::block::tests::test_parse_enum_variant
81302025-08-29T22:59:57.356Z PASS [ 0.017s] oximeter-db native::block::tests::test_parse_enum8
81312025-08-29T22:59:57.359Z PASS [ 0.017s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
81322025-08-29T22:59:57.372Z PASS [ 0.016s] oximeter-db native::block::tests::test_parse_invalid_data_type
81332025-08-29T22:59:57.700Z PASS [ 0.726s] oximeter-db client::tests::test_timeseries_schema_list
81342025-08-29T22:59:57.722Z PASS [ 0.720s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
81352025-08-29T22:59:57.937Z PASS [ 0.582s] oximeter-db native::connection::tests::test_basic_select_query
81362025-08-29T22:59:57.942Z PASS [ 0.571s] oximeter-db native::connection::tests::test_exchange_hello
81372025-08-29T22:59:57.997Z PASS [ 1.124s] oximeter-db client::tests::test_sql_query_output
81382025-08-29T22:59:58.026Z PASS [ 0.670s] oximeter-db native::connection::tests::test_can_cancel_query
81392025-08-29T22:59:58.275Z PASS [ 0.575s] oximeter-db native::connection::tests::test_insert_and_select_data
81402025-08-29T22:59:58.290Z PASS [ 0.568s] oximeter-db native::connection::tests::test_insert_and_select_uuid
81412025-08-29T22:59:58.293Z PASS [ 0.015s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
81422025-08-29T22:59:58.305Z PASS [ 0.014s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
81432025-08-29T22:59:58.310Z PASS [ 0.015s] oximeter-db native::io::block::tests::test_decode_full_block
81442025-08-29T22:59:58.319Z PASS [ 0.015s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
81452025-08-29T22:59:58.323Z PASS [ 0.018s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
81462025-08-29T22:59:58.333Z PASS [ 0.013s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
81472025-08-29T22:59:58.337Z PASS [ 0.013s] oximeter-db native::io::column::tests::test_decode_string_column
81482025-08-29T22:59:58.346Z PASS [ 0.013s] oximeter-db native::io::column::tests::test_decode_uint64_column
81492025-08-29T22:59:58.350Z PASS [ 0.013s] oximeter-db native::io::column::tests::test_decode_uint8_column
81502025-08-29T22:59:58.360Z PASS [ 0.013s] oximeter-db native::io::column::tests::test_decode_uuid_column
81512025-08-29T22:59:58.364Z PASS [ 0.014s] oximeter-db native::io::column::tests::test_encode_decode_column
81522025-08-29T22:59:58.374Z PASS [ 0.013s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
81532025-08-29T22:59:58.378Z PASS [ 0.013s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
81542025-08-29T22:59:58.385Z PASS [ 0.013s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
81552025-08-29T22:59:58.390Z PASS [ 0.013s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
81562025-08-29T22:59:58.398Z PASS [ 0.013s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
81572025-08-29T22:59:58.403Z PASS [ 0.013s] oximeter-db native::io::packet::server::tests::test_decode_pong
81582025-08-29T22:59:58.410Z PASS [ 0.012s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
81592025-08-29T22:59:58.415Z PASS [ 0.012s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
81602025-08-29T22:59:58.423Z PASS [ 0.012s] oximeter-db native::io::string::test::test_encode_decode
81612025-08-29T22:59:58.427Z PASS [ 0.012s] oximeter-db native::io::string::test::test_encode_hello_world
81622025-08-29T22:59:58.436Z PASS [ 0.013s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
81632025-08-29T22:59:58.439Z PASS [ 0.012s] oximeter-db native::io::table_columns::tests::test_column_count
81642025-08-29T22:59:58.449Z PASS [ 0.013s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
81652025-08-29T22:59:58.454Z PASS [ 0.013s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
81662025-08-29T22:59:58.466Z PASS [ 0.013s] oximeter-db native::io::table_columns::tests::test_column_descriptions
81672025-08-29T22:59:58.470Z PASS [ 0.015s] oximeter-db native::io::varuint::test_encode_decode_varuint
81682025-08-29T22:59:58.480Z PASS [ 0.018s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
81692025-08-29T22:59:58.484Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
81702025-08-29T22:59:58.497Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_comparison
81712025-08-29T22:59:58.500Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
81722025-08-29T22:59:58.510Z PASS [ 0.567s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
81732025-08-29T22:59:58.510Z PASS [ 0.572s] oximeter-db native::connection::tests::test_select_array_column
81742025-08-29T22:59:58.513Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_double_literal
81752025-08-29T22:59:58.513Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
81762025-08-29T22:59:58.524Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
81772025-08-29T22:59:58.527Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
81782025-08-29T22:59:58.527Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
81792025-08-29T22:59:58.530Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
81802025-08-29T22:59:58.538Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
81812025-08-29T22:59:58.541Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
81822025-08-29T22:59:58.544Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
81832025-08-29T22:59:58.548Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
81842025-08-29T22:59:58.555Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
81852025-08-29T22:59:58.558Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_group_by
81862025-08-29T22:59:58.561Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_ident
81872025-08-29T22:59:58.561Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
81882025-08-29T22:59:58.571Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
81892025-08-29T22:59:58.574Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
81902025-08-29T22:59:58.574Z PASS [ 0.575s] oximeter-db native::connection::tests::test_select_nullable_column
81912025-08-29T22:59:58.574Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
81922025-08-29T22:59:58.578Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
81932025-08-29T22:59:58.586Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
81942025-08-29T22:59:58.589Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
81952025-08-29T22:59:58.589Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
81962025-08-29T22:59:58.595Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_query
81972025-08-29T22:59:58.598Z PASS [ 0.571s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
81982025-08-29T22:59:58.598Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
81992025-08-29T22:59:58.602Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
82002025-08-29T22:59:58.606Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
82012025-08-29T22:59:58.611Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_reducer
82022025-08-29T22:59:58.614Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
82032025-08-29T22:59:58.617Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
82042025-08-29T22:59:58.617Z PASS [ 0.013s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
82052025-08-29T22:59:58.620Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
82062025-08-29T22:59:58.624Z PASS [ 0.013s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
82072025-08-29T22:59:58.627Z PASS [ 0.015s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
82082025-08-29T22:59:58.630Z PASS [ 0.015s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
82092025-08-29T22:59:58.633Z PASS [ 0.015s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
82102025-08-29T22:59:58.636Z PASS [ 0.015s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
82112025-08-29T22:59:58.640Z PASS [ 0.014s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
82122025-08-29T22:59:58.644Z PASS [ 0.014s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
82132025-08-29T22:59:58.647Z PASS [ 0.015s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
82142025-08-29T22:59:58.648Z PASS [ 0.016s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
82152025-08-29T22:59:58.654Z PASS [ 0.014s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
82162025-08-29T22:59:58.657Z PASS [ 0.018s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
82172025-08-29T22:59:58.661Z PASS [ 0.017s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
82182025-08-29T22:59:58.665Z PASS [ 0.017s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
82192025-08-29T22:59:58.668Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
82202025-08-29T22:59:58.668Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
82212025-08-29T22:59:58.675Z PASS [ 0.017s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
82222025-08-29T22:59:58.678Z PASS [ 0.018s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
82232025-08-29T22:59:58.682Z PASS [ 0.017s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
82242025-08-29T22:59:58.685Z PASS [ 0.017s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
82252025-08-29T22:59:58.685Z PASS [ 0.016s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
82262025-08-29T22:59:58.692Z PASS [ 0.016s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
82272025-08-29T22:59:58.692Z PASS [ 0.018s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
82282025-08-29T22:59:58.700Z PASS [ 0.016s] oximeter-db oxql::plan::align::test::test_align_input_schema
82292025-08-29T22:59:58.700Z PASS [ 0.018s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
82302025-08-29T22:59:58.703Z PASS [ 0.017s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
82312025-08-29T22:59:58.782Z PASS [ 0.090s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
82322025-08-29T22:59:58.798Z PASS [ 0.106s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
82332025-08-29T22:59:58.807Z PASS [ 0.107s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
82342025-08-29T22:59:58.811Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
82352025-08-29T22:59:58.811Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
82362025-08-29T22:59:58.880Z PASS [ 0.097s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
82372025-08-29T22:59:58.885Z PASS [ 0.087s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
82382025-08-29T22:59:58.914Z PASS [ 0.106s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
82392025-08-29T22:59:58.914Z PASS [ 0.107s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
82402025-08-29T22:59:58.918Z PASS [ 0.111s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
82412025-08-29T22:59:58.979Z PASS [ 0.099s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
82422025-08-29T22:59:58.979Z PASS [ 0.094s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
82432025-08-29T22:59:59.015Z PASS [ 0.101s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
82442025-08-29T22:59:59.021Z PASS [ 0.107s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
82452025-08-29T22:59:59.027Z PASS [ 0.109s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
82462025-08-29T22:59:59.076Z PASS [ 0.097s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
82472025-08-29T22:59:59.076Z PASS [ 0.097s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
82482025-08-29T22:59:59.123Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
82492025-08-29T22:59:59.128Z PASS [ 0.107s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
82502025-08-29T22:59:59.136Z PASS [ 0.109s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
82512025-08-29T22:59:59.146Z PASS [ 0.018s] oximeter-db oxql::query::tests::test_coalesce_limits
82522025-08-29T22:59:59.154Z PASS [ 0.017s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
82532025-08-29T22:59:59.164Z PASS [ 0.018s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
82542025-08-29T22:59:59.195Z PASS [ 0.017s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
82552025-08-29T22:59:59.196Z PASS [ 0.098s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
82562025-08-29T22:59:59.196Z PASS [ 0.098s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
82572025-08-29T22:59:59.196Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
82582025-08-29T22:59:59.196Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
82592025-08-29T22:59:59.196Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
82602025-08-29T22:59:59.200Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
82612025-08-29T22:59:59.210Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_predicates
82622025-08-29T22:59:59.213Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
82632025-08-29T22:59:59.216Z PASS [ 0.020s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
82642025-08-29T22:59:59.219Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
82652025-08-29T22:59:59.232Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_insert_filters
82662025-08-29T22:59:59.235Z PASS [ 0.112s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
82672025-08-29T22:59:59.239Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
82682025-08-29T22:59:59.239Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
82692025-08-29T22:59:59.244Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_query_end_time
82702025-08-29T22:59:59.251Z PASS [ 0.015s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
82712025-08-29T22:59:59.255Z PASS [ 0.015s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
82722025-08-29T22:59:59.255Z PASS [ 0.019s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
82732025-08-29T22:59:59.255Z PASS [ 0.014s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
82742025-08-29T22:59:59.265Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_split_query
82752025-08-29T22:59:59.268Z PASS [ 0.016s] oximeter-db query::tests::test_field_cmp
82762025-08-29T22:59:59.268Z PASS [ 0.016s] oximeter-db query::tests::test_field_value_as_db_str
82772025-08-29T22:59:59.268Z PASS [ 0.016s] oximeter-db query::tests::test_field_selector_as_query
82782025-08-29T22:59:59.273Z PASS [ 0.021s] oximeter-db query::tests::test_select_query_builder_field_selectors
82792025-08-29T22:59:59.286Z PASS [ 0.018s] oximeter-db query::tests::test_select_query_builder_from_parts
82802025-08-29T22:59:59.289Z PASS [ 0.018s] oximeter-db query::tests::test_select_query_builder_limit_offset
82812025-08-29T22:59:59.289Z PASS [ 0.021s] oximeter-db query::tests::test_select_query_builder_full
82822025-08-29T22:59:59.292Z PASS [ 0.017s] oximeter-db query::tests::test_select_query_builder_no_fields
82832025-08-29T22:59:59.292Z PASS [ 0.026s] oximeter-db query::tests::test_select_query_builder_filter_raw
82842025-08-29T22:59:59.301Z PASS [ 0.016s] oximeter-db query::tests::test_select_query_builder_no_selectors
82852025-08-29T22:59:59.304Z PASS [ 0.015s] oximeter-db query::tests::test_time_range
82862025-08-29T22:59:59.307Z PASS [ 0.021s] oximeter-db query::tests::test_string_field_selector
82872025-08-29T22:59:59.312Z PASS [ 0.020s] oximeter-db sql::tests::test_allow_subqueries
82882025-08-29T22:59:59.315Z PASS [ 0.022s] oximeter-db sql::tests::test_allow_limit_offset
82892025-08-29T22:59:59.321Z PASS [ 0.020s] oximeter-db sql::tests::test_cannot_name_database
82902025-08-29T22:59:59.325Z PASS [ 0.022s] oximeter-db sql::tests::test_ctes_are_not_supported
82912025-08-29T22:59:59.328Z PASS [ 0.020s] oximeter-db sql::tests::test_function_allow_list
82922025-08-29T22:59:59.331Z PASS [ 0.017s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
82932025-08-29T22:59:59.349Z PASS [ 0.027s] oximeter-db sql::tests::test_query_must_be_select_statement
82942025-08-29T22:59:59.352Z PASS [ 0.024s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
82952025-08-29T22:59:59.352Z PASS [ 0.020s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
82962025-08-29T22:59:59.355Z PASS [ 0.026s] oximeter-db sql::tests::test_require_table_is_timeseries_name
82972025-08-29T22:59:59.358Z PASS [ 0.045s] oximeter-db sql::tests::test_join_must_be_inner
82982025-08-29T22:59:59.368Z PASS [ 0.018s] oximeter-db tests::test_timeseries_key_field_stability
82992025-08-29T22:59:59.371Z PASS [ 0.021s] oximeter-db sql::tests::test_with_comma_join_fails
83002025-08-29T22:59:59.371Z PASS [ 0.020s] oximeter-db tests::test_timeseries_key_sample_stability
83012025-08-29T22:59:59.418Z PASS [ 0.050s] oximeter-instruments http::tests::test_latency_tracker
83022025-08-29T22:59:59.485Z PASS [ 0.067s] oximeter-instruments kstat::link::tests::test_kstat_interested
83032025-08-29T22:59:59.537Z PASS [ 0.167s] oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
83042025-08-29T22:59:59.588Z PASS [ 0.103s] oximeter-instruments kstat::link::tests::test_kstat_sampler
83052025-08-29T22:59:59.598Z PASS [ 0.061s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
83062025-08-29T22:59:59.616Z PASS [ 32.127s] omicron-sled-agent nexus::test::nexus_self_notification_test
83072025-08-29T22:59:59.652Z PASS [ 0.053s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
83082025-08-29T22:59:59.659Z PASS [ 0.071s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
83092025-08-29T22:59:59.674Z PASS [ 0.058s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
83102025-08-29T22:59:59.698Z PASS [ 0.039s] oximeter-instruments kstat::link::tests::test_sled_datalink
83112025-08-29T22:59:59.719Z PASS [ 0.068s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
83122025-08-29T22:59:59.730Z PASS [ 0.056s] oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
83132025-08-29T22:59:59.733Z PASS [ 0.034s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
83142025-08-29T22:59:59.736Z PASS [ 0.016s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
83152025-08-29T22:59:59.746Z PASS [ 0.016s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
83162025-08-29T22:59:59.749Z PASS [ 0.015s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
83172025-08-29T22:59:59.752Z PASS [ 0.014s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
83182025-08-29T22:59:59.764Z PASS [ 0.017s] oximeter-macro-impl tests::test_metric_datum_field
83192025-08-29T22:59:59.764Z PASS [ 0.017s] oximeter-macro-impl tests::test_metric_annotated_field
83202025-08-29T22:59:59.774Z PASS [ 0.019s] oximeter-macro-impl tests::test_metric_enum
83212025-08-29T22:59:59.781Z PASS [ 0.015s] oximeter-macro-impl tests::test_target
83222025-08-29T22:59:59.784Z PASS [ 0.015s] oximeter-macro-impl tests::test_metric_without_datum_field
83232025-08-29T22:59:59.787Z PASS [ 0.015s] oximeter-macro-impl tests::test_target_empty_struct
83242025-08-29T22:59:59.793Z PASS [ 0.014s] oximeter-macro-impl tests::test_target_unit_struct
83252025-08-29T22:59:59.796Z PASS [ 0.015s] oximeter-macro-impl tests::test_target_enum
83262025-08-29T22:59:59.803Z PASS [ 0.018s] oximeter-macro-impl tests::test_target_with_datum_field
83272025-08-29T22:59:59.871Z PASS [ 1.286s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
83282025-08-29T22:59:59.885Z PASS [ 0.091s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
83292025-08-29T22:59:59.888Z PASS [ 0.085s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
83302025-08-29T22:59:59.892Z PASS [ 0.021s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
83312025-08-29T22:59:59.903Z PASS [ 0.019s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
83322025-08-29T22:59:59.906Z PASS [ 0.018s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
83332025-08-29T22:59:59.920Z PASS [ 0.027s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
83342025-08-29T22:59:59.923Z PASS [ 0.017s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
83352025-08-29T22:59:59.938Z PASS [ 0.030s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
83362025-08-29T22:59:59.942Z PASS [ 0.018s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
83372025-08-29T22:59:59.949Z PASS [ 0.027s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
83382025-08-29T22:59:59.953Z PASS [ 0.015s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
83392025-08-29T22:59:59.967Z PASS [ 0.018s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
83402025-08-29T22:59:59.967Z PASS [ 0.014s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
83412025-08-29T22:59:59.970Z PASS [ 0.033s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
83422025-08-29T22:59:59.985Z PASS [ 0.016s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
83432025-08-29T22:59:59.988Z PASS [ 0.019s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
83442025-08-29T22:59:59.988Z PASS [ 0.019s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
83452025-08-29T23:00:00.002Z PASS [ 0.016s] oximeter-schema ir::tests::fail_on_empty_descriptions
83462025-08-29T23:00:00.005Z PASS [ 0.018s] oximeter-schema ir::tests::fail_on_empty_metric_name
83472025-08-29T23:00:00.005Z PASS [ 0.019s] oximeter-schema ir::tests::fail_on_empty_target_name
83482025-08-29T23:00:00.019Z PASS [ 0.016s] oximeter-schema ir::tests::fail_on_very_long_field_names
83492025-08-29T23:00:00.024Z PASS [ 0.020s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
83502025-08-29T23:00:00.027Z PASS [ 0.019s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
83512025-08-29T23:00:00.037Z PASS [ 0.019s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
83522025-08-29T23:00:00.043Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
83532025-08-29T23:00:00.046Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
83542025-08-29T23:00:00.060Z PASS [ 0.023s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
83552025-08-29T23:00:00.065Z PASS [ 0.021s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
83562025-08-29T23:00:00.069Z PASS [ 0.023s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
83572025-08-29T23:00:00.081Z PASS [ 0.021s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
83582025-08-29T23:00:00.085Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
83592025-08-29T23:00:00.090Z PASS [ 0.021s] oximeter-schema ir::tests::only_support_format_version_1
83602025-08-29T23:00:00.101Z PASS [ 0.020s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
83612025-08-29T23:00:00.105Z PASS [ 0.019s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
83622025-08-29T23:00:00.197Z PASS [ 0.096s] oximeter-test-utils tests::test_sample_struct
83632025-08-29T23:00:00.201Z PASS [ 0.110s] oximeter-test-utils tests::test_gen_test_samples
83642025-08-29T23:00:00.208Z PASS [ 0.103s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
83652025-08-29T23:00:00.219Z PASS [ 0.021s] oximeter-test-utils tests::test_timeseries_schema_from_parts
83662025-08-29T23:00:00.223Z PASS [ 0.022s] oximeter-test-utils tests::test_timeseries_schema_from_sample
83672025-08-29T23:00:00.231Z PASS [ 0.024s] oximeter-types histogram::tests::test_bin_range
83682025-08-29T23:00:00.236Z PASS [ 0.017s] oximeter-types histogram::tests::test_bin_range_from
83692025-08-29T23:00:00.241Z PASS [ 0.018s] oximeter-types histogram::tests::test_bin_range_to
83702025-08-29T23:00:00.253Z PASS [ 0.017s] oximeter-types histogram::tests::test_ensure_finite
83712025-08-29T23:00:00.256Z PASS [ 0.023s] oximeter-types histogram::tests::test_empty_bins_not_supported
83722025-08-29T23:00:00.270Z PASS [ 0.029s] oximeter-types histogram::tests::test_histogram
83732025-08-29T23:00:00.273Z PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_construct_with
83742025-08-29T23:00:00.276Z PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_extreme_bins
83752025-08-29T23:00:00.285Z PASS [ 0.015s] oximeter-types histogram::tests::test_histogram_float_bins
83762025-08-29T23:00:00.288Z PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_extreme_samples
83772025-08-29T23:00:00.294Z PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_unbounded_samples
83782025-08-29T23:00:00.304Z PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_with_bins
83792025-08-29T23:00:00.307Z PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_unsorted_bins
83802025-08-29T23:00:00.310Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
83812025-08-29T23:00:00.318Z PASS [ 0.014s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
83822025-08-29T23:00:00.321Z PASS [ 0.014s] oximeter-types histogram::tests::test_log_bins_u64
83832025-08-29T23:00:00.334Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_bins_u8
83842025-08-29T23:00:00.342Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
83852025-08-29T23:00:00.349Z PASS [ 0.015s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
83862025-08-29T23:00:00.356Z PASS [ 0.037s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
83872025-08-29T23:00:00.359Z PASS [ 0.015s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
83882025-08-29T23:00:00.363Z PASS [ 0.014s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
83892025-08-29T23:00:00.369Z PASS [ 0.014s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
83902025-08-29T23:00:00.372Z PASS [ 0.015s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
83912025-08-29T23:00:00.379Z PASS [ 0.017s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
83922025-08-29T23:00:00.384Z PASS [ 0.015s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
83932025-08-29T23:00:00.388Z PASS [ 0.015s] oximeter-types histogram::tests::test_span_decades
83942025-08-29T23:00:00.395Z PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
83952025-08-29T23:00:00.398Z PASS [ 0.014s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
83962025-08-29T23:00:00.401Z PASS [ 0.013s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
83972025-08-29T23:00:00.409Z PASS [ 0.012s] oximeter-types quantile::tests::test_default_percentiles
83982025-08-29T23:00:00.414Z PASS [ 0.015s] oximeter-types quantile::tests::test_empty_observations
83992025-08-29T23:00:00.418Z PASS [ 0.014s] oximeter-types quantile::tests::test_find_cells
84002025-08-29T23:00:00.423Z PASS [ 0.015s] oximeter-types quantile::tests::test_float_observations
84012025-08-29T23:00:00.428Z PASS [ 0.014s] oximeter-types quantile::tests::test_integer_observations
84022025-08-29T23:00:00.432Z PASS [ 0.014s] oximeter-types quantile::tests::test_invalid_p_value
84032025-08-29T23:00:00.439Z PASS [ 0.015s] oximeter-types quantile::tests::test_max_p
84042025-08-29T23:00:00.442Z PASS [ 0.014s] oximeter-types quantile::tests::test_min_p
84052025-08-29T23:00:00.445Z PASS [ 0.013s] oximeter-types quantile::tests::test_non_filled_observations
84062025-08-29T23:00:00.463Z PASS [ 0.019s] oximeter-types schema::tests::test_field_schema_ordering
84072025-08-29T23:00:00.466Z PASS [ 0.025s] oximeter-types quantile::tests::test_rounding
84082025-08-29T23:00:00.486Z PASS [ 0.022s] oximeter-types traits::tests::test_metric_trait
84092025-08-29T23:00:00.489Z PASS [ 0.044s] oximeter-types schema::tests::test_timeseries_name
84102025-08-29T23:00:00.489Z PASS [ 0.026s] oximeter-types schema::tests::test_timeseries_name_from_str
84112025-08-29T23:00:00.500Z PASS [ 0.014s] oximeter-types traits::tests::test_target_trait
84122025-08-29T23:00:00.503Z PASS [ 0.014s] oximeter-types types::tests::test_cumulative_f64
84132025-08-29T23:00:00.506Z PASS [ 0.020s] oximeter-types traits::tests::test_producer_trait
84142025-08-29T23:00:00.514Z PASS [ 0.013s] oximeter-types types::tests::test_datum
84152025-08-29T23:00:00.517Z PASS [ 0.015s] oximeter-types types::tests::test_cumulative_i64
84162025-08-29T23:00:00.523Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
84172025-08-29T23:00:00.529Z PASS [ 0.014s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
84182025-08-29T23:00:00.533Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
84192025-08-29T23:00:00.539Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
84202025-08-29T23:00:00.544Z PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
84212025-08-29T23:00:00.547Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
84222025-08-29T23:00:00.559Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
84232025-08-29T23:00:00.562Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
84242025-08-29T23:00:00.562Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
84252025-08-29T23:00:00.576Z PASS [ 0.014s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
84262025-08-29T23:00:00.579Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
84272025-08-29T23:00:00.579Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
84282025-08-29T23:00:00.591Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
84292025-08-29T23:00:00.594Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
84302025-08-29T23:00:00.594Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
84312025-08-29T23:00:00.604Z PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
84322025-08-29T23:00:00.608Z PASS [ 0.014s] oximeter-types types::tests::test_measurement
84332025-08-29T23:00:00.611Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
84342025-08-29T23:00:00.617Z PASS [ 0.013s] oximeter-types types::tests::test_verify_field_names
84352025-08-29T23:00:00.622Z PASS [ 0.014s] oxlog tests::test_is_oxide_smf_log_file
84362025-08-29T23:00:00.626Z PASS [ 0.018s] oxlog tests::test_daterange_filter
84372025-08-29T23:00:00.629Z PASS [ 0.009s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
84382025-08-29T23:00:00.633Z PASS [ 0.011s] oxlog tests::test_sort_logs
84392025-08-29T23:00:00.668Z PASS [ 0.043s] oxlog::bin/oxlog tests::test_parse_timestamp
84402025-08-29T23:00:00.687Z PASS [ 0.061s] oxql-types point::tests::test_cast_points_from_bool
84412025-08-29T23:00:00.687Z PASS [ 0.054s] oxql-types point::tests::test_cast_points_from_double
84422025-08-29T23:00:00.693Z PASS [ 0.025s] oxql-types point::tests::test_cast_points_from_double_distribution
84432025-08-29T23:00:00.701Z PASS [ 0.015s] oxql-types point::tests::test_cast_points_from_integer
84442025-08-29T23:00:00.704Z PASS [ 0.016s] oxql-types point::tests::test_cast_points_from_int_distribution
84452025-08-29T23:00:00.717Z PASS [ 0.016s] oxql-types point::tests::test_join_point_arrays
84462025-08-29T23:00:00.720Z PASS [ 0.016s] oxql-types point::tests::test_point_delta_between
84472025-08-29T23:00:00.724Z PASS [ 0.031s] oxql-types point::tests::test_cast_points_from_string
84482025-08-29T23:00:00.734Z PASS [ 0.017s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
84492025-08-29T23:00:00.737Z PASS [ 0.017s] oxql-types point::tests::test_point_delta_between_with_new_epoch
84502025-08-29T23:00:00.740Z PASS [ 0.015s] oxql-types point::tests::test_push_concrete_values
84512025-08-29T23:00:00.755Z PASS [ 0.021s] oxql-types point::tests::test_sub_between_histogram_distributions
84522025-08-29T23:00:00.787Z PASS [ 0.047s] range-requests test::get_response_no_range
84532025-08-29T23:00:00.790Z PASS [ 0.035s] range-requests test::get_response_with_range
84542025-08-29T23:00:00.799Z PASS [ 0.012s] range-requests test::invalid_ranges
84552025-08-29T23:00:00.802Z PASS [ 0.013s] range-requests test::parse_range_invalid
84562025-08-29T23:00:00.813Z PASS [ 0.013s] range-requests test::parse_range_valid
84572025-08-29T23:00:00.825Z PASS [ 0.022s] range-requests test::potential_range_parsing_does_not_crash
84582025-08-29T23:00:00.829Z PASS [ 0.088s] parallel-task-set test::test_spawn_many
84592025-08-29T23:00:00.829Z PASS [ 0.014s] range-requests test::range_into_str
84602025-08-29T23:00:00.837Z PASS [ 0.013s] range-requests test::single_range_parsing_does_not_crash
84612025-08-29T23:00:01.675Z PASS [ 0.851s] reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
84622025-08-29T23:00:01.760Z PASS [ 0.933s] reconfigurator-cli::test-scripts script::cmds-example.txt
84632025-08-29T23:00:01.764Z PASS [ 0.928s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
84642025-08-29T23:00:01.814Z PASS [ 0.139s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
84652025-08-29T23:00:01.896Z PASS [ 0.137s] reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
84662025-08-29T23:00:01.977Z PASS [ 0.081s] reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
84672025-08-29T23:00:02.113Z PASS [ 0.136s] reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
84682025-08-29T23:00:02.237Z PASS [ 0.123s] reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
84692025-08-29T23:00:02.366Z PASS [ 0.129s] reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
84702025-08-29T23:00:02.993Z PASS [ 3.202s] oximeter-producer tests::test_producer_registration_task
84712025-08-29T23:00:03.202Z PASS [ 0.209s] reconfigurator-cli::test-scripts script::cmds.txt
84722025-08-29T23:00:03.213Z PASS [ 1.400s] reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
84732025-08-29T23:00:03.286Z PASS [ 0.921s] reconfigurator-cli::test-scripts script::cmds-target-release.txt
84742025-08-29T23:00:03.505Z PASS [ 1.741s] reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
84752025-08-29T23:00:04.397Z PASS [ 1.196s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
84762025-08-29T23:00:04.479Z PASS [ 1.193s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
84772025-08-29T23:00:04.572Z PASS [ 1.360s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
84782025-08-29T23:00:05.435Z PASS [ 1.038s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
84792025-08-29T23:00:06.637Z PASS [ 2.159s] sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
84802025-08-29T23:00:08.974Z PASS [ 4.405s] sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
84812025-08-29T23:00:09.006Z PASS [ 3.573s] sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
84822025-08-29T23:00:09.949Z PASS [ 0.975s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
84832025-08-29T23:00:09.997Z PASS [ 0.048s] sled-agent-config-reconciler dump_setup::tests::test_archives_rotated_logs_and_cores
84842025-08-29T23:00:10.030Z PASS [ 0.033s] sled-agent-config-reconciler dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
84852025-08-29T23:00:10.064Z PASS [ 0.034s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold
84862025-08-29T23:00:10.098Z PASS [ 0.034s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold_many_files
84872025-08-29T23:00:10.140Z PASS [ 0.041s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleanup_ignores_support_bundles
84882025-08-29T23:00:10.176Z PASS [ 0.036s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_not_cleaned_under_threshold
84892025-08-29T23:00:10.209Z PASS [ 0.033s] sled-agent-config-reconciler dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
84902025-08-29T23:00:10.251Z PASS [ 0.042s] sled-agent-config-reconciler dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
84912025-08-29T23:00:10.298Z PASS [ 0.047s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
84922025-08-29T23:00:10.342Z PASS [ 0.043s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
84932025-08-29T23:00:10.435Z PASS [ 1.428s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
84942025-08-29T23:00:10.473Z PASS [ 0.038s] sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
84952025-08-29T23:00:10.514Z PASS [ 0.042s] sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
84962025-08-29T23:00:10.828Z PASS [ 0.314s] sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
84972025-08-29T23:00:11.383Z PASS [ 7.883s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
84982025-08-29T23:00:11.425Z PASS [ 0.042s] sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
84992025-08-29T23:00:11.455Z PASS [ 0.030s] sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
85002025-08-29T23:00:11.483Z PASS [ 0.028s] sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
85012025-08-29T23:00:11.565Z PASS [ 0.081s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_merges_old_configs
85022025-08-29T23:00:12.349Z PASS [ 1.522s] sled-agent-config-reconciler internal_disks::tests::failures_are_retried
85032025-08-29T23:00:12.364Z PASS [ 0.800s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_panics_if_partial_legacy_configs
85042025-08-29T23:00:12.377Z PASS [ 0.028s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_returns_none_if_no_legacy_configs
85052025-08-29T23:00:12.412Z PASS [ 0.036s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_old_config_schema
85062025-08-29T23:00:12.415Z PASS [ 0.050s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_merge_old_configs
85072025-08-29T23:00:12.441Z PASS [ 0.027s] sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
85082025-08-29T23:00:12.479Z PASS [ 0.037s] sled-agent-config-reconciler ledger::tests::read_existing_config
85092025-08-29T23:00:12.482Z PASS [ 0.069s] sled-agent-config-reconciler ledger::tests::convert_legacy_ledgers_if_present
85102025-08-29T23:00:12.518Z PASS [ 0.038s] sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
85112025-08-29T23:00:12.518Z PASS [ 0.036s] sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
85122025-08-29T23:00:12.550Z PASS [ 0.033s] sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
85132025-08-29T23:00:12.554Z PASS [ 0.035s] sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
85142025-08-29T23:00:12.576Z PASS [ 0.024s] sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
85152025-08-29T23:00:12.581Z PASS [ 0.031s] sled-agent-config-reconciler ledger::tests::reject_old_config_generation
85162025-08-29T23:00:14.167Z PASS [ 14.820s] oximeter-db::integration_test test_schemas_disjoint
85172025-08-29T23:00:14.592Z PASS [ 2.017s] sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
85182025-08-29T23:00:14.901Z PASS [ 8.271s] sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
85192025-08-29T23:00:15.590Z PASS [ 3.011s] sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
85202025-08-29T23:00:15.612Z PASS [ 0.022s] sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
85212025-08-29T23:00:15.642Z PASS [ 0.030s] sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
85222025-08-29T23:00:15.672Z PASS [ 0.030s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
85232025-08-29T23:00:15.702Z PASS [ 0.030s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
85242025-08-29T23:00:15.733Z PASS [ 0.030s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
85252025-08-29T23:00:15.762Z PASS [ 0.029s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
85262025-08-29T23:00:15.790Z PASS [ 0.028s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
85272025-08-29T23:00:15.839Z PASS [ 0.032s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
85282025-08-29T23:00:15.852Z PASS [ 0.028s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
85292025-08-29T23:00:15.878Z PASS [ 0.027s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
85302025-08-29T23:00:15.908Z PASS [ 0.030s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
85312025-08-29T23:00:16.067Z PASS [ 0.158s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
85322025-08-29T23:00:16.093Z PASS [ 0.027s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
85332025-08-29T23:00:16.146Z PASS [ 0.052s] sled-agent-types rack_init::tests::parse_rack_initialization
85342025-08-29T23:00:16.169Z PASS [ 0.024s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
85352025-08-29T23:00:16.220Z PASS [ 0.047s] sled-agent-types rack_init::tests::test_extra_certs
85362025-08-29T23:00:16.237Z PASS [ 0.020s] sled-agent-types rack_init::tests::test_subnets
85372025-08-29T23:00:16.275Z PASS [ 0.038s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
85382025-08-29T23:00:16.295Z PASS [ 0.021s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
85392025-08-29T23:00:16.315Z PASS [ 0.019s] sled-agent-types zone_bundle::tests::test_compare_bundles
85402025-08-29T23:00:16.336Z PASS [ 0.021s] sled-agent-types zone_bundle::tests::test_priority_dimension
85412025-08-29T23:00:16.354Z PASS [ 0.018s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
85422025-08-29T23:00:16.369Z PASS [ 0.015s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
85432025-08-29T23:00:16.562Z PASS [ 0.194s] sled-agent-zone-images mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
85442025-08-29T23:00:16.585Z PASS [ 0.023s] sled-agent-zone-images mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
85452025-08-29T23:00:16.609Z PASS [ 0.022s] sled-agent-zone-images mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
85462025-08-29T23:00:16.631Z PASS [ 0.023s] sled-agent-zone-images mupdate_override::tests::clear_boot_not_present
85472025-08-29T23:00:16.650Z PASS [ 0.019s] sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
85482025-08-29T23:00:16.673Z PASS [ 0.023s] sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_matches_present
85492025-08-29T23:00:16.696Z PASS [ 0.022s] sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
85502025-08-29T23:00:16.718Z PASS [ 0.022s] sled-agent-zone-images mupdate_override::tests::clear_file_io_error
85512025-08-29T23:00:16.743Z PASS [ 0.025s] sled-agent-zone-images mupdate_override::tests::clear_no_status
85522025-08-29T23:00:16.766Z PASS [ 0.023s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_boot_absent_other_present
85532025-08-29T23:00:16.789Z PASS [ 0.023s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_boot_disk_read_error
85542025-08-29T23:00:16.814Z PASS [ 0.024s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_disk_missing
85552025-08-29T23:00:16.838Z PASS [ 0.024s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_matches_absent
85562025-08-29T23:00:16.865Z PASS [ 0.027s] sled-agent-zone-images mupdate_override::tests::clear_non_boot_read_error
85572025-08-29T23:00:16.890Z PASS [ 0.025s] sled-agent-zone-images mupdate_override::tests::read_boot_absent_other_present
85582025-08-29T23:00:16.913Z PASS [ 0.022s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_missing
85592025-08-29T23:00:16.934Z PASS [ 0.021s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_not_dir
85602025-08-29T23:00:16.960Z PASS [ 0.026s] sled-agent-zone-images mupdate_override::tests::read_boot_present_other_absent
85612025-08-29T23:00:16.986Z PASS [ 0.026s] sled-agent-zone-images mupdate_override::tests::read_boot_read_error
85622025-08-29T23:00:17.013Z PASS [ 0.027s] sled-agent-zone-images mupdate_override::tests::read_both_absent
85632025-08-29T23:00:17.039Z PASS [ 0.026s] sled-agent-zone-images mupdate_override::tests::read_both_present
85642025-08-29T23:00:17.063Z PASS [ 0.024s] sled-agent-zone-images mupdate_override::tests::read_different_values
85652025-08-29T23:00:17.084Z PASS [ 0.020s] sled-agent-zone-images mupdate_override::tests::read_solo_boot_disk
85662025-08-29T23:00:17.139Z PASS [ 0.056s] sled-agent-zone-images source_resolver::tests::file_source_with_errors
85672025-08-29T23:00:17.161Z PASS [ 0.022s] sled-agent-zone-images source_resolver::tests::file_source_zone_manifest_invalid
85682025-08-29T23:00:17.165Z PASS [ 17.805s] oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
85692025-08-29T23:00:17.188Z PASS [ 0.027s] sled-agent-zone-images source_resolver::tests::lookup_with_mupdate_override
85702025-08-29T23:00:17.195Z PASS [ 0.027s] sled-agent-zone-images source_resolver::tests::lookup_with_mupdate_override_error
85712025-08-29T23:00:17.214Z PASS [ 0.025s] sled-agent-zone-images source_resolver::tests::resolver_status_to_inventory
85722025-08-29T23:00:17.226Z PASS [ 0.030s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_missing
85732025-08-29T23:00:17.241Z PASS [ 0.027s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_read_error
85742025-08-29T23:00:17.251Z PASS [ 0.025s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_zone_mismatch
85752025-08-29T23:00:17.273Z PASS [ 0.032s] sled-agent-zone-images zone_manifest::tests::read_non_boot_disk_zone_mismatch
85762025-08-29T23:00:17.278Z PASS [ 0.026s] sled-agent-zone-images zone_manifest::tests::read_success
85772025-08-29T23:00:17.364Z PASS [ 2.774s] sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
85782025-08-29T23:00:18.143Z PASS [ 3.244s] sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
85792025-08-29T23:00:18.226Z PASS [ 4.061s] sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
85802025-08-29T23:00:18.274Z PASS [ 0.048s] sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
85812025-08-29T23:00:18.293Z PASS [ 0.020s] sled-diagnostics logs::test::test_sort_cockroach_extra_logs
85822025-08-29T23:00:18.330Z PASS [ 0.036s] sled-diagnostics queries::test::test_command_stderr_is_correct
85832025-08-29T23:00:18.357Z PASS [ 0.027s] sled-diagnostics queries::test::test_command_stdout_is_correct
85842025-08-29T23:00:18.384Z PASS [ 0.027s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
85852025-08-29T23:00:18.906Z PASS [ 0.522s] sled-diagnostics queries::test::test_long_running_command_is_aborted
85862025-08-29T23:00:18.959Z PASS [ 0.053s] sled-hardware disk::test::test_disk_paths
85872025-08-29T23:00:18.985Z PASS [ 0.026s] sled-hardware disk::test::test_partition_device_paths
85882025-08-29T23:00:19.074Z PASS [ 0.090s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
85892025-08-29T23:00:19.100Z PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
85902025-08-29T23:00:19.124Z PASS [ 0.024s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
85912025-08-29T23:00:19.145Z PASS [ 0.021s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
85922025-08-29T23:00:19.179Z PASS [ 0.033s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
85932025-08-29T23:00:19.202Z PASS [ 0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
85942025-08-29T23:00:19.225Z PASS [ 0.022s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
85952025-08-29T23:00:19.233Z PASS [ 30.068s] oximeter-db client::tests::cannot_ping_nonexistent_server
85962025-08-29T23:00:19.250Z PASS [ 0.025s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
85972025-08-29T23:00:19.296Z PASS [ 0.063s] sled-storage dataset::test::serialize_dataset_name
85982025-08-29T23:00:19.334Z PASS [ 0.038s] sled-storage manager::test::test_omicron_physical_disks_schema
85992025-08-29T23:00:19.334Z PASS [ 0.084s] sled-storage manager::test::test_datasets_schema
86002025-08-29T23:00:20.609Z PASS [ 3.247s] sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
86012025-08-29T23:00:20.652Z PASS [ 0.043s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
86022025-08-29T23:00:20.688Z PASS [ 3.409s] sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
86032025-08-29T23:00:21.132Z PASS [ 3.860s] sled-diagnostics logs::illumos_tests::collect_current_logs
86042025-08-29T23:00:21.278Z PASS [ 1.935s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
86052025-08-29T23:00:22.126Z PASS [ 2.792s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
86062025-08-29T23:00:22.581Z PASS [ 4.429s] sled-diagnostics logs::illumos_tests::log_snapshots_work
86072025-08-29T23:00:22.627Z PASS [ 0.057s] sled-storage manager::tests::ensure_using_exactly_these_disks
86082025-08-29T23:00:22.920Z PASS [ 23.583s] oximeter-db::integration_test test_cluster
86092025-08-29T23:00:23.348Z PASS [ 13.004s] sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
86102025-08-29T23:00:23.422Z PASS [ 2.728s] sled-storage manager::tests::ensure_datasets
86112025-08-29T23:00:23.987Z PASS [ 3.290s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
86122025-08-29T23:00:24.122Z PASS [ 2.835s] sled-storage manager::tests::ensure_datasets_get_mounted_even_with_data
86132025-08-29T23:00:24.228Z PASS [ 3.071s] sled-storage manager::tests::ensure_datasets_get_mounted
86142025-08-29T23:00:24.995Z PASS [ 1.585s] sled-storage manager::tests::update_rawdisk_firmware
86152025-08-29T23:00:25.281Z PASS [ 2.655s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
86162025-08-29T23:00:25.313Z PASS [ 0.029s] trust-quorum crypto::tests::rack_secrets_decryption_failure
86172025-08-29T23:00:25.334Z PASS [ 0.023s] trust-quorum crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
86182025-08-29T23:00:25.617Z PASS [ 0.273s] trust-quorum node::tests::initial_configuration
86192025-08-29T23:00:25.727Z PASS [ 0.119s] trust-quorum validators::tests::test_validate_reconfigure_msg_failure
86202025-08-29T23:00:25.744Z PASS [ 1.546s] sled-storage manager::tests::wait_for_boot_disk
86212025-08-29T23:00:25.840Z PASS [ 0.113s] trust-quorum validators::tests::test_validate_reconfigure_msg_new_success
86222025-08-29T23:00:26.110Z PASS [ 1.113s] trust-quorum crypto::tests::rack_secret_test
86232025-08-29T23:00:26.260Z PASS [ 2.923s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
86242025-08-29T23:00:26.331Z PASS [ 3.411s] sled-storage manager::tests::nested_dataset
86252025-08-29T23:00:26.394Z PASS [ 2.292s] sled-storage manager::tests::upsert_filesystem_no_uuid
86262025-08-29T23:00:26.420Z PASS [ 0.088s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
86272025-08-29T23:00:26.482Z PASS [ 0.075s] update-common artifacts::update_plan::tests::test_bad_rot_versions
86282025-08-29T23:00:26.493Z PASS [ 0.069s] update-common artifacts::update_plan::tests::test_multi_rot_bord
86292025-08-29T23:00:26.521Z PASS [ 0.033s] update-common artifacts::update_plan::tests::test_split_control_plane
86302025-08-29T23:00:26.545Z PASS [ 0.078s] update-common artifacts::update_plan::tests::test_multi_rot_version
86312025-08-29T23:00:26.549Z PASS [ 0.028s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
86322025-08-29T23:00:26.591Z PASS [ 0.045s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
86332025-08-29T23:00:26.633Z PASS [ 0.067s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
86342025-08-29T23:00:26.653Z PASS [ 0.809s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
86352025-08-29T23:00:26.670Z PASS [ 0.557s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
86362025-08-29T23:00:26.683Z PASS [ 0.033s] update-engine display::line_display_shared::tests::test_format_progress_counter
86372025-08-29T23:00:26.693Z PASS [ 0.028s] update-engine display::line_display_shared::tests::test_start_line
86382025-08-29T23:00:26.710Z PASS [ 2.770s] sled-storage manager::tests::upsert_filesystem
86392025-08-29T23:00:26.754Z PASS [ 0.029s] update-engine events::tests::step_event_parse_unknown
86402025-08-29T23:00:26.754Z PASS [ 0.044s] update-engine events::tests::progress_event_parse_unknown
86412025-08-29T23:00:26.772Z PASS [ 0.057s] update-engine engine::tests::error_exits_early
86422025-08-29T23:00:26.779Z PASS [ 0.024s] update-engine spec::tests::test_merge_anyhow_list
86432025-08-29T23:00:26.779Z PASS [ 0.033s] wicket state::inventory::tests::component_id_display
86442025-08-29T23:00:26.795Z PASS [ 0.021s] wicket state::rack::tests::up_down_are_opposites
86452025-08-29T23:00:26.795Z PASS [ 0.030s] wicket state::rack::tests::prev_next_are_opposites
86462025-08-29T23:00:26.804Z PASS [ 0.188s] update-engine display::group_display::tests::test_stats
86472025-08-29T23:00:26.886Z PASS [ 0.091s] wicket-common rack_setup::tests::roundtrip_import_export_policy
86482025-08-29T23:00:26.941Z PASS [ 0.138s] wicketd installinator_progress::tests::test_states
86492025-08-29T23:00:26.954Z PASS [ 0.364s] update-engine buffer::tests::test_buffer
86502025-08-29T23:00:26.959Z PASS [ 0.217s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
86512025-08-29T23:00:26.992Z PASS [ 0.107s] wicketd rss_config::tests::test_bgp_auth_key_states
86522025-08-29T23:00:27.325Z PASS [ 0.531s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
86532025-08-29T23:00:28.528Z PASS [ 1.589s] wicketd::mod integration_tests::inventory::test_inventory
86542025-08-29T23:00:28.953Z PASS [ 1.963s] wicketd::mod integration_tests::updates::test_update_races
86552025-08-29T23:00:29.279Z PASS [ 2.319s] wicketd::mod integration_tests::updates::test_installinator_fetch_no_installinator_document
86562025-08-29T23:00:29.286Z PASS [ 2.324s] wicketd::mod integration_tests::updates::test_installinator_fetch
86572025-08-29T23:00:29.298Z PASS [ 3.028s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
86582025-08-29T23:00:31.047Z PASS [ 3.727s] wicketd::mod integration_tests::updates::test_updates
86592025-08-29T23:00:31.395Z PASS [ 9.278s] sled-storage manager::tests::ensure_many_datasets
86602025-08-29T23:01:25.706Z SLOW [> 60.000s] trust-quorum::cluster test_trust_quorum_protocol
86612025-08-29T23:02:25.666Z SLOW [>120.000s] trust-quorum::cluster test_trust_quorum_protocol
86622025-08-29T23:02:57.397Z PASS [ 151.759s] trust-quorum::cluster test_trust_quorum_protocol
86632025-08-29T23:02:57.402Z────────────
86642025-08-29T23:02:57.403Z Summary [3919.265s] 2218 tests run: 2218 passed (64 slow), 3 skipped
86652025-08-29T23:02:57.481Z
86662025-08-29T23:02:57.481Zreal 1:05:43.700156196
86672025-08-29T23:02:57.481Zuser 6:45:23.473042731
86682025-08-29T23:02:57.481Zsys 1:04:23.427999653
86692025-08-29T23:02:57.482Ztrap 5:07.008194435
86702025-08-29T23:02:57.482Ztflt 48.631186175
86712025-08-29T23:02:57.486Zdflt 3:04.155881799
86722025-08-29T23:02:57.486Zkflt 0.764861994
86732025-08-29T23:02:57.486Zlock 2089:39:05.808227063
86742025-08-29T23:02:57.486Zslp 165:18:47.103144949
86752025-08-29T23:02:57.486Zlat 8:58:38.919895444
86762025-08-29T23:02:57.486Zstop 1:33:03.145724230
86772025-08-29T23:02:57.486Z+ banner doctest
86782025-08-29T23:02:57.486Z
86792025-08-29T23:02:57.486Z ##### #### #### ##### ###### #### #####
86802025-08-29T23:02:57.486Z # # # # # # # # # #
86812025-08-29T23:02:57.486Z # # # # # # ##### #### #
86822025-08-29T23:02:57.487Z # # # # # # # # #
86832025-08-29T23:02:57.487Z # # # # # # # # # # #
86842025-08-29T23:02:57.487Z ##### #### #### # ###### #### #
86852025-08-29T23:02:57.487Z
86862025-08-29T23:02:57.487Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
86872025-08-29T23:02:59.810Z Fresh unicode-ident v1.0.18
86882025-08-29T23:02:59.811Z Fresh cfg-if v1.0.1
86892025-08-29T23:02:59.815Z Fresh autocfg v1.4.0
86902025-08-29T23:02:59.815Z Fresh memchr v2.7.4
86912025-08-29T23:02:59.816Z Fresh value-bag v1.9.0
86922025-08-29T23:02:59.816Z Fresh proc-macro2 v1.0.95
86932025-08-29T23:02:59.816Z Fresh log v0.4.27
86942025-08-29T23:02:59.816Z Fresh smallvec v1.15.1
86952025-08-29T23:02:59.816Z Fresh version_check v0.9.5
86962025-08-29T23:02:59.816Z Fresh itoa v1.0.11
86972025-08-29T23:02:59.816Z Fresh quote v1.0.40
86982025-08-29T23:02:59.816Z Fresh libc v0.2.174
86992025-08-29T23:02:59.816Z Fresh scopeguard v1.2.0
87002025-08-29T23:02:59.816Z Fresh stable_deref_trait v1.2.0
87012025-08-29T23:02:59.816Z Fresh syn v2.0.104
87022025-08-29T23:02:59.816Z Fresh lock_api v0.4.12
87032025-08-29T23:02:59.816Z Fresh getrandom v0.2.15
87042025-08-29T23:02:59.816Z Fresh critical-section v1.1.3
87052025-08-29T23:02:59.816Z Fresh ryu v1.0.18
87062025-08-29T23:02:59.816Z Fresh serde_derive v1.0.219
87072025-08-29T23:02:59.816Z Fresh zeroize_derive v1.4.2
87082025-08-29T23:02:59.816Z Fresh portable-atomic v1.11.0
87092025-08-29T23:02:59.817Z Fresh libm v0.2.8
87102025-08-29T23:02:59.818Z Fresh synstructure v0.13.1
87112025-08-29T23:02:59.818Z Fresh zerovec-derive v0.10.3
87122025-08-29T23:02:59.818Z Fresh displaydoc v0.2.5
87132025-08-29T23:02:59.818Z Fresh serde v1.0.219
87142025-08-29T23:02:59.818Z Fresh zeroize v1.8.1
87152025-08-29T23:02:59.818Z Fresh once_cell v1.21.3
87162025-08-29T23:02:59.818Z Fresh num-traits v0.2.19
87172025-08-29T23:02:59.818Z Fresh zerofrom-derive v0.1.4
87182025-08-29T23:02:59.822Z Fresh yoke-derive v0.7.4
87192025-08-29T23:02:59.823Z Fresh pin-project-lite v0.2.14
87202025-08-29T23:02:59.823Z Fresh bytes v1.10.1
87212025-08-29T23:02:59.823Z Fresh bitflags v2.9.1
87222025-08-29T23:02:59.823Z Fresh zerofrom v0.1.4
87232025-08-29T23:02:59.823Z Fresh serde_json v1.0.142
87242025-08-29T23:02:59.823Z Fresh litemap v0.7.3
87252025-08-29T23:02:59.823Z Fresh writeable v0.5.5
87262025-08-29T23:02:59.823Z Fresh percent-encoding v2.3.1
87272025-08-29T23:02:59.823Z Fresh yoke v0.7.4
87282025-08-29T23:02:59.823Z Fresh icu_provider_macros v1.5.0
87292025-08-29T23:02:59.823Z Fresh shlex v1.3.0
87302025-08-29T23:02:59.823Z Fresh rand_core v0.6.4
87312025-08-29T23:02:59.823Z Fresh icu_locid_transform_data v1.5.0
87322025-08-29T23:02:59.823Z Fresh equivalent v1.0.2
87332025-08-29T23:02:59.824Z Fresh icu_properties_data v1.5.0
87342025-08-29T23:02:59.824Z Fresh zerovec v0.10.4
87352025-08-29T23:02:59.824Z Fresh getrandom v0.3.1
87362025-08-29T23:02:59.824Z Fresh foldhash v0.1.5
87372025-08-29T23:02:59.824Z Fresh allocator-api2 v0.2.21
87382025-08-29T23:02:59.824Z Fresh jobserver v0.1.32
87392025-08-29T23:02:59.824Z Fresh write16 v1.0.0
87402025-08-29T23:02:59.824Z Fresh tinystr v0.7.6
87412025-08-29T23:02:59.824Z Fresh icu_collections v1.5.0
87422025-08-29T23:02:59.824Z Fresh hashbrown v0.15.4
87432025-08-29T23:02:59.824Z Fresh utf8_iter v1.0.4
87442025-08-29T23:02:59.824Z Fresh utf16_iter v1.0.5
87452025-08-29T23:02:59.824Z Fresh icu_normalizer_data v1.5.0
87462025-08-29T23:02:59.824Z Fresh cc v1.2.30
87472025-08-29T23:02:59.825Z Fresh icu_locid v1.5.0
87482025-08-29T23:02:59.825Z Fresh parking_lot_core v0.9.10
87492025-08-29T23:02:59.825Z Fresh form_urlencoded v1.2.1
87502025-08-29T23:02:59.825Z Fresh regex-syntax v0.8.5
87512025-08-29T23:02:59.825Z Fresh subtle v2.6.1
87522025-08-29T23:02:59.825Z Fresh signal-hook-registry v1.4.2
87532025-08-29T23:02:59.825Z Fresh errno v0.3.12
87542025-08-29T23:02:59.825Z Fresh icu_provider v1.5.0
87552025-08-29T23:02:59.825Z Fresh semver v1.0.26
87562025-08-29T23:02:59.825Z Fresh parking_lot v0.12.3
87572025-08-29T23:02:59.825Z Fresh aho-corasick v1.1.3
87582025-08-29T23:02:59.825Z Fresh byteorder v1.5.0
87592025-08-29T23:02:59.825Z Fresh fnv v1.0.7
87602025-08-29T23:02:59.825Z Fresh icu_locid_transform v1.5.0
87612025-08-29T23:02:59.826Z Fresh regex-automata v0.4.8
87622025-08-29T23:02:59.826Z Fresh futures-core v0.3.31
87632025-08-29T23:02:59.826Z Fresh mio v1.0.2
87642025-08-29T23:02:59.826Z Fresh heck v0.5.0
87652025-08-29T23:02:59.826Z Fresh icu_properties v1.5.1
87662025-08-29T23:02:59.826Z Fresh typenum v1.17.0
87672025-08-29T23:02:59.826Z Fresh thiserror-impl v1.0.69
87682025-08-29T23:02:59.826Z Fresh either v1.15.0
87692025-08-29T23:02:59.826Z Fresh tokio-macros v2.5.0
87702025-08-29T23:02:59.826Z Fresh socket2 v0.6.0
87712025-08-29T23:02:59.826Z Fresh icu_normalizer v1.5.0
87722025-08-29T23:02:59.826Z Fresh generic-array v0.14.7
87732025-08-29T23:02:59.826Z Fresh thiserror v1.0.69
87742025-08-29T23:02:59.826Z Fresh tokio v1.47.0
87752025-08-29T23:02:59.826Z Fresh regex v1.11.1
87762025-08-29T23:02:59.826Z Fresh indexmap v2.10.0
87772025-08-29T23:02:59.826Z Fresh iana-time-zone v0.1.63
87782025-08-29T23:02:59.826Z Fresh idna_adapter v1.2.0
87792025-08-29T23:02:59.826Z Fresh rustix v0.38.37
87802025-08-29T23:02:59.826Z Fresh crypto-common v0.1.6
87812025-08-29T23:02:59.827Z Fresh chrono v0.4.41
87822025-08-29T23:02:59.827Z Fresh uuid v1.17.0
87832025-08-29T23:02:59.827Z Fresh futures-io v0.3.31
87842025-08-29T23:02:59.827Z Fresh spin v0.9.8
87852025-08-29T23:02:59.827Z Fresh idna v1.0.3
87862025-08-29T23:02:59.827Z Fresh pkg-config v0.3.31
87872025-08-29T23:02:59.827Z Fresh zerocopy-derive v0.7.35
87882025-08-29T23:02:59.827Z Fresh const-oid v0.9.6
87892025-08-29T23:02:59.827Z Fresh serde_derive_internals v0.29.1
87902025-08-29T23:02:59.827Z Fresh dyn-clone v1.0.20
87912025-08-29T23:02:59.827Z Fresh url v2.5.4
87922025-08-29T23:02:59.827Z Fresh slab v0.4.9
87932025-08-29T23:02:59.827Z Fresh zerocopy v0.7.35
87942025-08-29T23:02:59.827Z Fresh schemars_derive v0.8.22
87952025-08-29T23:02:59.827Z Fresh block-buffer v0.10.4
87962025-08-29T23:02:59.827Z Fresh futures-sink v0.3.31
87972025-08-29T23:02:59.827Z Fresh pin-utils v0.1.0
87982025-08-29T23:02:59.827Z Fresh schemars v0.8.22
87992025-08-29T23:02:59.827Z Fresh digest v0.10.7
88002025-08-29T23:02:59.827Z Fresh lazy_static v1.5.0
88012025-08-29T23:02:59.827Z Fresh futures-channel v0.3.31
88022025-08-29T23:02:59.827Z Fresh futures-macro v0.3.31
88032025-08-29T23:02:59.827Z Fresh futures-task v0.3.31
88042025-08-29T23:02:59.827Z Fresh cpufeatures v0.2.14
88052025-08-29T23:02:59.834Z Fresh futures-util v0.3.31
88062025-08-29T23:02:59.834Z Fresh ppv-lite86 v0.2.20
88072025-08-29T23:02:59.834Z Fresh tracing-core v0.1.32
88082025-08-29T23:02:59.834Z Fresh tracing-attributes v0.1.27
88092025-08-29T23:02:59.834Z Fresh strsim v0.11.1
88102025-08-29T23:02:59.834Z Fresh glob v0.3.2
88112025-08-29T23:02:59.834Z Fresh syn v1.0.109
88122025-08-29T23:02:59.834Z Fresh tracing v0.1.40
88132025-08-29T23:02:59.835Z Fresh http v1.3.1
88142025-08-29T23:02:59.835Z Fresh thiserror-impl v2.0.12
88152025-08-29T23:02:59.835Z Fresh minimal-lexical v0.2.1
88162025-08-29T23:02:59.835Z Fresh thiserror v2.0.12
88172025-08-29T23:02:59.835Z Fresh nom v7.1.3
88182025-08-29T23:02:59.835Z Fresh libloading v0.8.5
88192025-08-29T23:02:59.835Z Fresh vcpkg v0.2.15
88202025-08-29T23:02:59.835Z Fresh adler2 v2.0.0
88212025-08-29T23:02:59.835Z Fresh prettyplease v0.2.36
88222025-08-29T23:02:59.835Z Fresh cexpr v0.6.0
88232025-08-29T23:02:59.835Z Fresh clang-sys v1.8.1
88242025-08-29T23:02:59.835Z Fresh home v0.5.9
88252025-08-29T23:02:59.835Z Fresh block-padding v0.3.3
88262025-08-29T23:02:59.835Z Fresh crossbeam-utils v0.8.21
88272025-08-29T23:02:59.835Z Fresh miniz_oxide v0.8.5
88282025-08-29T23:02:59.835Z Fresh paste v1.0.15
88292025-08-29T23:02:59.835Z Fresh time-core v0.1.2
88302025-08-29T23:02:59.835Z Fresh num-conv v0.1.0
88312025-08-29T23:02:59.835Z Fresh powerfmt v0.2.0
88322025-08-29T23:02:59.835Z Fresh inout v0.1.3
88332025-08-29T23:02:59.835Z Fresh time-macros v0.2.18
88342025-08-29T23:02:59.835Z Fresh deranged v0.3.11
88352025-08-29T23:02:59.835Z Fresh serde_tokenstream v0.2.2
88362025-08-29T23:02:59.835Z Fresh num_threads v0.1.7
88372025-08-29T23:02:59.835Z Fresh cipher v0.4.4
88382025-08-29T23:02:59.835Z Fresh itertools v0.12.1
88392025-08-29T23:02:59.836Z Fresh time v0.3.36
88402025-08-29T23:02:59.837Z Fresh base64 v0.22.1
88412025-08-29T23:02:59.837Z Fresh which v4.4.2
88422025-08-29T23:02:59.837Z Fresh tokio-util v0.7.15
88432025-08-29T23:02:59.837Z Fresh ipnet v2.11.0
88442025-08-29T23:02:59.837Z Fresh lazycell v1.3.0
88452025-08-29T23:02:59.837Z Fresh atomic-waker v1.1.2
88462025-08-29T23:02:59.837Z Fresh rustc-hash v1.1.0
88472025-08-29T23:02:59.837Z Fresh cmake v0.1.51
88482025-08-29T23:02:59.837Z Fresh untrusted v0.9.0
88492025-08-29T23:02:59.837Z Fresh base64ct v1.6.0
88502025-08-29T23:02:59.837Z Fresh fs_extra v1.3.0
88512025-08-29T23:02:59.837Z Fresh dunce v1.0.5
88522025-08-29T23:02:59.837Z Fresh sha2 v0.10.9
88532025-08-29T23:02:59.837Z Fresh bindgen v0.69.5
88542025-08-29T23:02:59.837Z Fresh ring v0.17.14
88552025-08-29T23:02:59.837Z Fresh hmac v0.12.1
88562025-08-29T23:02:59.837Z Fresh gimli v0.31.1
88572025-08-29T23:02:59.837Z Fresh rand_chacha v0.3.1
88582025-08-29T23:02:59.837Z Fresh object v0.36.5
88592025-08-29T23:02:59.837Z Fresh rustc-demangle v0.1.24
88602025-08-29T23:02:59.837Z Fresh httparse v1.9.5
88612025-08-29T23:02:59.837Z Fresh addr2line v0.24.2
88622025-08-29T23:02:59.837Z Fresh rand v0.8.5
88632025-08-29T23:02:59.838Z Fresh rustls-pki-types v1.10.0
88642025-08-29T23:02:59.838Z Fresh http-body v1.0.1
88652025-08-29T23:02:59.838Z Fresh backtrace v0.3.74
88662025-08-29T23:02:59.838Z Fresh pem-rfc7468 v0.7.0
88672025-08-29T23:02:59.838Z Fresh untrusted v0.7.1
88682025-08-29T23:02:59.838Z Fresh httpdate v1.0.3
88692025-08-29T23:02:59.838Z Fresh try-lock v0.2.5
88702025-08-29T23:02:59.838Z Fresh anyhow v1.0.99
88712025-08-29T23:02:59.838Z Fresh aws-lc-sys v0.26.0
88722025-08-29T23:02:59.838Z Fresh want v0.3.1
88732025-08-29T23:02:59.838Z Fresh h2 v0.4.6
88742025-08-29T23:02:59.838Z Fresh serde_spanned v0.6.9
88752025-08-29T23:02:59.838Z Fresh toml_datetime v0.6.11
88762025-08-29T23:02:59.838Z Fresh aws-lc-rs v1.12.4
88772025-08-29T23:02:59.838Z Fresh utf8parse v0.2.2
88782025-08-29T23:02:59.838Z Fresh tower-service v0.3.3
88792025-08-29T23:02:59.838Z Fresh hyper v1.6.0
88802025-08-29T23:02:59.838Z Fresh der_derive v0.7.3
88812025-08-29T23:02:59.838Z Fresh flagset v0.4.6
88822025-08-29T23:02:59.838Z Fresh rustls-webpki v0.102.8
88832025-08-29T23:02:59.838Z Fresh der v0.7.9
88842025-08-29T23:02:59.838Z Fresh pbkdf2 v0.12.2
88852025-08-29T23:02:59.839Z Fresh aes v0.8.4
88862025-08-29T23:02:59.839Z Fresh async-trait v0.1.88
88872025-08-29T23:02:59.839Z Fresh mime v0.3.17
88882025-08-29T23:02:59.839Z Fresh rustversion v1.0.17
88892025-08-29T23:02:59.839Z Fresh slog v2.7.0
88902025-08-29T23:02:59.839Z Fresh spki v0.7.3
88912025-08-29T23:02:59.839Z Fresh hyper-util v0.1.16
88922025-08-29T23:02:59.839Z Fresh cbc v0.1.2
88932025-08-29T23:02:59.840Z Fresh salsa20 v0.10.2
88942025-08-29T23:02:59.840Z Fresh foreign-types-shared v0.1.1
88952025-08-29T23:02:59.840Z Fresh anstyle v1.0.11
88962025-08-29T23:02:59.840Z Fresh openssl-probe v0.1.5
88972025-08-29T23:02:59.840Z Fresh foreign-types v0.3.2
88982025-08-29T23:02:59.840Z Fresh scrypt v0.11.0
88992025-08-29T23:02:59.840Z Fresh openssl-sys v0.9.109
89002025-08-29T23:02:59.840Z Fresh http-body-util v0.1.3
89012025-08-29T23:02:59.840Z Fresh rustc_version v0.4.1
89022025-08-29T23:02:59.840Z Fresh openssl-macros v0.1.1
89032025-08-29T23:02:59.840Z Fresh pkcs5 v0.7.1
89042025-08-29T23:02:59.840Z Fresh anstyle-parse v0.2.5
89052025-08-29T23:02:59.846Z Fresh is_terminal_polyfill v1.70.1
89062025-08-29T23:02:59.846Z Fresh anstyle-query v1.1.1
89072025-08-29T23:02:59.846Z Fresh colorchoice v1.0.2
89082025-08-29T23:02:59.846Z Fresh openssl v0.10.73
89092025-08-29T23:02:59.846Z Fresh anstream v0.6.18
89102025-08-29T23:02:59.846Z Fresh pkcs8 v0.10.2
89112025-08-29T23:02:59.846Z Fresh terminal_size v0.4.0
89122025-08-29T23:02:59.846Z Fresh serde_urlencoded v0.7.1
89132025-08-29T23:02:59.846Z Fresh rustls v0.23.19
89142025-08-29T23:02:59.846Z Fresh encoding_rs v0.8.34
89152025-08-29T23:02:59.846Z Fresh litrs v0.4.1
89162025-08-29T23:02:59.846Z Fresh native-tls v0.2.12
89172025-08-29T23:02:59.847Z Fresh sync_wrapper v1.0.1
89182025-08-29T23:02:59.847Z Fresh tower-layer v0.3.3
89192025-08-29T23:02:59.847Z Fresh psl-types v2.0.11
89202025-08-29T23:02:59.847Z Fresh document-features v0.2.11
89212025-08-29T23:02:59.847Z Fresh tokio-rustls v0.26.0
89222025-08-29T23:02:59.847Z Fresh clap_lex v0.7.4
89232025-08-29T23:02:59.847Z Fresh publicsuffix v2.3.0
89242025-08-29T23:02:59.847Z Fresh tower v0.5.2
89252025-08-29T23:02:59.847Z Fresh tokio-native-tls v0.3.1
89262025-08-29T23:02:59.847Z Fresh cookie v0.18.1
89272025-08-29T23:02:59.847Z Fresh rustls-native-certs v0.8.1
89282025-08-29T23:02:59.847Z Fresh clap_builder v4.5.41
89292025-08-29T23:02:59.847Z Fresh webpki-roots v1.0.1
89302025-08-29T23:02:59.847Z Fresh openapiv3 v2.2.0
89312025-08-29T23:02:59.847Z Fresh clap_derive v4.5.41
89322025-08-29T23:02:59.847Z Fresh rand_core v0.9.3
89332025-08-29T23:02:59.847Z Fresh ucd-trie v0.1.7
89342025-08-29T23:02:59.847Z Fresh iri-string v0.7.8
89352025-08-29T23:02:59.847Z Fresh hyper-tls v0.6.0
89362025-08-29T23:02:59.847Z Fresh pest v2.7.14
89372025-08-29T23:02:59.847Z Fresh clap v4.5.41
89382025-08-29T23:02:59.848Z Fresh tower-http v0.6.6
89392025-08-29T23:02:59.848Z Fresh hyper-rustls v0.27.7
89402025-08-29T23:02:59.848Z Fresh cookie_store v0.21.1
89412025-08-29T23:02:59.848Z Fresh ipnetwork v0.21.1
89422025-08-29T23:02:59.848Z Fresh data-encoding v2.9.0
89432025-08-29T23:02:59.848Z Fresh scroll_derive v0.12.0
89442025-08-29T23:02:59.848Z Fresh reqwest v0.12.22
89452025-08-29T23:02:59.848Z Fresh pest_meta v2.7.14
89462025-08-29T23:02:59.848Z Fresh unicode-segmentation v1.12.0
89472025-08-29T23:02:59.848Z Fresh tinyvec_macros v0.1.1
89482025-08-29T23:02:59.848Z Fresh winnow v0.5.40
89492025-08-29T23:02:59.848Z Fresh scroll v0.12.0
89502025-08-29T23:02:59.848Z Fresh tinyvec v1.8.0
89512025-08-29T23:02:59.848Z Fresh toml_edit v0.19.15
89522025-08-29T23:02:59.848Z Fresh pest_generator v2.7.14
89532025-08-29T23:02:59.848Z Fresh rand_chacha v0.9.0
89542025-08-29T23:02:59.848Z Fresh signature v2.2.0
89552025-08-29T23:02:59.848Z Fresh zerocopy-derive v0.8.26
89562025-08-29T23:02:59.848Z Fresh winnow v0.7.10
89572025-08-29T23:02:59.848Z Fresh plain v0.2.3
89582025-08-29T23:02:59.848Z Fresh pest_derive v2.7.14
89592025-08-29T23:02:59.848Z Fresh rustix v1.0.7
89602025-08-29T23:02:59.848Z Fresh zerocopy v0.8.26
89612025-08-29T23:02:59.848Z Fresh rand v0.9.2
89622025-08-29T23:02:59.848Z Fresh unicode-width v0.2.0
89632025-08-29T23:02:59.848Z Fresh goblin v0.8.2
89642025-08-29T23:02:59.848Z Fresh pretty-hex v0.4.1
89652025-08-29T23:02:59.848Z Fresh dtrace-parser v0.2.0
89662025-08-29T23:02:59.849Z Fresh thread-id v4.2.2
89672025-08-29T23:02:59.849Z Fresh sha1 v0.10.6
89682025-08-29T23:02:59.849Z Fresh num-integer v0.1.46
89692025-08-29T23:02:59.849Z Fresh crossbeam-epoch v0.9.18
89702025-08-29T23:02:59.849Z Fresh dof v0.3.0
89712025-08-29T23:02:59.849Z Fresh bstr v1.10.0
89722025-08-29T23:02:59.849Z Fresh crc32fast v1.4.2
89732025-08-29T23:02:59.849Z Fresh static_assertions v1.1.0
89742025-08-29T23:02:59.849Z Fresh base16ct v0.2.0
89752025-08-29T23:02:59.849Z Fresh oxnet v0.1.3
89762025-08-29T23:02:59.849Z Fresh hubpack_derive v0.1.1
89772025-08-29T23:02:59.849Z Fresh itertools v0.13.0
89782025-08-29T23:02:59.849Z Fresh usdt-impl v0.5.0
89792025-08-29T23:02:59.849Z Fresh sec1 v0.7.3
89802025-08-29T23:02:59.849Z Fresh ff v0.13.0
89812025-08-29T23:02:59.849Z Fresh memmap v0.7.0
89822025-08-29T23:02:59.849Z Fresh toml_write v0.1.2
89832025-08-29T23:02:59.849Z Fresh hubpack v0.1.2
89842025-08-29T23:02:59.849Z Fresh num-iter v0.1.45
89852025-08-29T23:02:59.849Z Fresh hkdf v0.12.4
89862025-08-29T23:02:59.849Z Fresh usdt-macro v0.5.0
89872025-08-29T23:02:59.849Z Fresh usdt-attr-macro v0.5.0
89882025-08-29T23:02:59.849Z Fresh toml_edit v0.22.27
89892025-08-29T23:02:59.849Z Fresh group v0.13.0
89902025-08-29T23:02:59.849Z Fresh crypto-bigint v0.5.5
89912025-08-29T23:02:59.849Z Fresh bitflags v1.3.2
89922025-08-29T23:02:59.849Z Fresh zlib-rs v0.5.1
89932025-08-29T23:02:59.849Z Fresh usdt v0.5.0
89942025-08-29T23:02:59.850Z Fresh elliptic-curve v0.13.8
89952025-08-29T23:02:59.850Z Fresh libz-rs-sys v0.5.1
89962025-08-29T23:02:59.850Z Fresh strum_macros v0.26.4
89972025-08-29T23:02:59.850Z Fresh siphasher v0.3.11
89982025-08-29T23:02:59.850Z Fresh unicode-xid v0.2.6
89992025-08-29T23:02:59.850Z Fresh phf_shared v0.11.2
90002025-08-29T23:02:59.850Z Fresh num-bigint-dig v0.8.4
90012025-08-29T23:02:59.850Z Fresh strum v0.26.3
90022025-08-29T23:02:59.850Z Fresh flate2 v1.1.2
90032025-08-29T23:02:59.850Z Fresh pkcs1 v0.7.5
90042025-08-29T23:02:59.850Z Fresh cfg_aliases v0.2.1
90052025-08-29T23:02:59.855Z Fresh bzip2-sys v0.1.13+1.0.8
90062025-08-29T23:02:59.855Z Fresh rsa v0.9.6
90072025-08-29T23:02:59.855Z Fresh newtype-uuid v1.2.4
90082025-08-29T23:02:59.855Z Fresh toml v0.7.8
90092025-08-29T23:02:59.855Z Fresh unicode-normalization v0.1.24
90102025-08-29T23:02:59.856Z Fresh rfc6979 v0.4.0
90112025-08-29T23:02:59.856Z Fresh enum-as-inner v0.6.1
90122025-08-29T23:02:59.856Z Fresh daft-derive v0.1.4
90132025-08-29T23:02:59.856Z Fresh curve25519-dalek-derive v0.1.1
90142025-08-29T23:02:59.856Z Fresh managed v0.8.0
90152025-08-29T23:02:59.856Z Fresh memoffset v0.9.1
90162025-08-29T23:02:59.856Z Fresh ecdsa v0.16.9
90172025-08-29T23:02:59.856Z Fresh ahash v0.8.12
90182025-08-29T23:02:59.856Z Fresh daft v0.1.4
90192025-08-29T23:02:59.856Z Fresh curve25519-dalek v4.1.3
90202025-08-29T23:02:59.856Z Fresh signal-hook v0.3.18
90212025-08-29T23:02:59.856Z Fresh x509-cert v0.2.5
90222025-08-29T23:02:59.856Z Fresh itertools v0.10.5
90232025-08-29T23:02:59.856Z Fresh precomputed-hash v0.1.1
90242025-08-29T23:02:59.856Z Fresh new_debug_unreachable v1.0.6
90252025-08-29T23:02:59.856Z Fresh fixedbitset v0.4.2
90262025-08-29T23:02:59.856Z Fresh string_cache v0.8.9
90272025-08-29T23:02:59.856Z Fresh petgraph v0.6.5
90282025-08-29T23:02:59.856Z Fresh ed25519 v2.2.3
90292025-08-29T23:02:59.856Z Fresh signal-hook-mio v0.2.4
90302025-08-29T23:02:59.856Z Fresh zstd-sys v2.0.14+zstd.1.5.7
90312025-08-29T23:02:59.856Z Fresh bzip2 v0.4.4
90322025-08-29T23:02:59.856Z Fresh ed25519-dalek v2.1.1
90332025-08-29T23:02:59.856Z Fresh console v0.15.10
90342025-08-29T23:02:59.857Z Fresh socket2 v0.5.10
90352025-08-29T23:02:59.857Z Fresh lalrpop-util v0.19.12
90362025-08-29T23:02:59.857Z Fresh rustc-hash v2.1.1
90372025-08-29T23:02:59.857Z Fresh zstd-safe v7.2.3
90382025-08-29T23:02:59.857Z Fresh zip v0.6.6
90392025-08-29T23:02:59.857Z Fresh hash32 v0.2.1
90402025-08-29T23:02:59.857Z Fresh winnow v0.6.26
90412025-08-29T23:02:59.857Z Fresh simd-adler32 v0.3.7
90422025-08-29T23:02:59.857Z Fresh bumpalo v3.16.0
90432025-08-29T23:02:59.857Z Fresh lockfree-object-pool v0.1.6
90442025-08-29T23:02:59.857Z Fresh unicode-properties v0.1.3
90452025-08-29T23:02:59.857Z Fresh predicates-core v1.0.8
90462025-08-29T23:02:59.857Z Fresh unicode-bidi v0.3.17
90472025-08-29T23:02:59.857Z Fresh zstd v0.13.3
90482025-08-29T23:02:59.857Z Fresh heapless v0.7.17
90492025-08-29T23:02:59.857Z Fresh zopfli v0.8.1
90502025-08-29T23:02:59.857Z Fresh stringprep v0.1.5
90512025-08-29T23:02:59.857Z Fresh nix v0.29.0
90522025-08-29T23:02:59.857Z Fresh crossterm v0.28.1
90532025-08-29T23:02:59.857Z Fresh hickory-proto v0.25.2
90542025-08-29T23:02:59.857Z Fresh bzip2 v0.5.2
90552025-08-29T23:02:59.857Z Fresh similar v2.7.0
90562025-08-29T23:02:59.857Z Fresh strum_macros v0.27.1
90572025-08-29T23:02:59.857Z Fresh tokio-stream v0.1.17
90582025-08-29T23:02:59.857Z Fresh md-5 v0.10.6
90592025-08-29T23:02:59.857Z Fresh float-cmp v0.10.0
90602025-08-29T23:02:59.857Z Fresh fallible-iterator v0.2.0
90612025-08-29T23:02:59.857Z Fresh difflib v0.4.0
90622025-08-29T23:02:59.858Z Fresh normalize-line-endings v0.3.0
90632025-08-29T23:02:59.858Z Fresh zip v4.2.0
90642025-08-29T23:02:59.858Z Fresh predicates v3.1.3
90652025-08-29T23:02:59.858Z Fresh postgres-protocol v0.6.8
90662025-08-29T23:02:59.858Z Fresh strum v0.27.2
90672025-08-29T23:02:59.858Z Fresh buf-list v1.0.3
90682025-08-29T23:02:59.858Z Fresh smoltcp v0.9.1
90692025-08-29T23:02:59.858Z Fresh serde-big-array v0.5.1
90702025-08-29T23:02:59.858Z Fresh serde_repr v0.1.19
90712025-08-29T23:02:59.858Z Fresh peg-runtime v0.8.5
90722025-08-29T23:02:59.858Z Fresh postgres-types v0.2.9
90732025-08-29T23:02:59.858Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
90742025-08-29T23:02:59.858Z Fresh phf v0.11.2
90752025-08-29T23:02:59.858Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
90762025-08-29T23:02:59.858Z Fresh whoami v1.5.2
90772025-08-29T23:02:59.858Z Fresh fs-err v3.1.1
90782025-08-29T23:02:59.858Z Fresh tokio-postgres v0.7.13
90792025-08-29T23:02:59.858Z Fresh regress v0.10.4
90802025-08-29T23:02:59.858Z Fresh fastrand v2.1.1
90812025-08-29T23:02:59.858Z Fresh ident_case v1.0.1
90822025-08-29T23:02:59.858Z Fresh futures-executor v0.3.31
90832025-08-29T23:02:59.858Z Fresh is-terminal v0.4.13
90842025-08-29T23:02:59.858Z Fresh camino v1.1.11
90852025-08-29T23:02:59.858Z Fresh futures v0.3.31
90862025-08-29T23:02:59.858Z Fresh dirs-sys-next v0.1.2
90872025-08-29T23:02:59.858Z Fresh crossbeam-channel v0.5.15
90882025-08-29T23:02:59.858Z Fresh unsafe-libyaml v0.2.11
90892025-08-29T23:02:59.858Z Fresh tempfile v3.20.0
90902025-08-29T23:02:59.858Z Fresh darling_core v0.20.10
90912025-08-29T23:02:59.858Z Fresh dirs-next v2.0.0
90922025-08-29T23:02:59.858Z Fresh serde_yaml v0.9.34+deprecated
90932025-08-29T23:02:59.858Z Fresh darling_macro v0.20.10
90942025-08-29T23:02:59.858Z Fresh thread_local v1.1.8
90952025-08-29T23:02:59.858Z Fresh take_mut v0.2.2
90962025-08-29T23:02:59.858Z Fresh quick-error v1.2.3
90972025-08-29T23:02:59.858Z Fresh term v0.7.0
90982025-08-29T23:02:59.858Z Fresh darling v0.20.10
90992025-08-29T23:02:59.858Z Fresh match_cfg v0.1.0
91002025-08-29T23:02:59.859Z Fresh hex v0.4.3
91012025-08-29T23:02:59.859Z Fresh structmeta-derive v0.3.0
91022025-08-29T23:02:59.859Z Fresh bit-vec v0.8.0
91032025-08-29T23:02:59.859Z Fresh slog-term v2.9.1
91042025-08-29T23:02:59.859Z Fresh slog-async v2.8.0
91052025-08-29T23:02:59.871Z Fresh hostname v0.3.1
91062025-08-29T23:02:59.871Z Fresh debug-ignore v1.0.5
91072025-08-29T23:02:59.871Z Fresh structmeta v0.3.0
91082025-08-29T23:02:59.871Z Fresh bit-set v0.8.0
91092025-08-29T23:02:59.871Z Fresh progenitor-client v0.10.0
91102025-08-29T23:02:59.871Z Fresh wait-timeout v0.2.0
91112025-08-29T23:02:59.871Z Fresh rusty-fork v0.3.0
91122025-08-29T23:02:59.871Z Fresh toml_parser v1.0.2
91132025-08-29T23:02:59.872Z Fresh rand_xorshift v0.4.0
91142025-08-29T23:02:59.872Z Fresh toml_datetime v0.7.0
91152025-08-29T23:02:59.872Z Fresh serde_spanned v1.0.0
91162025-08-29T23:02:59.872Z Fresh serde_path_to_error v0.1.17
91172025-08-29T23:02:59.872Z Fresh toml_writer v1.0.2
91182025-08-29T23:02:59.872Z Fresh unarray v0.1.4
91192025-08-29T23:02:59.872Z Fresh slog-json v2.6.1
91202025-08-29T23:02:59.872Z Fresh async-stream-impl v0.3.6
91212025-08-29T23:02:59.872Z Fresh derive-ex v0.1.8
91222025-08-29T23:02:59.873Z Fresh proptest v1.7.0
91232025-08-29T23:02:59.873Z Fresh rustls v0.22.4
91242025-08-29T23:02:59.873Z Fresh toml v0.9.5
91252025-08-29T23:02:59.873Z Fresh slog-bunyan v2.5.0
91262025-08-29T23:02:59.873Z Fresh async-stream v0.3.6
91272025-08-29T23:02:59.873Z Fresh multer v3.1.0
91282025-08-29T23:02:59.873Z Fresh rustls-pemfile v2.2.0
91292025-08-29T23:02:59.873Z Fresh tokio-rustls v0.25.0
91302025-08-29T23:02:59.873Z Fresh waitgroup v0.1.2
91312025-08-29T23:02:59.874Z Fresh dropshot_endpoint v0.16.3
91322025-08-29T23:02:59.874Z Fresh hostname v0.4.0
91332025-08-29T23:02:59.874Z Fresh test-strategy v0.4.3
91342025-08-29T23:02:59.874Z Fresh serde_with_macros v3.14.0
91352025-08-29T23:02:59.874Z Fresh typify-impl v0.3.0
91362025-08-29T23:02:59.874Z Fresh dropshot v0.16.3
91372025-08-29T23:02:59.874Z Fresh typify-macro v0.3.0
91382025-08-29T23:02:59.874Z Fresh serde_with v3.14.0
91392025-08-29T23:02:59.874Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
91402025-08-29T23:02:59.874Z Fresh macaddr v1.0.1
91412025-08-29T23:02:59.875Z Fresh ref-cast-impl v1.0.24
91422025-08-29T23:02:59.875Z Fresh instant v0.1.13
91432025-08-29T23:02:59.875Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
91442025-08-29T23:02:59.875Z Fresh typify v0.3.0
91452025-08-29T23:02:59.875Z Fresh derive-where v1.5.0
91462025-08-29T23:02:59.875Z Fresh progenitor-client v0.9.1
91472025-08-29T23:02:59.875Z Fresh parse-display-derive v0.10.0
91482025-08-29T23:02:59.875Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
91492025-08-29T23:02:59.875Z Fresh backoff v0.4.0
91502025-08-29T23:02:59.875Z Fresh ref-cast v1.0.24
91512025-08-29T23:02:59.875Z Fresh progenitor-impl v0.9.1
91522025-08-29T23:02:59.875Z Fresh parse-display v0.10.0
91532025-08-29T23:02:59.875Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
91542025-08-29T23:02:59.875Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
91552025-08-29T23:02:59.875Z Fresh camino-tempfile v1.4.1
91562025-08-29T23:02:59.875Z Fresh progenitor-macro v0.9.1
91572025-08-29T23:02:59.875Z Fresh iddqd v0.3.9
91582025-08-29T23:02:59.875Z Fresh itertools v0.14.0
91592025-08-29T23:02:59.875Z Fresh unicode-width v0.1.14
91602025-08-29T23:02:59.875Z Fresh proc-macro-crate v1.3.1
91612025-08-29T23:02:59.875Z Fresh progenitor v0.9.1
91622025-08-29T23:02:59.876Z Fresh num_enum_derive v0.5.11
91632025-08-29T23:02:59.876Z Fresh toml v0.8.23
91642025-08-29T23:02:59.876Z Fresh tabwriter v1.4.0
91652025-08-29T23:02:59.876Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
91662025-08-29T23:02:59.876Z Fresh proc-macro-error-attr v1.0.4
91672025-08-29T23:02:59.876Z Fresh num_enum v0.5.11
91682025-08-29T23:02:59.876Z Fresh foreign-types-macros v0.2.3
91692025-08-29T23:02:59.877Z Fresh foreign-types-shared v0.3.1
91702025-08-29T23:02:59.877Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
91712025-08-29T23:02:59.877Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
91722025-08-29T23:02:59.877Z Fresh proc-macro-error v1.0.4
91732025-08-29T23:02:59.877Z Fresh foreign-types v0.5.0
91742025-08-29T23:02:59.877Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
91752025-08-29T23:02:59.877Z Fresh cstr-argument v0.1.2
91762025-08-29T23:02:59.877Z Fresh pretty-hex v0.2.1
91772025-08-29T23:02:59.877Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
91782025-08-29T23:02:59.877Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
91792025-08-29T23:02:59.877Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
91802025-08-29T23:02:59.877Z Fresh colored v2.2.0
91812025-08-29T23:02:59.877Z Fresh crossbeam-deque v0.8.5
91822025-08-29T23:02:59.877Z Fresh smf v0.2.3
91832025-08-29T23:02:59.878Z Fresh heck v0.4.1
91842025-08-29T23:02:59.878Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
91852025-08-29T23:02:59.878Z Fresh darling_core v0.21.0
91862025-08-29T23:02:59.878Z Fresh typify-impl v0.4.1
91872025-08-29T23:02:59.878Z Fresh hash32 v0.3.1
91882025-08-29T23:02:59.878Z Fresh rayon-core v1.12.1
91892025-08-29T23:02:59.878Z Fresh darling_macro v0.21.0
91902025-08-29T23:02:59.878Z Fresh typify-macro v0.4.1
91912025-08-29T23:02:59.878Z Fresh cobs v0.2.3
91922025-08-29T23:02:59.878Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
91932025-08-29T23:02:59.878Z Fresh crucible-workspace-hack v0.1.0
91942025-08-29T23:02:59.878Z Fresh rayon v1.10.0
91952025-08-29T23:02:59.878Z Fresh darling v0.21.0
91962025-08-29T23:02:59.879Z Fresh typify v0.4.1
91972025-08-29T23:02:59.879Z Fresh heapless v0.8.0
91982025-08-29T23:02:59.879Z Fresh postcard v1.0.10
91992025-08-29T23:02:59.879Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
92002025-08-29T23:02:59.879Z Fresh ingot-macros v0.1.1
92012025-08-29T23:02:59.879Z Fresh progenitor-impl v0.10.0
92022025-08-29T23:02:59.879Z Fresh smoltcp v0.11.0
92032025-08-29T23:02:59.879Z Fresh sigpipe v0.1.3
92042025-08-29T23:02:59.879Z Fresh jiff v0.2.15
92052025-08-29T23:02:59.885Z Fresh zone_cfg_derive v0.3.0
92062025-08-29T23:02:59.885Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
92072025-08-29T23:02:59.885Z Fresh ingot-types v0.1.2
92082025-08-29T23:02:59.885Z Fresh progenitor-macro v0.10.0
92092025-08-29T23:02:59.885Z Fresh num-derive v0.4.2
92102025-08-29T23:02:59.885Z Fresh zone v0.3.1
92112025-08-29T23:02:59.885Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
92122025-08-29T23:02:59.885Z Fresh convert_case v0.4.0
92132025-08-29T23:02:59.885Z Fresh ingot v0.1.1
92142025-08-29T23:02:59.885Z Fresh progenitor v0.10.0
92152025-08-29T23:02:59.885Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
92162025-08-29T23:02:59.885Z Fresh derive_more v0.99.20
92172025-08-29T23:02:59.886Z Fresh atomicwrites v0.4.4
92182025-08-29T23:02:59.886Z Fresh base64 v0.21.7
92192025-08-29T23:02:59.886Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
92202025-08-29T23:02:59.886Z Fresh indent_write v2.2.0
92212025-08-29T23:02:59.886Z Fresh num-rational v0.4.2
92222025-08-29T23:02:59.886Z Fresh secrecy v0.10.3
92232025-08-29T23:02:59.886Z Fresh num-complex v0.4.6
92242025-08-29T23:02:59.886Z Fresh same-file v1.0.6
92252025-08-29T23:02:59.886Z Fresh float-ord v0.3.2
92262025-08-29T23:02:59.886Z Fresh utf-8 v0.7.6
92272025-08-29T23:02:59.886Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
92282025-08-29T23:02:59.887Z Fresh num v0.4.3
92292025-08-29T23:02:59.887Z Fresh walkdir v2.5.0
92302025-08-29T23:02:59.887Z Fresh swrite v0.1.0
92312025-08-29T23:02:59.887Z Fresh tungstenite v0.21.0
92322025-08-29T23:02:59.887Z Fresh newline-converter v0.3.0
92332025-08-29T23:02:59.887Z Fresh fixedbitset v0.5.7
92342025-08-29T23:02:59.887Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
92352025-08-29T23:02:59.887Z Fresh tokio-tungstenite v0.21.0
92362025-08-29T23:02:59.887Z Fresh expectorate v1.2.0
92372025-08-29T23:02:59.887Z Fresh petgraph v0.8.2
92382025-08-29T23:02:59.887Z Fresh password-hash v0.5.0
92392025-08-29T23:02:59.887Z Fresh pem v3.0.5
92402025-08-29T23:02:59.887Z Fresh blake2 v0.10.6
92412025-08-29T23:02:59.887Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
92422025-08-29T23:02:59.887Z Fresh argon2 v0.5.3
92432025-08-29T23:02:59.888Z Fresh bytecount v0.6.8
92442025-08-29T23:02:59.888Z Fresh libsw-core v0.3.1
92452025-08-29T23:02:59.888Z Fresh keccak v0.1.5
92462025-08-29T23:02:59.888Z Fresh linear-map v1.2.0
92472025-08-29T23:02:59.888Z Fresh libsw v3.5.0
92482025-08-29T23:02:59.888Z Fresh sha3 v0.10.8
92492025-08-29T23:02:59.888Z Fresh half v2.4.1
92502025-08-29T23:02:59.888Z Fresh ciborium-io v0.2.2
92512025-08-29T23:02:59.888Z Fresh owo-colors v4.2.2
92522025-08-29T23:02:59.888Z Fresh cancel-safe-futures v0.1.5
92532025-08-29T23:02:59.888Z Fresh ciborium-ll v0.2.2
92542025-08-29T23:02:59.888Z Fresh universal-hash v0.5.1
92552025-08-29T23:02:59.888Z Fresh opaque-debug v0.3.1
92562025-08-29T23:02:59.888Z Fresh tokio-dtrace v0.1.0
92572025-08-29T23:02:59.888Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
92582025-08-29T23:02:59.888Z Fresh ciborium v0.2.2
92592025-08-29T23:02:59.888Z Fresh oxide-tokio-rt v0.1.2
92602025-08-29T23:02:59.889Z Fresh aead v0.5.2
92612025-08-29T23:02:59.889Z Fresh poly1305 v0.8.0
92622025-08-29T23:02:59.889Z Fresh globset v0.4.15
92632025-08-29T23:02:59.889Z Fresh chacha20 v0.9.1
92642025-08-29T23:02:59.889Z Fresh async-recursion v1.1.1
92652025-08-29T23:02:59.889Z Fresh thiserror-impl-no-std v2.0.2
92662025-08-29T23:02:59.889Z Fresh thiserror-no-std v2.0.2
92672025-08-29T23:02:59.889Z Fresh pin-project-internal v1.1.6
92682025-08-29T23:02:59.889Z Fresh chacha20poly1305 v0.10.1
92692025-08-29T23:02:59.889Z Fresh snafu-derive v0.8.5
92702025-08-29T23:02:59.889Z Fresh olpc-cjson v0.1.4
92712025-08-29T23:02:59.889Z Fresh serde_plain v1.0.2
92722025-08-29T23:02:59.889Z Fresh pin-project v1.1.6
92732025-08-29T23:02:59.889Z Fresh vsss-rs v3.3.4
92742025-08-29T23:02:59.889Z Fresh csv-core v0.1.11
92752025-08-29T23:02:59.889Z Fresh highway v1.3.0
92762025-08-29T23:02:59.889Z Fresh typed-path v0.9.3
92772025-08-29T23:02:59.890Z Fresh papergrid v0.11.0
92782025-08-29T23:02:59.890Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
92792025-08-29T23:02:59.890Z Fresh tabled_derive v0.7.0
92802025-08-29T23:02:59.890Z Fresh snafu v0.8.5
92812025-08-29T23:02:59.890Z Fresh csv v1.3.1
92822025-08-29T23:02:59.890Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
92832025-08-29T23:02:59.890Z Fresh xattr v1.3.1
92842025-08-29T23:02:59.890Z Fresh filetime v0.2.25
92852025-08-29T23:02:59.890Z Fresh tough v0.20.0
92862025-08-29T23:02:59.890Z Fresh semver v0.1.20
92872025-08-29T23:02:59.890Z Fresh tar v0.4.44
92882025-08-29T23:02:59.890Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
92892025-08-29T23:02:59.890Z Fresh tabled v0.15.0
92902025-08-29T23:02:59.890Z Fresh humantime v2.2.0
92912025-08-29T23:02:59.890Z Fresh rustc_version v0.1.7
92922025-08-29T23:02:59.891Z Fresh arc-swap v1.7.1
92932025-08-29T23:02:59.891Z Fresh unicode-linebreak v0.1.5
92942025-08-29T23:02:59.891Z Fresh smawk v0.3.2
92952025-08-29T23:02:59.891Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
92962025-08-29T23:02:59.891Z Fresh typify-impl v0.2.0
92972025-08-29T23:02:59.891Z Fresh headers-core v0.3.0
92982025-08-29T23:02:59.891Z Fresh slog-scope v4.4.0
92992025-08-29T23:02:59.891Z Fresh textwrap v0.16.2
93002025-08-29T23:02:59.891Z Fresh typify-macro v0.2.0
93012025-08-29T23:02:59.891Z Fresh headers v0.4.1
93022025-08-29T23:02:59.891Z Fresh heck v0.3.3
93032025-08-29T23:02:59.891Z Fresh slog-stdlog v4.1.1
93042025-08-29T23:02:59.891Z Fresh typify v0.2.0
93052025-08-29T23:02:59.898Z Fresh progenitor-client v0.8.0
93062025-08-29T23:02:59.898Z Fresh subprocess v0.2.9
93072025-08-29T23:02:59.898Z Fresh zone_cfg_derive v0.1.2
93082025-08-29T23:02:59.898Z Fresh lzma-sys v0.1.20
93092025-08-29T23:02:59.898Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
93102025-08-29T23:02:59.898Z Fresh slog-envlogger v2.2.0
93112025-08-29T23:02:59.898Z Fresh newtype_derive v0.1.6
93122025-08-29T23:02:59.898Z Fresh progenitor-impl v0.8.0
93132025-08-29T23:02:59.899Z Fresh base64 v0.13.1
93142025-08-29T23:02:59.899Z Fresh number_prefix v0.4.0
93152025-08-29T23:02:59.899Z Fresh zone v0.1.8
93162025-08-29T23:02:59.899Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
93172025-08-29T23:02:59.899Z Fresh xz2 v0.1.7
93182025-08-29T23:02:59.899Z Fresh steno v0.4.1
93192025-08-29T23:02:59.899Z Fresh progenitor-macro v0.8.0
93202025-08-29T23:02:59.899Z Fresh indicatif v0.17.11
93212025-08-29T23:02:59.899Z Fresh ron v0.7.1
93222025-08-29T23:02:59.900Z Fresh resolv-conf v0.7.0
93232025-08-29T23:02:59.900Z Fresh yasna v0.5.2
93242025-08-29T23:02:59.900Z Fresh linked-hash-map v0.5.6
93252025-08-29T23:02:59.901Z Fresh progenitor v0.8.0
93262025-08-29T23:02:59.901Z Fresh rcgen v0.12.1
93272025-08-29T23:02:59.901Z Fresh lru-cache v0.1.2
93282025-08-29T23:02:59.901Z Fresh hickory-proto v0.24.4
93292025-08-29T23:02:59.901Z Fresh tagptr v0.2.0
93302025-08-29T23:02:59.901Z Fresh display-error-chain v0.2.2
93312025-08-29T23:02:59.901Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
93322025-08-29T23:02:59.901Z Fresh hickory-resolver v0.24.4
93332025-08-29T23:02:59.901Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
93342025-08-29T23:02:59.901Z Fresh qorb v0.4.1
93352025-08-29T23:02:59.902Z Fresh moka v0.12.10
93362025-08-29T23:02:59.902Z Fresh gethostname v0.5.0
93372025-08-29T23:02:59.902Z Fresh hickory-resolver v0.25.2
93382025-08-29T23:02:59.902Z Fresh slog-dtrace v0.3.0
93392025-08-29T23:02:59.902Z Fresh maplit v1.0.2
93402025-08-29T23:02:59.902Z Fresh bitfield-struct v0.6.2
93412025-08-29T23:02:59.902Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
93422025-08-29T23:02:59.902Z Fresh zerocopy-derive v0.6.6
93432025-08-29T23:02:59.902Z Fresh libefi-sys v0.1.0
93442025-08-29T23:02:59.903Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
93452025-08-29T23:02:59.903Z Fresh tap v1.0.1
93462025-08-29T23:02:59.903Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
93472025-08-29T23:02:59.903Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
93482025-08-29T23:02:59.903Z Fresh zerocopy v0.6.6
93492025-08-29T23:02:59.903Z Fresh wyz v0.5.1
93502025-08-29T23:02:59.903Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
93512025-08-29T23:02:59.903Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
93522025-08-29T23:02:59.903Z Fresh radium v0.7.0
93532025-08-29T23:02:59.903Z Fresh crc-catalog v2.4.0
93542025-08-29T23:02:59.904Z Fresh termcolor v1.4.1
93552025-08-29T23:02:59.904Z Fresh funty v2.0.0
93562025-08-29T23:02:59.904Z Fresh maybe-uninit v2.0.0
93572025-08-29T23:02:59.904Z Fresh crc v3.2.1
93582025-08-29T23:02:59.906Z Fresh dsl_auto_type v0.1.2
93592025-08-29T23:02:59.906Z Fresh packed_struct_codegen v0.10.1
93602025-08-29T23:02:59.906Z Fresh bitvec v1.0.1
93612025-08-29T23:02:59.907Z Fresh scheduled-thread-pool v0.2.7
93622025-08-29T23:02:59.907Z Fresh diesel_table_macro_syntax v0.2.0
93632025-08-29T23:02:59.907Z Fresh proc-macro-error-attr2 v2.0.0
93642025-08-29T23:02:59.907Z Fresh nodrop v0.1.14
93652025-08-29T23:02:59.907Z Fresh smallvec v0.6.14
93662025-08-29T23:02:59.907Z Fresh packed_struct v0.10.1
93672025-08-29T23:02:59.907Z Fresh array-init v0.0.4
93682025-08-29T23:02:59.907Z Fresh r2d2 v0.8.10
93692025-08-29T23:02:59.908Z Fresh diesel_derives v2.2.3
93702025-08-29T23:02:59.908Z Fresh proc-macro-error2 v2.0.1
93712025-08-29T23:02:59.908Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
93722025-08-29T23:02:59.908Z Fresh num-derive v0.3.3
93732025-08-29T23:02:59.908Z Fresh hashbrown v0.12.3
93742025-08-29T23:02:59.908Z Fresh bitfield v0.14.0
93752025-08-29T23:02:59.908Z Fresh diff v0.1.13
93762025-08-29T23:02:59.908Z Fresh tabled_derive v0.10.0
93772025-08-29T23:02:59.908Z Fresh diesel v2.2.12
93782025-08-29T23:02:59.909Z Fresh serde-hex v0.1.0
93792025-08-29T23:02:59.909Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
93802025-08-29T23:02:59.909Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
93812025-08-29T23:02:59.909Z Fresh indexmap v1.9.3
93822025-08-29T23:02:59.909Z Fresh libscf-sys v1.1.0
93832025-08-29T23:02:59.909Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
93842025-08-29T23:02:59.909Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
93852025-08-29T23:02:59.909Z Fresh env_logger v0.10.2
93862025-08-29T23:02:59.909Z Fresh papergrid v0.14.0
93872025-08-29T23:02:59.909Z Fresh ron v0.8.1
93882025-08-29T23:02:59.909Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
93892025-08-29T23:02:59.910Z Fresh hashbrown v0.13.2
93902025-08-29T23:02:59.910Z Fresh xshell-macros v0.2.7
93912025-08-29T23:02:59.910Z Fresh termtree v0.5.1
93922025-08-29T23:02:59.910Z Fresh crc-any v2.5.0
93932025-08-29T23:02:59.910Z Fresh tabled v0.18.0
93942025-08-29T23:02:59.910Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
93952025-08-29T23:02:59.910Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
93962025-08-29T23:02:59.910Z Fresh xshell v0.2.7
93972025-08-29T23:02:59.910Z Fresh object v0.30.4
93982025-08-29T23:02:59.910Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
93992025-08-29T23:02:59.910Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
94002025-08-29T23:02:59.911Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
94012025-08-29T23:02:59.911Z Fresh path-slash v0.1.5
94022025-08-29T23:02:59.911Z Fresh crunchy v0.2.2
94032025-08-29T23:02:59.911Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
94042025-08-29T23:02:59.912Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
94052025-08-29T23:02:59.917Z Fresh bit-vec v0.6.3
94062025-08-29T23:02:59.917Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
94072025-08-29T23:02:59.917Z Fresh tiny-keccak v2.0.2
94082025-08-29T23:02:59.918Z Fresh bit-set v0.5.3
94092025-08-29T23:02:59.918Z Fresh ascii-canvas v3.0.0
94102025-08-29T23:02:59.918Z Fresh ena v0.14.3
94112025-08-29T23:02:59.918Z Fresh crc8 v0.1.1
94122025-08-29T23:02:59.918Z Fresh regex-syntax v0.6.29
94132025-08-29T23:02:59.918Z Fresh const_format_proc_macros v0.2.34
94142025-08-29T23:02:59.918Z Fresh derive_builder_core v0.20.2
94152025-08-29T23:02:59.918Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
94162025-08-29T23:02:59.918Z Fresh lalrpop v0.19.12
94172025-08-29T23:02:59.918Z Fresh const_format v0.2.34
94182025-08-29T23:02:59.918Z Fresh derive_builder_macro v0.20.2
94192025-08-29T23:02:59.918Z Fresh strum_macros v0.24.3
94202025-08-29T23:02:59.918Z Fresh bindgen v0.71.1
94212025-08-29T23:02:59.918Z Fresh indoc v1.0.9
94222025-08-29T23:02:59.918Z Fresh derive_builder v0.20.2
94232025-08-29T23:02:59.918Z Fresh libxml v0.3.3
94242025-08-29T23:02:59.918Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
94252025-08-29T23:02:59.918Z Fresh oso-derive v0.27.3
94262025-08-29T23:02:59.918Z Fresh impl-trait-for-tuples v0.2.2
94272025-08-29T23:02:59.919Z Fresh quick-xml v0.37.2
94282025-08-29T23:02:59.919Z Fresh nibble_vec v0.1.0
94292025-08-29T23:02:59.919Z Fresh polar-core v0.27.3
94302025-08-29T23:02:59.919Z Fresh endian-type v0.1.2
94312025-08-29T23:02:59.919Z Fresh half v1.8.3
94322025-08-29T23:02:59.919Z Fresh vte_generate_state_changes v0.1.2
94332025-08-29T23:02:59.919Z Fresh samael v0.0.19
94342025-08-29T23:02:59.919Z Fresh oso v0.27.3
94352025-08-29T23:02:59.919Z Fresh radix_trie v0.2.1
94362025-08-29T23:02:59.919Z Fresh serde_cbor v0.11.2
94372025-08-29T23:02:59.919Z Fresh vte v0.11.1
94382025-08-29T23:02:59.919Z Fresh convert_case v0.7.1
94392025-08-29T23:02:59.919Z Fresh fd-lock v4.0.2
94402025-08-29T23:02:59.919Z Fresh nix v0.30.1
94412025-08-29T23:02:59.919Z Fresh strip-ansi-escapes v0.2.0
94422025-08-29T23:02:59.919Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
94432025-08-29T23:02:59.919Z Fresh derive_more-impl v2.0.1
94442025-08-29T23:02:59.919Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
94452025-08-29T23:02:59.919Z Fresh bb8 v0.8.5
94462025-08-29T23:02:59.919Z Fresh fxhash v0.2.1
94472025-08-29T23:02:59.919Z Fresh nu-ansi-term v0.50.1
94482025-08-29T23:02:59.919Z Fresh derive_more v2.0.1
94492025-08-29T23:02:59.920Z Fresh diesel-dtrace v0.4.2
94502025-08-29T23:02:59.920Z Fresh async-bb8-diesel v0.2.1
94512025-08-29T23:02:59.920Z Fresh reedline v0.40.0
94522025-08-29T23:02:59.920Z Fresh crossterm v0.29.0
94532025-08-29T23:02:59.920Z Fresh kstat-rs v0.2.4
94542025-08-29T23:02:59.920Z Fresh bcs v0.1.6
94552025-08-29T23:02:59.920Z Fresh cfg_aliases v0.1.1
94562025-08-29T23:02:59.920Z Fresh predicates-tree v1.0.12
94572025-08-29T23:02:59.920Z Fresh primeorder v0.13.6
94582025-08-29T23:02:59.920Z Fresh siphasher v1.0.1
94592025-08-29T23:02:59.920Z Fresh phf_shared v0.12.1
94602025-08-29T23:02:59.920Z Fresh ignore v0.4.23
94612025-08-29T23:02:59.920Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
94622025-08-29T23:02:59.920Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
94632025-08-29T23:02:59.920Z Fresh nix v0.28.0
94642025-08-29T23:02:59.920Z Fresh globwalk v0.9.1
94652025-08-29T23:02:59.920Z Fresh phf v0.12.1
94662025-08-29T23:02:59.920Z Fresh unicase v2.7.0
94672025-08-29T23:02:59.920Z Fresh parking_lot_core v0.8.6
94682025-08-29T23:02:59.920Z Fresh peg-macros v0.8.5
94692025-08-29T23:02:59.920Z Fresh sqlparser_derive v0.2.2
94702025-08-29T23:02:59.921Z Fresh nanorand v0.7.0
94712025-08-29T23:02:59.921Z Fresh unicode_categories v0.1.1
94722025-08-29T23:02:59.921Z Fresh chrono-tz v0.10.4
94732025-08-29T23:02:59.921Z Fresh sqlparser v0.45.0
94742025-08-29T23:02:59.921Z Fresh parking_lot v0.11.2
94752025-08-29T23:02:59.921Z Fresh flume v0.11.1
94762025-08-29T23:02:59.921Z Fresh peg v0.8.5
94772025-08-29T23:02:59.921Z Fresh sqlformat v0.3.5
94782025-08-29T23:02:59.921Z Fresh camino-tempfile-ext v0.3.2
94792025-08-29T23:02:59.921Z Fresh rustyline v14.0.0
94802025-08-29T23:02:59.921Z Fresh p384 v0.13.0
94812025-08-29T23:02:59.921Z Fresh prefix-trie v0.7.0
94822025-08-29T23:02:59.921Z Fresh void v1.0.2
94832025-08-29T23:02:59.921Z Fresh http-range v0.1.5
94842025-08-29T23:02:59.921Z Fresh salty v0.3.0
94852025-08-29T23:02:59.921Z Fresh lzss v0.8.2
94862025-08-29T23:02:59.921Z Fresh hickory-server v0.25.2
94872025-08-29T23:02:59.921Z Fresh sled v0.34.7
94882025-08-29T23:02:59.921Z Fresh hickory-client v0.25.2
94892025-08-29T23:02:59.921Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
94902025-08-29T23:02:59.921Z Fresh tungstenite v0.23.0
94912025-08-29T23:02:59.921Z Fresh nix v0.27.1
94922025-08-29T23:02:59.921Z Fresh concurrent-queue v2.5.0
94932025-08-29T23:02:59.921Z Fresh serde_bytes v0.11.17
94942025-08-29T23:02:59.921Z Fresh atty v0.2.14
94952025-08-29T23:02:59.921Z Fresh env_filter v0.1.2
94962025-08-29T23:02:59.921Z Fresh parking v2.2.1
94972025-08-29T23:02:59.921Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
94982025-08-29T23:02:59.921Z Fresh tokio-tungstenite v0.23.1
94992025-08-29T23:02:59.921Z Fresh env_logger v0.11.5
95002025-08-29T23:02:59.921Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
95012025-08-29T23:02:59.921Z Fresh mime_guess v2.0.5
95022025-08-29T23:02:59.921Z Fresh signal-hook-tokio v0.3.1
95032025-08-29T23:02:59.921Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
95042025-08-29T23:02:59.921Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
95052025-08-29T23:02:59.928Z Fresh hyper-staticfile v0.10.1
95062025-08-29T23:02:59.928Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
95072025-08-29T23:02:59.928Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
95082025-08-29T23:02:59.928Z Fresh rand_seeder v0.4.0
95092025-08-29T23:02:59.928Z Fresh secrecy v0.8.0
95102025-08-29T23:02:59.928Z Fresh event-listener v5.3.1
95112025-08-29T23:02:59.928Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
95122025-08-29T23:02:59.928Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
95132025-08-29T23:02:59.929Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
95142025-08-29T23:02:59.930Z Fresh assert_matches v1.5.0
95152025-08-29T23:02:59.930Z Fresh fs-err v2.11.0
95162025-08-29T23:02:59.930Z Fresh event-listener-strategy v0.5.2
95172025-08-29T23:02:59.930Z Fresh yansi v1.0.1
95182025-08-29T23:02:59.930Z Fresh parse-size v1.1.0
95192025-08-29T23:02:59.930Z Fresh typeid v1.0.3
95202025-08-29T23:02:59.930Z Fresh futures-lite v2.3.0
95212025-08-29T23:02:59.930Z Fresh pretty_assertions v1.4.1
95222025-08-29T23:02:59.930Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
95232025-08-29T23:02:59.930Z Fresh erased-serde v0.4.6
95242025-08-29T23:02:59.930Z Fresh ordered-float v2.10.1
95252025-08-29T23:02:59.930Z Fresh serde-value v0.7.0
95262025-08-29T23:02:59.930Z Fresh serde-untagged v0.1.7
95272025-08-29T23:02:59.930Z Fresh async-lock v3.4.0
95282025-08-29T23:02:59.930Z Fresh castaway v0.2.3
95292025-08-29T23:02:59.930Z Fresh polling v3.7.3
95302025-08-29T23:02:59.930Z Fresh indoc v2.0.6
95312025-08-29T23:02:59.931Z Fresh async-io v2.3.4
95322025-08-29T23:02:59.931Z Fresh compact_str v0.8.0
95332025-08-29T23:02:59.931Z Fresh cargo-util-schemas v0.8.2
95342025-08-29T23:02:59.931Z Fresh libz-sys v1.1.20
95352025-08-29T23:02:59.931Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
95362025-08-29T23:02:59.931Z Fresh unicode-truncate v1.1.0
95372025-08-29T23:02:59.931Z Fresh console v0.16.0
95382025-08-29T23:02:59.931Z Fresh lru v0.12.5
95392025-08-29T23:02:59.931Z Fresh cargo-platform v0.2.0
95402025-08-29T23:02:59.931Z Fresh instability v0.3.2
95412025-08-29T23:02:59.931Z Fresh is_ci v1.2.0
95422025-08-29T23:02:59.931Z Fresh async-task v4.7.1
95432025-08-29T23:02:59.932Z Fresh cassowary v0.3.0
95442025-08-29T23:02:59.932Z Fresh unit-prefix v0.5.1
95452025-08-29T23:02:59.932Z Fresh cargo_metadata v0.21.0
95462025-08-29T23:02:59.932Z Fresh supports-color v3.0.2
95472025-08-29T23:02:59.932Z Fresh ratatui v0.29.0
95482025-08-29T23:02:59.932Z Fresh libgit2-sys v0.17.0+1.8.1
95492025-08-29T23:02:59.932Z Fresh async-channel v2.3.1
95502025-08-29T23:02:59.932Z Fresh indicatif v0.18.0
95512025-08-29T23:02:59.933Z Fresh polyval v0.6.2
95522025-08-29T23:02:59.933Z Fresh piper v0.2.4
95532025-08-29T23:02:59.933Z Fresh cargo-platform v0.1.8
95542025-08-29T23:02:59.933Z Fresh plotters-backend v0.3.7
95552025-08-29T23:02:59.933Z Fresh git2 v0.19.0
95562025-08-29T23:02:59.933Z Fresh async-executor v1.13.1
95572025-08-29T23:02:59.933Z Fresh ghash v0.5.1
95582025-08-29T23:02:59.933Z Fresh cargo_metadata v0.18.1
95592025-08-29T23:02:59.933Z Fresh plotters-svg v0.3.7
95602025-08-29T23:02:59.933Z Fresh blocking v1.6.1
95612025-08-29T23:02:59.933Z Fresh async-signal v0.2.10
95622025-08-29T23:02:59.933Z Fresh ctr v0.9.2
95632025-08-29T23:02:59.933Z Fresh arrayvec v0.7.6
95642025-08-29T23:02:59.933Z Fresh shell-words v1.1.0
95652025-08-29T23:02:59.934Z Fresh arrayref v0.3.9
95662025-08-29T23:02:59.934Z Fresh event-listener v2.5.3
95672025-08-29T23:02:59.934Z Fresh constant_time_eq v0.3.1
95682025-08-29T23:02:59.934Z Fresh cast v0.3.0
95692025-08-29T23:02:59.934Z Fresh aes-gcm v0.10.3
95702025-08-29T23:02:59.934Z Fresh async-channel v1.9.0
95712025-08-29T23:02:59.934Z Fresh criterion-plot v0.6.0
95722025-08-29T23:02:59.935Z Fresh plotters v0.3.7
95732025-08-29T23:02:59.935Z Fresh vergen v8.3.2
95742025-08-29T23:02:59.935Z Fresh async-global-executor v2.4.1
95752025-08-29T23:02:59.935Z Fresh async-process v2.3.0
95762025-08-29T23:02:59.935Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
95772025-08-29T23:02:59.935Z Fresh ssh-encoding v0.2.0
95782025-08-29T23:02:59.935Z Fresh rustls-webpki v0.101.7
95792025-08-29T23:02:59.935Z Fresh sct v0.7.1
95802025-08-29T23:02:59.935Z Fresh blowfish v0.9.1
95812025-08-29T23:02:59.935Z Fresh async-attributes v1.1.2
95822025-08-29T23:02:59.935Z Fresh tinytemplate v1.2.1
95832025-08-29T23:02:59.935Z Fresh rtoolbox v0.0.2
95842025-08-29T23:02:59.935Z Fresh kv-log-macro v1.0.7
95852025-08-29T23:02:59.935Z Fresh oorandom v11.1.4
95862025-08-29T23:02:59.935Z Fresh futures-timer v3.0.3
95872025-08-29T23:02:59.935Z Fresh anes v0.1.6
95882025-08-29T23:02:59.936Z Fresh rustls v0.21.12
95892025-08-29T23:02:59.936Z Fresh rpassword v7.4.0
95902025-08-29T23:02:59.936Z Fresh async-std v1.13.0
95912025-08-29T23:02:59.936Z Fresh bcrypt-pbkdf v0.10.0
95922025-08-29T23:02:59.936Z Fresh ssh-cipher v0.2.0
95932025-08-29T23:02:59.936Z Fresh criterion v0.7.0
95942025-08-29T23:02:59.936Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
95952025-08-29T23:02:59.936Z Fresh tui-tree-widget v0.23.1
95962025-08-29T23:02:59.936Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
95972025-08-29T23:02:59.937Z Fresh password-hash v0.4.2
95982025-08-29T23:02:59.937Z Fresh hex-literal v0.4.1
95992025-08-29T23:02:59.937Z Fresh pbkdf2 v0.11.0
96002025-08-29T23:02:59.937Z Fresh target-lexicon v0.13.2
96012025-08-29T23:02:59.937Z Fresh petname v2.0.2
96022025-08-29T23:02:59.937Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
96032025-08-29T23:02:59.937Z Fresh ssh-key v0.6.6
96042025-08-29T23:02:59.937Z Fresh tokio-rustls v0.24.1
96052025-08-29T23:02:59.945Z Fresh async-object-pool v0.1.5
96062025-08-29T23:02:59.945Z Fresh p521 v0.13.3
96072025-08-29T23:02:59.946Z Fresh p256 v0.13.2
96082025-08-29T23:02:59.946Z Fresh rustls-pemfile v1.0.4
96092025-08-29T23:02:59.946Z Fresh twox-hash v2.1.0
96102025-08-29T23:02:59.946Z Fresh serde_regex v1.1.0
96112025-08-29T23:02:59.946Z Fresh assert-json-diff v2.0.2
96122025-08-29T23:02:59.946Z Fresh memmap2 v0.9.5
96132025-08-29T23:02:59.946Z Fresh russh-cryptovec v0.7.3
96142025-08-29T23:02:59.946Z Fresh path-tree v0.8.1
96152025-08-29T23:02:59.946Z Fresh stringmetrics v2.2.2
96162025-08-29T23:02:59.946Z Fresh sync-ptr v0.1.4
96172025-08-29T23:02:59.946Z Fresh md5 v0.7.0
96182025-08-29T23:02:59.946Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
96192025-08-29T23:02:59.946Z Fresh blake3 v1.5.4
96202025-08-29T23:02:59.947Z Fresh httpmock v0.8.0-alpha.1
96212025-08-29T23:02:59.947Z Fresh russh-keys v0.45.0
96222025-08-29T23:02:59.947Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
96232025-08-29T23:02:59.947Z Fresh cfg-expr v0.20.1
96242025-08-29T23:02:59.947Z Fresh guppy-workspace-hack v0.1.0
96252025-08-29T23:02:59.947Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
96262025-08-29T23:02:59.947Z Fresh httptest v0.16.3
96272025-08-29T23:02:59.947Z Fresh proc-macro-crate v3.2.0
96282025-08-29T23:02:59.947Z Fresh fatfs v0.3.6
96292025-08-29T23:02:59.947Z Fresh num-bigint v0.4.6
96302025-08-29T23:02:59.947Z Fresh des v0.8.1
96312025-08-29T23:02:59.948Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
96322025-08-29T23:02:59.948Z Fresh escape8259 v0.5.3
96332025-08-29T23:02:59.948Z Fresh relative-path v1.9.3
96342025-08-29T23:02:59.948Z Fresh topological-sort v0.2.2
96352025-08-29T23:02:59.948Z Fresh libtest-mimic v0.8.1
96362025-08-29T23:02:59.948Z Fresh russh v0.45.0
96372025-08-29T23:02:59.948Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
96382025-08-29T23:02:59.948Z Fresh omicron-zone-package v0.12.2
96392025-08-29T23:02:59.948Z Fresh rstest_macros v0.25.0
96402025-08-29T23:02:59.948Z Fresh target-spec v3.5.0
96412025-08-29T23:02:59.948Z Fresh doc-comment v0.3.3
96422025-08-29T23:02:59.948Z Fresh target-triple v0.1.3
96432025-08-29T23:02:59.949Z Fresh blake2b_simd v1.0.2
96442025-08-29T23:02:59.949Z Fresh fancy-regex v0.14.0
96452025-08-29T23:02:59.949Z Fresh pathdiff v0.2.3
96462025-08-29T23:02:59.949Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
96472025-08-29T23:02:59.949Z Fresh uzers v0.12.1
96482025-08-29T23:02:59.949Z Fresh nested v0.1.1
96492025-08-29T23:02:59.949Z Fresh internet-checksum v0.2.1
96502025-08-29T23:02:59.949Z Fresh guppy v0.17.20
96512025-08-29T23:02:59.949Z Fresh datatest-stable v0.3.2
96522025-08-29T23:02:59.949Z Fresh rust-argon2 v2.1.0
96532025-08-29T23:02:59.949Z Fresh assert_cmd v2.0.17
96542025-08-29T23:02:59.949Z Fresh trybuild v1.0.106
96552025-08-29T23:02:59.949Z Fresh rstest v0.25.0
96562025-08-29T23:02:59.949Z Fresh partial-io v0.5.4
96572025-08-29T23:02:59.949Z Fresh similar-asserts v1.7.0
96582025-08-29T23:02:59.949Z Fresh rand_distr v0.5.1
96592025-08-29T23:02:59.949Z Fresh approx v0.5.1
96602025-08-29T23:02:59.949Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
96612025-08-29T23:02:59.949Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
96622025-08-29T23:02:59.949Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
96632025-08-29T23:02:59.949Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
96642025-08-29T23:02:59.950Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
96652025-08-29T23:02:59.950Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
96662025-08-29T23:02:59.950Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
96672025-08-29T23:02:59.950Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
96682025-08-29T23:02:59.950Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
96692025-08-29T23:02:59.950Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
96702025-08-29T23:02:59.950Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
96712025-08-29T23:02:59.950Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
96722025-08-29T23:02:59.950Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
96732025-08-29T23:02:59.950Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
96742025-08-29T23:02:59.950Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
96752025-08-29T23:02:59.950Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
96762025-08-29T23:02:59.950Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
96772025-08-29T23:02:59.950Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
96782025-08-29T23:02:59.950Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
96792025-08-29T23:02:59.950Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
96802025-08-29T23:02:59.950Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
96812025-08-29T23:02:59.950Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
96822025-08-29T23:02:59.950Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
96832025-08-29T23:02:59.950Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
96842025-08-29T23:02:59.951Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
96852025-08-29T23:02:59.951Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
96862025-08-29T23:02:59.951Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
96872025-08-29T23:02:59.951Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
96882025-08-29T23:02:59.951Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
96892025-08-29T23:02:59.951Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
96902025-08-29T23:02:59.952Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
96912025-08-29T23:02:59.952Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
96922025-08-29T23:02:59.952Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
96932025-08-29T23:02:59.952Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
96942025-08-29T23:02:59.952Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
96952025-08-29T23:02:59.952Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
96962025-08-29T23:02:59.952Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
96972025-08-29T23:02:59.952Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
96982025-08-29T23:02:59.952Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
96992025-08-29T23:02:59.952Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
97002025-08-29T23:02:59.952Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
97012025-08-29T23:02:59.952Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
97022025-08-29T23:02:59.952Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
97032025-08-29T23:02:59.952Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
97042025-08-29T23:02:59.952Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
97052025-08-29T23:02:59.963Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
97062025-08-29T23:02:59.963Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
97072025-08-29T23:02:59.963Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
97082025-08-29T23:02:59.963Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
97092025-08-29T23:02:59.963Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
97102025-08-29T23:02:59.963Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
97112025-08-29T23:02:59.963Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
97122025-08-29T23:02:59.963Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
97132025-08-29T23:02:59.963Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
97142025-08-29T23:02:59.963Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
97152025-08-29T23:02:59.963Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
97162025-08-29T23:02:59.964Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
97172025-08-29T23:02:59.964Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
97182025-08-29T23:02:59.964Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
97192025-08-29T23:02:59.964Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
97202025-08-29T23:02:59.964Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
97212025-08-29T23:02:59.964Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
97222025-08-29T23:02:59.964Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
97232025-08-29T23:02:59.964Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
97242025-08-29T23:02:59.964Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
97252025-08-29T23:02:59.964Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
97262025-08-29T23:02:59.964Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
97272025-08-29T23:02:59.964Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
97282025-08-29T23:02:59.964Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
97292025-08-29T23:02:59.964Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
97302025-08-29T23:02:59.964Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
97312025-08-29T23:02:59.964Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
97322025-08-29T23:02:59.964Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
97332025-08-29T23:02:59.964Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
97342025-08-29T23:02:59.964Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
97352025-08-29T23:02:59.964Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
97362025-08-29T23:02:59.964Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
97372025-08-29T23:02:59.964Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
97382025-08-29T23:02:59.964Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
97392025-08-29T23:02:59.964Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
97402025-08-29T23:02:59.964Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
97412025-08-29T23:02:59.964Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
97422025-08-29T23:02:59.965Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
97432025-08-29T23:02:59.965Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
97442025-08-29T23:02:59.965Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
97452025-08-29T23:02:59.965Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
97462025-08-29T23:02:59.965Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
97472025-08-29T23:02:59.965Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
97482025-08-29T23:02:59.965Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
97492025-08-29T23:02:59.965Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
97502025-08-29T23:02:59.965Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
97512025-08-29T23:02:59.965Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
97522025-08-29T23:02:59.965Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
97532025-08-29T23:02:59.965Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
97542025-08-29T23:02:59.965Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
97552025-08-29T23:02:59.965Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
97562025-08-29T23:02:59.965Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
97572025-08-29T23:02:59.965Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
97582025-08-29T23:02:59.966Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
97592025-08-29T23:02:59.966Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
97602025-08-29T23:02:59.966Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
97612025-08-29T23:02:59.966Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
97622025-08-29T23:02:59.966Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
97632025-08-29T23:02:59.966Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
97642025-08-29T23:02:59.966Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
97652025-08-29T23:02:59.966Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
97662025-08-29T23:02:59.966Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
97672025-08-29T23:02:59.966Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
97682025-08-29T23:02:59.966Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
97692025-08-29T23:02:59.966Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
97702025-08-29T23:02:59.967Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
97712025-08-29T23:02:59.967Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
97722025-08-29T23:02:59.967Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
97732025-08-29T23:02:59.967Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
97742025-08-29T23:02:59.967Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
97752025-08-29T23:02:59.967Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
97762025-08-29T23:02:59.967Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
97772025-08-29T23:02:59.967Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
97782025-08-29T23:02:59.967Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
97792025-08-29T23:02:59.967Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
97802025-08-29T23:02:59.967Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
97812025-08-29T23:02:59.967Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
97822025-08-29T23:02:59.967Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
97832025-08-29T23:02:59.967Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
97842025-08-29T23:02:59.967Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
97852025-08-29T23:02:59.967Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
97862025-08-29T23:02:59.967Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
97872025-08-29T23:02:59.967Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
97882025-08-29T23:02:59.967Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
97892025-08-29T23:02:59.967Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
97902025-08-29T23:02:59.967Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
97912025-08-29T23:02:59.967Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
97922025-08-29T23:02:59.967Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
97932025-08-29T23:02:59.967Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
97942025-08-29T23:02:59.967Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
97952025-08-29T23:02:59.968Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
97962025-08-29T23:02:59.968Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
97972025-08-29T23:02:59.969Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.32s
97982025-08-29T23:03:00.012Z Doc-tests api_identity
97992025-08-29T23:03:00.019Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1cf2b1df603378e1.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98002025-08-29T23:03:00.242Z
98012025-08-29T23:03:00.242Zrunning 0 tests
98022025-08-29T23:03:00.242Z
98032025-08-29T23:03:00.246Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98042025-08-29T23:03:00.247Z
98052025-08-29T23:03:00.257Z Doc-tests authz_macros
98062025-08-29T23:03:00.261Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0f5e53955ccc4cae.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8876f4af9a471da0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-90e570499299010f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-49ede7fd9a37f392.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98072025-08-29T23:03:00.392Z
98082025-08-29T23:03:00.392Zrunning 7 tests
98092025-08-29T23:03:00.396Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
98102025-08-29T23:03:00.396Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
98112025-08-29T23:03:00.396Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
98122025-08-29T23:03:00.396Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
98132025-08-29T23:03:00.396Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
98142025-08-29T23:03:00.396Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
98152025-08-29T23:03:00.396Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
98162025-08-29T23:03:00.396Z
98172025-08-29T23:03:00.396Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
98182025-08-29T23:03:00.396Z
98192025-08-29T23:03:00.406Z Doc-tests bootstore
98202025-08-29T23:03:00.415Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ca0b22273cebe02d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12b3a24b3bb6d9a1.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a446de549de076f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5a9b602df5cf5a2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-88c5b982987ac088.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
98212025-08-29T23:03:01.159Z
98222025-08-29T23:03:01.160Zrunning 0 tests
98232025-08-29T23:03:01.160Z
98242025-08-29T23:03:01.160Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98252025-08-29T23:03:01.160Z
98262025-08-29T23:03:01.200Z Doc-tests bootstrap_agent_api
98272025-08-29T23:03:01.200Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-26cb2038a432765c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98282025-08-29T23:03:01.587Z
98292025-08-29T23:03:01.588Zrunning 2 tests
98302025-08-29T23:03:01.599Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
98312025-08-29T23:03:01.599Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
98322025-08-29T23:03:01.599Z
98332025-08-29T23:03:01.599Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
98342025-08-29T23:03:01.599Z
98352025-08-29T23:03:01.616Z Doc-tests bootstrap_agent_client
98362025-08-29T23:03:01.620Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98372025-08-29T23:03:02.498Z
98382025-08-29T23:03:02.498Zrunning 0 tests
98392025-08-29T23:03:02.498Z
98402025-08-29T23:03:02.499Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98412025-08-29T23:03:02.499Z
98422025-08-29T23:03:02.539Z Doc-tests clickana
98432025-08-29T23:03:02.539Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-853647005632c833.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f24391214db0f810.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98442025-08-29T23:03:02.956Z
98452025-08-29T23:03:02.956Zrunning 0 tests
98462025-08-29T23:03:02.956Z
98472025-08-29T23:03:02.956Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98482025-08-29T23:03:02.956Z
98492025-08-29T23:03:02.999Z Doc-tests clickhouse_admin_api
98502025-08-29T23:03:02.999Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bad1af679035eb70.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98512025-08-29T23:03:03.268Z
98522025-08-29T23:03:03.268Zrunning 6 tests
98532025-08-29T23:03:03.271Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 72) ... ignored
98542025-08-29T23:03:03.271Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 78) ... ignored
98552025-08-29T23:03:03.271Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 150) ... ignored
98562025-08-29T23:03:03.271Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 156) ... ignored
98572025-08-29T23:03:03.271Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 215) ... ignored
98582025-08-29T23:03:03.271Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 221) ... ignored
98592025-08-29T23:03:03.271Z
98602025-08-29T23:03:03.271Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
98612025-08-29T23:03:03.271Z
98622025-08-29T23:03:03.300Z Doc-tests clickhouse_admin_keeper_client
98632025-08-29T23:03:03.300Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4595a8b79348ae0e.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f5236009ded1c189.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98642025-08-29T23:03:03.903Z
98652025-08-29T23:03:03.903Zrunning 0 tests
98662025-08-29T23:03:03.903Z
98672025-08-29T23:03:03.903Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98682025-08-29T23:03:03.903Z
98692025-08-29T23:03:03.935Z Doc-tests clickhouse_admin_server_client
98702025-08-29T23:03:03.936Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4595a8b79348ae0e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98712025-08-29T23:03:04.483Z
98722025-08-29T23:03:04.483Zrunning 0 tests
98732025-08-29T23:03:04.483Z
98742025-08-29T23:03:04.484Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98752025-08-29T23:03:04.484Z
98762025-08-29T23:03:04.517Z Doc-tests clickhouse_admin_single_client
98772025-08-29T23:03:04.518Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4595a8b79348ae0e.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9ae9f6d5a0eafcec.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98782025-08-29T23:03:04.751Z
98792025-08-29T23:03:04.752Zrunning 0 tests
98802025-08-29T23:03:04.752Z
98812025-08-29T23:03:04.752Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98822025-08-29T23:03:04.752Z
98832025-08-29T23:03:04.773Z Doc-tests clickhouse_admin_test_utils
98842025-08-29T23:03:04.777Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1ab39f11511e72f8.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e0d31cca961981da.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98852025-08-29T23:03:05.017Z
98862025-08-29T23:03:05.017Zrunning 0 tests
98872025-08-29T23:03:05.017Z
98882025-08-29T23:03:05.017Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98892025-08-29T23:03:05.017Z
98902025-08-29T23:03:05.042Z Doc-tests clickhouse_admin_types
98912025-08-29T23:03:05.042Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98922025-08-29T23:03:05.578Z
98932025-08-29T23:03:05.578Zrunning 0 tests
98942025-08-29T23:03:05.578Z
98952025-08-29T23:03:05.578Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98962025-08-29T23:03:05.578Z
98972025-08-29T23:03:05.616Z Doc-tests cockroach_admin_api
98982025-08-29T23:03:05.616Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-640d0b51cd23fc89.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98992025-08-29T23:03:05.824Z
99002025-08-29T23:03:05.824Zrunning 2 tests
99012025-08-29T23:03:05.828Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 53) ... ignored
99022025-08-29T23:03:05.829Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 59) ... ignored
99032025-08-29T23:03:05.829Z
99042025-08-29T23:03:05.829Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
99052025-08-29T23:03:05.829Z
99062025-08-29T23:03:05.847Z Doc-tests cockroach_admin_client
99072025-08-29T23:03:05.848Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4595a8b79348ae0e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99082025-08-29T23:03:06.150Z
99092025-08-29T23:03:06.150Zrunning 0 tests
99102025-08-29T23:03:06.150Z
99112025-08-29T23:03:06.150Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99122025-08-29T23:03:06.150Z
99132025-08-29T23:03:06.175Z Doc-tests cockroach_admin_types
99142025-08-29T23:03:06.175Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4595a8b79348ae0e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-761ba223aa642ada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99152025-08-29T23:03:06.344Z
99162025-08-29T23:03:06.344Zrunning 0 tests
99172025-08-29T23:03:06.344Z
99182025-08-29T23:03:06.344Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99192025-08-29T23:03:06.344Z
99202025-08-29T23:03:06.364Z Doc-tests db_macros
99212025-08-29T23:03:06.364Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-eb264640858826b3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8876f4af9a471da0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-90e570499299010f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-49ede7fd9a37f392.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99222025-08-29T23:03:06.605Z
99232025-08-29T23:03:06.605Zrunning 3 tests
99242025-08-29T23:03:06.612Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
99252025-08-29T23:03:06.612Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
99262025-08-29T23:03:06.612Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
99272025-08-29T23:03:06.612Z
99282025-08-29T23:03:06.612Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
99292025-08-29T23:03:06.612Z
99302025-08-29T23:03:06.622Z Doc-tests dev_tools_common
99312025-08-29T23:03:06.626Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-08f6be44a05b044a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99322025-08-29T23:03:06.685Z
99332025-08-29T23:03:06.685Zrunning 0 tests
99342025-08-29T23:03:06.685Z
99352025-08-29T23:03:06.685Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99362025-08-29T23:03:06.685Z
99372025-08-29T23:03:06.696Z Doc-tests dns_server
99382025-08-29T23:03:06.700Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d24ff9e84d4434c5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6901ee0239de31eb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99392025-08-29T23:03:07.067Z
99402025-08-29T23:03:07.068Zrunning 0 tests
99412025-08-29T23:03:07.068Z
99422025-08-29T23:03:07.068Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99432025-08-29T23:03:07.068Z
99442025-08-29T23:03:07.093Z Doc-tests dns_server_api
99452025-08-29T23:03:07.093Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4595a8b79348ae0e.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99462025-08-29T23:03:07.344Z
99472025-08-29T23:03:07.344Zrunning 2 tests
99482025-08-29T23:03:07.348Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 134) ... ignored
99492025-08-29T23:03:07.348Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 140) ... ignored
99502025-08-29T23:03:07.348Z
99512025-08-29T23:03:07.348Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
99522025-08-29T23:03:07.348Z
99532025-08-29T23:03:07.370Z Doc-tests dns_service_client
99542025-08-29T23:03:07.373Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4595a8b79348ae0e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99552025-08-29T23:03:07.696Z
99562025-08-29T23:03:07.696Zrunning 0 tests
99572025-08-29T23:03:07.696Z
99582025-08-29T23:03:07.696Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99592025-08-29T23:03:07.696Z
99602025-08-29T23:03:07.726Z Doc-tests end_to_end_tests
99612025-08-29T23:03:07.730Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ca4ebf2465e25529.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-0fea58a738981452.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-2b2d37c4c2d7a150.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-69f570790f1414db.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b107887f33ed7a69.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-679cb9d1cc7c09af.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-f4e9e03df8405af5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99622025-08-29T23:03:08.181Z
99632025-08-29T23:03:08.181Zrunning 0 tests
99642025-08-29T23:03:08.181Z
99652025-08-29T23:03:08.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99662025-08-29T23:03:08.181Z
99672025-08-29T23:03:08.211Z Doc-tests ereport_types
99682025-08-29T23:03:08.211Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_types --test ereport/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ereport/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f86a0667f4538d2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99692025-08-29T23:03:08.434Z
99702025-08-29T23:03:08.434Zrunning 0 tests
99712025-08-29T23:03:08.434Z
99722025-08-29T23:03:08.434Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99732025-08-29T23:03:08.434Z
99742025-08-29T23:03:08.438Z Doc-tests gateway_api
99752025-08-29T23:03:08.438Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f86a0667f4538d2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0cac0291d8e81389.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99762025-08-29T23:03:08.742Z
99772025-08-29T23:03:08.742Zrunning 2 tests
99782025-08-29T23:03:08.746Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 78) ... ignored
99792025-08-29T23:03:08.746Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 84) ... ignored
99802025-08-29T23:03:08.746Z
99812025-08-29T23:03:08.746Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
99822025-08-29T23:03:08.746Z
99832025-08-29T23:03:08.767Z Doc-tests gateway_client
99842025-08-29T23:03:08.771Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99852025-08-29T23:03:09.814Z
99862025-08-29T23:03:09.814Zrunning 0 tests
99872025-08-29T23:03:09.814Z
99882025-08-29T23:03:09.814Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99892025-08-29T23:03:09.814Z
99902025-08-29T23:03:09.851Z Doc-tests gateway_test_utils
99912025-08-29T23:03:09.855Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1ab39f11511e72f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-47bb75f810a63853.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99922025-08-29T23:03:10.454Z
99932025-08-29T23:03:10.454Zrunning 0 tests
99942025-08-29T23:03:10.455Z
99952025-08-29T23:03:10.455Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99962025-08-29T23:03:10.456Z
99972025-08-29T23:03:10.493Z Doc-tests gateway_types
99982025-08-29T23:03:10.497Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6e69bbd5a21aae0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99992025-08-29T23:03:11.029Z
100002025-08-29T23:03:11.029Zrunning 0 tests
100012025-08-29T23:03:11.029Z
100022025-08-29T23:03:11.030Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100032025-08-29T23:03:11.030Z
100042025-08-29T23:03:11.078Z Doc-tests gfss
100052025-08-29T23:03:11.092Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c03652d8d6c88650.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-9886ecbbddc28bcf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' --document-private-items -D warnings --error-format human`
100062025-08-29T23:03:11.176Z
100072025-08-29T23:03:11.176Zrunning 0 tests
100082025-08-29T23:03:11.176Z
100092025-08-29T23:03:11.177Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100102025-08-29T23:03:11.177Z
100112025-08-29T23:03:11.194Z Doc-tests id_map
100122025-08-29T23:03:11.199Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name id_map --test id-map/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/id-map -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6e69bbd5a21aae0d.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c84a62f1829b219.so --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100132025-08-29T23:03:11.309Z
100142025-08-29T23:03:11.309Zrunning 0 tests
100152025-08-29T23:03:11.309Z
100162025-08-29T23:03:11.309Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100172025-08-29T23:03:11.309Z
100182025-08-29T23:03:11.320Z Doc-tests illumos_utils
100192025-08-29T23:03:11.324Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-f45b84729fe586da.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d0ff8c2c78f48d6a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f3e46e579ce4c4d0.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-04fb608ab4fbef85.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a8e48c174da3a9d2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
100202025-08-29T23:03:11.957Z
100212025-08-29T23:03:11.957Zrunning 0 tests
100222025-08-29T23:03:11.957Z
100232025-08-29T23:03:11.957Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100242025-08-29T23:03:11.957Z
100252025-08-29T23:03:11.986Z Doc-tests installinator
100262025-08-29T23:03:11.991Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ef23c0d7f4975770.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3129af4774a30fc6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c264731ca2c6128f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-e18b20d07fd34f27.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
100272025-08-29T23:03:12.605Z
100282025-08-29T23:03:12.605Zrunning 0 tests
100292025-08-29T23:03:12.605Z
100302025-08-29T23:03:12.605Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100312025-08-29T23:03:12.605Z
100322025-08-29T23:03:12.645Z Doc-tests installinator_api
100332025-08-29T23:03:12.661Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-20c7285ce8c5ee31.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100342025-08-29T23:03:12.995Z
100352025-08-29T23:03:12.995Zrunning 2 tests
100362025-08-29T23:03:13.001Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
100372025-08-29T23:03:13.002Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
100382025-08-29T23:03:13.002Z
100392025-08-29T23:03:13.002Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100402025-08-29T23:03:13.002Z
100412025-08-29T23:03:13.002Z Doc-tests installinator_client
100422025-08-29T23:03:13.002Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3129af4774a30fc6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100432025-08-29T23:03:13.804Z
100442025-08-29T23:03:13.804Zrunning 0 tests
100452025-08-29T23:03:13.804Z
100462025-08-29T23:03:13.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100472025-08-29T23:03:13.804Z
100482025-08-29T23:03:13.843Z Doc-tests installinator_common
100492025-08-29T23:03:13.843Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100502025-08-29T23:03:14.228Z
100512025-08-29T23:03:14.229Zrunning 0 tests
100522025-08-29T23:03:14.229Z
100532025-08-29T23:03:14.229Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100542025-08-29T23:03:14.229Z
100552025-08-29T23:03:14.258Z Doc-tests internal_dns_resolver
100562025-08-29T23:03:14.277Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e328370c545d7fd8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100572025-08-29T23:03:16.777Z
100582025-08-29T23:03:16.777Zrunning 0 tests
100592025-08-29T23:03:16.777Z
100602025-08-29T23:03:16.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100612025-08-29T23:03:16.777Z
100622025-08-29T23:03:17.141Z Doc-tests internal_dns_types
100632025-08-29T23:03:17.141Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100642025-08-29T23:03:17.141Z
100652025-08-29T23:03:17.141Zrunning 0 tests
100662025-08-29T23:03:17.141Z
100672025-08-29T23:03:17.142Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100682025-08-29T23:03:17.142Z
100692025-08-29T23:03:17.142Z Doc-tests ipcc
100702025-08-29T23:03:17.142Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6a446de549de076f.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c264731ca2c6128f.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-04abdf5c02d00fb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100712025-08-29T23:03:17.142Z
100722025-08-29T23:03:17.142Zrunning 0 tests
100732025-08-29T23:03:17.142Z
100742025-08-29T23:03:17.142Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100752025-08-29T23:03:17.142Z
100762025-08-29T23:03:17.142Z Doc-tests key_manager
100772025-08-29T23:03:17.142Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-41c47d90b9841186.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5a9b602df5cf5a2b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56df59020cd8b770.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100782025-08-29T23:03:17.142Z
100792025-08-29T23:03:17.142Zrunning 0 tests
100802025-08-29T23:03:17.142Z
100812025-08-29T23:03:17.142Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100822025-08-29T23:03:17.142Z
100832025-08-29T23:03:17.142Z Doc-tests live_tests_macros
100842025-08-29T23:03:17.142Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-09754f444a501f60.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100852025-08-29T23:03:17.144Z
100862025-08-29T23:03:17.144Zrunning 1 test
100872025-08-29T23:03:17.144Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
100882025-08-29T23:03:17.144Z
100892025-08-29T23:03:17.144Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100902025-08-29T23:03:17.144Z
100912025-08-29T23:03:17.144Z Doc-tests nexus_auth
100922025-08-29T23:03:17.144Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0f5e53955ccc4cae.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-2e39810d14a71eec.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f83384961d0ef30f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-4ac7bec46b1b1736.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cc7dc78f97b83d6f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
100932025-08-29T23:03:17.207Z
100942025-08-29T23:03:17.207Zrunning 0 tests
100952025-08-29T23:03:17.207Z
100962025-08-29T23:03:17.207Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100972025-08-29T23:03:17.207Z
100982025-08-29T23:03:17.207Z Doc-tests nexus_background_task_interface
100992025-08-29T23:03:17.207Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b41f42837052f70e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101002025-08-29T23:03:17.207Z
101012025-08-29T23:03:17.207Zrunning 0 tests
101022025-08-29T23:03:17.207Z
101032025-08-29T23:03:17.207Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101042025-08-29T23:03:17.209Z
101052025-08-29T23:03:17.209Z Doc-tests nexus_client
101062025-08-29T23:03:17.209Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4595a8b79348ae0e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101072025-08-29T23:03:19.814Z
101082025-08-29T23:03:19.815Zrunning 0 tests
101092025-08-29T23:03:19.815Z
101102025-08-29T23:03:19.815Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101112025-08-29T23:03:19.815Z
101122025-08-29T23:03:19.888Z Doc-tests nexus_config
101132025-08-29T23:03:19.888Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101142025-08-29T23:03:20.325Z
101152025-08-29T23:03:20.325Zrunning 0 tests
101162025-08-29T23:03:20.325Z
101172025-08-29T23:03:20.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101182025-08-29T23:03:20.325Z
101192025-08-29T23:03:20.359Z Doc-tests nexus_db_errors
101202025-08-29T23:03:20.359Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e340083b86ca8543.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c94d4e40227084d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101212025-08-29T23:03:20.750Z
101222025-08-29T23:03:20.751Zrunning 0 tests
101232025-08-29T23:03:20.751Z
101242025-08-29T23:03:20.751Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101252025-08-29T23:03:20.751Z
101262025-08-29T23:03:20.797Z Doc-tests nexus_db_fixed_data
101272025-08-29T23:03:20.797Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f83384961d0ef30f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
101282025-08-29T23:03:21.249Z
101292025-08-29T23:03:21.249Zrunning 0 tests
101302025-08-29T23:03:21.249Z
101312025-08-29T23:03:21.249Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101322025-08-29T23:03:21.249Z
101332025-08-29T23:03:21.285Z Doc-tests nexus_db_lookup
101342025-08-29T23:03:21.285Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cedb53062f19b084.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-eb264640858826b3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ecb4e8014c423104.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c94d4e40227084d3.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
101352025-08-29T23:03:22.075Z
101362025-08-29T23:03:22.075Zrunning 0 tests
101372025-08-29T23:03:22.075Z
101382025-08-29T23:03:22.075Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101392025-08-29T23:03:22.075Z
101402025-08-29T23:03:22.120Z Doc-tests nexus_db_model
101412025-08-29T23:03:22.120Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-eb264640858826b3.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c84a62f1829b219.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6a00b39052fd30b3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-713c7fd65907910b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-0e5ac3bec893a79f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
101422025-08-29T23:03:26.587Z
101432025-08-29T23:03:26.587Zrunning 2 tests
101442025-08-29T23:03:28.091Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
101452025-08-29T23:03:28.165Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
101462025-08-29T23:03:28.165Z
101472025-08-29T23:03:28.165Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.11s
101482025-08-29T23:03:28.166Z
101492025-08-29T23:03:28.255Z Doc-tests nexus_db_queries
101502025-08-29T23:03:28.301Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cedb53062f19b084.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-dbcb8217361b1701.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-614e8197790fdf80.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-eb264640858826b3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ecb4e8014c423104.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bae16fbacaca8933.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-c94d4e40227084d3.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-f83384961d0ef30f.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-4ac7bec46b1b1736.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d8448149a9b86ace.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-0e5ac3bec893a79f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0958cfca0f2b9ad1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
101512025-08-29T23:03:30.426Z
101522025-08-29T23:03:30.426Zrunning 1 test
101532025-08-29T23:03:38.611Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
101542025-08-29T23:03:38.611Z
101552025-08-29T23:03:38.611Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.57s
101562025-08-29T23:03:38.611Z
101572025-08-29T23:03:39.195Z Doc-tests nexus_db_schema
101582025-08-29T23:03:39.195Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e340083b86ca8543.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
101592025-08-29T23:03:40.266Z
101602025-08-29T23:03:40.267Zrunning 0 tests
101612025-08-29T23:03:40.267Z
101622025-08-29T23:03:40.267Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101632025-08-29T23:03:40.267Z
101642025-08-29T23:03:40.506Z Doc-tests nexus_defaults
101652025-08-29T23:03:40.507Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3fd9670d2037859a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6a00b39052fd30b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101662025-08-29T23:03:40.703Z
101672025-08-29T23:03:40.703Zrunning 0 tests
101682025-08-29T23:03:40.703Z
101692025-08-29T23:03:40.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101702025-08-29T23:03:40.703Z
101712025-08-29T23:03:40.729Z Doc-tests nexus_external_api
101722025-08-29T23:03:40.744Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-37b4896391f3dc97.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101732025-08-29T23:03:41.353Z
101742025-08-29T23:03:41.353Zrunning 2 tests
101752025-08-29T23:03:41.356Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 84) ... ignored
101762025-08-29T23:03:41.356Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 90) ... ignored
101772025-08-29T23:03:41.356Z
101782025-08-29T23:03:41.356Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
101792025-08-29T23:03:41.356Z
101802025-08-29T23:03:41.390Z Doc-tests nexus_internal_api
101812025-08-29T23:03:41.394Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f86a0667f4538d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5256566fc3816c97.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101822025-08-29T23:03:41.868Z
101832025-08-29T23:03:41.869Zrunning 2 tests
101842025-08-29T23:03:41.878Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 66) ... ignored
101852025-08-29T23:03:41.878Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 72) ... ignored
101862025-08-29T23:03:41.878Z
101872025-08-29T23:03:41.878Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
101882025-08-29T23:03:41.878Z
101892025-08-29T23:03:41.947Z Doc-tests nexus_inventory
101902025-08-29T23:03:41.998Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f5236009ded1c189.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f347e96a9d9642b0.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f66379bfc8e94589.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-67bbd72995468e05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101912025-08-29T23:03:42.358Z
101922025-08-29T23:03:42.358Zrunning 0 tests
101932025-08-29T23:03:42.358Z
101942025-08-29T23:03:42.358Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101952025-08-29T23:03:42.358Z
101962025-08-29T23:03:42.394Z Doc-tests nexus_macros_common
101972025-08-29T23:03:42.395Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8876f4af9a471da0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101982025-08-29T23:03:42.457Z
101992025-08-29T23:03:42.457Zrunning 0 tests
102002025-08-29T23:03:42.457Z
102012025-08-29T23:03:42.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102022025-08-29T23:03:42.457Z
102032025-08-29T23:03:42.467Z Doc-tests nexus_metrics_producer_gc
102042025-08-29T23:03:42.470Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cedb53062f19b084.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-450f84b7a11e74da.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-969ef5955bc4ec46.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
102052025-08-29T23:03:42.936Z
102062025-08-29T23:03:42.936Zrunning 0 tests
102072025-08-29T23:03:42.936Z
102082025-08-29T23:03:42.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102092025-08-29T23:03:42.936Z
102102025-08-29T23:03:42.979Z Doc-tests nexus_mgs_updates
102112025-08-29T23:03:42.987Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ea8159f970959ec5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9fd3ef4c49916137.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5d54b4ca3e3b0f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102122025-08-29T23:03:43.436Z
102132025-08-29T23:03:43.437Zrunning 0 tests
102142025-08-29T23:03:43.437Z
102152025-08-29T23:03:43.437Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102162025-08-29T23:03:43.437Z
102172025-08-29T23:03:43.468Z Doc-tests nexus_networking
102182025-08-29T23:03:43.473Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a1425ec91817d984.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102192025-08-29T23:03:43.960Z
102202025-08-29T23:03:43.960Zrunning 0 tests
102212025-08-29T23:03:43.960Z
102222025-08-29T23:03:43.960Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102232025-08-29T23:03:43.960Z
102242025-08-29T23:03:44.002Z Doc-tests nexus_reconfigurator_blippy
102252025-08-29T23:03:44.006Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-92180dc36719f677.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102262025-08-29T23:03:44.409Z
102272025-08-29T23:03:44.409Zrunning 0 tests
102282025-08-29T23:03:44.409Z
102292025-08-29T23:03:44.409Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102302025-08-29T23:03:44.409Z
102312025-08-29T23:03:44.413Z Doc-tests nexus_reconfigurator_execution
102322025-08-29T23:03:44.413Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cedb53062f19b084.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f5236009ded1c189.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9ae9f6d5a0eafcec.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-450f84b7a11e74da.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-dace2deac663e6fe.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ea8159f970959ec5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a1425ec91817d984.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-46723e5c193d2224.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-81e87bb767b216f0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-78b527ec85286137.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-01f7216e8bf6c97f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
102332025-08-29T23:03:44.958Z
102342025-08-29T23:03:44.958Zrunning 0 tests
102352025-08-29T23:03:44.959Z
102362025-08-29T23:03:44.959Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102372025-08-29T23:03:44.959Z
102382025-08-29T23:03:45.988Z Doc-tests nexus_reconfigurator_planning
102392025-08-29T23:03:46.042Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-dace2deac663e6fe.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-92180dc36719f677.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-67bbd72995468e05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102402025-08-29T23:03:46.043Z
102412025-08-29T23:03:46.044Zrunning 0 tests
102422025-08-29T23:03:46.045Z
102432025-08-29T23:03:46.047Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102442025-08-29T23:03:46.047Z
102452025-08-29T23:03:46.048Z Doc-tests nexus_reconfigurator_preparation
102462025-08-29T23:03:46.050Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-81e87bb767b216f0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102472025-08-29T23:03:46.182Z
102482025-08-29T23:03:46.182Zrunning 0 tests
102492025-08-29T23:03:46.182Z
102502025-08-29T23:03:46.182Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102512025-08-29T23:03:46.182Z
102522025-08-29T23:03:46.227Z Doc-tests nexus_reconfigurator_rendezvous
102532025-08-29T23:03:46.233Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cedb53062f19b084.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-28c11660b04a8956.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
102542025-08-29T23:03:46.671Z
102552025-08-29T23:03:46.671Zrunning 0 tests
102562025-08-29T23:03:46.671Z
102572025-08-29T23:03:46.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102582025-08-29T23:03:46.671Z
102592025-08-29T23:03:46.711Z Doc-tests nexus_reconfigurator_simulation
102602025-08-29T23:03:46.725Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-14aab49601d2096b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-7a0663a142c5d11f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-ff242f92cb1085d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-67bbd72995468e05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102612025-08-29T23:03:47.160Z
102622025-08-29T23:03:47.160Zrunning 0 tests
102632025-08-29T23:03:47.160Z
102642025-08-29T23:03:47.160Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102652025-08-29T23:03:47.161Z
102662025-08-29T23:03:47.199Z Doc-tests nexus_saga_recovery
102672025-08-29T23:03:47.203Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4595a8b79348ae0e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-fea3389b7c43df65.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-78b527ec85286137.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
102682025-08-29T23:03:47.599Z
102692025-08-29T23:03:47.599Zrunning 0 tests
102702025-08-29T23:03:47.599Z
102712025-08-29T23:03:47.599Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102722025-08-29T23:03:47.599Z
102732025-08-29T23:03:47.633Z Doc-tests nexus_sled_agent_shared
102742025-08-29T23:03:47.633Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_sled_agent_shared --test nexus-sled-agent-shared/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-sled-agent-shared -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102752025-08-29T23:03:48.213Z
102762025-08-29T23:03:48.213Zrunning 0 tests
102772025-08-29T23:03:48.213Z
102782025-08-29T23:03:48.213Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102792025-08-29T23:03:48.213Z
102802025-08-29T23:03:48.254Z Doc-tests nexus_test_interface
102812025-08-29T23:03:48.254Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-41c47d90b9841186.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6bc7d08cc66c831.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
102822025-08-29T23:03:48.694Z
102832025-08-29T23:03:48.694Zrunning 0 tests
102842025-08-29T23:03:48.695Z
102852025-08-29T23:03:48.695Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102862025-08-29T23:03:48.695Z
102872025-08-29T23:03:48.741Z Doc-tests nexus_test_utils
102882025-08-29T23:03:48.741Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6bc7d08cc66c831.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0b09d34b0fc664bf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b08c46c7ff586e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human`
102892025-08-29T23:03:49.557Z
102902025-08-29T23:03:49.557Zrunning 0 tests
102912025-08-29T23:03:49.557Z
102922025-08-29T23:03:49.557Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102932025-08-29T23:03:49.557Z
102942025-08-29T23:03:49.608Z Doc-tests nexus_test_utils_macros
102952025-08-29T23:03:49.608Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-78b527ec85286137.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102962025-08-29T23:03:49.682Z
102972025-08-29T23:03:49.682Zrunning 1 test
102982025-08-29T23:03:49.691Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
102992025-08-29T23:03:49.691Z
103002025-08-29T23:03:49.691Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
103012025-08-29T23:03:49.691Z
103022025-08-29T23:03:49.698Z Doc-tests nexus_types
103032025-08-29T23:03:49.699Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1cf2b1df603378e1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-2e39810d14a71eec.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c84a62f1829b219.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103042025-08-29T23:03:53.668Z
103052025-08-29T23:03:53.668Zrunning 3 tests
103062025-08-29T23:03:53.672Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 1972) ... ignored
103072025-08-29T23:03:53.672Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 1844) ... ignored
103082025-08-29T23:03:53.672Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1034) ... ignored
103092025-08-29T23:03:53.672Z
103102025-08-29T23:03:53.672Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
103112025-08-29T23:03:53.672Z
103122025-08-29T23:03:53.779Z Doc-tests ntp_admin_api
103132025-08-29T23:03:53.779Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ntp_admin_api --test ntp-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f86a0667f4538d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-90c063d07fcd6961.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-54f8cc088e6ad68d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103142025-08-29T23:03:53.968Z
103152025-08-29T23:03:53.968Zrunning 2 tests
103162025-08-29T23:03:53.995Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 46) ... ignored
103172025-08-29T23:03:53.998Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 52) ... ignored
103182025-08-29T23:03:53.998Z
103192025-08-29T23:03:53.998Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
103202025-08-29T23:03:53.998Z
103212025-08-29T23:03:53.998Z Doc-tests ntp_admin_client
103222025-08-29T23:03:53.998Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ntp_admin_client --test clients/ntp-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4595a8b79348ae0e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103232025-08-29T23:03:54.166Z
103242025-08-29T23:03:54.166Zrunning 0 tests
103252025-08-29T23:03:54.166Z
103262025-08-29T23:03:54.166Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103272025-08-29T23:03:54.166Z
103282025-08-29T23:03:54.206Z Doc-tests ntp_admin_types
103292025-08-29T23:03:54.212Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ntp_admin_types --test ntp-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4595a8b79348ae0e.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-54f8cc088e6ad68d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103302025-08-29T23:03:54.289Z
103312025-08-29T23:03:54.289Zrunning 0 tests
103322025-08-29T23:03:54.289Z
103332025-08-29T23:03:54.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103342025-08-29T23:03:54.290Z
103352025-08-29T23:03:54.303Z Doc-tests omicron_certificates
103362025-08-29T23:03:54.307Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f8d71a72b9e8b2c4.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-44b668ede8600b95.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-713c7fd65907910b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103372025-08-29T23:03:54.585Z
103382025-08-29T23:03:54.585Zrunning 0 tests
103392025-08-29T23:03:54.585Z
103402025-08-29T23:03:54.585Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103412025-08-29T23:03:54.585Z
103422025-08-29T23:03:54.610Z Doc-tests omicron_clickhouse_admin
103432025-08-29T23:03:54.615Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-bad1af679035eb70.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e0d31cca961981da.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-db06c338580b8af7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c771a3375d325f73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103442025-08-29T23:03:55.031Z
103452025-08-29T23:03:55.031Zrunning 0 tests
103462025-08-29T23:03:55.031Z
103472025-08-29T23:03:55.031Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103482025-08-29T23:03:55.031Z
103492025-08-29T23:03:55.070Z Doc-tests omicron_cockroach_admin
103502025-08-29T23:03:55.076Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-640d0b51cd23fc89.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-761ba223aa642ada.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0b09d34b0fc664bf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
103512025-08-29T23:03:55.391Z
103522025-08-29T23:03:55.392Zrunning 0 tests
103532025-08-29T23:03:55.392Z
103542025-08-29T23:03:55.392Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103552025-08-29T23:03:55.392Z
103562025-08-29T23:03:55.422Z Doc-tests omicron_cockroach_metrics
103572025-08-29T23:03:55.422Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-1f07cfdc9c2e39d7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-44b65273fc397932.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103582025-08-29T23:03:55.646Z
103592025-08-29T23:03:55.646Zrunning 1 test
103602025-08-29T23:03:55.896Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
103612025-08-29T23:03:55.897Z
103622025-08-29T23:03:55.897Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
103632025-08-29T23:03:55.897Z
103642025-08-29T23:03:55.922Z Doc-tests omicron_common
103652025-08-29T23:03:55.927Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1cf2b1df603378e1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-6382814ebd7444af.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-62c0e713a3847c0c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
103662025-08-29T23:03:57.826Z
103672025-08-29T23:03:57.826Zrunning 2 tests
103682025-08-29T23:03:57.838Ztest common/src/lib.rs - FileKv (line 40) ... ignored
103692025-08-29T23:04:02.994Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
103702025-08-29T23:04:02.994Z
103712025-08-29T23:04:02.994Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.17s
103722025-08-29T23:04:02.994Z
103732025-08-29T23:04:03.065Z Doc-tests omicron_ddm_admin_client
103742025-08-29T23:04:03.065Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8f6bf65726e525c8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103752025-08-29T23:04:03.350Z
103762025-08-29T23:04:03.350Zrunning 0 tests
103772025-08-29T23:04:03.350Z
103782025-08-29T23:04:03.351Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103792025-08-29T23:04:03.351Z
103802025-08-29T23:04:03.376Z Doc-tests omicron_dev_lib
103812025-08-29T23:04:03.386Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-784c297e68e85669.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-d0cc2fd7bb2f3344.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103822025-08-29T23:04:03.621Z
103832025-08-29T23:04:03.622Zrunning 0 tests
103842025-08-29T23:04:03.622Z
103852025-08-29T23:04:03.622Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103862025-08-29T23:04:03.622Z
103872025-08-29T23:04:03.648Z Doc-tests omicron_gateway
103882025-08-29T23:04:03.661Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0cac0291d8e81389.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-49d71127f3af4690.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c264731ca2c6128f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-47bb75f810a63853.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-fb63114deac9d891.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-464ff577eafdd533.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c347f46cf55ae32b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103892025-08-29T23:04:04.368Z
103902025-08-29T23:04:04.368Zrunning 0 tests
103912025-08-29T23:04:04.368Z
103922025-08-29T23:04:04.368Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103932025-08-29T23:04:04.369Z
103942025-08-29T23:04:04.410Z Doc-tests omicron_ls_apis
103952025-08-29T23:04:04.410Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0114a3825d975b1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-cb37677b46739b1e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103962025-08-29T23:04:04.640Z
103972025-08-29T23:04:04.641Zrunning 1 test
103982025-08-29T23:04:04.645Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
103992025-08-29T23:04:04.645Z
104002025-08-29T23:04:04.645Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104012025-08-29T23:04:04.645Z
104022025-08-29T23:04:04.657Z Doc-tests omicron_nexus
104032025-08-29T23:04:04.663Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-cedb53062f19b084.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f5236009ded1c189.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-611e8bf8a90bde41.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9ae9f6d5a0eafcec.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-614e8197790fdf80.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1c59911027d8c2fb.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-6aac4332d3d731fa.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e340083b86ca8543.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ae071b17bed6d8c0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-d64e3c78264433e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6ae10ea56cda503c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f347e96a9d9642b0.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-450f84b7a11e74da.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bae16fbacaca8933.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-12f927028a266d33.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-9678ee214525a67a.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b41f42837052f70e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-f4cf23474b8d321a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-6f3fd37f45d74b18.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-594cb80dbe4b4596.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-95ec7fed441c7f1a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-6a00b39052fd30b3.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-37b4896391f3dc97.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5256566fc3816c97.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-969ef5955bc4ec46.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ea8159f970959ec5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-a1425ec91817d984.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-46723e5c193d2224.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-81e87bb767b216f0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-28c11660b04a8956.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-fea3389b7c43df65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a6bc7d08cc66c831.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-78b527ec85286137.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-abf8fd4e9addb9d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-01f7216e8bf6c97f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-825a950909701285.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b107887f33ed7a69.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b08c46c7ff586e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-44b65273fc397932.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-0e5ac3bec893a79f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0958cfca0f2b9ad1.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-cc7dc78f97b83d6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6d353b8938f7cb8b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-9786b399c554961b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-231a10d57ebe3ad8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2c4c22da317d7d9a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
104042025-08-29T23:04:07.300Z
104052025-08-29T23:04:07.300Zrunning 5 tests
104062025-08-29T23:04:07.305Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 246) ... ignored
104072025-08-29T23:04:10.674Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 854) ... ok
104082025-08-29T23:04:10.679Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 832) ... ok
104092025-08-29T23:04:10.679Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 926) ... ok
104102025-08-29T23:04:10.679Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 896) ... ok
104112025-08-29T23:04:10.679Z
104122025-08-29T23:04:10.679Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.37s
104132025-08-29T23:04:10.679Z
104142025-08-29T23:04:10.773Z Doc-tests omicron_ntp_admin
104152025-08-29T23:04:10.773Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ntp_admin --test ntp-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-86fc845b51dee9ff.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-90c063d07fcd6961.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-54f8cc088e6ad68d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-4a83bee3dce0aab7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
104162025-08-29T23:04:11.052Z
104172025-08-29T23:04:11.052Zrunning 0 tests
104182025-08-29T23:04:11.052Z
104192025-08-29T23:04:11.052Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104202025-08-29T23:04:11.052Z
104212025-08-29T23:04:11.078Z Doc-tests omicron_package
104222025-08-29T23:04:11.083Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0114a3825d975b1b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-08f6be44a05b044a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-35e87ea7a06bfb08.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-0d0e1430d0327259.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-f982376f0c2ca6ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104232025-08-29T23:04:11.339Z
104242025-08-29T23:04:11.339Zrunning 0 tests
104252025-08-29T23:04:11.339Z
104262025-08-29T23:04:11.340Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104272025-08-29T23:04:11.340Z
104282025-08-29T23:04:11.361Z Doc-tests omicron_passwords
104292025-08-29T23:04:11.366Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-585ec2621c7aa31e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-614e8197790fdf80.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dc5628cd2ffc9e49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104302025-08-29T23:04:11.495Z
104312025-08-29T23:04:11.495Zrunning 0 tests
104322025-08-29T23:04:11.495Z
104332025-08-29T23:04:11.495Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104342025-08-29T23:04:11.495Z
104352025-08-29T23:04:11.510Z Doc-tests omicron_pins
104362025-08-29T23:04:11.518Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0114a3825d975b1b.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-97a7643bcdb47f52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b071dad6ed04a436.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104372025-08-29T23:04:11.620Z
104382025-08-29T23:04:11.620Zrunning 0 tests
104392025-08-29T23:04:11.620Z
104402025-08-29T23:04:11.620Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104412025-08-29T23:04:11.621Z
104422025-08-29T23:04:11.648Z Doc-tests omicron_repl_utils
104432025-08-29T23:04:11.702Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-d0ac2bb8563ae55d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104442025-08-29T23:04:11.720Z
104452025-08-29T23:04:11.720Zrunning 0 tests
104462025-08-29T23:04:11.720Z
104472025-08-29T23:04:11.720Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104482025-08-29T23:04:11.720Z
104492025-08-29T23:04:11.757Z Doc-tests omicron_rpaths
104502025-08-29T23:04:11.763Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a8ef47105fedb0bb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104512025-08-29T23:04:11.802Z
104522025-08-29T23:04:11.802Zrunning 0 tests
104532025-08-29T23:04:11.802Z
104542025-08-29T23:04:11.802Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104552025-08-29T23:04:11.802Z
104562025-08-29T23:04:11.815Z Doc-tests omicron_sled_agent
104572025-08-29T23:04:11.815Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-26cb2038a432765c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-159df383b934087a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-658226a81b367da5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-edb894b10c052b43.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-f7c9a4be79f6b11f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a599a2aaa93e6156.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-da828835753b5a38.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-aaad22f1b536c78c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56df59020cd8b770.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e2c518ee4147a9b5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-92180dc36719f677.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-3a09a2eb4fe142ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f3e46e579ce4c4d0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-efff6b713380d8d0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-4c374818cfa16c73.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9fd3ef4c49916137.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-90319df437d96a99.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5d54b4ca3e3b0f4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0d343a6412630e5b.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8daf79b90edce993.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d3f43ee9a1bad88b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9e93a97342da7cb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
104582025-08-29T23:04:13.501Z
104592025-08-29T23:04:13.501Zrunning 0 tests
104602025-08-29T23:04:13.501Z
104612025-08-29T23:04:13.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104622025-08-29T23:04:13.502Z
104632025-08-29T23:04:13.591Z Doc-tests omicron_test_utils
104642025-08-29T23:04:13.591Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f6d96358e93c60cf.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-36c8673bf7654df1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-46010c2eeed2a2e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-d2b56832f95710fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0958cfca0f2b9ad1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
104652025-08-29T23:04:14.638Z
104662025-08-29T23:04:14.638Zrunning 3 tests
104672025-08-29T23:04:14.800Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 237) ... ignored
104682025-08-29T23:04:20.327Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 205) ... ok
104692025-08-29T23:04:20.365Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 249) ... ok
104702025-08-29T23:04:20.365Z
104712025-08-29T23:04:20.366Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 6.05s
104722025-08-29T23:04:20.366Z
104732025-08-29T23:04:20.366Z Doc-tests omicron_uuid_kinds
104742025-08-29T23:04:20.366Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6e69bbd5a21aae0d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' --document-private-items -D warnings --error-format human`
104752025-08-29T23:04:20.366Z
104762025-08-29T23:04:20.366Zrunning 0 tests
104772025-08-29T23:04:20.366Z
104782025-08-29T23:04:20.366Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104792025-08-29T23:04:20.367Z
104802025-08-29T23:04:20.367Z Doc-tests omicron_workspace_hack
104812025-08-29T23:04:20.367Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a023f867486acc90.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-fa37e0de09fa0fe8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-dacbb9cf1167fb96.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-aacfd2cdccf68808.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-918dddd36587fd89.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-19d9f1304dcf7a40.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-685ac79a84b69255.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-8629a278cecb7b23.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9a68ddfa25d2136d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-84d46add4b8597a5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-7fc67dc6d779fea4.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-2e39810d14a71eec.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c88024024eb262dd.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-275a97d56be8b68f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8d54af6fb08d3022.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-72f113c130892b2e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f6a009235cb485a0.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c03652d8d6c88650.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-a51c596edd72d8f2.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-375181654f4c41e1.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-8d4afa50947010bd.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e47ee38796635ed1.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-0a48cc8b19067905.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-2be51631477f9ca5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-03998943d15fa5cc.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ba54a4ee1bd11d0a.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c194b658d59a65e1.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-8856b408ff7e90e9.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-6e7395cf40cb439c.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-34db2e983fc685e1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-21ee97052524a47f.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-710e91481cd0b98a.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9caa1f323c45c460.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-16563b0dfa4a5c72.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6ae10ea56cda503c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-bae16fbacaca8933.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-153f6b9a67c64b83.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a4fd74ac2468524c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-119e9b0cd754c80a.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-dace2deac663e6fe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-3fd9670d2037859a.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5488270ca8c700f6.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-fd7f55707a725433.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-eb27b949f6068efc.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5d31aa9cbc163b3b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-158cf049d676bd12.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6cbdcd7fc85c615a.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-caf299686e7cec65.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6a2faba7b8751801.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-bafffdbacfab42ee.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-5ed192293457b111.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0cc1548a24fd9f67.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-55c188c63291fbf3.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-eef78c50bba7d059.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-51e5d1e7a99effa1.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-ebf13a14a38e330c.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-be98e4fd96343ce6.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d8448149a9b86ace.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-d797afaf21e29317.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-4a669e4ad0e21ffe.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-05820855fe0e705d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5f2da1f73d56e025.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-7a7907bea23cd83a.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-1f2143ef03012a20.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-e8a0bf43db175489.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1cfe07235191dde0.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b4d133c5a80433c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-bb095d7eb0d28ec2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8e665379beeb9a3c.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-4d05d58375967aa4.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-214680a193c04733.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-f1f160653121de6e.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9240021472f657ee.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-43bb47649998433a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-08331bbb5132ebf2.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ebd7ea1a6b1284d.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b071dad6ed04a436.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-c408e455ac50c684.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-58a5172ac4a60185.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-8174e7630f5aa349.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-8428c26553ab55d3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-380517021d21c4e8.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9ffcc4485a5d3239.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d77465ec1bbbf54e.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6646a26bd241eeb4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104822025-08-29T23:04:20.368Z
104832025-08-29T23:04:20.368Zrunning 0 tests
104842025-08-29T23:04:20.368Z
104852025-08-29T23:04:20.368Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104862025-08-29T23:04:20.368Z
104872025-08-29T23:04:20.368Z Doc-tests openapi_manager
104882025-08-29T23:04:20.368Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager --test dev-tools/openapi-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fe68c36aaea6ae09.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-26cb2038a432765c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-bad1af679035eb70.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-640d0b51cd23fc89.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8adb3c2aa92ffea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-0cac0291d8e81389.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-20c7285ce8c5ee31.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-37b4896391f3dc97.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-5256566fc3816c97.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-90c063d07fcd6961.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-64c8a70d7ff8bd30.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b44578b3e6fc1a1a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-8205f27d79057c60.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-68a39b30448a3b42.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104892025-08-29T23:04:20.794Z
104902025-08-29T23:04:20.794Zrunning 0 tests
104912025-08-29T23:04:20.795Z
104922025-08-29T23:04:20.795Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104932025-08-29T23:04:20.795Z
104942025-08-29T23:04:20.836Z Doc-tests openapi_manager_types
104952025-08-29T23:04:20.837Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager_types --test dev-tools/openapi-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104962025-08-29T23:04:20.905Z
104972025-08-29T23:04:20.905Zrunning 2 tests
104982025-08-29T23:04:21.208Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 108) ... ok
104992025-08-29T23:04:21.217Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 90) ... ok
105002025-08-29T23:04:21.217Z
105012025-08-29T23:04:21.217Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
105022025-08-29T23:04:21.217Z
105032025-08-29T23:04:21.224Z Doc-tests oxide_client
105042025-08-29T23:04:21.224Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b107887f33ed7a69.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75d109eb574d49ce.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105052025-08-29T23:04:26.859Z
105062025-08-29T23:04:26.860Zrunning 273 tests
105072025-08-29T23:04:26.891Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
105082025-08-29T23:04:26.891Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
105092025-08-29T23:04:26.892Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
105102025-08-29T23:04:26.892Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
105112025-08-29T23:04:26.892Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
105122025-08-29T23:04:26.892Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
105132025-08-29T23:04:26.892Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
105142025-08-29T23:04:26.892Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
105152025-08-29T23:04:26.892Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
105162025-08-29T23:04:26.892Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
105172025-08-29T23:04:26.893Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 25) ... ignored
105182025-08-29T23:04:26.893Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
105192025-08-29T23:04:26.893Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
105202025-08-29T23:04:26.893Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
105212025-08-29T23:04:26.893Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
105222025-08-29T23:04:26.893Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
105232025-08-29T23:04:26.894Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
105242025-08-29T23:04:26.895Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
105252025-08-29T23:04:26.895Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
105262025-08-29T23:04:26.895Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
105272025-08-29T23:04:26.895Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
105282025-08-29T23:04:26.896Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
105292025-08-29T23:04:26.896Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
105302025-08-29T23:04:26.896Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
105312025-08-29T23:04:26.896Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
105322025-08-29T23:04:26.896Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
105332025-08-29T23:04:26.896Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
105342025-08-29T23:04:26.896Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
105352025-08-29T23:04:26.897Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
105362025-08-29T23:04:26.897Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
105372025-08-29T23:04:26.897Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
105382025-08-29T23:04:26.897Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
105392025-08-29T23:04:26.897Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
105402025-08-29T23:04:26.897Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
105412025-08-29T23:04:26.898Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
105422025-08-29T23:04:26.898Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
105432025-08-29T23:04:26.898Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
105442025-08-29T23:04:26.898Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
105452025-08-29T23:04:26.898Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
105462025-08-29T23:04:26.898Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
105472025-08-29T23:04:26.898Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
105482025-08-29T23:04:26.898Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
105492025-08-29T23:04:26.899Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
105502025-08-29T23:04:26.899Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
105512025-08-29T23:04:26.899Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
105522025-08-29T23:04:26.899Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
105532025-08-29T23:04:26.899Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
105542025-08-29T23:04:26.899Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
105552025-08-29T23:04:26.899Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
105562025-08-29T23:04:26.899Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
105572025-08-29T23:04:26.899Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
105582025-08-29T23:04:26.899Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
105592025-08-29T23:04:26.900Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
105602025-08-29T23:04:26.900Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 26) ... ignored
105612025-08-29T23:04:26.900Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
105622025-08-29T23:04:26.900Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
105632025-08-29T23:04:26.900Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
105642025-08-29T23:04:26.900Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
105652025-08-29T23:04:26.900Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
105662025-08-29T23:04:26.901Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
105672025-08-29T23:04:26.901Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
105682025-08-29T23:04:26.901Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
105692025-08-29T23:04:26.901Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
105702025-08-29T23:04:26.902Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
105712025-08-29T23:04:26.902Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
105722025-08-29T23:04:26.902Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
105732025-08-29T23:04:26.902Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
105742025-08-29T23:04:26.902Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
105752025-08-29T23:04:26.902Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
105762025-08-29T23:04:26.902Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
105772025-08-29T23:04:26.902Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
105782025-08-29T23:04:26.902Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
105792025-08-29T23:04:26.903Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 26) ... ignored
105802025-08-29T23:04:26.903Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
105812025-08-29T23:04:26.903Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
105822025-08-29T23:04:26.903Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
105832025-08-29T23:04:26.903Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
105842025-08-29T23:04:26.903Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
105852025-08-29T23:04:26.903Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
105862025-08-29T23:04:26.903Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
105872025-08-29T23:04:26.903Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
105882025-08-29T23:04:26.903Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
105892025-08-29T23:04:26.904Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
105902025-08-29T23:04:26.904Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
105912025-08-29T23:04:26.904Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
105922025-08-29T23:04:26.904Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
105932025-08-29T23:04:26.904Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
105942025-08-29T23:04:26.904Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
105952025-08-29T23:04:26.904Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
105962025-08-29T23:04:26.905Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
105972025-08-29T23:04:26.905Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
105982025-08-29T23:04:26.905Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
105992025-08-29T23:04:26.905Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
106002025-08-29T23:04:26.905Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
106012025-08-29T23:04:26.905Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
106022025-08-29T23:04:26.906Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
106032025-08-29T23:04:26.906Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
106042025-08-29T23:04:26.906Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
106052025-08-29T23:04:26.906Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
106062025-08-29T23:04:26.906Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
106072025-08-29T23:04:27.059Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
106082025-08-29T23:04:27.059Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
106092025-08-29T23:04:27.059Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
106102025-08-29T23:04:27.059Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
106112025-08-29T23:04:27.059Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
106122025-08-29T23:04:27.059Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
106132025-08-29T23:04:27.059Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
106142025-08-29T23:04:27.059Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
106152025-08-29T23:04:27.059Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
106162025-08-29T23:04:27.059Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
106172025-08-29T23:04:27.060Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
106182025-08-29T23:04:27.060Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
106192025-08-29T23:04:27.060Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
106202025-08-29T23:04:27.060Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
106212025-08-29T23:04:27.060Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
106222025-08-29T23:04:27.060Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
106232025-08-29T23:04:27.060Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
106242025-08-29T23:04:27.061Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
106252025-08-29T23:04:27.061Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
106262025-08-29T23:04:27.061Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
106272025-08-29T23:04:27.062Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
106282025-08-29T23:04:27.062Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
106292025-08-29T23:04:27.062Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
106302025-08-29T23:04:27.062Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
106312025-08-29T23:04:27.062Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
106322025-08-29T23:04:27.062Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
106332025-08-29T23:04:27.063Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
106342025-08-29T23:04:27.063Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
106352025-08-29T23:04:27.063Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
106362025-08-29T23:04:27.063Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
106372025-08-29T23:04:27.063Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
106382025-08-29T23:04:27.063Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
106392025-08-29T23:04:27.063Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
106402025-08-29T23:04:27.063Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
106412025-08-29T23:04:27.063Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
106422025-08-29T23:04:27.063Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
106432025-08-29T23:04:27.063Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
106442025-08-29T23:04:27.063Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
106452025-08-29T23:04:27.063Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
106462025-08-29T23:04:27.063Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
106472025-08-29T23:04:27.064Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
106482025-08-29T23:04:27.064Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
106492025-08-29T23:04:27.064Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
106502025-08-29T23:04:27.064Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
106512025-08-29T23:04:27.064Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
106522025-08-29T23:04:27.064Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 23) ... ignored
106532025-08-29T23:04:27.064Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
106542025-08-29T23:04:27.064Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
106552025-08-29T23:04:27.064Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
106562025-08-29T23:04:27.064Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
106572025-08-29T23:04:27.064Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
106582025-08-29T23:04:27.065Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
106592025-08-29T23:04:27.065Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
106602025-08-29T23:04:27.065Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
106612025-08-29T23:04:27.065Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 23) ... ignored
106622025-08-29T23:04:27.065Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 25) ... ignored
106632025-08-29T23:04:27.065Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 27) ... ignored
106642025-08-29T23:04:27.065Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 28) ... ignored
106652025-08-29T23:04:27.065Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 29) ... ignored
106662025-08-29T23:04:27.066Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 26) ... ignored
106672025-08-29T23:04:27.066Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 25) ... ignored
106682025-08-29T23:04:27.066Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 28) ... ignored
106692025-08-29T23:04:27.067Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 23) ... ignored
106702025-08-29T23:04:27.067Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 23) ... ignored
106712025-08-29T23:04:27.067Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 28) ... ignored
106722025-08-29T23:04:27.067Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 28) ... ignored
106732025-08-29T23:04:27.067Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 25) ... ignored
106742025-08-29T23:04:27.067Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 25) ... ignored
106752025-08-29T23:04:27.067Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 26) ... ignored
106762025-08-29T23:04:27.067Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 25) ... ignored
106772025-08-29T23:04:27.067Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 25) ... ignored
106782025-08-29T23:04:27.067Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
106792025-08-29T23:04:27.068Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
106802025-08-29T23:04:27.068Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
106812025-08-29T23:04:27.068Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
106822025-08-29T23:04:27.068Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
106832025-08-29T23:04:27.068Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
106842025-08-29T23:04:27.068Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
106852025-08-29T23:04:27.068Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
106862025-08-29T23:04:27.068Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
106872025-08-29T23:04:27.068Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
106882025-08-29T23:04:27.069Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
106892025-08-29T23:04:27.069Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
106902025-08-29T23:04:27.069Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
106912025-08-29T23:04:27.069Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
106922025-08-29T23:04:27.069Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
106932025-08-29T23:04:27.069Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
106942025-08-29T23:04:27.069Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
106952025-08-29T23:04:27.069Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
106962025-08-29T23:04:27.069Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
106972025-08-29T23:04:27.069Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
106982025-08-29T23:04:27.070Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
106992025-08-29T23:04:27.070Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 25) ... ignored
107002025-08-29T23:04:27.070Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
107012025-08-29T23:04:27.071Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
107022025-08-29T23:04:27.071Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
107032025-08-29T23:04:27.071Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
107042025-08-29T23:04:27.071Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
107052025-08-29T23:04:27.071Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
107062025-08-29T23:04:27.072Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
107072025-08-29T23:04:27.225Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
107082025-08-29T23:04:27.225Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
107092025-08-29T23:04:27.225Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
107102025-08-29T23:04:27.226Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
107112025-08-29T23:04:27.226Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
107122025-08-29T23:04:27.226Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
107132025-08-29T23:04:27.228Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
107142025-08-29T23:04:27.228Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
107152025-08-29T23:04:27.228Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
107162025-08-29T23:04:27.229Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
107172025-08-29T23:04:27.229Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
107182025-08-29T23:04:27.229Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
107192025-08-29T23:04:27.229Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
107202025-08-29T23:04:27.229Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
107212025-08-29T23:04:27.229Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
107222025-08-29T23:04:27.229Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
107232025-08-29T23:04:27.229Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
107242025-08-29T23:04:27.229Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
107252025-08-29T23:04:27.229Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
107262025-08-29T23:04:27.229Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
107272025-08-29T23:04:27.229Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
107282025-08-29T23:04:27.229Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
107292025-08-29T23:04:27.229Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
107302025-08-29T23:04:27.230Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
107312025-08-29T23:04:27.230Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
107322025-08-29T23:04:27.230Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
107332025-08-29T23:04:27.230Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
107342025-08-29T23:04:27.230Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
107352025-08-29T23:04:27.230Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
107362025-08-29T23:04:27.230Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
107372025-08-29T23:04:27.230Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_get_repository (line 25) ... ignored
107382025-08-29T23:04:27.230Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_put_repository (line 28) ... ignored
107392025-08-29T23:04:27.230Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
107402025-08-29T23:04:27.230Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
107412025-08-29T23:04:27.231Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
107422025-08-29T23:04:27.231Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
107432025-08-29T23:04:27.231Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
107442025-08-29T23:04:27.231Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_view (line 25) ... ignored
107452025-08-29T23:04:27.231Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
107462025-08-29T23:04:27.231Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
107472025-08-29T23:04:27.231Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
107482025-08-29T23:04:27.231Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
107492025-08-29T23:04:27.231Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
107502025-08-29T23:04:27.231Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
107512025-08-29T23:04:27.231Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
107522025-08-29T23:04:27.231Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
107532025-08-29T23:04:27.232Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
107542025-08-29T23:04:27.232Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
107552025-08-29T23:04:27.232Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
107562025-08-29T23:04:27.232Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
107572025-08-29T23:04:27.232Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
107582025-08-29T23:04:27.232Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
107592025-08-29T23:04:27.232Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
107602025-08-29T23:04:27.232Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
107612025-08-29T23:04:27.233Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
107622025-08-29T23:04:27.233Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
107632025-08-29T23:04:27.233Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
107642025-08-29T23:04:27.233Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
107652025-08-29T23:04:27.233Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
107662025-08-29T23:04:27.233Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
107672025-08-29T23:04:27.233Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
107682025-08-29T23:04:27.234Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
107692025-08-29T23:04:27.234Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
107702025-08-29T23:04:27.234Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
107712025-08-29T23:04:27.234Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
107722025-08-29T23:04:27.234Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
107732025-08-29T23:04:27.234Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
107742025-08-29T23:04:27.234Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
107752025-08-29T23:04:27.234Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
107762025-08-29T23:04:27.235Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
107772025-08-29T23:04:27.235Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
107782025-08-29T23:04:27.235Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
107792025-08-29T23:04:27.235Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
107802025-08-29T23:04:27.235Z
107812025-08-29T23:04:27.235Ztest result: ok. 0 passed; 0 failed; 273 ignored; 0 measured; 0 filtered out; finished in 0.01s
107822025-08-29T23:04:27.235Z
107832025-08-29T23:04:27.235Z Doc-tests oximeter
107842025-08-29T23:04:27.235Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-02a9a0efb6181b8d.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-38ea91d21a6eeb48.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-c0ee4cd57b6da138.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-90e570499299010f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107852025-08-29T23:04:27.364Z
107862025-08-29T23:04:27.365Zrunning 2 tests
107872025-08-29T23:04:27.365Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
107882025-08-29T23:04:28.487Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
107892025-08-29T23:04:28.487Z
107902025-08-29T23:04:28.487Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.24s
107912025-08-29T23:04:28.487Z
107922025-08-29T23:04:28.526Z Doc-tests oximeter_api
107932025-08-29T23:04:28.526Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4595a8b79348ae0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b44578b3e6fc1a1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107942025-08-29T23:04:28.816Z
107952025-08-29T23:04:28.816Zrunning 2 tests
107962025-08-29T23:04:28.821Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 55) ... ignored
107972025-08-29T23:04:28.821Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 61) ... ignored
107982025-08-29T23:04:28.821Z
107992025-08-29T23:04:28.821Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108002025-08-29T23:04:28.821Z
108012025-08-29T23:04:28.842Z Doc-tests oximeter_client
108022025-08-29T23:04:28.847Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4595a8b79348ae0e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108032025-08-29T23:04:29.232Z
108042025-08-29T23:04:29.233Zrunning 0 tests
108052025-08-29T23:04:29.233Z
108062025-08-29T23:04:29.233Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108072025-08-29T23:04:29.233Z
108082025-08-29T23:04:29.265Z Doc-tests oximeter_collector
108092025-08-29T23:04:29.269Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f347e96a9d9642b0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b44578b3e6fc1a1a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3e24cb77429ef800.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-83b08c46c7ff586e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108102025-08-29T23:04:29.854Z
108112025-08-29T23:04:29.855Zrunning 0 tests
108122025-08-29T23:04:29.855Z
108132025-08-29T23:04:29.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108142025-08-29T23:04:29.855Z
108152025-08-29T23:04:29.897Z Doc-tests oximeter_db
108162025-08-29T23:04:29.905Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-9e4ce52b5e02f830.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-958080e60e6029e1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e3a2dc1fcf8e0cd6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-dbcb8217361b1701.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-614e8197790fdf80.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f6d96358e93c60cf.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-fe7adf2a3d3ea3d2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-ba17a7907081ab27.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c771a3375d325f73.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1a9cf255e3fe73b8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-3bb7afa0e052d769.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-6567dbfa129230c7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b5719cfe9eb7f5df.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4450d2f8e590b3ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
108172025-08-29T23:04:30.949Z
108182025-08-29T23:04:30.949Zrunning 5 tests
108192025-08-29T23:04:30.959Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
108202025-08-29T23:04:30.959Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
108212025-08-29T23:04:30.959Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
108222025-08-29T23:04:30.959Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
108232025-08-29T23:04:30.959Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
108242025-08-29T23:04:30.959Z
108252025-08-29T23:04:30.959Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
108262025-08-29T23:04:30.959Z
108272025-08-29T23:04:31.001Z Doc-tests oximeter_instruments
108282025-08-29T23:04:31.007Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-73ccef7842c14551.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-4ee8c2e089c602f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
108292025-08-29T23:04:31.420Z
108302025-08-29T23:04:31.420Zrunning 0 tests
108312025-08-29T23:04:31.420Z
108322025-08-29T23:04:31.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108332025-08-29T23:04:31.421Z
108342025-08-29T23:04:31.453Z Doc-tests oximeter_macro_impl
108352025-08-29T23:04:31.458Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-303b33ef69c39e7c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-02a9a0efb6181b8d.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108362025-08-29T23:04:31.530Z
108372025-08-29T23:04:31.530Zrunning 0 tests
108382025-08-29T23:04:31.531Z
108392025-08-29T23:04:31.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108402025-08-29T23:04:31.531Z
108412025-08-29T23:04:31.541Z Doc-tests oximeter_producer
108422025-08-29T23:04:31.545Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d9d92dac28c06bf0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e6cb646779933a30.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-dbd0bfde47fc1983.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108432025-08-29T23:04:31.972Z
108442025-08-29T23:04:31.973Zrunning 0 tests
108452025-08-29T23:04:31.973Z
108462025-08-29T23:04:31.973Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108472025-08-29T23:04:31.973Z
108482025-08-29T23:04:32.015Z Doc-tests oximeter_schema
108492025-08-29T23:04:32.018Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9612a25fb0aed7d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-38ea91d21a6eeb48.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-90e570499299010f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108502025-08-29T23:04:32.335Z
108512025-08-29T23:04:32.335Zrunning 0 tests
108522025-08-29T23:04:32.335Z
108532025-08-29T23:04:32.335Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108542025-08-29T23:04:32.335Z
108552025-08-29T23:04:32.358Z Doc-tests oximeter_test_utils
108562025-08-29T23:04:32.362Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-197c4bc006e5eda1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-adfc0abce19f98bb.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-02a9a0efb6181b8d.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c771a3375d325f73.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108572025-08-29T23:04:32.693Z
108582025-08-29T23:04:32.694Zrunning 0 tests
108592025-08-29T23:04:32.694Z
108602025-08-29T23:04:32.694Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108612025-08-29T23:04:32.694Z
108622025-08-29T23:04:32.726Z Doc-tests oximeter_timeseries_macro
108632025-08-29T23:04:32.730Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-303b33ef69c39e7c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fb146d15d0666ead.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-c0ee4cd57b6da138.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-0904e7cc6ae9030d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-862561e759921f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-3e7e2e136806e48c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-3b56629d53d220b7.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108642025-08-29T23:04:32.970Z
108652025-08-29T23:04:32.970Zrunning 0 tests
108662025-08-29T23:04:32.970Z
108672025-08-29T23:04:32.970Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108682025-08-29T23:04:32.971Z
108692025-08-29T23:04:33.009Z Doc-tests oximeter_types
108702025-08-29T23:04:33.032Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e9a1bdb27c790840.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-614e8197790fdf80.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-56e3f4021334fd94.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-02a9a0efb6181b8d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-de4c1a47b1e4d27f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-b3b10877585f41a1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-f99e50500207a476.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-9d1a71a343ddbfa3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108712025-08-29T23:04:33.578Z
108722025-08-29T23:04:33.578Zrunning 11 tests
108732025-08-29T23:04:34.250Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
108742025-08-29T23:04:41.760Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
108752025-08-29T23:04:41.791Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
108762025-08-29T23:04:41.819Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
108772025-08-29T23:04:41.850Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
108782025-08-29T23:04:41.859Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
108792025-08-29T23:04:42.044Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
108802025-08-29T23:04:42.095Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
108812025-08-29T23:04:42.291Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
108822025-08-29T23:04:44.090Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
108832025-08-29T23:04:46.997Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
108842025-08-29T23:04:46.997Z
108852025-08-29T23:04:46.997Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.43s
108862025-08-29T23:04:46.997Z
108872025-08-29T23:04:47.040Z Doc-tests oxlog
108882025-08-29T23:04:47.045Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ca80495d96b92005.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a8e48c174da3a9d2.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3fd8446d2566a752.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108892025-08-29T23:04:47.124Z
108902025-08-29T23:04:47.124Zrunning 0 tests
108912025-08-29T23:04:47.124Z
108922025-08-29T23:04:47.124Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108932025-08-29T23:04:47.124Z
108942025-08-29T23:04:47.134Z Doc-tests oxql_types
108952025-08-29T23:04:47.138Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c3f157400570652f.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-0ea0dec4f78e8e14.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9fd6c4a876fac103.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-93c840d1d2703256.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108962025-08-29T23:04:47.479Z
108972025-08-29T23:04:47.479Zrunning 0 tests
108982025-08-29T23:04:47.479Z
108992025-08-29T23:04:47.479Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109002025-08-29T23:04:47.479Z
109012025-08-29T23:04:47.508Z Doc-tests parallel_task_set
109022025-08-29T23:04:47.512Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-303b33ef69c39e7c.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-44b65273fc397932.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109032025-08-29T23:04:47.574Z
109042025-08-29T23:04:47.574Zrunning 0 tests
109052025-08-29T23:04:47.574Z
109062025-08-29T23:04:47.574Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109072025-08-29T23:04:47.574Z
109082025-08-29T23:04:47.585Z Doc-tests range_requests
109092025-08-29T23:04:47.589Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7fc25a4247ca8d94.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-4e9172ec7057384e.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-07d02e58de0db8b7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109102025-08-29T23:04:47.753Z
109112025-08-29T23:04:47.753Zrunning 0 tests
109122025-08-29T23:04:47.754Z
109132025-08-29T23:04:47.754Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109142025-08-29T23:04:47.754Z
109152025-08-29T23:04:47.772Z Doc-tests reconfigurator_cli
109162025-08-29T23:04:47.776Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3aebff0611dc5d5e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-20b778ea24683811.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-d57d07718e35c141.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-92180dc36719f677.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-17bbe626da573f76.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-14aab49601d2096b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-d0ac2bb8563ae55d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-8842bbb92dc1c461.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-be939306ae8345f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2c4c22da317d7d9a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
109172025-08-29T23:04:48.457Z
109182025-08-29T23:04:48.457Zrunning 0 tests
109192025-08-29T23:04:48.457Z
109202025-08-29T23:04:48.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109212025-08-29T23:04:48.458Z
109222025-08-29T23:04:48.534Z Doc-tests repo_depot_api
109232025-08-29T23:04:48.534Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f86a0667f4538d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-df6be4f773fb6fbc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109242025-08-29T23:04:48.689Z
109252025-08-29T23:04:48.689Zrunning 2 tests
109262025-08-29T23:04:48.708Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
109272025-08-29T23:04:48.708Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
109282025-08-29T23:04:48.708Z
109292025-08-29T23:04:48.708Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109302025-08-29T23:04:48.709Z
109312025-08-29T23:04:48.713Z Doc-tests repo_depot_client
109322025-08-29T23:04:48.713Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9fd3ef4c49916137.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109332025-08-29T23:04:48.901Z
109342025-08-29T23:04:48.901Zrunning 0 tests
109352025-08-29T23:04:48.901Z
109362025-08-29T23:04:48.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109372025-08-29T23:04:48.901Z
109382025-08-29T23:04:48.921Z Doc-tests sled_agent_api
109392025-08-29T23:04:48.925Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1ab39f11511e72f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-9e90ec11f00ade64.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5d54b4ca3e3b0f4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109402025-08-29T23:04:49.434Z
109412025-08-29T23:04:49.434Zrunning 2 tests
109422025-08-29T23:04:49.438Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 105) ... ignored
109432025-08-29T23:04:49.438Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 111) ... ignored
109442025-08-29T23:04:49.438Z
109452025-08-29T23:04:49.438Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109462025-08-29T23:04:49.438Z
109472025-08-29T23:04:49.466Z Doc-tests sled_agent_client
109482025-08-29T23:04:49.469Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-983cacccc4fde956.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109492025-08-29T23:04:51.794Z
109502025-08-29T23:04:51.794Zrunning 0 tests
109512025-08-29T23:04:51.795Z
109522025-08-29T23:04:51.795Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109532025-08-29T23:04:51.795Z
109542025-08-29T23:04:51.873Z Doc-tests sled_agent_config_reconciler
109552025-08-29T23:04:51.881Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c02d4f29c45ed55b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56df59020cd8b770.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-b0cb1ba3c6ea014d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-0bd4144e3cb2f122.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f66379bfc8e94589.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
109562025-08-29T23:04:52.518Z
109572025-08-29T23:04:52.518Zrunning 0 tests
109582025-08-29T23:04:52.518Z
109592025-08-29T23:04:52.518Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109602025-08-29T23:04:52.518Z
109612025-08-29T23:04:52.558Z Doc-tests sled_agent_types
109622025-08-29T23:04:52.558Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-9f290b174e1c7fb6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-488827abf405b754.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-04a487eee05280e9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109632025-08-29T23:04:53.373Z
109642025-08-29T23:04:53.373Zrunning 0 tests
109652025-08-29T23:04:53.373Z
109662025-08-29T23:04:53.374Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109672025-08-29T23:04:53.374Z
109682025-08-29T23:04:53.416Z Doc-tests sled_agent_zone_images
109692025-08-29T23:04:53.420Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_zone_images --test sled-agent/zone-images/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/zone-images -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1ab39f11511e72f8.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-5c7865fe80fc2454.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-90319df437d96a99.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f66379bfc8e94589.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109702025-08-29T23:04:53.799Z
109712025-08-29T23:04:53.799Zrunning 0 tests
109722025-08-29T23:04:53.799Z
109732025-08-29T23:04:53.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109742025-08-29T23:04:53.799Z
109752025-08-29T23:04:53.831Z Doc-tests sled_agent_zone_images_examples
109762025-08-29T23:04:53.831Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_zone_images_examples --test sled-agent/zone-images-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/zone-images-examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1ab39f11511e72f8.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-5c7865fe80fc2454.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fa004c541635159c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f66379bfc8e94589.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109772025-08-29T23:04:54.158Z
109782025-08-29T23:04:54.158Zrunning 0 tests
109792025-08-29T23:04:54.158Z
109802025-08-29T23:04:54.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109812025-08-29T23:04:54.159Z
109822025-08-29T23:04:54.190Z Doc-tests sled_diagnostics
109832025-08-29T23:04:54.193Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a8e48c174da3a9d2.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-44b65273fc397932.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-9cd5ce373896e612.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c5d54b4ca3e3b0f4.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-baefe1c512864837.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109842025-08-29T23:04:54.536Z
109852025-08-29T23:04:54.537Zrunning 0 tests
109862025-08-29T23:04:54.537Z
109872025-08-29T23:04:54.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109882025-08-29T23:04:54.538Z
109892025-08-29T23:04:54.565Z Doc-tests sled_hardware
109902025-08-29T23:04:54.568Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-f6d96358e93c60cf.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-08a204a8dc5b660a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-43e38653a8531bbf.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ed56ff1448281377.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d3f43ee9a1bad88b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
109912025-08-29T23:04:54.956Z
109922025-08-29T23:04:54.956Zrunning 0 tests
109932025-08-29T23:04:54.956Z
109942025-08-29T23:04:54.956Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109952025-08-29T23:04:54.956Z
109962025-08-29T23:04:54.987Z Doc-tests sled_hardware_types
109972025-08-29T23:04:54.987Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-43b26eef3d178e8f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109982025-08-29T23:04:55.284Z
109992025-08-29T23:04:55.284Zrunning 0 tests
110002025-08-29T23:04:55.284Z
110012025-08-29T23:04:55.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110022025-08-29T23:04:55.284Z
110032025-08-29T23:04:55.313Z Doc-tests sled_storage
110042025-08-29T23:04:55.317Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-56df59020cd8b770.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-9881110daa9b43fc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
110052025-08-29T23:04:55.765Z
110062025-08-29T23:04:55.765Zrunning 0 tests
110072025-08-29T23:04:55.765Z
110082025-08-29T23:04:55.765Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110092025-08-29T23:04:55.765Z
110102025-08-29T23:04:55.798Z Doc-tests sp_sim
110112025-08-29T23:04:55.798Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-34db2e983fc685e1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-71a5fefae4d9e3a0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-4ba1a8c0141968be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-da54cebf2bb57aa0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-b3af211cdea96d96.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6646a26bd241eeb4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110122025-08-29T23:04:56.444Z
110132025-08-29T23:04:56.445Zrunning 0 tests
110142025-08-29T23:04:56.445Z
110152025-08-29T23:04:56.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110162025-08-29T23:04:56.445Z
110172025-08-29T23:04:56.485Z Doc-tests trust_quorum
110182025-08-29T23:04:56.491Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-ca0b22273cebe02d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-958080e60e6029e1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-abba952c9759ff89.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12b3a24b3bb6d9a1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-825648db36282c10.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-9886ecbbddc28bcf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5a9b602df5cf5a2b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b8fd7fff960ca28a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-328dd0a1c27f23dc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-616c84218f6be2d8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2fabb904f4f33a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d73af920aef95a14.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-8b6df358eae9e2e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' --document-private-items -D warnings --error-format human`
110192025-08-29T23:04:56.989Z
110202025-08-29T23:04:56.989Zrunning 0 tests
110212025-08-29T23:04:56.989Z
110222025-08-29T23:04:56.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110232025-08-29T23:04:56.990Z
110242025-08-29T23:04:57.025Z Doc-tests trust_quorum_test_utils
110252025-08-29T23:04:57.025Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_test_utils --test trust-quorum/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1ab39f11511e72f8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-6e69bbd5a21aae0d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-9886ecbbddc28bcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-5a5727f9a509e3c9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-d73af920aef95a14.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-8b6df358eae9e2e0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110262025-08-29T23:04:57.407Z
110272025-08-29T23:04:57.407Zrunning 0 tests
110282025-08-29T23:04:57.407Z
110292025-08-29T23:04:57.407Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110302025-08-29T23:04:57.408Z
110312025-08-29T23:04:57.437Z Doc-tests typed_rng
110322025-08-29T23:04:57.437Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-20b778ea24683811.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3708ad563010fdb5.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-6db268b7ab5218c6.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-67bbd72995468e05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110332025-08-29T23:04:57.532Z
110342025-08-29T23:04:57.532Zrunning 0 tests
110352025-08-29T23:04:57.532Z
110362025-08-29T23:04:57.532Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110372025-08-29T23:04:57.532Z
110382025-08-29T23:04:57.545Z Doc-tests update_common
110392025-08-29T23:04:57.549Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2c4c22da317d7d9a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-9e93a97342da7cb4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110402025-08-29T23:04:57.882Z
110412025-08-29T23:04:57.882Zrunning 0 tests
110422025-08-29T23:04:57.882Z
110432025-08-29T23:04:57.882Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110442025-08-29T23:04:57.882Z
110452025-08-29T23:04:57.910Z Doc-tests update_engine
110462025-08-29T23:04:57.914Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7ae056b45f42057d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4595a8b79348ae0e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c84a62f1829b219.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5a8ba38dd8c9c489.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-09670cff46bdc2a9.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-09c1fab102bb0169.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-a914a810e7648424.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23f00d3665e990ff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110472025-08-29T23:04:58.361Z
110482025-08-29T23:04:58.361Zrunning 4 tests
110492025-08-29T23:04:58.365Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
110502025-08-29T23:04:58.365Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
110512025-08-29T23:04:58.365Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
110522025-08-29T23:04:59.466Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
110532025-08-29T23:04:59.466Z
110542025-08-29T23:04:59.466Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.10s
110552025-08-29T23:04:59.466Z
110562025-08-29T23:04:59.494Z Doc-tests wicket
110572025-08-29T23:04:59.509Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e620476de194b608.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a446de549de076f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f3f41ccd8f8b0723.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-60e349419ff39633.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-f337ee47a6db9f97.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f24391214db0f810.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6cd10c8ccff504d8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-704014836a3eb908.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4c806b4877c02ae1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b071dad6ed04a436.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5a1679b8d288c4a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b8e684ae52e6a06a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8bff3f16c603f3e9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f05708c27d05e07a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c543893b8fa11592.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110582025-08-29T23:05:00.393Z
110592025-08-29T23:05:00.393Zrunning 0 tests
110602025-08-29T23:05:00.393Z
110612025-08-29T23:05:00.393Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110622025-08-29T23:05:00.393Z
110632025-08-29T23:05:00.438Z Doc-tests wicket_common
110642025-08-29T23:05:00.438Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-51d9e4fc1b063424.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5a1679b8d288c4a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110652025-08-29T23:05:01.091Z
110662025-08-29T23:05:01.091Zrunning 0 tests
110672025-08-29T23:05:01.091Z
110682025-08-29T23:05:01.091Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110692025-08-29T23:05:01.091Z
110702025-08-29T23:05:01.096Z Doc-tests wicket_dbg
110712025-08-29T23:05:01.096Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-6a446de549de076f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0fd9158a9b5639f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-af4981e7f14b2684.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-cc2c239a89d86c5f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8bff3f16c603f3e9.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-a5c24e6cde158a35.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110722025-08-29T23:05:01.526Z
110732025-08-29T23:05:01.526Zrunning 0 tests
110742025-08-29T23:05:01.526Z
110752025-08-29T23:05:01.526Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110762025-08-29T23:05:01.526Z
110772025-08-29T23:05:01.560Z Doc-tests wicketd
110782025-08-29T23:05:01.565Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-41c47d90b9841186.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b76f60d987f4d5e4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7fc25a4247ca8d94.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4f75889ed8135f2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f8d71a72b9e8b2c4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bdfed07ab7b3e45a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-080b5f685c1c2db9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-163bfd59a4ebceb3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-10df9339ad3f417c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-f1781bfe40d2c2ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-29681606b761c47c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-375b73b517eb0260.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-01d4044bf31cfb08.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-57868c250e025ad0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-34755a53d1201374.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-32b24d5d5a8d10b2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-ef23c0d7f4975770.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-20c7285ce8c5ee31.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3129af4774a30fc6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-b1b867f3428252ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-fedab330a5d04e33.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-713c7fd65907910b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7dcdafca353d0efb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-3c7c5e554a4d5f5c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-3d4b95175c817e03.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0d30b965b3e9aa6a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b931b77f68e70a43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0ac40a299cb0ecd1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-90319df437d96a99.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-f66379bfc8e94589.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9a7c71b8e63daca2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-bdb4ab9a8c39c308.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-33544f2ccf232005.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-fac0151730ef4663.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-fb301ec7943183bf.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ed66e64bb699c714.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-efb23b91d7e1618c.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-5a1679b8d288c4a1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2c4c22da317d7d9a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-68592a965b5c3725.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7214d1e2543ebfa3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8bff3f16c603f3e9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-cd1e5d63ff2a6032.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-68a39b30448a3b42.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f05708c27d05e07a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110792025-08-29T23:05:02.250Z
110802025-08-29T23:05:02.250Zrunning 0 tests
110812025-08-29T23:05:02.250Z
110822025-08-29T23:05:02.250Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110832025-08-29T23:05:02.250Z
110842025-08-29T23:05:02.292Z Doc-tests wicketd_api
110852025-08-29T23:05:02.292Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b7d182e740f885bd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-9f7281a7998b07c0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-692a28b866e71077.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-cf6fbe8a9b722a44.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-68a39b30448a3b42.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110862025-08-29T23:05:02.740Z
110872025-08-29T23:05:02.740Zrunning 2 tests
110882025-08-29T23:05:02.743Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
110892025-08-29T23:05:02.744Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
110902025-08-29T23:05:02.744Z
110912025-08-29T23:05:02.744Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110922025-08-29T23:05:02.744Z
110932025-08-29T23:05:02.775Z Doc-tests wicketd_client
110942025-08-29T23:05:02.775Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4595a8b79348ae0e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d98b71ba00387c6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-b57e74831f3eb579.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ff4a936a0fd326c5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-cf96e9a33d86a668.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-eb575204b5be09b2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ff23ca41994ba411.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-6742c73914dcd771.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9d81715d35aca945.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7065f3fe0d49b2df.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-2177fb5b85701279.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f05708c27d05e07a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110952025-08-29T23:05:04.751Z
110962025-08-29T23:05:04.751Zrunning 0 tests
110972025-08-29T23:05:04.751Z
110982025-08-29T23:05:04.751Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110992025-08-29T23:05:04.752Z
111002025-08-29T23:05:04.810Z Doc-tests xtask_downloader
111012025-08-29T23:05:04.810Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-213b523f3513e0a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f657ea3be6535794.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-775a80fd19be5757.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fcec066e501cc986.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-24f1881cbb34cc74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-440ab57ab1074b47.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8d005a2322326d35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-a414f6bcef824217.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111022025-08-29T23:05:04.991Z
111032025-08-29T23:05:04.991Zrunning 1 test
111042025-08-29T23:05:04.994Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 223) ... ignored
111052025-08-29T23:05:04.995Z
111062025-08-29T23:05:04.995Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111072025-08-29T23:05:04.995Z
111082025-08-29T23:05:05.009Z Doc-tests zone_setup
111092025-08-29T23:05:05.013Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-90c0c572df8b3d4c/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2fd8863ab8870645/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-accd0061ac51e6f7/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-186b10d9c65ceedd/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-1ab39f11511e72f8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-a14ce7aeffd438ca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4f86a0667f4538d2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b53f601f83b3ecce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-eb0a74139ed8056b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-303b33ef69c39e7c.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-f2fbd20f1ad7466a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-252ef4c16b9a323d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-17a0b274f593e0b9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-4de62403369ea93e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-00e034c411f66e07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f07c819980ac1b50.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-9d11cdf682a19ede.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-a7eaba232aeb9e60.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111102025-08-29T23:05:05.291Z
111112025-08-29T23:05:05.291Zrunning 0 tests
111122025-08-29T23:05:05.291Z
111132025-08-29T23:05:05.291Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111142025-08-29T23:05:05.291Z
111152025-08-29T23:05:05.389Z
111162025-08-29T23:05:05.389Zreal 2:07.992244716
111172025-08-29T23:05:05.389Zuser 2:16.895711684
111182025-08-29T23:05:05.389Zsys 56.408121146
111192025-08-29T23:05:05.389Ztrap 0.028156633
111202025-08-29T23:05:05.390Ztflt 0.560374268
111212025-08-29T23:05:05.390Zdflt 1.969013067
111222025-08-29T23:05:05.393Zkflt 0.004026457
111232025-08-29T23:05:05.393Zlock 5:12.081238706
111242025-08-29T23:05:05.393Zslp 15:44.100395606
111252025-08-29T23:05:05.393Zlat 2.560751868
111262025-08-29T23:05:05.393Zstop 5.049953807
111272025-08-29T23:05:05.393Z+ [[ illumos == \i\l\l\u\m\o\s ]]
111282025-08-29T23:05:05.393Z+ banner live-test
111292025-08-29T23:05:05.393Z
111302025-08-29T23:05:05.393Z # # # # ###### ##### ###### #### #####
111312025-08-29T23:05:05.393Z # # # # # # # # #
111322025-08-29T23:05:05.393Z # # # # ##### ##### # ##### #### #
111332025-08-29T23:05:05.393Z # # # # # # # # #
111342025-08-29T23:05:05.393Z # # # # # # # # # #
111352025-08-29T23:05:05.393Z ###### # ## ###### # ###### #### #
111362025-08-29T23:05:05.394Z
111372025-08-29T23:05:05.394Z+ ptime -m cargo xtask live-tests
111382025-08-29T23:05:06.253Z Compiling serde v1.0.219
111392025-08-29T23:05:06.253Z Compiling once_cell v1.21.3
111402025-08-29T23:05:06.256Z Compiling syn v2.0.104
111412025-08-29T23:05:06.256Z Compiling bitflags v2.9.1
111422025-08-29T23:05:06.256Z Compiling serde_json v1.0.142
111432025-08-29T23:05:06.256Z Compiling libc v0.2.174
111442025-08-29T23:05:06.256Z Compiling num-traits v0.2.19
111452025-08-29T23:05:06.358Z Compiling rustix v0.38.37
111462025-08-29T23:05:06.845Z Compiling smallvec v1.15.1
111472025-08-29T23:05:06.876Z Compiling hashbrown v0.15.4
111482025-08-29T23:05:07.065Z Compiling usdt-impl v0.5.0
111492025-08-29T23:05:07.233Z Compiling syn v1.0.109
111502025-08-29T23:05:07.311Z Compiling percent-encoding v2.3.1
111512025-08-29T23:05:07.666Z Compiling log v0.4.27
111522025-08-29T23:05:07.770Z Compiling rustix v1.0.7
111532025-08-29T23:05:07.944Z Compiling indexmap v2.10.0
111542025-08-29T23:05:08.036Z Compiling thread-id v4.2.2
111552025-08-29T23:05:08.077Z Compiling getrandom v0.3.1
111562025-08-29T23:05:08.187Z Compiling form_urlencoded v1.2.1
111572025-08-29T23:05:08.968Z Compiling ordered-float v2.10.1
111582025-08-29T23:05:08.988Z Compiling terminal_size v0.4.0
111592025-08-29T23:05:09.283Z Compiling fs-err v3.1.1
111602025-08-29T23:05:09.387Z Compiling anyhow v1.0.99
111612025-08-29T23:05:09.583Z Compiling clap_builder v4.5.41
111622025-08-29T23:05:09.819Z Compiling textwrap v0.16.2
111632025-08-29T23:05:10.780Z Compiling tempfile v3.20.0
111642025-08-29T23:05:10.963Z Compiling proc-macro-error v1.0.4
111652025-08-29T23:05:12.058Z Compiling tabled_derive v0.7.0
111662025-08-29T23:05:12.893Z Compiling synstructure v0.13.1
111672025-08-29T23:05:13.578Z Compiling tabled v0.15.0
111682025-08-29T23:05:15.057Z Compiling serde_derive v1.0.219
111692025-08-29T23:05:15.109Z Compiling zerofrom-derive v0.1.4
111702025-08-29T23:05:15.127Z Compiling yoke-derive v0.7.4
111712025-08-29T23:05:15.133Z Compiling thiserror-impl v1.0.69
111722025-08-29T23:05:15.275Z Compiling zerovec-derive v0.10.3
111732025-08-29T23:05:15.914Z Compiling displaydoc v0.2.5
111742025-08-29T23:05:16.180Z Compiling icu_provider_macros v1.5.0
111752025-08-29T23:05:17.535Z Compiling zerocopy-derive v0.7.35
111762025-08-29T23:05:17.800Z Compiling scroll_derive v0.12.0
111772025-08-29T23:05:18.034Z Compiling thiserror-impl v2.0.12
111782025-08-29T23:05:18.058Z Compiling clap_derive v4.5.41
111792025-08-29T23:05:18.329Z Compiling thiserror v1.0.69
111802025-08-29T23:05:18.530Z Compiling pest v2.7.14
111812025-08-29T23:05:18.826Z Compiling zerofrom v0.1.4
111822025-08-29T23:05:19.166Z Compiling yoke v0.7.4
111832025-08-29T23:05:19.483Z Compiling scroll v0.12.0
111842025-08-29T23:05:19.614Z Compiling zerovec v0.10.4
111852025-08-29T23:05:19.842Z Compiling zerocopy v0.7.35
111862025-08-29T23:05:20.099Z Compiling goblin v0.8.2
111872025-08-29T23:05:21.170Z Compiling thiserror v2.0.12
111882025-08-29T23:05:21.215Z Compiling pest_meta v2.7.14
111892025-08-29T23:05:21.364Z Compiling tinystr v0.7.6
111902025-08-29T23:05:21.474Z Compiling icu_collections v1.5.0
111912025-08-29T23:05:21.688Z Compiling icu_locid v1.5.0
111922025-08-29T23:05:22.024Z Compiling clap v4.5.41
111932025-08-29T23:05:22.425Z Compiling pest_generator v2.7.14
111942025-08-29T23:05:22.765Z Compiling icu_provider v1.5.0
111952025-08-29T23:05:23.609Z Compiling icu_locid_transform v1.5.0
111962025-08-29T23:05:24.091Z Compiling pest_derive v2.7.14
111972025-08-29T23:05:24.834Z Compiling icu_properties v1.5.1
111982025-08-29T23:05:25.092Z Compiling dtrace-parser v0.2.0
111992025-08-29T23:05:26.948Z Compiling serde_tokenstream v0.2.2
112002025-08-29T23:05:26.980Z Compiling serde_spanned v0.6.9
112012025-08-29T23:05:27.021Z Compiling toml_datetime v0.6.11
112022025-08-29T23:05:27.202Z Compiling erased-serde v0.4.6
112032025-08-29T23:05:27.225Z Compiling serde-value v0.7.0
112042025-08-29T23:05:27.278Z Compiling camino v1.1.11
112052025-08-29T23:05:27.535Z Compiling toml_edit v0.22.27
112062025-08-29T23:05:27.604Z Compiling semver v1.0.26
112072025-08-29T23:05:28.050Z Compiling cargo-platform v0.2.0
112082025-08-29T23:05:28.163Z Compiling icu_normalizer v1.5.0
112092025-08-29T23:05:28.373Z Compiling serde-untagged v0.1.7
112102025-08-29T23:05:28.396Z Compiling camino-tempfile v1.4.1
112112025-08-29T23:05:28.647Z Compiling macaddr v1.0.1
112122025-08-29T23:05:28.916Z Compiling dof v0.3.0
112132025-08-29T23:05:29.112Z Compiling idna_adapter v1.2.0
112142025-08-29T23:05:29.414Z Compiling idna v1.0.3
112152025-08-29T23:05:29.943Z Compiling url v2.5.4
112162025-08-29T23:05:30.515Z Compiling usdt-attr-macro v0.5.0
112172025-08-29T23:05:30.515Z Compiling usdt-macro v0.5.0
112182025-08-29T23:05:30.857Z Compiling toml v0.8.23
112192025-08-29T23:05:31.763Z Compiling cargo-util-schemas v0.8.2
112202025-08-29T23:05:31.814Z Compiling cargo_toml v0.21.0
112212025-08-29T23:05:31.958Z Compiling usdt v0.5.0
112222025-08-29T23:05:33.329Z Compiling cargo_metadata v0.21.0
112232025-08-29T23:05:35.313Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
112242025-08-29T23:05:39.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.70s
112252025-08-29T23:05:39.237Z Running `target/debug/xtask live-tests`
112262025-08-29T23:05:39.278Zusing temporary directory: /var/tmp/omicron_tmp/.tmpjKm9oY
112272025-08-29T23:05:39.279Zwill create archive file: /var/tmp/omicron_tmp/.tmpjKm9oY/live-tests-archive/omicron-live-tests.tar.zst
112282025-08-29T23:05:39.279Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
112292025-08-29T23:05:39.279Z
112302025-08-29T23:05:39.282Zrunning: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpjKm9oY/live-tests-archive/omicron-live-tests.tar.zst"
112312025-08-29T23:05:42.126Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
112322025-08-29T23:05:42.273Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
112332025-08-29T23:05:42.290Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
112342025-08-29T23:05:42.293Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
112352025-08-29T23:05:42.332Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
112362025-08-29T23:05:42.358Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
112372025-08-29T23:05:42.384Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
112382025-08-29T23:05:42.413Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
112392025-08-29T23:05:42.902Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
112402025-08-29T23:05:43.174Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
112412025-08-29T23:05:43.223Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
112422025-08-29T23:05:43.965Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
112432025-08-29T23:05:43.965Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
112442025-08-29T23:05:45.358Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
112452025-08-29T23:05:46.843Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
112462025-08-29T23:05:47.676Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
112472025-08-29T23:05:47.679Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
112482025-08-29T23:05:47.679Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
112492025-08-29T23:05:49.108Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
112502025-08-29T23:05:50.160Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
112512025-08-29T23:05:50.187Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
112522025-08-29T23:05:54.988Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
112532025-08-29T23:05:54.988Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
112542025-08-29T23:06:11.364Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
112552025-08-29T23:06:11.371Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
112562025-08-29T23:06:11.371Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
112572025-08-29T23:06:11.371Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
112582025-08-29T23:06:11.371Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
112592025-08-29T23:06:15.785Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
112602025-08-29T23:06:50.408Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
112612025-08-29T23:06:51.147Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
112622025-08-29T23:06:55.567Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
112632025-08-29T23:06:56.461Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
112642025-08-29T23:07:35.803Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
112652025-08-29T23:07:38.678Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
112662025-08-29T23:08:10.711Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 29s
112672025-08-29T23:08:10.979Zinfo: experimental features enabled: setup-scripts
112682025-08-29T23:08:10.987Z Archiving 1 binary, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpjKm9oY/live-tests-archive/omicron-live-tests.tar.zst
112692025-08-29T23:08:11.584Z Archived 78 files to /var/tmp/omicron_tmp/.tmpjKm9oY/live-tests-archive/omicron-live-tests.tar.zst in 0.60s
112702025-08-29T23:08:11.631Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpjKm9oY/live-tests-archive\""
112712025-08-29T23:08:11.643Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpjKm9oY" "live-tests-archive"
112722025-08-29T23:08:11.741Zcreated:
112732025-08-29T23:08:11.741Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
112742025-08-29T23:08:11.741ZTo use this:
112752025-08-29T23:08:11.741Z
112762025-08-29T23:08:11.741Z1. Copy the tarball to the switch zone in a deployed Omicron system.
112772025-08-29T23:08:11.741Z
112782025-08-29T23:08:11.744Z e.g., scp \
112792025-08-29T23:08:11.744Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
112802025-08-29T23:08:11.744Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
112812025-08-29T23:08:11.744Z
112822025-08-29T23:08:11.745Z2. Copy the `cargo-nextest` binary to the same place.
112832025-08-29T23:08:11.745Z
112842025-08-29T23:08:11.745Z e.g., scp \
112852025-08-29T23:08:11.745Z $(which cargo-nextest) \
112862025-08-29T23:08:11.745Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
112872025-08-29T23:08:11.745Z
112882025-08-29T23:08:11.745Z3. From the switch zone on that system, unpack the tarball with:
112892025-08-29T23:08:11.745Z
112902025-08-29T23:08:11.745Z tar xzf live-tests-archive.tgz
112912025-08-29T23:08:11.745Z
112922025-08-29T23:08:11.745Z4. From the switch zone on that system, run tests with:
112932025-08-29T23:08:11.745Z
112942025-08-29T23:08:11.745Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
112952025-08-29T23:08:11.745Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
112962025-08-29T23:08:11.745Z --workspace-remap live-tests-archive
112972025-08-29T23:08:11.745Z
112982025-08-29T23:08:11.745Z
112992025-08-29T23:08:11.745Zreal 3:06.474070749
113002025-08-29T23:08:11.745Zuser 8:14.364797322
113012025-08-29T23:08:11.745Zsys 1:00.309839700
113022025-08-29T23:08:11.745Ztrap 0.200837456
113032025-08-29T23:08:11.745Ztflt 0.487872153
113042025-08-29T23:08:11.745Zdflt 2.988577503
113052025-08-29T23:08:11.745Zkflt 0.001941653
113062025-08-29T23:08:11.745Zlock 23:33.697931635
113072025-08-29T23:08:11.745Zslp 30:52.372871752
113082025-08-29T23:08:11.745Zlat 12.679173781
113092025-08-29T23:08:11.745Zstop 39.275206513
113102025-08-29T23:08:11.745Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
113112025-08-29T23:08:11.749Z+ unset TMPDIR
113122025-08-29T23:08:11.749Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
113132025-08-29T23:08:11.749Zfiles in /var/tmp/omicron_tmp (none expected on success):
113142025-08-29T23:08:11.749Z+ find /var/tmp/omicron_tmp -ls
113152025-08-29T23:08:11.752Z164815 18 drwxr-xr-x 2 build build 2 Aug 29 23:08 /var/tmp/omicron_tmp
113162025-08-29T23:08:11.752Z+ rmdir /var/tmp/omicron_tmp
113172025-08-29T23:08:12.446Zprocess exited: duration 6722366 ms, exit code 0
 
113182025-08-29T23:08:12.464Zfound 3 output files
113192025-08-29T23:08:12.464Zuploading: /work/crate-build-timings.json (666013 bytes)
113202025-08-29T23:08:13.494Zuploaded: /work/crate-build-timings.json
113212025-08-29T23:08:13.494Zuploading: /work/environment.json (108 bytes)
113222025-08-29T23:08:14.507Zuploaded: /work/environment.json
113232025-08-29T23:08:14.507Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (436234 bytes)
113242025-08-29T23:08:15.541Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml