01K8KYJZVKQNKC8N17H684YGNH: 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: 01K8KYKZEWQ7WFMGK873CJNMGZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-10-27T23:04:43.365Zjob assigned to worker 01K8KYKZTS1Z598CDYSDMSH08J [factory aws, i-068416371c7110a84] (queued for 45 s)
 
22025-10-27T23:04:51.834Zstarting task 0: "setup"
32025-10-27T23:04:51.839Z++ uname -s
42025-10-27T23:04:51.843Z+ kern=SunOS
52025-10-27T23:04:51.843Z+ build_user=build
62025-10-27T23:04:51.843Z+ build_uid=12345
72025-10-27T23:04:51.843Z+ work_dir=/work
82025-10-27T23:04:51.843Z+ input_dir=/input
92025-10-27T23:04:51.843Z+ [[ 0 == 12345 ]]
102025-10-27T23:04:51.843Z+ case "$kern" in
112025-10-27T23:04:51.843Z+ groupadd -g 12345 build
122025-10-27T23:04:51.846Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-10-27T23:04:53.852Z+ zfs create -o mountpoint=/work rpool/work
142025-10-27T23:04:53.926Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-10-27T23:04:53.930Z+ home_fs=zfs
162025-10-27T23:04:53.930Z+ [[ zfs == autofs ]]
172025-10-27T23:04:53.930Z+ mkdir -p /home/build
182025-10-27T23:04:53.931Z+ chown build:build /home/build /work
192025-10-27T23:04:55.934Z+ chmod 0700 /home/build /work
202025-10-27T23:04:55.938Zprocess exited: duration 4103 ms, exit code 0
 
212025-10-27T23:04:55.945Zstarting task 1: "rust-toolchain"
222025-10-27T23:04:55.958Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-10-27T23:04:55.958Z * rust toolchain channel = "1.89.0"
242025-10-27T23:04:55.958Z * rust toolchain profile = "default"
252025-10-27T23:04:55.958Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-10-27T23:04:55.958Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-10-27T23:04:55.958Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-10-27T23:04:55.964Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-10-27T23:04:55.964Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-10-27T23:04:56.069Zinfo: downloading installer
312025-10-27T23:04:57.374Zwarn: It looks like you have an existing installation of Rust at:
322025-10-27T23:04:57.374Zwarn: /opt/ooce/bin
332025-10-27T23:04:57.375Zwarn: It is recommended that rustup be the primary Rust installation.
342025-10-27T23:04:57.375Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-10-27T23:04:57.375Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-10-27T23:04:57.375Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-10-27T23:04:57.375Zwarn: or pass `-y' to ignore all ignorable checks.
382025-10-27T23:04:57.375Zerror: cannot install while Rust is installed
392025-10-27T23:04:57.376Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-10-27T23:04:57.388Zinfo: profile set to 'default'
412025-10-27T23:04:57.388Zinfo: default host triple is x86_64-unknown-illumos
422025-10-27T23:04:57.391Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-10-27T23:04:57.557Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-10-27T23:04:57.558Zinfo: downloading component 'cargo'
452025-10-27T23:04:58.587Zinfo: downloading component 'clippy'
462025-10-27T23:04:58.985Zinfo: downloading component 'rust-docs'
472025-10-27T23:05:00.301Zinfo: downloading component 'rust-std'
482025-10-27T23:05:02.082Zinfo: downloading component 'rustc'
492025-10-27T23:05:08.736Zinfo: downloading component 'rustfmt'
502025-10-27T23:05:08.815Zinfo: installing component 'cargo'
512025-10-27T23:05:09.713Zinfo: installing component 'clippy'
522025-10-27T23:05:10.107Zinfo: installing component 'rust-docs'
532025-10-27T23:05:11.959Zinfo: installing component 'rust-std'
542025-10-27T23:05:13.871Zinfo: installing component 'rustc'
552025-10-27T23:05:20.389Zinfo: installing component 'rustfmt'
562025-10-27T23:05:20.723Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-10-27T23:05:20.723Z
582025-10-27T23:05:21.144Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-10-27T23:05:21.144Z
602025-10-27T23:05:21.147Z
612025-10-27T23:05:21.147ZRust is installed now. Great!
622025-10-27T23:05:21.147Z
632025-10-27T23:05:21.147ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-10-27T23:05:21.147Zenvironment variable. This has not been done automatically.
652025-10-27T23:05:21.147Z
662025-10-27T23:05:21.147ZTo configure your current shell, you need to source
672025-10-27T23:05:21.147Zthe corresponding env file under $HOME/.cargo.
682025-10-27T23:05:21.147Z
692025-10-27T23:05:21.147ZThis is usually done by running one of the following (note the leading DOT):
702025-10-27T23:05:21.147Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-10-27T23:05:21.147Zsource "$HOME/.cargo/env.fish" # For fish
722025-10-27T23:05:21.147Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-10-27T23:05:21.232Z+ rustup --version
742025-10-27T23:05:21.244Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-10-27T23:05:21.247Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-10-27T23:05:21.340Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-10-27T23:05:21.345Z+ cargo --version
782025-10-27T23:05:21.448Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-10-27T23:05:21.451Z+ rustc --version
802025-10-27T23:05:21.532Zrustc 1.89.0 (29483883e 2025-08-04)
812025-10-27T23:05:21.536Zprocess exited: duration 25588 ms, exit code 0
 
822025-10-27T23:05:21.542Zstarting task 2: "authentication"
832025-10-27T23:05:21.565Zprocess exited: duration 22 ms, exit code 0
 
842025-10-27T23:05:21.571Zstarting task 3: "clone repository"
852025-10-27T23:05:21.577Z+ mkdir -p /work/oxidecomputer/omicron
862025-10-27T23:05:21.580Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-10-27T23:05:21.619ZCloning into '/work/oxidecomputer/omicron'...
882025-10-27T23:05:31.258Z+ cd /work/oxidecomputer/omicron
892025-10-27T23:05:31.258Z+ git fetch origin 8f1fe46132f4bb6f2cc45e51e041600361a5a1c5
902025-10-27T23:05:31.583ZFrom https://github.com/oxidecomputer/omicron
912025-10-27T23:05:31.583Z * branch 8f1fe46132f4bb6f2cc45e51e041600361a5a1c5 -> FETCH_HEAD
922025-10-27T23:05:31.595Z+ [[ -n bump-console-f9854c63 ]]
932025-10-27T23:05:31.599Z++ git branch --show-current
942025-10-27T23:05:31.599Z+ current=main
952025-10-27T23:05:31.599Z+ [[ main != bump-console-f9854c63 ]]
962025-10-27T23:05:31.599Z+ git branch -f bump-console-f9854c63 8f1fe46132f4bb6f2cc45e51e041600361a5a1c5
972025-10-27T23:05:31.603Z+ git checkout -f bump-console-f9854c63
982025-10-27T23:05:31.743ZSwitched to branch 'bump-console-f9854c63'
992025-10-27T23:05:31.747Z+ git reset --hard 8f1fe46132f4bb6f2cc45e51e041600361a5a1c5
1002025-10-27T23:05:31.880ZHEAD is now at 8f1fe4613 Bump web console (system update polish)
1012025-10-27T23:05:31.884Zprocess exited: duration 10308 ms, exit code 0
 
1022025-10-27T23:05:31.892Zstarting task 4: "build"
1032025-10-27T23:05:31.901Z+ source ./env.sh
1042025-10-27T23:05:31.908Z++ OLD_SHELL_OPTS=ehxB
1052025-10-27T23:05:31.908Z++ set -o xtrace
1062025-10-27T23:05:31.908Z++++ dirname ./env.sh
1072025-10-27T23:05:31.916Z+++ readlink -f .
1082025-10-27T23:05:31.916Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-10-27T23:05:31.916Z++ 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-10-27T23:05:31.916Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-10-27T23:05:31.916Z++ 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-10-27T23:05:31.916Z++ 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-10-27T23:05:31.916Z++ 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-10-27T23:05:31.916Z++ 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-10-27T23:05:31.916Z++ 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-10-27T23:05:31.916Z++ 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-10-27T23:05:31.916Z++ case $OLD_SHELL_OPTS in
1182025-10-27T23:05:31.916Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-10-27T23:05:31.916Z+ source .github/buildomat/ci-env.sh
1202025-10-27T23:05:31.916Z++ export CARGO_TERM_COLOR=always
1212025-10-27T23:05:31.916Z++ CARGO_TERM_COLOR=always
1222025-10-27T23:05:31.916Z+ target_os=illumos
1232025-10-27T23:05:31.916Z+ NEXTEST_VERSION=0.9.108
1242025-10-27T23:05:31.916Z+ cargo --version
1252025-10-27T23:05:31.971Zcargo 1.89.0 (c24e10642 2025-06-23)
1262025-10-27T23:05:31.977Z+ rustc --version
1272025-10-27T23:05:32.049Zrustc 1.89.0 (29483883e 2025-08-04)
1282025-10-27T23:05:32.054Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.108/illumos
1292025-10-27T23:05:32.057Z+ gunzip
1302025-10-27T23:05:32.058Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-10-27T23:05:32.721Zx cargo-nextest, 19252408 bytes, 37603 tape blocks
1322025-10-27T23:05:32.726Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-10-27T23:05:32.726Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-10-27T23:05:32.726Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-10-27T23:05:32.726Z+ mkdir /var/tmp/omicron_tmp
1362025-10-27T23:05:32.727Z+ OUTPUT_DIR=/work
1372025-10-27T23:05:32.727Z+ echo 'tests will store non-ephemeral output in /work'
1382025-10-27T23:05:32.727Ztests will store non-ephemeral output in /work
1392025-10-27T23:05:32.728Z+ mkdir -p /work
1402025-10-27T23:05:32.732Z+ banner prerequisites
1412025-10-27T23:05:32.732Z
1422025-10-27T23:05:32.732Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-10-27T23:05:32.733Z # # # # # # # # # # # # # # #
1442025-10-27T23:05:32.733Z # # # # ##### # # ##### # # # # # #### #
1452025-10-27T23:05:32.733Z ##### ##### # ##### # # # # # # # # #
1462025-10-27T23:05:32.733Z # # # # # # # # # # # # # # #
1472025-10-27T23:05:32.733Z # # # ###### # # ###### ### # #### # #### #
1482025-10-27T23:05:32.733Z
1492025-10-27T23:05:32.733Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-10-27T23:05:42.768Z Startup: Refreshing catalog 'helios-dev' ... Done
1512025-10-27T23:05:51.211Z Startup: Caching catalogs ... Done
1522025-10-27T23:06:03.009ZPlanning: Solver setup ... Done (10.331s)
1532025-10-27T23:06:03.099ZPlanning: Running solver ... Done (0.090s)
1542025-10-27T23:06:03.220ZPlanning: Finding local manifests ... Done (0.004s)
1552025-10-27T23:06:03.259ZPlanning: Fetching manifests: 0/4 0% complete
1562025-10-27T23:06:03.463ZPlanning: Fetching manifests: 4/4 100% complete
1572025-10-27T23:06:03.512ZPlanning: Package planning ... Done (0.050s)
1582025-10-27T23:06:03.563ZPlanning: Merging actions ... Done (0.051s)
1592025-10-27T23:06:03.854ZPlanning: Checking for conflicting actions ... Done (0.290s)
1602025-10-27T23:06:03.868ZPlanning: Consolidating action changes ... Done (0.011s)
1612025-10-27T23:06:04.947ZPlanning: Evaluating mediators ... Done (1.082s)
1622025-10-27T23:06:04.957ZPlanning: Planning completed in 13.60 seconds
1632025-10-27T23:06:04.973Z Packages to install: 4
1642025-10-27T23:06:04.973Z Mediators to change: 2
1652025-10-27T23:06:04.976Z Services to change: 1
1662025-10-27T23:06:04.976Z Estimated space available: 155.47 GB
1672025-10-27T23:06:04.976ZEstimated space to be consumed: 1.75 GB
1682025-10-27T23:06:04.976Z Create boot environment: No
1692025-10-27T23:06:04.976ZCreate backup boot environment: No
1702025-10-27T23:06:04.976Z Rebuild boot archive: No
1712025-10-27T23:06:04.976Z
1722025-10-27T23:06:04.976ZChanged mediators:
1732025-10-27T23:06:04.976Z mediator clang:
1742025-10-27T23:06:04.976Z version: None -> 15 (system default)
1752025-10-27T23:06:04.976Z
1762025-10-27T23:06:04.976Z mediator llvm:
1772025-10-27T23:06:04.976Z version: 14 (system default) -> 15 (system default)
1782025-10-27T23:06:04.976Z
1792025-10-27T23:06:04.976ZChanged packages:
1802025-10-27T23:06:04.976Zhelios-dev
1812025-10-27T23:06:04.976Z developer/build-essential
1822025-10-27T23:06:04.976Z None -> 11-2.0
1832025-10-27T23:06:04.976Z library/libxmlsec1
1842025-10-27T23:06:04.976Z None -> 1.2.35-2.0
1852025-10-27T23:06:04.976Z ooce/developer/clang-15
1862025-10-27T23:06:04.977Z None -> 15.0.7-2.0
1872025-10-27T23:06:04.977Z ooce/developer/llvm-15
1882025-10-27T23:06:04.977Z None -> 15.0.7-2.0
1892025-10-27T23:06:04.977Z
1902025-10-27T23:06:04.977ZServices:
1912025-10-27T23:06:04.977Z restart_fmri:
1922025-10-27T23:06:04.977Z svc:/system/update-man-index:default
1932025-10-27T23:06:05.027Z
1942025-10-27T23:06:05.027ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952025-10-27T23:06:10.036ZDownload: 1548/3290 items 117.6/212.6MB 55% complete (24.0M/s)
1962025-10-27T23:06:15.054ZDownload: 2287/3290 items 119.7/212.6MB 56% complete (12.2M/s)
1972025-10-27T23:06:20.386ZDownload: 3281/3290 items 211.7/212.6MB 99% complete (9.3M/s)
1982025-10-27T23:06:20.433ZDownload: Completed 212.60 MB in 15.40 seconds (13.8M/s)
1992025-10-27T23:06:20.717Z Actions: 1/3689 actions (Installing new actions)
2002025-10-27T23:06:25.267Z Actions: Completed 3689 actions in 4.54 seconds.
2012025-10-27T23:06:25.926Z Done (0.664s)
2022025-10-27T23:06:25.926Z Done (0.000s)
2032025-10-27T23:06:26.891Z Done (0.957s)
2042025-10-27T23:06:31.287Z Done (4.030s)
2052025-10-27T23:06:31.374Z Done (0.020s)
2062025-10-27T23:06:31.440Z Done (0.000s)
2072025-10-27T23:06:31.500Z Done (0.000s)
2082025-10-27T23:06:32.412ZPlanning: Evaluating mediator changes ... Done
2092025-10-27T23:06:32.567ZPlanning: Checking for conflicting actions ... Done
2102025-10-27T23:06:32.598ZPlanning: Consolidating action changes ... Done
2112025-10-27T23:06:32.829ZPlanning: Evaluating mediators ... Done
2122025-10-27T23:06:32.886ZPlanning: Planning completed in 0.44 seconds
2132025-10-27T23:06:33.346Z Mediators to change: 2
2142025-10-27T23:06:33.347Z Create boot environment: No
2152025-10-27T23:06:33.348ZCreate backup boot environment: No
2162025-10-27T23:06:33.366Z Done
2172025-10-27T23:06:33.367Z Done
2182025-10-27T23:06:33.593Z Done
2192025-10-27T23:06:37.187Z Done
2202025-10-27T23:06:37.273Z Done
2212025-10-27T23:06:37.277Z Done
2222025-10-27T23:06:37.410Z Done
2232025-10-27T23:06:38.024ZPlanning: Evaluating mediator changes ... Done
2242025-10-27T23:06:38.029ZPlanning: Merging actions ... Done
2252025-10-27T23:06:38.217ZPlanning: Checking for conflicting actions ... Done
2262025-10-27T23:06:38.221ZPlanning: Consolidating action changes ... Done
2272025-10-27T23:06:38.489ZPlanning: Evaluating mediators ... Done
2282025-10-27T23:06:38.547ZPlanning: Planning completed in 0.77 seconds
2292025-10-27T23:06:38.590Z Packages to change: 1
2302025-10-27T23:06:38.591Z Mediators to change: 1
2312025-10-27T23:06:38.603Z Services to change: 1
2322025-10-27T23:06:38.603Z Create boot environment: No
2332025-10-27T23:06:38.603ZCreate backup boot environment: Yes
2342025-10-27T23:06:41.095Z Actions: 1/6 actions (Updating modified actions)
2352025-10-27T23:06:41.099Z Actions: Completed 6 actions in 0.00 seconds.
2362025-10-27T23:06:41.099Z Done
2372025-10-27T23:06:41.099Z Done
2382025-10-27T23:06:41.291Z Done
2392025-10-27T23:06:45.089Z Done
2402025-10-27T23:06:45.178Z Done
2412025-10-27T23:06:45.182Z Done
2422025-10-27T23:06:45.335Z Done
2432025-10-27T23:06:45.769ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2442025-10-27T23:06:45.769Zclang system 15 system
2452025-10-27T23:06:45.770Zcsh system system illumos
2462025-10-27T23:06:45.770Zctags system system illumos
2472025-10-27T23:06:45.770Zfile system system illumos
2482025-10-27T23:06:45.770Zgcc vendor 12 vendor
2492025-10-27T23:06:45.770Zgcc system 10 system
2502025-10-27T23:06:45.770Zgcc system 7 system
2512025-10-27T23:06:45.770Zgo system 1.20 system
2522025-10-27T23:06:45.770Zgo system 1.19 system
2532025-10-27T23:06:45.770Zllvm system 15 system
2542025-10-27T23:06:45.770Zllvm system 14 system
2552025-10-27T23:06:45.770Zmariadb system 10.6 system
2562025-10-27T23:06:45.770Zmta vendor vendor dma
2572025-10-27T23:06:45.770Zopenjdk system 17 system
2582025-10-27T23:06:45.770Zopenjdk system 11 system
2592025-10-27T23:06:45.770Zopenjdk system 1.8 system
2602025-10-27T23:06:45.770Zopenssl vendor 3 vendor
2612025-10-27T23:06:45.770Zperl system 5.36 system
2622025-10-27T23:06:45.770Zpostgresql system 15 system
2632025-10-27T23:06:45.770Zpostgresql system 13 system
2642025-10-27T23:06:45.770Zpython vendor 3 vendor
2652025-10-27T23:06:45.770Zpython system 2 system
2662025-10-27T23:06:45.770Zpython3 system 3.11 system
2672025-10-27T23:06:45.770Zruby system 3.0 system
2682025-10-27T23:06:45.770Zwords vendor vendor american-english
2692025-10-27T23:06:45.770Zwords system system australian-english
2702025-10-27T23:06:45.770Zwords system system british-english
2712025-10-27T23:06:45.770Zwords system system canadian-english
2722025-10-27T23:06:45.771Zwords system system french
2732025-10-27T23:06:45.772Zwords system system italian
2742025-10-27T23:06:45.772Zwords system system ngerman
2752025-10-27T23:06:45.772Zwords system system ogerman
2762025-10-27T23:06:45.772Zwords system system spanish
2772025-10-27T23:06:46.105ZPUBLISHER TYPE STATUS P LOCATION
2782025-10-27T23:06:46.105Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2792025-10-27T23:06:51.432ZFMRI IFO
2802025-10-27T23:06:51.432Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2812025-10-27T23:06:51.432Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2822025-10-27T23:06:51.432Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2832025-10-27T23:06:51.432Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2842025-10-27T23:06:51.433Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2852025-10-27T23:06:51.433Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2862025-10-27T23:06:51.433Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2872025-10-27T23:06:51.433Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2882025-10-27T23:06:51.433Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2892025-10-27T23:06:51.433Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2902025-10-27T23:06:51.433Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2912025-10-27T23:06:51.433Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2922025-10-27T23:06:51.433Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2932025-10-27T23:06:51.433Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2942025-10-27T23:06:51.433Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2952025-10-27T23:06:51.433Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2962025-10-27T23:06:52.516Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2972025-10-27T23:06:52.841Z Updating crates.io index
2982025-10-27T23:06:52.844Z Updating git repository `https://github.com/oxidecomputer/lldp`
2992025-10-27T23:06:53.224Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3002025-10-27T23:06:54.472Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3012025-10-27T23:06:54.744Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3022025-10-27T23:06:54.986Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3032025-10-27T23:06:55.367Z Updating git repository `https://github.com/oxidecomputer/propolis`
3042025-10-27T23:06:56.541Z Updating git repository `https://github.com/oxidecomputer/crucible`
3052025-10-27T23:06:58.693Z Updating git repository `https://github.com/oxidecomputer/opte`
3062025-10-27T23:06:59.642Z Updating git repository `https://github.com/oxidecomputer/falcon`
3072025-10-27T23:07:00.324Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3082025-10-27T23:07:00.821Z Updating git repository `https://github.com/oxidecomputer/clickward`
3092025-10-27T23:07:01.109Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3102025-10-27T23:07:01.450Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3112025-10-27T23:07:02.130Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3122025-10-27T23:07:02.617Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132025-10-27T23:07:02.895Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3142025-10-27T23:07:03.172Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3152025-10-27T23:07:03.487Z Updating git repository `https://github.com/oxidecomputer/tofino`
3162025-10-27T23:07:03.770Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3172025-10-27T23:07:04.037Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3182025-10-27T23:07:04.303Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3192025-10-27T23:07:04.576Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3202025-10-27T23:07:04.902Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3212025-10-27T23:07:05.347Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3222025-10-27T23:07:05.668Z Updating git repository `https://github.com/oxidecomputer/ispf`
3232025-10-27T23:07:05.980Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3242025-10-27T23:07:06.497Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3252025-10-27T23:07:06.951Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3262025-10-27T23:07:07.209Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3272025-10-27T23:07:07.539Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3282025-10-27T23:07:08.034Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3292025-10-27T23:07:08.277Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3302025-10-27T23:07:08.577Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3312025-10-27T23:07:08.836Z Updating git repository `https://github.com/oxidecomputer/omicron`
3322025-10-27T23:07:20.620Z Updating git repository `https://github.com/illumos/smf-rs`
3332025-10-27T23:07:20.938Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
3342025-10-27T23:07:22.127Z Downloading crates ...
3352025-10-27T23:07:22.190Z Downloaded equivalent v1.0.2
3362025-10-27T23:07:22.196Z Downloaded anstyle v1.0.11
3372025-10-27T23:07:22.203Z Downloaded autocfg v1.4.0
3382025-10-27T23:07:22.203Z Downloaded anstream v0.6.18
3392025-10-27T23:07:22.204Z Downloaded synstructure v0.13.1
3402025-10-27T23:07:22.207Z Downloaded bytecount v0.6.8
3412025-10-27T23:07:22.207Z Downloaded anyhow v1.0.99
3422025-10-27T23:07:22.210Z Downloaded generic-array v0.14.7
3432025-10-27T23:07:22.210Z Downloaded cargo-platform v0.2.0
3442025-10-27T23:07:22.213Z Downloaded form_urlencoded v1.2.2
3452025-10-27T23:07:22.213Z Downloaded anstyle-parse v0.2.5
3462025-10-27T23:07:22.213Z Downloaded anstyle-query v1.1.1
3472025-10-27T23:07:22.216Z Downloaded block-buffer v0.10.4
3482025-10-27T23:07:22.216Z Downloaded tinystr v0.7.6
3492025-10-27T23:07:22.220Z Downloaded fastrand v2.1.1
3502025-10-27T23:07:22.223Z Downloaded dtrace-parser v0.2.0
3512025-10-27T23:07:22.224Z Downloaded unicode-ident v1.0.19
3522025-10-27T23:07:22.226Z Downloaded toml_datetime v0.6.11
3532025-10-27T23:07:22.227Z Downloaded getrandom v0.3.4
3542025-10-27T23:07:22.230Z Downloaded byteorder v1.5.0
3552025-10-27T23:07:22.234Z Downloaded utf8parse v0.2.2
3562025-10-27T23:07:22.237Z Downloaded unicode-linebreak v0.1.5
3572025-10-27T23:07:22.237Z Downloaded toml_write v0.1.2
3582025-10-27T23:07:22.238Z Downloaded fs-err v3.1.1
3592025-10-27T23:07:22.241Z Downloaded zerofrom v0.1.4
3602025-10-27T23:07:22.241Z Downloaded usdt-macro v0.5.0
3612025-10-27T23:07:22.241Z Downloaded zerovec-derive v0.10.3
3622025-10-27T23:07:22.244Z Downloaded writeable v0.5.5
3632025-10-27T23:07:22.244Z Downloaded serde-untagged v0.1.7
3642025-10-27T23:07:22.247Z Downloaded yoke-derive v0.7.4
3652025-10-27T23:07:22.247Z Downloaded scroll_derive v0.12.0
3662025-10-27T23:07:22.248Z Downloaded erased-serde v0.4.6
3672025-10-27T23:07:22.252Z Downloaded utf16_iter v1.0.5
3682025-10-27T23:07:22.252Z Downloaded displaydoc v0.2.5
3692025-10-27T23:07:22.255Z Downloaded utf8_iter v1.0.4
3702025-10-27T23:07:22.255Z Downloaded camino-tempfile v1.4.1
3712025-10-27T23:07:22.258Z Downloaded yoke v0.7.4
3722025-10-27T23:07:22.258Z Downloaded write16 v1.0.0
3732025-10-27T23:07:22.261Z Downloaded ucd-trie v0.1.7
3742025-10-27T23:07:22.261Z Downloaded zerofrom-derive v0.1.4
3752025-10-27T23:07:22.265Z Downloaded fnv v1.0.7
3762025-10-27T23:07:22.265Z Downloaded thiserror v1.0.69
3772025-10-27T23:07:22.268Z Downloaded camino v1.2.0
3782025-10-27T23:07:22.271Z Downloaded zerocopy-derive v0.7.35
3792025-10-27T23:07:22.274Z Downloaded thiserror-impl v1.0.69
3802025-10-27T23:07:22.277Z Downloaded toml v0.8.23
3812025-10-27T23:07:22.280Z Downloaded thiserror v2.0.17
3822025-10-27T23:07:22.283Z Downloaded pretty-hex v0.4.1
3832025-10-27T23:07:22.287Z Downloaded terminal_size v0.4.0
3842025-10-27T23:07:22.287Z Downloaded typenum v1.17.0
3852025-10-27T23:07:22.290Z Downloaded textwrap v0.16.2
3862025-10-27T23:07:22.293Z Downloaded heck v0.5.0
3872025-10-27T23:07:22.293Z Downloaded usdt-impl v0.5.0
3882025-10-27T23:07:22.293Z Downloaded usdt v0.5.0
3892025-10-27T23:07:22.296Z Downloaded semver v1.0.27
3902025-10-27T23:07:22.296Z Downloaded toml_edit v0.22.27
3912025-10-27T23:07:22.300Z Downloaded url v2.5.4
3922025-10-27T23:07:22.304Z Downloaded swrite v0.1.0
3932025-10-27T23:07:22.304Z Downloaded icu_provider_macros v1.5.0
3942025-10-27T23:07:22.307Z Downloaded icu_normalizer v1.5.0
3952025-10-27T23:07:22.310Z Downloaded heck v0.4.1
3962025-10-27T23:07:22.310Z Downloaded colorchoice v1.0.2
3972025-10-27T23:07:22.310Z Downloaded errno v0.3.12
3982025-10-27T23:07:22.314Z Downloaded version_check v0.9.5
3992025-10-27T23:07:22.314Z Downloaded usdt-attr-macro v0.5.0
4002025-10-27T23:07:22.314Z Downloaded macaddr v1.0.1
4012025-10-27T23:07:22.317Z Downloaded digest v0.10.7
4022025-10-27T23:07:22.317Z Downloaded zerovec v0.10.4
4032025-10-27T23:07:22.321Z Downloaded cargo-util-schemas v0.8.2
4042025-10-27T23:07:22.323Z Downloaded zerocopy v0.7.35
4052025-10-27T23:07:22.336Z Downloaded tabled v0.15.0
4062025-10-27T23:07:22.350Z Downloaded thiserror-impl v2.0.17
4072025-10-27T23:07:22.353Z Downloaded winnow v0.7.13
4082025-10-27T23:07:22.358Z Downloaded tabled_derive v0.7.0
4092025-10-27T23:07:22.361Z Downloaded proc-macro-error v1.0.4
4102025-10-27T23:07:22.364Z Downloaded once_cell v1.21.3
4112025-10-27T23:07:22.365Z Downloaded litemap v0.7.3
4122025-10-27T23:07:22.368Z Downloaded quote v1.0.40
4132025-10-27T23:07:22.371Z Downloaded clap_derive v4.5.47
4142025-10-27T23:07:22.371Z Downloaded cargo_metadata v0.21.0
4152025-10-27T23:07:22.374Z Downloaded unicode-width v0.2.0
4162025-10-27T23:07:22.377Z Downloaded serde-value v0.7.0
4172025-10-27T23:07:22.380Z Downloaded plain v0.2.3
4182025-10-27T23:07:22.380Z Downloaded memmap v0.7.0
4192025-10-27T23:07:22.380Z Downloaded unicode-width v0.1.14
4202025-10-27T23:07:22.384Z Downloaded sha2 v0.10.9
4212025-10-27T23:07:22.387Z Downloaded pest_meta v2.8.2
4222025-10-27T23:07:22.390Z Downloaded icu_locid_transform_data v1.5.0
4232025-10-27T23:07:22.390Z Downloaded papergrid v0.11.0
4242025-10-27T23:07:22.393Z Downloaded log v0.4.27
4252025-10-27T23:07:22.396Z Downloaded serde_tokenstream v0.2.2
4262025-10-27T23:07:22.399Z Downloaded scroll v0.12.0
4272025-10-27T23:07:22.399Z Downloaded icu_provider v1.5.0
4282025-10-27T23:07:22.402Z Downloaded percent-encoding v2.3.2
4292025-10-27T23:07:22.402Z Downloaded icu_locid_transform v1.5.0
4302025-10-27T23:07:22.405Z Downloaded num-traits v0.2.19
4312025-10-27T23:07:22.405Z Downloaded tempfile v3.20.0
4322025-10-27T23:07:22.408Z Downloaded smallvec v1.15.1
4332025-10-27T23:07:22.411Z Downloaded icu_normalizer_data v1.5.0
4342025-10-27T23:07:22.411Z Downloaded serde_derive v1.0.226
4352025-10-27T23:07:22.415Z Downloaded serde_core v1.0.226
4362025-10-27T23:07:22.418Z Downloaded proc-macro2 v1.0.101
4372025-10-27T23:07:22.418Z Downloaded serde v1.0.226
4382025-10-27T23:07:22.418Z Downloaded pest_derive v2.8.2
4392025-10-27T23:07:22.421Z Downloaded ryu v1.0.18
4402025-10-27T23:07:22.426Z Downloaded clap v4.5.48
4412025-10-27T23:07:22.430Z Downloaded idna v1.0.3
4422025-10-27T23:07:22.433Z Downloaded icu_properties v1.5.1
4432025-10-27T23:07:22.437Z Downloaded indexmap v2.11.4
4442025-10-27T23:07:22.440Z Downloaded icu_collections v1.5.0
4452025-10-27T23:07:22.444Z Downloaded memchr v2.7.4
4462025-10-27T23:07:22.448Z Downloaded icu_locid v1.5.0
4472025-10-27T23:07:22.452Z Downloaded cargo_toml v0.21.0
4482025-10-27T23:07:22.455Z Downloaded clap_builder v4.5.48
4492025-10-27T23:07:22.458Z Downloaded stable_deref_trait v1.2.0
4502025-10-27T23:07:22.461Z Downloaded pest v2.8.2
4512025-10-27T23:07:22.464Z Downloaded hashbrown v0.16.0
4522025-10-27T23:07:22.467Z Downloaded serde_json v1.0.145
4532025-10-27T23:07:22.473Z Downloaded smawk v0.3.2
4542025-10-27T23:07:22.476Z Downloaded is_terminal_polyfill v1.70.1
4552025-10-27T23:07:22.476Z Downloaded strsim v0.11.1
4562025-10-27T23:07:22.476Z Downloaded serde_spanned v0.6.9
4572025-10-27T23:07:22.480Z Downloaded proc-macro-error-attr v1.0.4
4582025-10-27T23:07:22.480Z Downloaded pest_generator v2.8.2
4592025-10-27T23:07:22.480Z Downloaded ordered-float v2.10.1
4602025-10-27T23:07:22.484Z Downloaded itoa v1.0.11
4612025-10-27T23:07:22.484Z Downloaded idna_adapter v1.2.0
4622025-10-27T23:07:22.484Z Downloaded cpufeatures v0.2.14
4632025-10-27T23:07:22.484Z Downloaded clap_lex v0.7.4
4642025-10-27T23:07:22.487Z Downloaded crypto-common v0.1.6
4652025-10-27T23:07:22.487Z Downloaded cfg-if v1.0.1
4662025-10-27T23:07:22.487Z Downloaded unicode-xid v0.2.6
4672025-10-27T23:07:22.490Z Downloaded bitflags v2.9.4
4682025-10-27T23:07:22.492Z Downloaded goblin v0.8.2
4692025-10-27T23:07:22.495Z Downloaded typeid v1.0.3
4702025-10-27T23:07:22.498Z Downloaded icu_properties_data v1.5.0
4712025-10-27T23:07:22.504Z Downloaded syn v1.0.109
4722025-10-27T23:07:22.512Z Downloaded thread-id v4.2.2
4732025-10-27T23:07:22.515Z Downloaded dof v0.3.0
4742025-10-27T23:07:22.518Z Downloaded syn v2.0.106
4752025-10-27T23:07:22.525Z Downloaded rustix v1.0.7
4762025-10-27T23:07:22.544Z Downloaded rustix v0.38.37
4772025-10-27T23:07:22.578Z Downloaded libc v0.2.174
4782025-10-27T23:07:22.656Z Compiling proc-macro2 v1.0.101
4792025-10-27T23:07:22.656Z Compiling unicode-ident v1.0.19
4802025-10-27T23:07:22.659Z Compiling serde_core v1.0.226
4812025-10-27T23:07:22.659Z Compiling version_check v0.9.5
4822025-10-27T23:07:22.659Z Compiling serde v1.0.226
4832025-10-27T23:07:22.659Z Compiling libc v0.2.174
4842025-10-27T23:07:22.659Z Compiling memchr v2.7.4
4852025-10-27T23:07:22.886Z Compiling thiserror v2.0.17
4862025-10-27T23:07:23.217Z Compiling stable_deref_trait v1.2.0
4872025-10-27T23:07:23.352Z Compiling ryu v1.0.18
4882025-10-27T23:07:23.742Z Compiling thiserror v1.0.69
4892025-10-27T23:07:23.745Z Compiling autocfg v1.4.0
4902025-10-27T23:07:23.992Z Compiling litemap v0.7.3
4912025-10-27T23:07:24.230Z Compiling writeable v0.5.5
4922025-10-27T23:07:24.270Z Compiling ucd-trie v0.1.7
4932025-10-27T23:07:24.296Z Compiling itoa v1.0.11
4942025-10-27T23:07:24.665Z Compiling byteorder v1.5.0
4952025-10-27T23:07:24.702Z Compiling bitflags v2.9.4
4962025-10-27T23:07:24.765Z Compiling icu_locid_transform_data v1.5.0
4972025-10-27T23:07:25.075Z Compiling quote v1.0.40
4982025-10-27T23:07:25.104Z Compiling errno v0.3.12
4992025-10-27T23:07:25.130Z Compiling serde_json v1.0.145
5002025-10-27T23:07:25.418Z Compiling icu_properties_data v1.5.0
5012025-10-27T23:07:25.444Z Compiling num-traits v0.2.19
5022025-10-27T23:07:25.545Z Compiling syn v2.0.106
5032025-10-27T23:07:25.636Z Compiling utf8_iter v1.0.4
5042025-10-27T23:07:25.721Z Compiling rustix v0.38.37
5052025-10-27T23:07:25.748Z Compiling hashbrown v0.16.0
5062025-10-27T23:07:25.775Z Compiling smallvec v1.15.1
5072025-10-27T23:07:25.801Z Compiling typeid v1.0.3
5082025-10-27T23:07:25.898Z Compiling icu_normalizer_data v1.5.0
5092025-10-27T23:07:26.033Z Compiling equivalent v1.0.2
5102025-10-27T23:07:26.192Z Compiling write16 v1.0.0
5112025-10-27T23:07:26.355Z Compiling utf16_iter v1.0.5
5122025-10-27T23:07:26.633Z Compiling usdt-impl v0.5.0
5132025-10-27T23:07:26.658Z Compiling proc-macro-error-attr v1.0.4
5142025-10-27T23:07:26.738Z Compiling toml_write v0.1.2
5152025-10-27T23:07:26.886Z Compiling indexmap v2.11.4
5162025-10-27T23:07:26.991Z Compiling winnow v0.7.13
5172025-10-27T23:07:27.023Z Compiling syn v1.0.109
5182025-10-27T23:07:27.264Z Compiling thread-id v4.2.2
5192025-10-27T23:07:27.902Z Compiling proc-macro-error v1.0.4
5202025-10-27T23:07:28.321Z Compiling rustix v1.0.7
5212025-10-27T23:07:28.475Z Compiling utf8parse v0.2.2
5222025-10-27T23:07:28.660Z Compiling getrandom v0.3.4
5232025-10-27T23:07:28.817Z Compiling plain v0.2.3
5242025-10-27T23:07:29.040Z Compiling log v0.4.27
5252025-10-27T23:07:29.116Z Compiling percent-encoding v2.3.2
5262025-10-27T23:07:29.233Z Compiling camino v1.2.0
5272025-10-27T23:07:29.404Z Compiling form_urlencoded v1.2.2
5282025-10-27T23:07:29.625Z Compiling ordered-float v2.10.1
5292025-10-27T23:07:29.723Z Compiling anstyle-parse v0.2.5
5302025-10-27T23:07:29.945Z Compiling terminal_size v0.4.0
5312025-10-27T23:07:30.257Z Compiling is_terminal_polyfill v1.70.1
5322025-10-27T23:07:30.411Z Compiling anstyle v1.0.11
5332025-10-27T23:07:30.416Z Compiling pretty-hex v0.4.1
5342025-10-27T23:07:30.613Z Compiling anstyle-query v1.1.1
5352025-10-27T23:07:30.709Z Compiling colorchoice v1.0.2
5362025-10-27T23:07:30.780Z Compiling cfg-if v1.0.1
5372025-10-27T23:07:30.929Z Compiling anstream v0.6.18
5382025-10-27T23:07:31.009Z Compiling semver v1.0.27
5392025-10-27T23:07:31.551Z Compiling fs-err v3.1.1
5402025-10-27T23:07:31.648Z Compiling heck v0.4.1
5412025-10-27T23:07:31.675Z Compiling unicode-xid v0.2.6
5422025-10-27T23:07:31.715Z Compiling strsim v0.11.1
5432025-10-27T23:07:31.889Z Compiling unicode-width v0.1.14
5442025-10-27T23:07:31.907Z Compiling anyhow v1.0.99
5452025-10-27T23:07:32.055Z Compiling heck v0.5.0
5462025-10-27T23:07:32.391Z Compiling synstructure v0.13.1
5472025-10-27T23:07:32.458Z Compiling once_cell v1.21.3
5482025-10-27T23:07:32.489Z Compiling fnv v1.0.7
5492025-10-27T23:07:32.539Z Compiling bytecount v0.6.8
5502025-10-27T23:07:32.660Z Compiling clap_lex v0.7.4
5512025-10-27T23:07:32.791Z Compiling fastrand v2.1.1
5522025-10-27T23:07:33.055Z Compiling clap_builder v4.5.48
5532025-10-27T23:07:33.095Z Compiling papergrid v0.11.0
5542025-10-27T23:07:33.255Z Compiling tempfile v3.20.0
5552025-10-27T23:07:33.883Z Compiling memmap v0.7.0
5562025-10-27T23:07:33.927Z Compiling smawk v0.3.2
5572025-10-27T23:07:34.053Z Compiling unicode-linebreak v0.1.5
5582025-10-27T23:07:34.176Z Compiling unicode-width v0.2.0
5592025-10-27T23:07:34.721Z Compiling textwrap v0.16.2
5602025-10-27T23:07:34.756Z Compiling camino-tempfile v1.4.1
5612025-10-27T23:07:35.206Z Compiling swrite v0.1.0
5622025-10-27T23:07:35.321Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5632025-10-27T23:07:35.421Z Compiling tabled_derive v0.7.0
5642025-10-27T23:07:36.299Z Compiling serde_derive v1.0.226
5652025-10-27T23:07:36.299Z Compiling zerofrom-derive v0.1.4
5662025-10-27T23:07:36.302Z Compiling yoke-derive v0.7.4
5672025-10-27T23:07:36.372Z Compiling thiserror-impl v2.0.17
5682025-10-27T23:07:36.398Z Compiling zerovec-derive v0.10.3
5692025-10-27T23:07:36.839Z Compiling displaydoc v0.2.5
5702025-10-27T23:07:38.329Z Compiling thiserror-impl v1.0.69
5712025-10-27T23:07:38.869Z Compiling icu_provider_macros v1.5.0
5722025-10-27T23:07:38.924Z Compiling zerocopy-derive v0.7.35
5732025-10-27T23:07:39.633Z Compiling pest v2.8.2
5742025-10-27T23:07:39.729Z Compiling zerofrom v0.1.4
5752025-10-27T23:07:39.919Z Compiling scroll_derive v0.12.0
5762025-10-27T23:07:39.989Z Compiling yoke v0.7.4
5772025-10-27T23:07:40.429Z Compiling zerovec v0.10.4
5782025-10-27T23:07:40.563Z Compiling clap_derive v4.5.47
5792025-10-27T23:07:40.883Z Compiling zerocopy v0.7.35
5802025-10-27T23:07:41.319Z Compiling scroll v0.12.0
5812025-10-27T23:07:41.402Z Compiling tabled v0.15.0
5822025-10-27T23:07:41.883Z Compiling goblin v0.8.2
5832025-10-27T23:07:42.144Z Compiling tinystr v0.7.6
5842025-10-27T23:07:42.197Z Compiling pest_meta v2.8.2
5852025-10-27T23:07:42.387Z Compiling icu_collections v1.5.0
5862025-10-27T23:07:42.543Z Compiling icu_locid v1.5.0
5872025-10-27T23:07:43.539Z Compiling pest_generator v2.8.2
5882025-10-27T23:07:44.152Z Compiling icu_provider v1.5.0
5892025-10-27T23:07:44.548Z Compiling serde_spanned v0.6.9
5902025-10-27T23:07:44.652Z Compiling toml_datetime v0.6.11
5912025-10-27T23:07:44.748Z Compiling dof v0.3.0
5922025-10-27T23:07:44.807Z Compiling serde_tokenstream v0.2.2
5932025-10-27T23:07:45.102Z Compiling icu_locid_transform v1.5.0
5942025-10-27T23:07:45.174Z Compiling toml_edit v0.22.27
5952025-10-27T23:07:45.324Z Compiling erased-serde v0.4.6
5962025-10-27T23:07:45.439Z Compiling serde-value v0.7.0
5972025-10-27T23:07:45.640Z Compiling cargo-platform v0.2.0
5982025-10-27T23:07:46.196Z Compiling macaddr v1.0.1
5992025-10-27T23:07:46.226Z Compiling clap v4.5.48
6002025-10-27T23:07:46.372Z Compiling serde-untagged v0.1.7
6012025-10-27T23:07:46.450Z Compiling icu_properties v1.5.1
6022025-10-27T23:07:46.627Z Compiling pest_derive v2.8.2
6032025-10-27T23:07:47.325Z Compiling dtrace-parser v0.2.0
6042025-10-27T23:07:48.246Z Compiling toml v0.8.23
6052025-10-27T23:07:49.145Z Compiling cargo_toml v0.21.0
6062025-10-27T23:07:49.291Z Compiling usdt-macro v0.5.0
6072025-10-27T23:07:49.351Z Compiling usdt-attr-macro v0.5.0
6082025-10-27T23:07:49.879Z Compiling icu_normalizer v1.5.0
6092025-10-27T23:07:50.534Z Compiling usdt v0.5.0
6102025-10-27T23:07:50.585Z Compiling idna_adapter v1.2.0
6112025-10-27T23:07:50.754Z Compiling idna v1.0.3
6122025-10-27T23:07:51.140Z Compiling url v2.5.4
6132025-10-27T23:07:51.948Z Compiling cargo-util-schemas v0.8.2
6142025-10-27T23:07:53.357Z Compiling cargo_metadata v0.21.0
6152025-10-27T23:07:54.841Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6162025-10-27T23:07:58.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
6172025-10-27T23:07:58.562Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6182025-10-27T23:07:59.271Z Downloading crates ...
6192025-10-27T23:07:59.408Z Downloaded atty v0.2.14
6202025-10-27T23:07:59.411Z Downloaded cargo_metadata v0.19.2
6212025-10-27T23:07:59.414Z Downloaded castaway v0.2.3
6222025-10-27T23:07:59.414Z Downloaded cmake v0.1.51
6232025-10-27T23:07:59.418Z Downloaded bitfield-struct v0.6.2
6242025-10-27T23:07:59.418Z Downloaded crc-catalog v2.4.0
6252025-10-27T23:07:59.421Z Downloaded crossbeam-deque v0.8.5
6262025-10-27T23:07:59.421Z Downloaded critical-section v1.1.3
6272025-10-27T23:07:59.424Z Downloaded addr2line v0.24.2
6282025-10-27T23:07:59.427Z Downloaded adler2 v2.0.0
6292025-10-27T23:07:59.427Z Downloaded async-stream v0.3.6
6302025-10-27T23:07:59.430Z Downloaded gethostname v0.5.0
6312025-10-27T23:07:59.434Z Downloaded async-stream-impl v0.3.6
6322025-10-27T23:07:59.437Z Downloaded assert_matches v1.5.0
6332025-10-27T23:07:59.437Z Downloaded ascii-canvas v3.0.0
6342025-10-27T23:07:59.440Z Downloaded async-bb8-diesel v0.2.1
6352025-10-27T23:07:59.440Z Downloaded arrayref v0.3.9
6362025-10-27T23:07:59.443Z Downloaded arrayvec v0.7.6
6372025-10-27T23:07:59.446Z Downloaded argon2 v0.5.3
6382025-10-27T23:07:59.451Z Downloaded is-terminal v0.4.13
6392025-10-27T23:07:59.453Z Downloaded indoc v1.0.9
6402025-10-27T23:07:59.456Z Downloaded libscf-sys v1.1.0
6412025-10-27T23:07:59.456Z Downloaded backoff v0.4.0
6422025-10-27T23:07:59.459Z Downloaded base16ct v0.2.0
6432025-10-27T23:07:59.462Z Downloaded indexmap v1.9.3
6442025-10-27T23:07:59.465Z Downloaded hostname v0.4.0
6452025-10-27T23:07:59.469Z Downloaded crossbeam-epoch v0.9.18
6462025-10-27T23:07:59.471Z Downloaded ahash v0.8.12
6472025-10-27T23:07:59.475Z Downloaded aead v0.5.2
6482025-10-27T23:07:59.475Z Downloaded async-recursion v1.1.1
6492025-10-27T23:07:59.478Z Downloaded array-init v0.0.4
6502025-10-27T23:07:59.482Z Downloaded hyper-tls v0.6.0
6512025-10-27T23:07:59.482Z Downloaded hash32 v0.3.1
6522025-10-27T23:07:59.487Z Downloaded allocator-api2 v0.2.21
6532025-10-27T23:07:59.490Z Downloaded hkdf v0.12.4
6542025-10-27T23:07:59.494Z Downloaded hyper v1.7.0
6552025-10-27T23:07:59.506Z Downloaded http-body v1.0.1
6562025-10-27T23:07:59.513Z Downloaded h2 v0.4.6
6572025-10-27T23:07:59.513Z Downloaded ciborium-io v0.2.2
6582025-10-27T23:07:59.518Z Downloaded ghash v0.5.1
6592025-10-27T23:07:59.519Z Downloaded cfg_aliases v0.1.1
6602025-10-27T23:07:59.519Z Downloaded arc-swap v1.7.1
6612025-10-27T23:07:59.519Z Downloaded bitfield-macros v0.19.2
6622025-10-27T23:07:59.522Z Downloaded hostname v0.3.1
6632025-10-27T23:07:59.522Z Downloaded atomicwrites v0.4.4
6642025-10-27T23:07:59.522Z Downloaded cfg_aliases v0.2.1
6652025-10-27T23:07:59.528Z Downloaded headers-core v0.3.0
6662025-10-27T23:07:59.533Z Downloaded home v0.5.9
6672025-10-27T23:07:59.533Z Downloaded crc8 v0.1.1
6682025-10-27T23:07:59.533Z Downloaded heapless v0.8.0
6692025-10-27T23:07:59.536Z Downloaded http-range v0.1.5
6702025-10-27T23:07:59.539Z Downloaded buf-list v1.0.3
6712025-10-27T23:07:59.542Z Downloaded block-padding v0.3.3
6722025-10-27T23:07:59.542Z Downloaded blowfish v0.9.1
6732025-10-27T23:07:59.546Z Downloaded rand_xorshift v0.4.0
6742025-10-27T23:07:59.546Z Downloaded hubpack v0.1.2
6752025-10-27T23:07:59.549Z Downloaded getrandom v0.2.15
6762025-10-27T23:07:59.552Z Downloaded bcrypt-pbkdf v0.10.0
6772025-10-27T23:07:59.555Z Downloaded instant v0.1.13
6782025-10-27T23:07:59.555Z Downloaded fxhash v0.2.1
6792025-10-27T23:07:59.559Z Downloaded bit-set v0.5.3
6802025-10-27T23:07:59.559Z Downloaded hubpack_derive v0.1.1
6812025-10-27T23:07:59.559Z Downloaded convert_case v0.4.0
6822025-10-27T23:07:59.562Z Downloaded http-body-util v0.1.3
6832025-10-27T23:07:59.562Z Downloaded is_ci v1.2.0
6842025-10-27T23:07:59.565Z Downloaded backtrace v0.3.74
6852025-10-27T23:07:59.568Z Downloaded sha1 v0.10.6
6862025-10-27T23:07:59.572Z Downloaded ident_case v1.0.1
6872025-10-27T23:07:59.578Z Downloaded convert_case v0.7.1
6882025-10-27T23:07:59.578Z Downloaded cobs v0.2.3
6892025-10-27T23:07:59.578Z Downloaded chacha20 v0.9.1
6902025-10-27T23:07:59.581Z Downloaded ciborium-ll v0.2.2
6912025-10-27T23:07:59.581Z Downloaded bit-set v0.8.0
6922025-10-27T23:07:59.581Z Downloaded bit-vec v0.6.3
6932025-10-27T23:07:59.584Z Downloaded constant_time_eq v0.3.1
6942025-10-27T23:07:59.588Z Downloaded cargo-platform v0.1.8
6952025-10-27T23:07:59.588Z Downloaded aes v0.8.4
6962025-10-27T23:07:59.591Z Downloaded kstat-rs v0.2.4
6972025-10-27T23:07:59.594Z Downloaded crc v3.2.1
6982025-10-27T23:07:59.597Z Downloaded predicates-tree v1.0.12
6992025-10-27T23:07:59.597Z Downloaded bitflags v1.3.2
7002025-10-27T23:07:59.600Z Downloaded sigpipe v0.1.3
7012025-10-27T23:07:59.604Z Downloaded highway v1.3.0
7022025-10-27T23:07:59.607Z Downloaded indent_write v2.2.0
7032025-10-27T23:07:59.607Z Downloaded proc-macro-error-attr2 v2.0.0
7042025-10-27T23:07:59.607Z Downloaded progenitor-macro v0.11.2
7052025-10-27T23:07:59.609Z Downloaded cassowary v0.3.0
7062025-10-27T23:07:59.612Z Downloaded base64ct v1.6.0
7072025-10-27T23:07:59.612Z Downloaded hickory-client v0.25.2
7082025-10-27T23:07:59.616Z Downloaded console v0.16.0
7092025-10-27T23:07:59.623Z Downloaded proc-macro-error2 v2.0.1
7102025-10-27T23:07:59.627Z Downloaded const_format_proc_macros v0.2.34
7112025-10-27T23:07:59.628Z Downloaded httpdate v1.0.3
7122025-10-27T23:07:59.628Z Downloaded lazycell v1.3.0
7132025-10-27T23:07:59.640Z Downloaded libz-rs-sys v0.5.1
7142025-10-27T23:07:59.643Z Downloaded lazy_static v1.5.0
7152025-10-27T23:07:59.646Z Downloaded internet-checksum v0.2.1
7162025-10-27T23:07:59.646Z Downloaded ingot-types v0.1.2
7172025-10-27T23:07:59.649Z Downloaded heck v0.3.3
7182025-10-27T23:07:59.649Z Downloaded bcs v0.1.6
7192025-10-27T23:07:59.654Z Downloaded async-trait v0.1.89
7202025-10-27T23:07:59.657Z Downloaded supports-color v3.0.2
7212025-10-27T23:07:59.657Z Downloaded try-lock v0.2.5
7222025-10-27T23:07:59.660Z Downloaded postgres-protocol v0.6.8
7232025-10-27T23:07:59.660Z Downloaded tower-service v0.3.3
7242025-10-27T23:07:59.663Z Downloaded pkcs1 v0.7.5
7252025-10-27T23:07:59.666Z Downloaded void v1.0.2
7262025-10-27T23:07:59.667Z Downloaded libefi-sys v0.1.0
7272025-10-27T23:07:59.670Z Downloaded lalrpop-util v0.19.12
7282025-10-27T23:07:59.670Z Downloaded ipnetwork v0.21.1
7292025-10-27T23:07:59.674Z Downloaded slog-scope v4.4.0
7302025-10-27T23:07:59.674Z Downloaded bzip2 v0.5.2
7312025-10-27T23:07:59.677Z Downloaded linked-hash-map v0.5.6
7322025-10-27T23:07:59.677Z Downloaded libsw-core v0.3.1
7332025-10-27T23:07:59.680Z Downloaded slog-stdlog v4.1.1
7342025-10-27T23:07:59.684Z Downloaded structmeta-derive v0.3.0
7352025-10-27T23:07:59.684Z Downloaded rustc-hash v1.1.0
7362025-10-27T23:07:59.690Z Downloaded ssh-encoding v0.2.0
7372025-10-27T23:07:59.690Z Downloaded bindgen v0.71.1
7382025-10-27T23:07:59.696Z Downloaded tls_codec_derive v0.4.1
7392025-10-27T23:07:59.696Z Downloaded signature v2.2.0
7402025-10-27T23:07:59.699Z Downloaded simd-adler32 v0.3.7
7412025-10-27T23:07:59.699Z Downloaded sct v0.7.1
7422025-10-27T23:07:59.706Z Downloaded tokio-dtrace v0.1.0
7432025-10-27T23:07:59.709Z Downloaded cancel-safe-futures v0.1.5
7442025-10-27T23:07:59.709Z Downloaded keccak v0.1.5
7452025-10-27T23:07:59.712Z Downloaded crunchy v0.2.2
7462025-10-27T23:07:59.712Z Downloaded ciborium v0.2.2
7472025-10-27T23:07:59.715Z Downloaded crucible-workspace-hack v0.1.0
7482025-10-27T23:07:59.715Z Downloaded iana-time-zone v0.1.63
7492025-10-27T23:07:59.718Z Downloaded usdt v0.6.0
7502025-10-27T23:07:59.721Z Downloaded postcard v1.0.10
7512025-10-27T23:07:59.725Z Downloaded libloading v0.8.5
7522025-10-27T23:07:59.725Z Downloaded dunce v1.0.5
7532025-10-27T23:07:59.729Z Downloaded vergen-lib v0.1.6
7542025-10-27T23:07:59.729Z Downloaded slog-term v2.9.2
7552025-10-27T23:07:59.732Z Downloaded qorb v0.4.1
7562025-10-27T23:07:59.735Z Downloaded termios v0.3.3
7572025-10-27T23:07:59.738Z Downloaded linear-map v1.2.0
7582025-10-27T23:07:59.741Z Downloaded base64 v0.13.1
7592025-10-27T23:07:59.744Z Downloaded enum-as-inner v0.6.1
7602025-10-27T23:08:00.751Z Downloaded ipnet v2.11.0
7612025-10-27T23:08:00.751Z Downloaded endian-type v0.1.2
7622025-10-27T23:08:00.756Z Downloaded zone v0.1.8
7632025-10-27T23:08:00.756Z Downloaded zeroize v1.8.1
7642025-10-27T23:08:00.756Z Downloaded sec1 v0.7.3
7652025-10-27T23:08:00.756Z Downloaded match_cfg v0.1.0
7662025-10-27T23:08:00.756Z Downloaded debug-ignore v1.0.5
7672025-10-27T23:08:00.756Z Downloaded normalize-line-endings v0.3.0
7682025-10-27T23:08:00.756Z Downloaded openssl-probe v0.1.5
7692025-10-27T23:08:00.756Z Downloaded rustls-native-certs v0.8.1
7702025-10-27T23:08:00.756Z Downloaded num v0.4.3
7712025-10-27T23:08:00.756Z Downloaded tokio-tungstenite v0.21.0
7722025-10-27T23:08:00.756Z Downloaded nodrop v0.1.14
7732025-10-27T23:08:00.756Z Downloaded ignore v0.4.23
7742025-10-27T23:08:00.756Z Downloaded dirs-sys-next v0.1.2
7752025-10-27T23:08:00.756Z Downloaded twox-hash v2.1.0
7762025-10-27T23:08:00.756Z Downloaded half v2.4.1
7772025-10-27T23:08:00.756Z Downloaded newtype_derive v0.1.6
7782025-10-27T23:08:00.756Z Downloaded compact_str v0.8.0
7792025-10-27T23:08:00.756Z Downloaded crc-any v2.5.0
7802025-10-27T23:08:00.757Z Downloaded dtrace-parser v0.3.0
7812025-10-27T23:08:00.757Z Downloaded dsl_auto_type v0.1.2
7822025-10-27T23:08:00.757Z Downloaded filetime v0.2.25
7832025-10-27T23:08:00.757Z Downloaded headers v0.4.1
7842025-10-27T23:08:00.757Z Downloaded precomputed-hash v0.1.1
7852025-10-27T23:08:00.757Z Downloaded drift v0.1.0
7862025-10-27T23:08:00.757Z Downloaded foreign-types-macros v0.2.3
7872025-10-27T23:08:00.757Z Downloaded yasna v0.5.2
7882025-10-27T23:08:00.757Z Downloaded russh-cryptovec v0.7.3
7892025-10-27T23:08:00.757Z Downloaded term v1.1.0
7902025-10-27T23:08:00.757Z Downloaded serde-big-array v0.5.1
7912025-10-27T23:08:00.757Z Downloaded darling v0.21.0
7922025-10-27T23:08:00.757Z Downloaded nu-ansi-term v0.50.1
7932025-10-27T23:08:00.757Z Downloaded foldhash v0.1.5
7942025-10-27T23:08:00.757Z Downloaded num-complex v0.4.6
7952025-10-27T23:08:00.757Z Downloaded strum v0.26.3
7962025-10-27T23:08:00.757Z Downloaded serde_bytes v0.11.19
7972025-10-27T23:08:00.757Z Downloaded scopeguard v1.2.0
7982025-10-27T23:08:00.757Z Downloaded typify v0.2.0
7992025-10-27T23:08:00.757Z Downloaded oxnet v0.1.3
8002025-10-27T23:08:00.757Z Downloaded newtype-uuid-macros v0.1.0
8012025-10-27T23:08:00.757Z Downloaded similar v2.7.0
8022025-10-27T23:08:00.757Z Downloaded pem v3.0.5
8032025-10-27T23:08:00.757Z Downloaded indicatif v0.18.0
8042025-10-27T23:08:00.757Z Downloaded progenitor-client v0.11.2
8052025-10-27T23:08:00.757Z Downloaded testing_table v0.3.0
8062025-10-27T23:08:00.757Z Downloaded rand_chacha v0.9.0
8072025-10-27T23:08:00.757Z Downloaded packed_struct_codegen v0.10.1
8082025-10-27T23:08:00.757Z Downloaded rand_core v0.6.4
8092025-10-27T23:08:00.757Z Downloaded rand v0.9.2
8102025-10-27T23:08:00.757Z Downloaded indicatif v0.17.11
8112025-10-27T23:08:00.757Z Downloaded cstr-argument v0.1.2
8122025-10-27T23:08:00.757Z Downloaded aes-gcm v0.10.3
8132025-10-27T23:08:00.757Z Downloaded slog-json v2.6.1
8142025-10-27T23:08:00.757Z Downloaded siphasher v0.3.11
8152025-10-27T23:08:00.758Z Downloaded serde-hex v0.1.0
8162025-10-27T23:08:00.758Z Downloaded pkg-config v0.3.31
8172025-10-27T23:08:00.758Z Downloaded defmt-parser v0.3.4
8182025-10-27T23:08:00.758Z Downloaded ppv-lite86 v0.2.20
8192025-10-27T23:08:00.758Z Downloaded hickory-resolver v0.24.4
8202025-10-27T23:08:00.758Z Downloaded tabwriter v1.4.0
8212025-10-27T23:08:00.758Z Downloaded rustc-hash v2.1.1
8222025-10-27T23:08:00.758Z Downloaded rand_core v0.9.3
8232025-10-27T23:08:00.758Z Downloaded strum v0.27.2
8242025-10-27T23:08:00.758Z Downloaded structmeta v0.3.0
8252025-10-27T23:08:00.758Z Downloaded strip-ansi-escapes v0.2.0
8262025-10-27T23:08:00.758Z Downloaded smf v0.2.3
8272025-10-27T23:08:00.758Z Downloaded lockfree-object-pool v0.1.6
8282025-10-27T23:08:00.758Z Downloaded serde_path_to_error v0.1.17
8292025-10-27T23:08:00.758Z Downloaded untrusted v0.9.0
8302025-10-27T23:08:00.758Z Downloaded static_assertions v1.1.0
8312025-10-27T23:08:00.758Z Downloaded socket2 v0.6.0
8322025-10-27T23:08:00.758Z Downloaded postgres-types v0.2.9
8332025-10-27T23:08:00.758Z Downloaded dropshot_endpoint v0.16.4
8342025-10-27T23:08:00.758Z Downloaded fd-lock v4.0.2
8352025-10-27T23:08:00.758Z Downloaded heapless v0.7.17
8362025-10-27T23:08:00.758Z Downloaded schemars v0.9.0
8372025-10-27T23:08:00.758Z Downloaded path-slash v0.1.5
8382025-10-27T23:08:00.758Z Downloaded parse-size v1.1.0
8392025-10-27T23:08:00.758Z Downloaded nibble_vec v0.1.0
8402025-10-27T23:08:00.758Z Downloaded openssl-macros v0.1.1
8412025-10-27T23:08:00.758Z Downloaded peg-runtime v0.8.5
8422025-10-27T23:08:00.758Z Downloaded unarray v0.1.4
8432025-10-27T23:08:00.758Z Downloaded pin-utils v0.1.0
8442025-10-27T23:08:00.758Z Downloaded predicates v3.1.3
8452025-10-27T23:08:00.758Z Downloaded document-features v0.2.11
8462025-10-27T23:08:00.758Z Downloaded unicase v2.8.1
8472025-10-27T23:08:00.758Z Downloaded crossbeam-channel v0.5.15
8482025-10-27T23:08:00.758Z Downloaded embedded-io v0.4.0
8492025-10-27T23:08:00.758Z Downloaded memoffset v0.9.1
8502025-10-27T23:08:00.758Z Downloaded fallible-iterator v0.2.0
8512025-10-27T23:08:00.758Z Downloaded env_filter v0.1.2
8522025-10-27T23:08:00.758Z Downloaded ena v0.14.3
8532025-10-27T23:08:00.758Z Downloaded mime v0.3.17
8542025-10-27T23:08:00.759Z Downloaded embedded-io v0.6.1
8552025-10-27T23:08:00.759Z Downloaded cc v1.2.30
8562025-10-27T23:08:00.759Z Downloaded tabled_derive v0.10.0
8572025-10-27T23:08:00.759Z Downloaded sync_wrapper v1.0.1
8582025-10-27T23:08:00.759Z Downloaded ed25519 v2.2.3
8592025-10-27T23:08:00.759Z Downloaded dof v0.4.0
8602025-10-27T23:08:00.759Z Downloaded serde_derive_internals v0.29.1
8612025-10-27T23:08:00.759Z Downloaded num_enum_derive v0.5.11
8622025-10-27T23:08:00.763Z Downloaded num_enum v0.5.11
8632025-10-27T23:08:00.763Z Downloaded whoami v1.5.2
8642025-10-27T23:08:00.763Z Downloaded lru-cache v0.1.2
8652025-10-27T23:08:00.763Z Downloaded ff v0.13.0
8662025-10-27T23:08:00.763Z Downloaded slog-envlogger v2.2.0
8672025-10-27T23:08:00.763Z Downloaded rustc-demangle v0.1.24
8682025-10-27T23:08:00.763Z Downloaded tokio-rustls v0.25.0
8692025-10-27T23:08:00.763Z Downloaded samael v0.0.19
8702025-10-27T23:08:00.763Z Downloaded diesel_table_macro_syntax v0.2.0
8712025-10-27T23:08:00.763Z Downloaded des v0.8.1
8722025-10-27T23:08:00.763Z Downloaded schemars_derive v0.8.22
8732025-10-27T23:08:00.763Z Downloaded rtoolbox v0.0.2
8742025-10-27T23:08:00.763Z Downloaded env_logger v0.11.8
8752025-10-27T23:08:00.763Z Downloaded ref-cast v1.0.24
8762025-10-27T23:08:00.763Z Downloaded rustversion v1.0.22
8772025-10-27T23:08:00.763Z Downloaded mime_guess v2.0.5
8782025-10-27T23:08:00.763Z Downloaded progenitor-impl v0.11.2
8792025-10-27T23:08:00.763Z Downloaded derive_builder_macro v0.20.2
8802025-10-27T23:08:00.763Z Downloaded progenitor-impl v0.10.0
8812025-10-27T23:08:00.763Z Downloaded schemars v1.0.4
8822025-10-27T23:08:00.763Z Downloaded newline-converter v0.3.0
8832025-10-27T23:08:00.763Z Downloaded aho-corasick v1.1.3
8842025-10-27T23:08:00.763Z Downloaded peg-macros v0.8.5
8852025-10-27T23:08:00.763Z Downloaded num-conv v0.1.0
8862025-10-27T23:08:00.763Z Downloaded universal-hash v0.5.1
8872025-10-27T23:08:00.764Z Downloaded slog-bunyan v2.5.0
8882025-10-27T23:08:00.764Z Downloaded unit-prefix v0.5.1
8892025-10-27T23:08:00.764Z Downloaded unicode-truncate v1.1.0
8902025-10-27T23:08:00.764Z Downloaded typify-macro v0.4.3
8912025-10-27T23:08:00.764Z Downloaded hyper-util v0.1.17
8922025-10-27T23:08:00.764Z Downloaded rfc6979 v0.4.0
8932025-10-27T23:08:00.764Z Downloaded futures-core v0.3.31
8942025-10-27T23:08:00.764Z Downloaded difflib v0.4.0
8952025-10-27T23:08:00.764Z Downloaded slog-dtrace v0.3.0
8962025-10-27T23:08:00.764Z Downloaded untrusted v0.7.1
8972025-10-27T23:08:00.764Z Downloaded tagptr v0.2.0
8982025-10-27T23:08:00.764Z Downloaded progenitor-macro v0.10.0
8992025-10-27T23:08:00.764Z Downloaded typify-macro v0.2.0
9002025-10-27T23:08:00.764Z Downloaded p256 v0.13.2
9012025-10-27T23:08:00.764Z Downloaded tinyvec_macros v0.1.1
9022025-10-27T23:08:00.764Z Downloaded secrecy v0.10.3
9032025-10-27T23:08:00.764Z Downloaded tracing-core v0.1.32
9042025-10-27T23:08:00.764Z Downloaded sqlparser_derive v0.2.2
9052025-10-27T23:08:00.764Z Downloaded strum_macros v0.26.4
9062025-10-27T23:08:00.764Z Downloaded unicode-properties v0.1.3
9072025-10-27T23:08:00.764Z Downloaded semver v0.1.20
9082025-10-27T23:08:00.764Z Downloaded zstd-safe v7.2.3
9092025-10-27T23:08:00.764Z Downloaded data-encoding v2.9.0
9102025-10-27T23:08:00.764Z Downloaded uuid v1.18.1
9112025-10-27T23:08:00.764Z Downloaded nanorand v0.7.0
9122025-10-27T23:08:00.764Z Downloaded primeorder v0.13.6
9132025-10-27T23:08:00.764Z Downloaded float-ord v0.3.2
9142025-10-27T23:08:00.764Z Downloaded either v1.15.0
9152025-10-27T23:08:00.764Z Downloaded poly1305 v0.8.0
9162025-10-27T23:08:00.764Z Downloaded x509-cert v0.2.5
9172025-10-27T23:08:00.764Z Downloaded pkcs8 v0.10.2
9182025-10-27T23:08:00.764Z Downloaded waitgroup v0.1.2
9192025-10-27T23:08:00.764Z Downloaded flate2 v1.1.2
9202025-10-27T23:08:00.764Z Downloaded diff v0.1.13
9212025-10-27T23:08:00.764Z Downloaded rusty-fork v0.3.0
9222025-10-27T23:08:00.764Z Downloaded signal-hook-mio v0.2.4
9232025-10-27T23:08:00.764Z Downloaded slog v2.7.0
9242025-10-27T23:08:00.765Z Downloaded parse-display-derive v0.10.0
9252025-10-27T23:08:00.765Z Downloaded fatfs v0.3.6
9262025-10-27T23:08:00.765Z Downloaded progenitor v0.11.2
9272025-10-27T23:08:00.765Z Downloaded phf_shared v0.12.1
9282025-10-27T23:08:00.765Z Downloaded serde_yaml v0.9.34+deprecated
9292025-10-27T23:08:00.765Z Downloaded tiny-keccak v2.0.2
9302025-10-27T23:08:00.765Z Downloaded time-core v0.1.6
9312025-10-27T23:08:00.765Z Downloaded shlex v1.3.0
9322025-10-27T23:08:00.765Z Downloaded num-derive v0.4.2
9332025-10-27T23:08:00.765Z Downloaded managed v0.8.0
9342025-10-27T23:08:00.765Z Downloaded num-derive v0.3.3
9352025-10-27T23:08:00.765Z Downloaded pretty-hex v0.2.1
9362025-10-27T23:08:00.766Z Downloaded tokio-stream v0.1.17
9372025-10-27T23:08:00.766Z Downloaded signal-hook-registry v1.4.2
9382025-10-27T23:08:00.766Z Downloaded predicates-core v1.0.8
9392025-10-27T23:08:00.766Z Downloaded termtree v0.5.1
9402025-10-27T23:08:00.766Z Downloaded defmt v0.3.8
9412025-10-27T23:08:00.766Z Downloaded progenitor-client v0.8.0
9422025-10-27T23:08:00.766Z Downloaded siphasher v1.0.1
9432025-10-27T23:08:00.766Z Downloaded typify v0.4.3
9442025-10-27T23:08:00.766Z Downloaded xattr v1.3.1
9452025-10-27T23:08:00.766Z Downloaded usdt-macro v0.6.0
9462025-10-27T23:08:00.766Z Downloaded crypto-bigint v0.5.5
9472025-10-27T23:08:00.766Z Downloaded darling_macro v0.20.10
9482025-10-27T23:08:00.766Z Downloaded dropshot-api-manager-types v0.2.2
9492025-10-27T23:08:00.767Z Downloaded zone_cfg_derive v0.1.2
9502025-10-27T23:08:00.767Z Downloaded wait-timeout v0.2.0
9512025-10-27T23:08:00.767Z Downloaded fixedbitset v0.4.2
9522025-10-27T23:08:00.767Z Downloaded password-hash v0.4.2
9532025-10-27T23:08:00.767Z Downloaded vte_generate_state_changes v0.1.2
9542025-10-27T23:08:00.767Z Downloaded ctr v0.9.2
9552025-10-27T23:08:00.767Z Downloaded num-bigint v0.4.6
9562025-10-27T23:08:00.767Z Downloaded daft v0.1.4
9572025-10-27T23:08:00.767Z Downloaded ssh-cipher v0.2.0
9582025-10-27T23:08:00.767Z Downloaded lock_api v0.4.12
9592025-10-27T23:08:00.767Z Downloaded number_prefix v0.4.0
9602025-10-27T23:08:00.767Z Downloaded futures-sink v0.3.31
9612025-10-27T23:08:00.767Z Downloaded proc-macro-crate v1.3.1
9622025-10-27T23:08:00.771Z Downloaded progenitor v0.10.0
9632025-10-27T23:08:00.771Z Downloaded spki v0.7.3
9642025-10-27T23:08:00.771Z Downloaded rand_chacha v0.3.1
9652025-10-27T23:08:00.771Z Downloaded libm v0.2.8
9662025-10-27T23:08:00.771Z Downloaded progenitor v0.8.0
9672025-10-27T23:08:00.771Z Downloaded crossterm v0.29.0
9682025-10-27T23:08:00.771Z Downloaded want v0.3.1
9692025-10-27T23:08:00.771Z Downloaded xshell-macros v0.2.7
9702025-10-27T23:08:00.771Z Downloaded fixedbitset v0.5.7
9712025-10-27T23:08:00.771Z Downloaded tower-layer v0.3.3
9722025-10-27T23:08:00.771Z Downloaded foldhash v0.2.0
9732025-10-27T23:08:00.771Z Downloaded rsa v0.9.6
9742025-10-27T23:08:00.771Z Downloaded utf-8 v0.7.6
9752025-10-27T23:08:00.771Z Downloaded paste v1.0.15
9762025-10-27T23:08:00.771Z Downloaded futures-task v0.3.31
9772025-10-27T23:08:00.771Z Downloaded futures-executor v0.3.31
9782025-10-27T23:08:00.771Z Downloaded blake3 v1.5.4
9792025-10-27T23:08:00.771Z Downloaded futures-io v0.3.31
9802025-10-27T23:08:00.771Z Downloaded hashbrown v0.15.4
9812025-10-27T23:08:00.771Z Downloaded pin-project v1.1.6
9822025-10-27T23:08:00.771Z Downloaded md5 v0.7.0
9832025-10-27T23:08:00.771Z Downloaded zerocopy v0.6.6
9842025-10-27T23:08:00.771Z Downloaded flagset v0.4.6
9852025-10-27T23:08:00.771Z Downloaded unicode_categories v0.1.1
9862025-10-27T23:08:00.771Z Downloaded salsa20 v0.10.2
9872025-10-27T23:08:00.771Z Downloaded scheduled-thread-pool v0.2.7
9882025-10-27T23:08:00.771Z Downloaded same-file v1.0.6
9892025-10-27T23:08:00.771Z Downloaded rustc_version v0.1.7
9902025-10-27T23:08:00.771Z Downloaded topological-sort v0.2.2
9912025-10-27T23:08:00.771Z Downloaded strum_macros v0.24.3
9922025-10-27T23:08:00.771Z Downloaded slab v0.4.9
9932025-10-27T23:08:00.771Z Downloaded toml_datetime v0.7.0
9942025-10-27T23:08:00.771Z Downloaded expectorate v1.2.0
9952025-10-27T23:08:00.771Z Downloaded defmt-macros v0.3.9
9962025-10-27T23:08:00.772Z Downloaded futures v0.3.31
9972025-10-27T23:08:00.772Z Downloaded oso-derive v0.27.3
9982025-10-27T23:08:00.772Z Downloaded serde_spanned v1.0.0
9992025-10-27T23:08:00.772Z Downloaded tower v0.5.2
10002025-10-27T23:08:00.772Z Downloaded zeroize_derive v1.4.2
10012025-10-27T23:08:00.772Z Downloaded tui-tree-widget v0.23.1
10022025-10-27T23:08:00.772Z Downloaded radium v0.7.0
10032025-10-27T23:08:00.772Z Downloaded wyz v0.5.1
10042025-10-27T23:08:00.772Z Downloaded r2d2 v0.8.10
10052025-10-27T23:08:00.772Z Downloaded zone_cfg_derive v0.3.0
10062025-10-27T23:08:00.772Z Downloaded scroll_derive v0.13.1
10072025-10-27T23:08:00.773Z Downloaded subtle v2.6.1
10082025-10-27T23:08:00.773Z Downloaded take_mut v0.2.2
10092025-10-27T23:08:00.773Z Downloaded spin v0.9.8
10102025-10-27T23:08:00.773Z Downloaded ed25519-dalek v2.1.1
10112025-10-27T23:08:00.773Z Downloaded darling_macro v0.21.0
10122025-10-27T23:08:00.773Z Downloaded olpc-cjson v0.1.4
10132025-10-27T23:08:00.773Z Downloaded tungstenite v0.23.0
10142025-10-27T23:08:00.773Z Downloaded num_threads v0.1.7
10152025-10-27T23:08:00.773Z Downloaded publicsuffix v2.3.0
10162025-10-27T23:08:00.773Z Downloaded serde_urlencoded v0.7.1
10172025-10-27T23:08:00.773Z Downloaded quinn v0.11.5
10182025-10-27T23:08:00.773Z Downloaded dirs-next v2.0.0
10192025-10-27T23:08:00.773Z Downloaded bindgen v0.69.5
10202025-10-27T23:08:00.773Z Downloaded rustls-pemfile v1.0.4
10212025-10-27T23:08:00.773Z Downloaded foreign-types v0.5.0
10222025-10-27T23:08:00.774Z Downloaded rustc_version v0.4.1
10232025-10-27T23:08:00.774Z Downloaded xshell v0.2.7
10242025-10-27T23:08:00.774Z Downloaded ecdsa v0.16.9
10252025-10-27T23:08:00.774Z Downloaded owo-colors v4.2.2
10262025-10-27T23:08:00.774Z Downloaded opaque-debug v0.3.1
10272025-10-27T23:08:00.774Z Downloaded foreign-types v0.3.2
10282025-10-27T23:08:00.774Z Downloaded bitvec v1.0.1
10292025-10-27T23:08:00.774Z Downloaded tokio-macros v2.5.0
10302025-10-27T23:08:00.774Z Downloaded goblin v0.10.2
10312025-10-27T23:08:00.774Z Downloaded parking_lot_core v0.9.10
10322025-10-27T23:08:00.774Z Downloaded phf v0.11.2
10332025-10-27T23:08:00.774Z Downloaded derive-ex v0.1.8
10342025-10-27T23:08:00.774Z Downloaded float-cmp v0.10.0
10352025-10-27T23:08:00.774Z Downloaded parking_lot_core v0.8.6
10362025-10-27T23:08:00.774Z Downloaded derive_more v0.99.20
10372025-10-27T23:08:00.774Z Downloaded zip v4.2.0
10382025-10-27T23:08:00.774Z Downloaded signal-hook-tokio v0.3.1
10392025-10-27T23:08:00.775Z Downloaded toml_parser v1.0.2
10402025-10-27T23:08:00.775Z Downloaded rustls-pemfile v2.2.0
10412025-10-27T23:08:00.775Z Downloaded tungstenite v0.21.0
10422025-10-27T23:08:00.775Z Downloaded peg v0.8.5
10432025-10-27T23:08:00.775Z Downloaded thread-id v5.0.0
10442025-10-27T23:08:00.775Z Downloaded support-bundle-viewer v0.1.2
10452025-10-27T23:08:00.775Z Downloaded derive_builder v0.20.2
10462025-10-27T23:08:00.775Z Downloaded elliptic-curve v0.13.8
10472025-10-27T23:08:00.775Z Downloaded password-hash v0.5.0
10482025-10-27T23:08:00.775Z Downloaded salty v0.3.0
10492025-10-27T23:08:00.775Z Downloaded tls_codec v0.4.1
10502025-10-27T23:08:00.775Z Downloaded scroll v0.13.0
10512025-10-27T23:08:00.775Z Downloaded rustyline v14.0.0
10522025-10-27T23:08:00.775Z Downloaded derive-where v1.5.0
10532025-10-27T23:08:00.775Z Downloaded serde_with_macros v3.14.0
10542025-10-27T23:08:00.775Z Downloaded tokio-rustls v0.26.0
10552025-10-27T23:08:00.775Z Downloaded uzers v0.12.1
10562025-10-27T23:08:00.775Z Downloaded rustls-pki-types v1.10.0
10572025-10-27T23:08:00.775Z Downloaded tracing-attributes v0.1.27
10582025-10-27T23:08:00.775Z Downloaded winnow v0.5.40
10592025-10-27T23:08:00.775Z Downloaded csv-core v0.1.11
10602025-10-27T23:08:00.775Z Downloaded rcgen v0.12.1
10612025-10-27T23:08:00.775Z Downloaded schemars v0.8.22
10622025-10-27T23:08:00.779Z Downloaded zopfli v0.8.1
10632025-10-27T23:08:00.779Z Downloaded winnow v0.6.26
10642025-10-27T23:08:00.779Z Downloaded memmap2 v0.9.8
10652025-10-27T23:08:00.779Z Downloaded value-bag v1.9.0
10662025-10-27T23:08:00.779Z Downloaded yansi v1.0.1
10672025-10-27T23:08:00.779Z Downloaded darling_core v0.21.0
10682025-10-27T23:08:00.779Z Downloaded tower-http v0.6.6
10692025-10-27T23:08:00.779Z Downloaded dropshot-api-manager v0.2.2
10702025-10-27T23:08:00.779Z Downloaded omicron-zone-package v0.12.2
10712025-10-27T23:08:00.779Z Downloaded darling_core v0.20.10
10722025-10-27T23:08:00.779Z Downloaded tracing v0.1.40
10732025-10-27T23:08:00.779Z Downloaded vcpkg v0.2.15
10742025-10-27T23:08:00.780Z Downloaded papergrid v0.17.0
10752025-10-27T23:08:00.780Z Downloaded derive_more v2.0.1
10762025-10-27T23:08:00.780Z Downloaded zerocopy-derive v0.8.27
10772025-10-27T23:08:00.780Z Downloaded tough v0.20.0
10782025-10-27T23:08:00.780Z Downloaded snafu v0.8.5
10792025-10-27T23:08:00.780Z Downloaded zlib-rs v0.5.1
10802025-10-27T23:08:00.780Z Downloaded quinn-proto v0.11.8
10812025-10-27T23:08:00.780Z Downloaded p384 v0.13.1
10822025-10-27T23:08:00.780Z Downloaded lalrpop v0.19.12
10832025-10-27T23:08:00.780Z Downloaded rustls v0.21.12
10842025-10-27T23:08:00.780Z Downloaded reedline v0.40.0
10852025-10-27T23:08:00.780Z Downloaded proptest v1.7.0
10862025-10-27T23:08:00.780Z Downloaded regex v1.11.3
10872025-10-27T23:08:00.780Z Downloaded moka v0.12.10
10882025-10-27T23:08:00.780Z Downloaded polar-core v0.27.3
10892025-10-27T23:08:00.780Z Downloaded hickory-proto v0.25.2
10902025-10-27T23:08:00.780Z Downloaded quick-xml v0.37.2
10912025-10-27T23:08:00.780Z Downloaded rustls-webpki v0.101.7
10922025-10-27T23:08:00.785Z Downloaded sqlparser v0.45.0
10932025-10-27T23:08:00.790Z Downloaded zerocopy v0.8.27
10942025-10-27T23:08:00.811Z Downloaded petname v2.0.2
10952025-10-27T23:08:00.814Z Downloaded rustls v0.22.4
10962025-10-27T23:08:00.826Z Downloaded serde_with v3.14.0
10972025-10-27T23:08:00.838Z Downloaded regex-syntax v0.6.29
10982025-10-27T23:08:00.844Z Downloaded nix v0.27.1
10992025-10-27T23:08:00.852Z Downloaded hickory-proto v0.24.4
11002025-10-27T23:08:00.867Z Downloaded openssl v0.10.73
11012025-10-27T23:08:00.875Z Downloaded regex-syntax v0.8.5
11022025-10-27T23:08:00.882Z Downloaded radix_trie v0.2.1
11032025-10-27T23:08:00.886Z Downloaded bstr v1.10.0
11042025-10-27T23:08:00.895Z Downloaded webpki-roots v1.0.1
11052025-10-27T23:08:00.899Z Downloaded object v0.30.4
11062025-10-27T23:08:00.908Z Downloaded smoltcp v0.11.0
11072025-10-27T23:08:00.918Z Downloaded nix v0.28.0
11082025-10-27T23:08:00.928Z Downloaded curve25519-dalek v4.1.3
11092025-10-27T23:08:00.937Z Downloaded nix v0.29.0
11102025-10-27T23:08:00.949Z Downloaded regress v0.10.4
11112025-10-27T23:08:00.957Z Downloaded nix v0.30.1
11122025-10-27T23:08:00.969Z Downloaded dropshot v0.16.4
11132025-10-27T23:08:00.991Z Downloaded typify-impl v0.2.0
11142025-10-27T23:08:01.003Z Downloaded openapiv3 v2.2.0
11152025-10-27T23:08:01.014Z Downloaded diesel v2.2.12
11162025-10-27T23:08:01.033Z Downloaded futures-util v0.3.31
11172025-10-27T23:08:01.045Z Downloaded object v0.36.5
11182025-10-27T23:08:01.055Z Downloaded rustls-webpki v0.102.8
11192025-10-27T23:08:01.074Z Downloaded portable-atomic v1.11.0
11202025-10-27T23:08:01.081Z Downloaded reqwest v0.12.22
11212025-10-27T23:08:01.089Z Downloaded tabled v0.20.0
11222025-10-27T23:08:01.108Z Downloaded typify-impl v0.4.3
11232025-10-27T23:08:01.121Z Downloaded ratatui v0.29.0
11242025-10-27T23:08:01.139Z Downloaded smoltcp v0.9.1
11252025-10-27T23:08:01.150Z Downloaded rustls v0.23.19
11262025-10-27T23:08:01.160Z Downloaded sled v0.34.7
11272025-10-27T23:08:01.170Z Downloaded jiff v0.2.15
11282025-10-27T23:08:01.186Z Downloaded zerocopy-derive v0.6.6
11292025-10-27T23:08:01.195Z Downloaded petgraph v0.6.5
11302025-10-27T23:08:01.211Z Downloaded bzip2-sys v0.1.13+1.0.8
11312025-10-27T23:08:01.225Z Downloaded tabled v0.18.0
11322025-10-27T23:08:01.239Z Downloaded subprocess v0.2.9
11332025-10-27T23:08:01.242Z Downloaded regex-automata v0.4.11
11342025-10-27T23:08:01.256Z Downloaded lzma-sys v0.1.20
11352025-10-27T23:08:01.282Z Downloaded petgraph v0.8.2
11362025-10-27T23:08:01.300Z Downloaded libz-sys v1.1.20
11372025-10-27T23:08:01.318Z Downloaded csv v1.3.1
11382025-10-27T23:08:01.336Z Downloaded chrono-tz v0.10.4
11392025-10-27T23:08:01.351Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
11402025-10-27T23:08:01.368Z Downloaded tokio v1.47.0
11412025-10-27T23:08:01.402Z Downloaded toml_edit v0.19.15
11422025-10-27T23:08:01.417Z Downloaded gimli v0.31.1
11432025-10-27T23:08:01.423Z Downloaded chrono v0.4.42
11442025-10-27T23:08:01.429Z Downloaded mio v1.0.2
11452025-10-27T23:08:01.434Z Downloaded minimal-lexical v0.2.1
11462025-10-27T23:08:01.438Z Downloaded thiserror-no-std v2.0.2
11472025-10-27T23:08:01.441Z Downloaded parking_lot v0.11.2
11482025-10-27T23:08:01.444Z Downloaded steno v0.4.1
11492025-10-27T23:08:01.449Z Downloaded sha3 v0.10.8
11502025-10-27T23:08:01.452Z Downloaded socket2 v0.5.10
11512025-10-27T23:08:01.457Z Downloaded prettyplease v0.2.36
11522025-10-27T23:08:01.460Z Downloaded pretty_assertions v1.4.1
11532025-10-27T23:08:01.460Z Downloaded parse-display v0.10.0
11542025-10-27T23:08:01.460Z Downloaded zip v0.6.6
11552025-10-27T23:08:01.463Z Downloaded unicode-segmentation v1.12.0
11562025-10-27T23:08:01.466Z Downloaded pbkdf2 v0.11.0
11572025-10-27T23:08:01.469Z Downloaded dyn-clone v1.0.20
11582025-10-27T23:08:01.473Z Downloaded funty v2.0.0
11592025-10-27T23:08:01.473Z Downloaded which v4.4.2
11602025-10-27T23:08:01.473Z Downloaded snafu-derive v0.8.5
11612025-10-27T23:08:01.476Z Downloaded papergrid v0.14.0
11622025-10-27T23:08:01.478Z Downloaded p521 v0.13.3
11632025-10-27T23:08:01.481Z Downloaded tap v1.0.1
11642025-10-27T23:08:01.484Z Downloaded vsss-rs v3.3.4
11652025-10-27T23:08:01.487Z Downloaded maplit v1.0.2
11662025-10-27T23:08:01.487Z Downloaded xz2 v0.1.7
11672025-10-27T23:08:01.488Z Downloaded string_cache v0.8.9
11682025-10-27T23:08:01.491Z Downloaded openssl-sys v0.9.109
11692025-10-27T23:08:01.493Z Downloaded futures-macro v0.3.31
11702025-10-27T23:08:01.496Z Downloaded quinn-udp v0.5.5
11712025-10-27T23:08:01.496Z Downloaded phf_shared v0.11.2
11722025-10-27T23:08:01.496Z Downloaded derive_builder_core v0.20.2
11732025-10-27T23:08:01.499Z Downloaded serde_repr v0.1.19
11742025-10-27T23:08:01.502Z Downloaded phf v0.12.1
11752025-10-27T23:08:01.502Z Downloaded lzss v0.8.2
11762025-10-27T23:08:01.505Z Downloaded toml_writer v1.0.2
11772025-10-27T23:08:01.505Z Downloaded ref-cast-impl v1.0.24
11782025-10-27T23:08:01.505Z Downloaded stringprep v0.1.5
11792025-10-27T23:08:01.508Z Downloaded sqlformat v0.3.5
11802025-10-27T23:08:01.508Z Downloaded flume v0.11.1
11812025-10-27T23:08:01.511Z Downloaded num-bigint-dig v0.8.4
11822025-10-27T23:08:01.519Z Downloaded crossterm v0.28.1
11832025-10-27T23:08:01.523Z Downloaded rayon-core v1.12.1
11842025-10-27T23:08:01.526Z Downloaded progenitor-macro v0.8.0
11852025-10-27T23:08:01.526Z Downloaded encoding_rs v0.8.34
11862025-10-27T23:08:01.546Z Downloaded pbkdf2 v0.12.2
11872025-10-27T23:08:01.550Z Downloaded tar v0.4.44
11882025-10-27T23:08:01.550Z Downloaded tokio-util v0.7.15
11892025-10-27T23:08:01.554Z Downloaded rayon v1.10.0
11902025-10-27T23:08:01.562Z Downloaded miniz_oxide v0.8.5
11912025-10-27T23:08:01.565Z Downloaded unsafe-libyaml v0.2.11
11922025-10-27T23:08:01.568Z Downloaded tokio-postgres v0.7.13
11932025-10-27T23:08:01.571Z Downloaded russh v0.45.0
11942025-10-27T23:08:01.576Z Downloaded ssh-key v0.6.6
11952025-10-27T23:08:01.583Z Downloaded multimap v0.10.1
11962025-10-27T23:08:01.586Z Downloaded multer v3.1.0
11972025-10-27T23:08:01.586Z Downloaded itertools v0.14.0
11982025-10-27T23:08:01.592Z Downloaded ring v0.17.14
11992025-10-27T23:08:01.628Z Downloaded daft-derive v0.1.4
12002025-10-27T23:08:01.631Z Downloaded parking_lot v0.12.3
12012025-10-27T23:08:01.634Z Downloaded unicode-normalization v0.1.24
12022025-10-27T23:08:01.638Z Downloaded rpassword v7.4.0
12032025-10-27T23:08:01.641Z Downloaded display-error-chain v0.2.2
12042025-10-27T23:08:01.641Z Downloaded der v0.7.10
12052025-10-27T23:08:01.644Z Downloaded nom v7.1.3
12062025-10-27T23:08:01.647Z Downloaded libgit2-sys v0.18.2+1.9.1
12072025-10-27T23:08:01.696Z Downloaded typed-path v0.9.3
12082025-10-27T23:08:01.701Z Downloaded curve25519-dalek-derive v0.1.1
12092025-10-27T23:08:01.704Z Downloaded litrs v0.4.1
12102025-10-27T23:08:01.704Z Downloaded itertools v0.13.0
12112025-10-27T23:08:01.710Z Downloaded num-iter v0.1.45
12122025-10-27T23:08:01.713Z Downloaded num-integer v0.1.46
12132025-10-27T23:08:01.713Z Downloaded tinyvec v1.8.0
12142025-10-27T23:08:01.716Z Downloaded time-macros v0.2.24
12152025-10-27T23:08:01.719Z Downloaded libxml v0.3.3
12162025-10-27T23:08:01.723Z Downloaded itertools v0.12.1
12172025-10-27T23:08:01.730Z Downloaded iri-string v0.7.8
12182025-10-27T23:08:01.734Z Downloaded time v0.3.43
12192025-10-27T23:08:01.741Z Downloaded scrypt v0.11.0
12202025-10-27T23:08:01.744Z Downloaded progenitor-client v0.10.0
12212025-10-27T23:08:01.744Z Downloaded diesel-dtrace v0.4.2
12222025-10-27T23:08:01.747Z Downloaded pkcs5 v0.7.1
12232025-10-27T23:08:01.750Z Downloaded toml v0.9.5
12242025-10-27T23:08:01.753Z Downloaded oso v0.27.3
12252025-10-27T23:08:01.756Z Downloaded usdt-impl v0.6.0
12262025-10-27T23:08:01.756Z Downloaded zstd v0.13.3
12272025-10-27T23:08:01.759Z Downloaded itertools v0.10.5
12282025-10-27T23:08:01.763Z Downloaded iddqd v0.3.13
12292025-10-27T23:08:01.768Z Downloaded shell-words v1.1.0
12302025-10-27T23:08:01.771Z Downloaded futures-channel v0.3.31
12312025-10-27T23:08:01.771Z Downloaded pin-project-lite v0.2.14
12322025-10-27T23:08:01.774Z Downloaded serde_cbor v0.11.2
12332025-10-27T23:08:01.777Z Downloaded new_debug_unreachable v1.0.6
12342025-10-27T23:08:01.780Z Downloaded psl-types v2.0.11
12352025-10-27T23:08:01.780Z Downloaded polyval v0.6.2
12362025-10-27T23:08:01.780Z Downloaded num-rational v0.4.2
12372025-10-27T23:08:01.783Z Downloaded crossbeam-utils v0.8.21
12382025-10-27T23:08:01.786Z Downloaded walkdir v2.5.0
12392025-10-27T23:08:01.786Z Downloaded vte v0.11.1
12402025-10-27T23:08:01.789Z Downloaded tokio-rustls v0.24.1
12412025-10-27T23:08:01.789Z Downloaded test-strategy v0.4.3
12422025-10-27T23:08:01.793Z Downloaded http v1.3.1
12432025-10-27T23:08:01.796Z Downloaded serde_plain v1.0.2
12442025-10-27T23:08:01.798Z Downloaded newtype-uuid v1.3.1
12452025-10-27T23:08:01.798Z Downloaded toml v0.7.8
12462025-10-27T23:08:01.801Z Downloaded russh-keys v0.45.0
12472025-10-27T23:08:01.805Z Downloaded pem-rfc7468 v0.7.0
12482025-10-27T23:08:01.805Z Downloaded diesel_derives v2.2.3
12492025-10-27T23:08:01.807Z Downloaded derive_more-impl v2.0.1
12502025-10-27T23:08:01.811Z Downloaded jiff-static v0.2.15
12512025-10-27T23:08:01.814Z Downloaded slog-async v2.8.0
12522025-10-27T23:08:01.817Z Downloaded tokio-native-tls v0.3.1
12532025-10-27T23:08:01.818Z Downloaded rand v0.8.5
12542025-10-27T23:08:01.820Z Downloaded fs_extra v1.3.0
12552025-10-27T23:08:01.820Z Downloaded smallvec v0.6.14
12562025-10-27T23:08:01.823Z Downloaded resolv-conf v0.7.0
12572025-10-27T23:08:01.823Z Downloaded rand_seeder v0.4.0
12582025-10-27T23:08:01.826Z Downloaded pin-project-internal v1.1.6
12592025-10-27T23:08:01.826Z Downloaded oxide-tokio-rt v0.1.2
12602025-10-27T23:08:01.830Z Downloaded unicode-bidi v0.3.17
12612025-10-27T23:08:01.830Z Downloaded ron v0.8.1
12622025-10-27T23:08:01.833Z Downloaded native-tls v0.2.12
12632025-10-27T23:08:01.836Z Downloaded darling v0.20.10
12642025-10-27T23:08:01.839Z Downloaded thiserror-impl-no-std v2.0.2
12652025-10-27T23:08:01.842Z Downloaded packed_struct v0.10.1
12662025-10-27T23:08:01.842Z Downloaded deranged v0.5.3
12672025-10-27T23:08:01.845Z Downloaded hickory-resolver v0.25.2
12682025-10-27T23:08:01.852Z Downloaded hashbrown v0.12.3
12692025-10-27T23:08:01.855Z Downloaded strum_macros v0.27.2
12702025-10-27T23:08:01.855Z Downloaded powerfmt v0.2.0
12712025-10-27T23:08:01.855Z Downloaded vergen-git2 v1.0.7
12722025-10-27T23:08:01.855Z Downloaded signal-hook v0.3.18
12732025-10-27T23:08:01.858Z Downloaded const_format v0.2.34
12742025-10-27T23:08:01.863Z Downloaded md-5 v0.10.6
12752025-10-27T23:08:01.863Z Downloaded maybe-uninit v2.0.0
12762025-10-27T23:08:01.864Z Downloaded lru v0.12.5
12772025-10-27T23:08:01.868Z Downloaded fs-err v2.11.0
12782025-10-27T23:08:01.868Z Downloaded der_derive v0.7.3
12792025-10-27T23:08:01.868Z Downloaded ron v0.7.1
12802025-10-27T23:08:01.871Z Downloaded zone v0.3.1
12812025-10-27T23:08:01.875Z Downloaded term v0.7.0
12822025-10-27T23:08:01.878Z Downloaded aws-lc-rs v1.12.4
12832025-10-27T23:08:01.882Z Downloaded ingot-macros v0.1.1
12842025-10-27T23:08:01.885Z Downloaded vergen-gitcl v1.0.8
12852025-10-27T23:08:01.885Z Downloaded vergen v9.0.6
12862025-10-27T23:08:01.888Z Downloaded prefix-trie v0.7.0
12872025-10-27T23:08:01.891Z Downloaded hashbrown v0.13.2
12882025-10-27T23:08:01.895Z Downloaded git2 v0.20.2
12892025-10-27T23:08:01.900Z Downloaded bytes v1.10.1
12902025-10-27T23:08:01.904Z Downloaded bumpalo v3.16.0
12912025-10-27T23:08:01.908Z Downloaded base64 v0.22.1
12922025-10-27T23:08:01.911Z Downloaded base64 v0.21.7
12932025-10-27T23:08:01.914Z Downloaded hickory-server v0.25.2
12942025-10-27T23:08:01.917Z Downloaded chacha20poly1305 v0.10.1
12952025-10-27T23:08:01.920Z Downloaded half v1.8.3
12962025-10-27T23:08:01.920Z Downloaded usdt-attr-macro v0.6.0
12972025-10-27T23:08:01.920Z Downloaded foreign-types-shared v0.3.1
12982025-10-27T23:08:01.923Z Downloaded foreign-types-shared v0.1.1
12992025-10-27T23:08:01.923Z Downloaded tokio-tungstenite v0.23.1
13002025-10-27T23:08:01.923Z Downloaded progenitor-impl v0.8.0
13012025-10-27T23:08:01.926Z Downloaded indoc v2.0.6
13022025-10-27T23:08:01.929Z Downloaded colored v2.2.0
13032025-10-27T23:08:01.929Z Downloaded sync-ptr v0.1.4
13042025-10-27T23:08:01.932Z Downloaded hyper-rustls v0.27.7
13052025-10-27T23:08:01.932Z Downloaded cookie v0.18.1
13062025-10-27T23:08:01.935Z Downloaded const-oid v0.9.6
13072025-10-27T23:08:01.938Z Downloaded httparse v1.9.5
13082025-10-27T23:08:01.938Z Downloaded thread_local v1.1.8
13092025-10-27T23:08:01.942Z Downloaded tabled_derive v0.11.0
13102025-10-27T23:08:01.942Z Downloaded hyper-staticfile v0.10.1
13112025-10-27T23:08:01.946Z Downloaded clang-sys v1.8.1
13122025-10-27T23:08:01.946Z Downloaded jobserver v0.1.32
13132025-10-27T23:08:01.951Z Downloaded secrecy v0.8.0
13142025-10-27T23:08:01.951Z Downloaded quick-error v1.2.3
13152025-10-27T23:08:01.951Z Downloaded ingot v0.1.1
13162025-10-27T23:08:01.954Z Downloaded camino-tempfile-ext v0.3.2
13172025-10-27T23:08:01.954Z Downloaded libsw v3.5.0
13182025-10-27T23:08:01.954Z Downloaded inout v0.1.3
13192025-10-27T23:08:01.954Z Downloaded hash32 v0.2.1
13202025-10-27T23:08:01.957Z Downloaded blake2 v0.10.6
13212025-10-27T23:08:01.957Z Downloaded crc32fast v1.4.2
13222025-10-27T23:08:01.960Z Downloaded corncobs v0.1.4
13232025-10-27T23:08:01.960Z Downloaded cookie_store v0.21.1
13242025-10-27T23:08:01.963Z Downloaded cexpr v0.6.0
13252025-10-27T23:08:01.963Z Downloaded bzip2 v0.4.4
13262025-10-27T23:08:01.966Z Downloaded globset v0.4.15
13272025-10-27T23:08:01.966Z Downloaded globwalk v0.9.1
13282025-10-27T23:08:01.969Z Downloaded group v0.13.0
13292025-10-27T23:08:01.969Z Downloaded instability v0.3.2
13302025-10-27T23:08:01.969Z Downloaded impl-trait-for-tuples v0.2.2
13312025-10-27T23:08:01.972Z Downloaded cbc v0.1.2
13322025-10-27T23:08:01.975Z Downloaded humantime v2.2.0
13332025-10-27T23:08:01.975Z Downloaded hmac v0.12.1
13342025-10-27T23:08:01.978Z Downloaded console v0.15.10
13352025-10-27T23:08:01.978Z Downloaded cipher v0.4.4
13362025-10-27T23:08:01.982Z Downloaded bit-vec v0.8.0
13372025-10-27T23:08:01.982Z Downloaded atomic-waker v1.1.2
13382025-10-27T23:08:01.982Z Downloaded glob v0.3.2
13392025-10-27T23:08:01.985Z Downloaded bitfield v0.19.2
13402025-10-27T23:08:01.985Z Downloaded bb8 v0.8.5
13412025-10-27T23:08:01.985Z Downloaded hex-literal v0.4.1
13422025-10-27T23:08:01.988Z Downloaded hex v0.4.3
13432025-10-27T23:08:02.236Z Downloaded aws-lc-sys v0.26.0
13442025-10-27T23:08:02.532Z Compiling value-bag v1.9.0
13452025-10-27T23:08:02.532Z Compiling lock_api v0.4.12
13462025-10-27T23:08:02.533Z Compiling scopeguard v1.2.0
13472025-10-27T23:08:02.536Z Compiling shlex v1.3.0
13482025-10-27T23:08:02.536Z Compiling typenum v1.17.0
13492025-10-27T23:08:02.718Z Compiling syn v2.0.106
13502025-10-27T23:08:02.730Z Compiling getrandom v0.2.15
13512025-10-27T23:08:02.733Z Compiling jobserver v0.1.32
13522025-10-27T23:08:02.863Z Compiling generic-array v0.14.7
13532025-10-27T23:08:03.081Z Compiling log v0.4.27
13542025-10-27T23:08:03.177Z Compiling cc v1.2.30
13552025-10-27T23:08:03.199Z Compiling rand_core v0.6.4
13562025-10-27T23:08:03.220Z Compiling smallvec v1.15.1
13572025-10-27T23:08:03.595Z Compiling subtle v2.6.1
13582025-10-27T23:08:03.613Z Compiling portable-atomic v1.11.0
13592025-10-27T23:08:03.653Z Compiling const-oid v0.9.6
13602025-10-27T23:08:03.723Z Compiling critical-section v1.1.3
13612025-10-27T23:08:03.820Z Compiling pkg-config v0.3.31
13622025-10-27T23:08:03.900Z Compiling spin v0.9.8
13632025-10-27T23:08:03.940Z Compiling regex-syntax v0.8.5
13642025-10-27T23:08:04.260Z Compiling getrandom v0.3.4
13652025-10-27T23:08:04.983Z Compiling serde_json v1.0.145
13662025-10-27T23:08:05.066Z Compiling pin-project-lite v0.2.14
13672025-10-27T23:08:05.247Z Compiling parking_lot_core v0.9.10
13682025-10-27T23:08:05.503Z Compiling rustix v0.38.37
13692025-10-27T23:08:05.813Z Compiling once_cell v1.21.3
13702025-10-27T23:08:06.211Z Compiling signal-hook-registry v1.4.2
13712025-10-27T23:08:06.347Z Compiling libm v0.2.8
13722025-10-27T23:08:06.391Z Compiling parking_lot v0.12.3
13732025-10-27T23:08:06.537Z Compiling mio v1.0.2
13742025-10-27T23:08:06.848Z Compiling num-traits v0.2.19
13752025-10-27T23:08:06.921Z Compiling futures-core v0.3.31
13762025-10-27T23:08:07.110Z Compiling allocator-api2 v0.2.21
13772025-10-27T23:08:07.274Z Compiling lazy_static v1.5.0
13782025-10-27T23:08:07.421Z Compiling aho-corasick v1.1.3
13792025-10-27T23:08:07.446Z Compiling socket2 v0.6.0
13802025-10-27T23:08:07.602Z Compiling slab v0.4.9
13812025-10-27T23:08:07.830Z Compiling cpufeatures v0.2.14
13822025-10-27T23:08:07.956Z Compiling percent-encoding v2.3.2
13832025-10-27T23:08:08.136Z Compiling either v1.15.0
13842025-10-27T23:08:08.363Z Compiling futures-sink v0.3.31
13852025-10-27T23:08:08.451Z Compiling glob v0.3.2
13862025-10-27T23:08:08.523Z Compiling futures-channel v0.3.31
13872025-10-27T23:08:08.589Z Compiling prettyplease v0.2.36
13882025-10-27T23:08:08.838Z Compiling futures-io v0.3.31
13892025-10-27T23:08:08.943Z Compiling futures-task v0.3.31
13902025-10-27T23:08:08.963Z Compiling pin-utils v0.1.0
13912025-10-27T23:08:09.100Z Compiling hashbrown v0.16.0
13922025-10-27T23:08:09.129Z Compiling minimal-lexical v0.2.1
13932025-10-27T23:08:09.234Z Compiling libloading v0.8.5
13942025-10-27T23:08:09.310Z Compiling clang-sys v1.8.1
13952025-10-27T23:08:09.628Z Compiling regex-automata v0.4.11
13962025-10-27T23:08:09.642Z Compiling nom v7.1.3
13972025-10-27T23:08:09.995Z Compiling synstructure v0.13.1
13982025-10-27T23:08:10.060Z Compiling bindgen v0.69.5
13992025-10-27T23:08:10.088Z Compiling home v0.5.9
14002025-10-27T23:08:10.220Z Compiling base64ct v1.6.0
14012025-10-27T23:08:10.336Z Compiling indexmap v2.11.4
14022025-10-27T23:08:10.845Z Compiling pem-rfc7468 v0.7.0
14032025-10-27T23:08:11.483Z Compiling itertools v0.12.1
14042025-10-27T23:08:11.674Z Compiling flagset v0.4.6
14052025-10-27T23:08:11.809Z Compiling rustc-hash v1.1.0
14062025-10-27T23:08:11.895Z Compiling lazycell v1.3.0
14072025-10-27T23:08:11.988Z Compiling form_urlencoded v1.2.2
14082025-10-27T23:08:12.086Z Compiling rand_core v0.9.3
14092025-10-27T23:08:12.313Z Compiling cmake v0.1.51
14102025-10-27T23:08:12.643Z Compiling cexpr v0.6.0
14112025-10-27T23:08:12.851Z Compiling dunce v1.0.5
14122025-10-27T23:08:13.004Z Compiling paste v1.0.15
14132025-10-27T23:08:13.135Z Compiling fs_extra v1.3.0
14142025-10-27T23:08:13.600Z Compiling rustc_version v0.4.1
14152025-10-27T23:08:13.678Z Compiling foldhash v0.1.5
14162025-10-27T23:08:13.993Z Compiling vcpkg v0.2.15
14172025-10-27T23:08:14.157Z Compiling ident_case v1.0.1
14182025-10-27T23:08:14.225Z Compiling rustversion v1.0.22
14192025-10-27T23:08:14.258Z Compiling iana-time-zone v0.1.63
14202025-10-27T23:08:14.341Z Compiling darling_core v0.20.10
14212025-10-27T23:08:14.367Z Compiling hashbrown v0.15.4
14222025-10-27T23:08:14.889Z Compiling regex v1.11.3
14232025-10-27T23:08:15.047Z Compiling serde_derive v1.0.226
14242025-10-27T23:08:15.581Z Compiling zeroize_derive v1.4.2
14252025-10-27T23:08:15.674Z Compiling zerofrom-derive v0.1.4
14262025-10-27T23:08:15.717Z Compiling yoke-derive v0.7.4
14272025-10-27T23:08:15.855Z Compiling zerocopy-derive v0.7.35
14282025-10-27T23:08:17.024Z Compiling zeroize v1.8.1
14292025-10-27T23:08:17.842Z Compiling zerovec-derive v0.10.3
14302025-10-27T23:08:18.410Z Compiling zerocopy v0.7.35
14312025-10-27T23:08:18.801Z Compiling crypto-common v0.1.6
14322025-10-27T23:08:19.040Z Compiling block-buffer v0.10.4
14332025-10-27T23:08:19.124Z Compiling zerofrom v0.1.4
14342025-10-27T23:08:19.331Z Compiling digest v0.10.7
14352025-10-27T23:08:19.380Z Compiling yoke v0.7.4
14362025-10-27T23:08:19.758Z Compiling displaydoc v0.2.5
14372025-10-27T23:08:19.779Z Compiling icu_provider_macros v1.5.0
14382025-10-27T23:08:19.783Z Compiling tokio-macros v2.5.0
14392025-10-27T23:08:19.816Z Compiling hmac v0.12.1
14402025-10-27T23:08:20.069Z Compiling thiserror-impl v2.0.17
14412025-10-27T23:08:20.085Z Compiling block-padding v0.3.3
14422025-10-27T23:08:20.206Z Compiling zerovec v0.10.4
14432025-10-27T23:08:20.382Z Compiling futures-macro v0.3.31
14442025-10-27T23:08:20.886Z Compiling inout v0.1.3
14452025-10-27T23:08:21.182Z Compiling ppv-lite86 v0.2.20
14462025-10-27T23:08:21.273Z Compiling cipher v0.4.4
14472025-10-27T23:08:21.293Z Compiling sha2 v0.10.9
14482025-10-27T23:08:21.389Z Compiling der_derive v0.7.3
14492025-10-27T23:08:21.805Z Compiling salsa20 v0.10.2
14502025-10-27T23:08:21.937Z Compiling tinystr v0.7.6
14512025-10-27T23:08:22.050Z Compiling icu_collections v1.5.0
14522025-10-27T23:08:22.202Z Compiling pbkdf2 v0.12.2
14532025-10-27T23:08:22.225Z Compiling futures-util v0.3.31
14542025-10-27T23:08:22.310Z Compiling icu_locid v1.5.0
14552025-10-27T23:08:22.372Z Compiling serde v1.0.226
14562025-10-27T23:08:22.393Z Compiling scrypt v0.11.0
14572025-10-27T23:08:22.914Z Compiling rand_chacha v0.9.0
14582025-10-27T23:08:23.246Z Compiling cbc v0.1.2
14592025-10-27T23:08:23.264Z Compiling thiserror v2.0.17
14602025-10-27T23:08:23.425Z Compiling bitflags v2.9.4
14612025-10-27T23:08:23.485Z Compiling bytes v1.10.1
14622025-10-27T23:08:23.556Z Compiling icu_provider v1.5.0
14632025-10-27T23:08:23.639Z Compiling der v0.7.10
14642025-10-27T23:08:24.241Z Compiling pest v2.8.2
14652025-10-27T23:08:24.502Z Compiling icu_locid_transform v1.5.0
14662025-10-27T23:08:24.716Z Compiling tokio v1.47.0
14672025-10-27T23:08:24.911Z Compiling http v1.3.1
14682025-10-27T23:08:24.914Z Compiling uuid v1.18.1
14692025-10-27T23:08:26.565Z Compiling icu_properties v1.5.1
14702025-10-27T23:08:26.591Z Compiling spki v0.7.3
14712025-10-27T23:08:26.865Z Compiling pest_meta v2.8.2
14722025-10-27T23:08:26.956Z Compiling chrono v0.4.42
14732025-10-27T23:08:27.155Z Compiling aes v0.8.4
14742025-10-27T23:08:27.230Z Compiling openssl-sys v0.9.109
14752025-10-27T23:08:27.582Z Compiling which v4.4.2
14762025-10-27T23:08:28.616Z Compiling pest_generator v2.8.2
14772025-10-27T23:08:29.655Z Compiling pkcs5 v0.7.1
14782025-10-27T23:08:29.902Z Compiling rand v0.9.2
14792025-10-27T23:08:30.182Z Compiling icu_normalizer v1.5.0
14802025-10-27T23:08:30.383Z Compiling darling_macro v0.20.10
14812025-10-27T23:08:30.791Z Compiling tracing-attributes v0.1.27
14822025-10-27T23:08:31.035Z Compiling ring v0.17.14
14832025-10-27T23:08:31.228Z Compiling idna_adapter v1.2.0
14842025-10-27T23:08:31.329Z Compiling tracing-core v0.1.32
14852025-10-27T23:08:31.459Z Compiling idna v1.0.3
14862025-10-27T23:08:31.668Z Compiling rustix v1.0.7
14872025-10-27T23:08:31.860Z Compiling adler2 v2.0.0
14882025-10-27T23:08:32.088Z Compiling url v2.5.4
14892025-10-27T23:08:32.109Z Compiling aws-lc-rs v1.12.4
14902025-10-27T23:08:32.542Z Compiling miniz_oxide v0.8.5
14912025-10-27T23:08:32.562Z Compiling darling v0.20.10
14922025-10-27T23:08:32.693Z Compiling pest_derive v2.8.2
14932025-10-27T23:08:32.909Z Compiling pkcs8 v0.10.2
14942025-10-27T23:08:33.481Z Compiling tokio-util v0.7.15
14952025-10-27T23:08:33.510Z Compiling http-body v1.0.1
14962025-10-27T23:08:33.728Z Compiling thiserror-impl v1.0.69
14972025-10-27T23:08:33.763Z Compiling scroll_derive v0.12.0
14982025-10-27T23:08:33.807Z Compiling serde_derive_internals v0.29.1
14992025-10-27T23:08:33.880Z Compiling tracing v0.1.40
15002025-10-27T23:08:34.377Z Compiling httparse v1.9.5
15012025-10-27T23:08:34.994Z Compiling schemars v0.8.22
15022025-10-27T23:08:35.128Z Compiling zerocopy v0.8.27
15032025-10-27T23:08:35.370Z Compiling rustls-pki-types v1.10.0
15042025-10-27T23:08:35.758Z Compiling tinyvec_macros v0.1.1
15052025-10-27T23:08:35.876Z Compiling base64 v0.22.1
15062025-10-27T23:08:36.007Z Compiling schemars_derive v0.8.22
15072025-10-27T23:08:36.032Z Compiling tinyvec v1.8.0
15082025-10-27T23:08:36.333Z Compiling scroll v0.12.0
15092025-10-27T23:08:36.548Z Compiling thiserror v1.0.69
15102025-10-27T23:08:36.716Z Compiling zerocopy-derive v0.8.27
15112025-10-27T23:08:36.830Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15122025-10-27T23:08:37.406Z Compiling bzip2-sys v0.1.13+1.0.8
15132025-10-27T23:08:37.590Z Compiling untrusted v0.7.1
15142025-10-27T23:08:37.727Z Compiling try-lock v0.2.5
15152025-10-27T23:08:37.803Z Compiling dyn-clone v1.0.20
15162025-10-27T23:08:37.828Z Compiling time-core v0.1.6
15172025-10-27T23:08:37.896Z Compiling atomic-waker v1.1.2
15182025-10-27T23:08:37.921Z Compiling openssl v0.10.73
15192025-10-27T23:08:38.040Z Compiling num-conv v0.1.0
15202025-10-27T23:08:38.109Z Compiling foreign-types-shared v0.1.1
15212025-10-27T23:08:38.152Z Compiling tower-service v0.3.3
15222025-10-27T23:08:38.256Z Compiling openssl-probe v0.1.5
15232025-10-27T23:08:38.310Z Compiling powerfmt v0.2.0
15242025-10-27T23:08:38.351Z Compiling untrusted v0.9.0
15252025-10-27T23:08:38.403Z Compiling time-macros v0.2.24
15262025-10-27T23:08:38.583Z Compiling foreign-types v0.3.2
15272025-10-27T23:08:38.694Z Compiling deranged v0.5.3
15282025-10-27T23:08:38.717Z Compiling h2 v0.4.6
15292025-10-27T23:08:39.386Z Compiling tempfile v3.20.0
15302025-10-27T23:08:41.064Z Compiling want v0.3.1
15312025-10-27T23:08:41.349Z Compiling goblin v0.8.2
15322025-10-27T23:08:42.478Z Compiling ipnet v2.11.0
15332025-10-27T23:08:42.672Z Compiling openssl-macros v0.1.1
15342025-10-27T23:08:43.227Z Compiling wait-timeout v0.2.0
15352025-10-27T23:08:43.305Z Compiling bit-vec v0.8.0
15362025-10-27T23:08:43.413Z Compiling num_threads v0.1.7
15372025-10-27T23:08:43.527Z Compiling syn v1.0.109
15382025-10-27T23:08:43.561Z Compiling gimli v0.31.1
15392025-10-27T23:08:43.716Z Compiling rustls v0.23.19
15402025-10-27T23:08:43.736Z Compiling httpdate v1.0.3
15412025-10-27T23:08:44.054Z Compiling native-tls v0.2.12
15422025-10-27T23:08:44.132Z Compiling crossbeam-utils v0.8.21
15432025-10-27T23:08:44.135Z Compiling quick-error v1.2.3
15442025-10-27T23:08:44.328Z Compiling rusty-fork v0.3.0
15452025-10-27T23:08:44.531Z Compiling bit-set v0.8.0
15462025-10-27T23:08:44.721Z Compiling time v0.3.43
15472025-10-27T23:08:45.136Z Compiling unicode-normalization v0.1.24
15482025-10-27T23:08:46.182Z Compiling hyper v1.7.0
15492025-10-27T23:08:48.154Z Compiling addr2line v0.24.2
15502025-10-27T23:08:48.185Z Compiling dof v0.3.0
15512025-10-27T23:08:48.452Z Compiling dtrace-parser v0.2.0
15522025-10-27T23:08:48.842Z Compiling derive_builder_core v0.20.2
15532025-10-27T23:08:49.694Z Compiling signature v2.2.0
15542025-10-27T23:08:49.909Z Compiling scroll_derive v0.13.1
15552025-10-27T23:08:49.995Z Compiling heapless v0.7.17
15562025-10-27T23:08:50.237Z Compiling rand_xorshift v0.4.0
15572025-10-27T23:08:50.291Z Compiling cookie v0.18.1
15582025-10-27T23:08:50.464Z Compiling object v0.36.5
15592025-10-27T23:08:50.500Z Compiling crc32fast v1.4.2
15602025-10-27T23:08:50.611Z Compiling unicode-bidi v0.3.17
15612025-10-27T23:08:50.783Z Compiling rustc-demangle v0.1.24
15622025-10-27T23:08:50.832Z Compiling zlib-rs v0.5.1
15632025-10-27T23:08:51.656Z Compiling anyhow v1.0.99
15642025-10-27T23:08:51.688Z Compiling siphasher v0.3.11
15652025-10-27T23:08:51.781Z Compiling unicode-properties v0.1.3
15662025-10-27T23:08:52.064Z Compiling slog v2.7.0
15672025-10-27T23:08:52.192Z Compiling zstd-safe v7.2.3
15682025-10-27T23:08:52.236Z Compiling signal-hook v0.3.18
15692025-10-27T23:08:52.353Z Compiling unarray v0.1.4
15702025-10-27T23:08:52.515Z Compiling proptest v1.7.0
15712025-10-27T23:08:52.609Z Compiling stringprep v0.1.5
15722025-10-27T23:08:52.653Z Compiling phf_shared v0.11.2
15732025-10-27T23:08:52.922Z Compiling scroll v0.13.0
15742025-10-27T23:08:52.964Z Compiling derive_builder_macro v0.20.2
15752025-10-27T23:08:53.659Z Compiling usdt-impl v0.5.0
15762025-10-27T23:08:53.774Z Compiling hyper-util v0.1.17
15772025-10-27T23:08:55.281Z Compiling ipnetwork v0.21.1
15782025-10-27T23:08:55.735Z Compiling vergen-lib v0.1.6
15792025-10-27T23:08:56.066Z Compiling toml_datetime v0.6.11
15802025-10-27T23:08:56.115Z Compiling serde_spanned v0.6.9
15812025-10-27T23:08:56.368Z Compiling serde_tokenstream v0.2.2
15822025-10-27T23:08:56.578Z Compiling rand_chacha v0.3.1
15832025-10-27T23:08:56.909Z Compiling libz-rs-sys v0.5.1
15842025-10-27T23:08:57.150Z Compiling backtrace v0.3.74
15852025-10-27T23:08:57.210Z Compiling md-5 v0.10.6
15862025-10-27T23:08:57.389Z Compiling curve25519-dalek v4.1.3
15872025-10-27T23:08:57.504Z Compiling num-integer v0.1.46
15882025-10-27T23:08:57.789Z Compiling sync_wrapper v1.0.1
15892025-10-27T23:08:57.976Z Compiling ff v0.13.0
15902025-10-27T23:08:58.120Z Compiling hash32 v0.2.1
15912025-10-27T23:08:58.210Z Compiling memoffset v0.9.1
15922025-10-27T23:08:58.235Z Compiling cfg_aliases v0.2.1
15932025-10-27T23:08:58.360Z Compiling litrs v0.4.1
15942025-10-27T23:08:58.488Z Compiling fallible-iterator v0.2.0
15952025-10-27T23:08:58.573Z Compiling base16ct v0.2.0
15962025-10-27T23:08:58.808Z Compiling tower-layer v0.3.3
15972025-10-27T23:08:58.913Z Compiling ref-cast v1.0.24
15982025-10-27T23:08:59.120Z Compiling num-bigint-dig v0.8.4
15992025-10-27T23:08:59.170Z Compiling psl-types v2.0.11
16002025-10-27T23:08:59.386Z Compiling smoltcp v0.9.1
16012025-10-27T23:08:59.427Z Compiling document-features v0.2.11
16022025-10-27T23:08:59.507Z Compiling publicsuffix v2.3.0
16032025-10-27T23:08:59.528Z Compiling postgres-protocol v0.6.8
16042025-10-27T23:08:59.820Z Compiling tower v0.5.2
16052025-10-27T23:08:59.892Z Compiling sec1 v0.7.3
16062025-10-27T23:09:00.454Z Compiling nix v0.29.0
16072025-10-27T23:09:00.673Z Compiling group v0.13.0
16082025-10-27T23:09:00.707Z Compiling newtype-uuid v1.3.1
16092025-10-27T23:09:00.854Z Compiling num-iter v0.1.45
16102025-10-27T23:09:01.054Z Compiling flate2 v1.1.2
16112025-10-27T23:09:01.297Z Compiling rand v0.8.5
16122025-10-27T23:09:01.349Z Compiling oxnet v0.1.3
16132025-10-27T23:09:01.778Z Compiling tokio-native-tls v0.3.1
16142025-10-27T23:09:01.842Z Compiling derive_builder v0.20.2
16152025-10-27T23:09:02.046Z Compiling goblin v0.10.2
16162025-10-27T23:09:02.780Z Compiling rustls-native-certs v0.8.1
16172025-10-27T23:09:02.962Z Compiling webpki-roots v1.0.1
16182025-10-27T23:09:03.156Z Compiling http-body-util v0.1.3
16192025-10-27T23:09:03.205Z Compiling vergen v9.0.6
16202025-10-27T23:09:03.279Z Compiling strum_macros v0.27.2
16212025-10-27T23:09:03.303Z Compiling terminal_size v0.4.0
16222025-10-27T23:09:03.514Z Compiling cargo-platform v0.1.8
16232025-10-27T23:09:03.544Z Compiling hkdf v0.12.4
16242025-10-27T23:09:03.650Z Compiling crypto-bigint v0.5.5
16252025-10-27T23:09:03.846Z Compiling ref-cast-impl v1.0.24
16262025-10-27T23:09:04.020Z Compiling daft-derive v0.1.4
16272025-10-27T23:09:05.023Z Compiling curve25519-dalek-derive v0.1.1
16282025-10-27T23:09:05.593Z Compiling async-trait v0.1.89
16292025-10-27T23:09:06.508Z Compiling ahash v0.8.12
16302025-10-27T23:09:06.511Z Compiling hubpack_derive v0.1.1
16312025-10-27T23:09:06.916Z Compiling fs-err v3.1.1
16322025-10-27T23:09:07.254Z Compiling winnow v0.5.40
16332025-10-27T23:09:07.412Z Compiling managed v0.8.0
16342025-10-27T23:09:07.825Z Compiling usdt-impl v0.6.0
16352025-10-27T23:09:08.072Z Compiling buf-list v1.0.3
16362025-10-27T23:09:08.209Z Compiling bitflags v1.3.2
16372025-10-27T23:09:08.323Z Compiling simd-adler32 v0.3.7
16382025-10-27T23:09:08.372Z Compiling lockfree-object-pool v0.1.6
16392025-10-27T23:09:08.646Z Compiling bumpalo v3.16.0
16402025-10-27T23:09:08.701Z Compiling iri-string v0.7.8
16412025-10-27T23:09:08.902Z Compiling clap_builder v4.5.48
16422025-10-27T23:09:09.100Z Compiling dof v0.4.0
16432025-10-27T23:09:09.445Z Compiling zopfli v0.8.1
16442025-10-27T23:09:10.713Z Compiling toml_edit v0.19.15
16452025-10-27T23:09:11.030Z Compiling strum v0.27.2
16462025-10-27T23:09:11.497Z Compiling hubpack v0.1.2
16472025-10-27T23:09:12.318Z Compiling tower-http v0.6.6
16482025-10-27T23:09:12.807Z Compiling elliptic-curve v0.13.8
16492025-10-27T23:09:13.161Z Compiling daft v0.1.4
16502025-10-27T23:09:13.316Z Compiling cargo_metadata v0.19.2
16512025-10-27T23:09:13.606Z Compiling hyper-tls v0.6.0
16522025-10-27T23:09:14.018Z Compiling signal-hook-mio v0.2.4
16532025-10-27T23:09:14.208Z Compiling cookie_store v0.21.1
16542025-10-27T23:09:16.578Z Compiling zstd v0.13.3
16552025-10-27T23:09:16.642Z Compiling postgres-types v0.2.9
16562025-10-27T23:09:16.880Z Compiling usdt-attr-macro v0.5.0
16572025-10-27T23:09:17.057Z Compiling usdt-macro v0.5.0
16582025-10-27T23:09:17.415Z Compiling phf v0.11.2
16592025-10-27T23:09:17.730Z Compiling ed25519 v2.2.3
16602025-10-27T23:09:17.834Z Compiling bzip2 v0.5.2
16612025-10-27T23:09:17.888Z Compiling bzip2 v0.4.4
16622025-10-27T23:09:18.257Z Compiling dtrace-parser v0.3.0
16632025-10-27T23:09:18.345Z Compiling pkcs1 v0.7.5
16642025-10-27T23:09:18.409Z Compiling serde_with_macros v3.14.0
16652025-10-27T23:09:18.499Z Compiling strum_macros v0.26.4
16662025-10-27T23:09:19.159Z Compiling clap_derive v4.5.47
16672025-10-27T23:09:19.758Z Compiling enum-as-inner v0.6.1
16682025-10-27T23:09:20.184Z Compiling serde-big-array v0.5.1
16692025-10-27T23:09:20.241Z Compiling serde_urlencoded v0.7.1
16702025-10-27T23:09:20.401Z Compiling rfc6979 v0.4.0
16712025-10-27T23:09:20.599Z Compiling serde_repr v0.1.19
16722025-10-27T23:09:20.759Z Compiling bstr v1.10.0
16732025-10-27T23:09:20.855Z Compiling float-cmp v0.10.0
16742025-10-27T23:09:20.959Z Compiling env_filter v0.1.2
16752025-10-27T23:09:21.110Z Compiling thread-id v5.0.0
16762025-10-27T23:09:21.248Z Compiling socket2 v0.5.10
16772025-10-27T23:09:21.547Z Compiling encoding_rs v0.8.34
16782025-10-27T23:09:21.711Z Compiling precomputed-hash v0.1.1
16792025-10-27T23:09:21.851Z Compiling normalize-line-endings v0.3.0
16802025-10-27T23:09:22.006Z Compiling fixedbitset v0.4.2
16812025-10-27T23:09:22.156Z Compiling predicates-core v1.0.8
16822025-10-27T23:09:22.255Z Compiling whoami v1.5.2
16832025-10-27T23:09:22.423Z Compiling new_debug_unreachable v1.0.6
16842025-10-27T23:09:22.444Z Compiling unicode-segmentation v1.12.0
16852025-10-27T23:09:22.541Z Compiling data-encoding v2.9.0
16862025-10-27T23:09:22.825Z Compiling static_assertions v1.1.0
16872025-10-27T23:09:22.924Z Compiling mime v0.3.17
16882025-10-27T23:09:22.948Z Compiling rustc-hash v2.1.1
16892025-10-27T23:09:23.126Z Compiling keccak v0.1.5
16902025-10-27T23:09:23.287Z Compiling difflib v0.4.0
16912025-10-27T23:09:23.384Z Compiling foldhash v0.2.0
16922025-10-27T23:09:23.565Z Compiling clap v4.5.48
16932025-10-27T23:09:23.702Z Compiling predicates v3.1.3
16942025-10-27T23:09:23.803Z Compiling iddqd v0.3.13
16952025-10-27T23:09:24.238Z Compiling sha3 v0.10.8
16962025-10-27T23:09:24.363Z Compiling hickory-proto v0.25.2
16972025-10-27T23:09:24.509Z Compiling similar v2.7.0
16982025-10-27T23:09:25.139Z Compiling strum v0.26.3
16992025-10-27T23:09:25.193Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
17002025-10-27T23:09:25.319Z Compiling tokio-postgres v0.7.13
17012025-10-27T23:09:25.399Z Compiling string_cache v0.8.9
17022025-10-27T23:09:25.853Z Compiling petgraph v0.6.5
17032025-10-27T23:09:26.171Z Compiling toml_edit v0.22.27
17042025-10-27T23:09:26.560Z Compiling usdt v0.5.0
17052025-10-27T23:09:26.785Z Compiling env_logger v0.11.8
17062025-10-27T23:09:27.541Z Compiling serde_with v3.14.0
17072025-10-27T23:09:28.439Z Compiling ecdsa v0.16.9
17082025-10-27T23:09:29.270Z Compiling rsa v0.9.6
17092025-10-27T23:09:29.403Z Compiling zip v0.6.6
17102025-10-27T23:09:30.526Z Compiling zip v4.2.0
17112025-10-27T23:09:30.665Z Compiling ed25519-dalek v2.1.1
17122025-10-27T23:09:32.059Z Compiling crossterm v0.28.1
17132025-10-27T23:09:32.663Z Compiling toml v0.7.8
17142025-10-27T23:09:33.233Z Compiling crossbeam-epoch v0.9.18
17152025-10-27T23:09:33.710Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
17162025-10-27T23:09:33.821Z Compiling tokio-stream v0.1.17
17172025-10-27T23:09:33.933Z Compiling x509-cert v0.2.5
17182025-10-27T23:09:34.042Z Compiling openapiv3 v2.2.0
17192025-10-27T23:09:34.165Z Compiling sha1 v0.10.6
17202025-10-27T23:09:34.600Z Compiling itertools v0.13.0
17212025-10-27T23:09:34.770Z Compiling itertools v0.10.5
17222025-10-27T23:09:35.276Z Compiling winnow v0.6.26
17232025-10-27T23:09:35.838Z Compiling peg-runtime v0.8.5
17242025-10-27T23:09:36.419Z Compiling lalrpop-util v0.19.12
17252025-10-27T23:09:36.758Z Compiling thread_local v1.1.8
17262025-10-27T23:09:36.795Z Compiling slog-async v2.8.0
17272025-10-27T23:09:37.232Z Compiling crossbeam-channel v0.5.15
17282025-10-27T23:09:37.252Z Compiling xattr v1.3.1
17292025-10-27T23:09:37.403Z Compiling futures-executor v0.3.31
17302025-10-27T23:09:37.526Z Compiling is-terminal v0.4.13
17312025-10-27T23:09:37.547Z Compiling filetime v0.2.25
17322025-10-27T23:09:37.685Z Compiling take_mut v0.2.2
17332025-10-27T23:09:37.852Z Compiling term v1.1.0
17342025-10-27T23:09:37.867Z Compiling tar v0.4.44
17352025-10-27T23:09:37.893Z Compiling futures v0.3.31
17362025-10-27T23:09:38.633Z Compiling slog-term v2.9.2
17372025-10-27T23:09:40.836Z Compiling aws-lc-sys v0.26.0
17382025-10-27T23:10:10.002Z Compiling rustls-webpki v0.102.8
17392025-10-27T23:10:14.438Z Compiling tokio-rustls v0.26.0
17402025-10-27T23:10:14.700Z Compiling hyper-rustls v0.27.7
17412025-10-27T23:10:15.025Z Compiling reqwest v0.12.22
17422025-10-27T23:10:18.594Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17432025-10-27T23:10:18.880Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17442025-10-27T23:10:23.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
17452025-10-27T23:10:23.590Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17462025-10-27T23:10:23.647ZOct 27 23:10:22.500 INFO Starting download, target: Clickhouse
17472025-10-27T23:10:23.647ZOct 27 23:10:22.500 INFO Starting download, target: Cockroach
17482025-10-27T23:10:23.647ZOct 27 23:10:22.500 INFO Starting download, target: Console
17492025-10-27T23:10:23.647ZOct 27 23:10:22.500 INFO Starting download, target: DendriteStub
17502025-10-27T23:10:23.650ZOct 27 23:10:22.500 INFO Starting download, target: MaghemiteMgd
17512025-10-27T23:10:23.650ZOct 27 23:10:22.500 INFO Starting download, target: TransceiverControl
17522025-10-27T23:10:23.650ZOct 27 23:10:22.501 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17532025-10-27T23:10:23.650ZOct 27 23:10:22.501 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17542025-10-27T23:10:23.650ZOct 27 23:10:22.501 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17552025-10-27T23:10:23.650ZOct 27 23:10:22.501 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17562025-10-27T23:10:23.650ZOct 27 23:10:22.501 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17572025-10-27T23:10:23.650ZOct 27 23:10:22.501 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17582025-10-27T23:10:23.986ZOct 27 23:10:22.821 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17592025-10-27T23:10:24.288ZOct 27 23:10:23.122 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17602025-10-27T23:10:24.453ZOct 27 23:10:23.255 INFO Download complete, target: TransceiverControl
17612025-10-27T23:10:24.760ZOct 27 23:10:23.605 INFO Download complete, target: Console
17622025-10-27T23:10:25.069ZOct 27 23:10:23.921 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17632025-10-27T23:10:25.272ZOct 27 23:10:24.124 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17642025-10-27T23:10:25.827ZOct 27 23:10:24.680 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17652025-10-27T23:10:25.827ZOct 27 23:10:24.681 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17662025-10-27T23:10:25.860ZOct 27 23:10:24.713 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17672025-10-27T23:10:29.908ZOct 27 23:10:28.762 INFO Download complete, target: DendriteStub
17682025-10-27T23:10:30.086ZOct 27 23:10:28.939 INFO Download complete, target: MaghemiteMgd
17692025-10-27T23:10:33.335ZOct 27 23:10:32.188 INFO Checking that binary works, target: Cockroach
17702025-10-27T23:10:33.592ZOct 27 23:10:32.444 INFO Download complete, target: Cockroach
17712025-10-27T23:10:37.237ZOct 27 23:10:36.089 INFO Checking that binary works, target: Clickhouse
17722025-10-27T23:10:37.397ZOct 27 23:10:36.249 INFO Download complete, target: Clickhouse
17732025-10-27T23:10:37.417ZAll builder prerequisites installed successfully, and PATH looks valid
17742025-10-27T23:10:37.420Z
17752025-10-27T23:10:37.420Zreal 5:04.661244113
17762025-10-27T23:10:37.420Zuser 17:42.271630234
17772025-10-27T23:10:37.420Zsys 2:27.708794732
17782025-10-27T23:10:37.420Ztrap 0.649630225
17792025-10-27T23:10:37.420Ztflt 0.864880457
17802025-10-27T23:10:37.420Zdflt 1.299258920
17812025-10-27T23:10:37.420Zkflt 0.026012579
17822025-10-27T23:10:37.420Zlock 43:40.733126684
17832025-10-27T23:10:37.420Zslp 1:05:31.806264866
17842025-10-27T23:10:37.420Zlat 1:21.537485131
17852025-10-27T23:10:37.420Zstop 3:13.310343531
17862025-10-27T23:10:37.420Z++ bmat factory name
17872025-10-27T23:10:37.427Z++ bmat factory private
17882025-10-27T23:10:37.431Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-068416371c7110a84 '{
17892025-10-27T23:10:37.431Z buildomat: {
17902025-10-27T23:10:37.431Z factory: {
17912025-10-27T23:10:37.431Z name: $bmat_factory_name,
17922025-10-27T23:10:37.431Z private: $bmat_factory_private,
17932025-10-27T23:10:37.431Z },
17942025-10-27T23:10:37.431Z },
17952025-10-27T23:10:37.431Z }'
17962025-10-27T23:10:37.467Z+ banner ls-apis
17972025-10-27T23:10:37.470Z
17982025-10-27T23:10:37.470Z # #### ## ##### # ####
17992025-10-27T23:10:37.470Z # # # # # # # #
18002025-10-27T23:10:37.470Z # #### ##### # # # # # ####
18012025-10-27T23:10:37.470Z # # ###### ##### # #
18022025-10-27T23:10:37.470Z # # # # # # # # #
18032025-10-27T23:10:37.470Z ###### #### # # # # ####
18042025-10-27T23:10:37.470Z
18052025-10-27T23:10:37.470Z+ source ./tools/include/force-git-over-https.sh
18062025-10-27T23:10:37.470Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18072025-10-27T23:10:37.470Z++ (( i = 0 ))
18082025-10-27T23:10:37.470Z++ (( i < 5 ))
18092025-10-27T23:10:37.470Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18102025-10-27T23:10:37.474Z++ (( i++ ))
18112025-10-27T23:10:37.475Z++ (( i < 5 ))
18122025-10-27T23:10:37.475Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18132025-10-27T23:10:37.478Z++ (( i++ ))
18142025-10-27T23:10:37.478Z++ (( i < 5 ))
18152025-10-27T23:10:37.478Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18162025-10-27T23:10:37.478Z++ (( i++ ))
18172025-10-27T23:10:37.478Z++ (( i < 5 ))
18182025-10-27T23:10:37.478Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18192025-10-27T23:10:37.481Z++ (( i++ ))
18202025-10-27T23:10:37.482Z++ (( i < 5 ))
18212025-10-27T23:10:37.482Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18222025-10-27T23:10:37.485Z++ (( i++ ))
18232025-10-27T23:10:37.485Z++ (( i < 5 ))
18242025-10-27T23:10:37.485Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18252025-10-27T23:10:37.485Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18262025-10-27T23:10:37.485Z+ ptime -m cargo xtask ls-apis apis
18272025-10-27T23:10:38.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18282025-10-27T23:10:38.260Z Running `target/debug/xtask ls-apis apis`
18292025-10-27T23:10:39.374Z Compiling semver v0.1.20
18302025-10-27T23:10:39.523Z Compiling erased-serde v0.4.6
18312025-10-27T23:10:39.545Z Compiling ordered-float v2.10.1
18322025-10-27T23:10:39.545Z Compiling structmeta-derive v0.3.0
18332025-10-27T23:10:39.548Z Compiling toml v0.8.23
18342025-10-27T23:10:39.548Z Compiling cargo-platform v0.2.0
18352025-10-27T23:10:39.558Z Compiling fixedbitset v0.5.7
18362025-10-27T23:10:39.811Z Compiling rustc_version v0.1.7
18372025-10-27T23:10:40.018Z Compiling petgraph v0.8.2
18382025-10-27T23:10:40.095Z Compiling serde-value v0.7.0
18392025-10-27T23:10:40.221Z Compiling newtype_derive v0.1.6
18402025-10-27T23:10:40.476Z Compiling serde-untagged v0.1.7
18412025-10-27T23:10:40.839Z Compiling cargo-util-schemas v0.8.2
18422025-10-27T23:10:41.208Z Compiling structmeta v0.3.0
18432025-10-27T23:10:41.465Z Compiling parse-display-derive v0.10.0
18442025-10-27T23:10:42.237Z Compiling cargo_metadata v0.21.0
18452025-10-27T23:10:43.344Z Compiling parse-display v0.10.0
18462025-10-27T23:10:43.640Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18472025-10-27T23:10:47.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.62s
18482025-10-27T23:10:48.099Z Running `target/debug/ls-apis apis`
18492025-10-27T23:10:48.145Zloading metadata for workspace omicron from current workspace
18502025-10-27T23:10:54.283Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
18512025-10-27T23:10:54.286Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
18522025-10-27T23:10:54.289Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/aaa5129/Cargo.toml
18532025-10-27T23:10:54.290Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
18542025-10-27T23:10:54.294Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/75ea340/Cargo.toml
18552025-10-27T23:11:15.346Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
18562025-10-27T23:11:15.514Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18572025-10-27T23:11:15.534Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18582025-10-27T23:11:15.744ZBootstrap Agent (client: bootstrap-agent-client)
18592025-10-27T23:11:15.745Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18602025-10-27T23:11:15.745Z consumed by: wicketd (omicron/wicketd) via 2 paths
18612025-10-27T23:11:15.745Z
18622025-10-27T23:11:15.745ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18632025-10-27T23:11:15.745Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18642025-10-27T23:11:15.745Z
18652025-10-27T23:11:15.745ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18662025-10-27T23:11:15.745Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18672025-10-27T23:11:15.745Z
18682025-10-27T23:11:15.745ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18692025-10-27T23:11:15.745Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18702025-10-27T23:11:15.745Z
18712025-10-27T23:11:15.745ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18722025-10-27T23:11:15.745Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18732025-10-27T23:11:15.748Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18742025-10-27T23:11:15.748Z
18752025-10-27T23:11:15.748ZCrucible Agent (client: crucible-agent-client)
18762025-10-27T23:11:15.748Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18772025-10-27T23:11:15.748Z
18782025-10-27T23:11:15.748ZCrucible Control (for testing only) (client: crucible-control-client)
18792025-10-27T23:11:15.748Z
18802025-10-27T23:11:15.748ZCrucible Pantry (client: crucible-pantry-client)
18812025-10-27T23:11:15.748Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18822025-10-27T23:11:15.748Z
18832025-10-27T23:11:15.748ZMaghemite DDM Admin (client: ddm-admin-client)
18842025-10-27T23:11:15.748Z consumed by: installinator (omicron/installinator) via 1 path
18852025-10-27T23:11:15.748Z consumed by: mgd (maghemite/mgd) via 1 path
18862025-10-27T23:11:15.748Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18872025-10-27T23:11:15.748Z consumed by: wicketd (omicron/wicketd) via 1 path
18882025-10-27T23:11:15.748Z
18892025-10-27T23:11:15.748ZDNS Server (client: dns-service-client)
18902025-10-27T23:11:15.751Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18912025-10-27T23:11:15.751Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18922025-10-27T23:11:15.751Z
18932025-10-27T23:11:15.751ZDendrite DPD (client: dpd-client)
18942025-10-27T23:11:15.751Z consumed by: ddmd (maghemite/ddmd) via 2 paths
18952025-10-27T23:11:15.752Z consumed by: lldpd (lldp/lldpd) via 2 paths
18962025-10-27T23:11:15.752Z consumed by: mgd (maghemite/mgd) via 1 path
18972025-10-27T23:11:15.752Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18982025-10-27T23:11:15.752Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18992025-10-27T23:11:15.752Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19002025-10-27T23:11:15.752Z consumed by: wicketd (omicron/wicketd) via 2 paths
19012025-10-27T23:11:15.752Z
19022025-10-27T23:11:15.752ZDownstairs Controller (debugging only) (client: dsc-client)
19032025-10-27T23:11:15.752Z
19042025-10-27T23:11:15.752ZManagement Gateway Service (client: gateway-client)
19052025-10-27T23:11:15.758Z consumed by: dpd (dendrite/dpd) via 1 path
19062025-10-27T23:11:15.758Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
19072025-10-27T23:11:15.758Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19082025-10-27T23:11:15.758Z consumed by: wicketd (omicron/wicketd) via 3 paths
19092025-10-27T23:11:15.758Z
19102025-10-27T23:11:15.758ZWicketd Installinator (client: installinator-client)
19112025-10-27T23:11:15.758Z consumed by: installinator (omicron/installinator) via 1 path
19122025-10-27T23:11:15.758Z
19132025-10-27T23:11:15.758ZLLDP daemon (client: lldpd-client)
19142025-10-27T23:11:15.758Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19152025-10-27T23:11:15.758Z consumed by: tfportd (dendrite/tfportd) via 1 path
19162025-10-27T23:11:15.758Z
19172025-10-27T23:11:15.758ZMaghemite MG Admin (client: mg-admin-client)
19182025-10-27T23:11:15.765Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19192025-10-27T23:11:15.765Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19202025-10-27T23:11:15.765Z
19212025-10-27T23:11:15.765ZNexus Internal API (client: nexus-client)
19222025-10-27T23:11:15.771Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19232025-10-27T23:11:15.771Z consumed by: dpd (dendrite/dpd) via 1 path
19242025-10-27T23:11:15.771Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19252025-10-27T23:11:15.771Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19262025-10-27T23:11:15.771Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19272025-10-27T23:11:15.771Z
19282025-10-27T23:11:15.771ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19292025-10-27T23:11:15.771Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19302025-10-27T23:11:15.771Z
19312025-10-27T23:11:15.771ZNTP Admin (client: ntp-admin-client)
19322025-10-27T23:11:15.771Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19332025-10-27T23:11:15.771Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19342025-10-27T23:11:15.771Z
19352025-10-27T23:11:15.771ZExternal API (client: oxide-client)
19362025-10-27T23:11:15.771Z
19372025-10-27T23:11:15.771ZOximeter (client: oximeter-client)
19382025-10-27T23:11:15.775Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19392025-10-27T23:11:15.775Z
19402025-10-27T23:11:15.775ZPropolis (client: propolis-client)
19412025-10-27T23:11:15.775Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19422025-10-27T23:11:15.775Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19432025-10-27T23:11:15.775Z
19442025-10-27T23:11:15.775ZCrucible Repair (client: repair-client)
19452025-10-27T23:11:15.775Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19462025-10-27T23:11:15.775Z
19472025-10-27T23:11:15.775ZRepo Depot API (client: repo-depot-client)
19482025-10-27T23:11:15.775Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19492025-10-27T23:11:15.775Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19502025-10-27T23:11:15.775Z
19512025-10-27T23:11:15.775ZSled Agent (client: sled-agent-client)
19522025-10-27T23:11:15.781Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19532025-10-27T23:11:15.781Z
19542025-10-27T23:11:15.781ZWicketd (client: wicketd-client)
19552025-10-27T23:11:15.784Z
19562025-10-27T23:11:15.871Z
19572025-10-27T23:11:15.875Zreal 38.360202036
19582025-10-27T23:11:15.875Zuser 37.135888593
19592025-10-27T23:11:15.875Zsys 12.152997349
19602025-10-27T23:11:15.875Ztrap 0.025388235
19612025-10-27T23:11:15.875Ztflt 0.054783650
19622025-10-27T23:11:15.875Zdflt 0.362765319
19632025-10-27T23:11:15.875Zkflt 0.000006557
19642025-10-27T23:11:15.875Zlock 1:01.855167498
19652025-10-27T23:11:15.875Zslp 3:54.654064510
19662025-10-27T23:11:15.875Zlat 1.222700256
19672025-10-27T23:11:15.875Zstop 2.838063550
19682025-10-27T23:11:15.875Z+ ptime -m cargo xtask ls-apis deployment-units
19692025-10-27T23:11:16.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
19702025-10-27T23:11:16.726Z Running `target/debug/xtask ls-apis deployment-units`
19712025-10-27T23:11:17.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
19722025-10-27T23:11:17.930Z Running `target/debug/ls-apis deployment-units`
19732025-10-27T23:11:17.984Zloading metadata for workspace omicron from current workspace
19742025-10-27T23:11:19.560Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
19752025-10-27T23:11:19.564Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
19762025-10-27T23:11:19.567Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
19772025-10-27T23:11:19.570Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/75ea340/Cargo.toml
19782025-10-27T23:11:19.573Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/aaa5129/Cargo.toml
19792025-10-27T23:11:22.618Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
19802025-10-27T23:11:23.515Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19812025-10-27T23:11:23.535Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19822025-10-27T23:11:23.747ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
19832025-10-27T23:11:23.747Z omicron-clickhouse-admin (omicron/clickhouse-admin)
19842025-10-27T23:11:23.747Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19852025-10-27T23:11:23.747Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19862025-10-27T23:11:23.747Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19872025-10-27T23:11:23.751Z
19882025-10-27T23:11:23.751Z
19892025-10-27T23:11:23.751ZCockroach
19902025-10-27T23:11:23.751Z omicron-cockroach-admin (omicron/cockroach-admin)
19912025-10-27T23:11:23.751Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19922025-10-27T23:11:23.751Z
19932025-10-27T23:11:23.751Z
19942025-10-27T23:11:23.751ZCrucible
19952025-10-27T23:11:23.751Z crucible-agent (crucible/agent)
19962025-10-27T23:11:23.751Z exposes: Crucible Agent (client = crucible-agent-client)
19972025-10-27T23:11:23.751Z
19982025-10-27T23:11:23.751Z crucible-downstairs (crucible/downstairs)
19992025-10-27T23:11:23.751Z exposes: Crucible Repair (client = repair-client)
20002025-10-27T23:11:23.751Z consumes: repair-client
20012025-10-27T23:11:23.751Z
20022025-10-27T23:11:23.751Z
20032025-10-27T23:11:23.751ZCrucible Pantry
20042025-10-27T23:11:23.751Z crucible-pantry (crucible/pantry)
20052025-10-27T23:11:23.751Z exposes: Crucible Pantry (client = crucible-pantry-client)
20062025-10-27T23:11:23.757Z consumes: nexus-client
20072025-10-27T23:11:23.757Z
20082025-10-27T23:11:23.757Z
20092025-10-27T23:11:23.757ZDNS Server
20102025-10-27T23:11:23.757Z dns-server (omicron/dns-server)
20112025-10-27T23:11:23.757Z exposes: DNS Server (client = dns-service-client)
20122025-10-27T23:11:23.757Z
20132025-10-27T23:11:23.757Z
20142025-10-27T23:11:23.758ZHost OS
20152025-10-27T23:11:23.758Z ddmd (maghemite/ddmd)
20162025-10-27T23:11:23.758Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20172025-10-27T23:11:23.758Z consumes: dpd-client
20182025-10-27T23:11:23.758Z
20192025-10-27T23:11:23.758Z dpd (dendrite/dpd)
20202025-10-27T23:11:23.758Z exposes: Dendrite DPD (client = dpd-client)
20212025-10-27T23:11:23.761Z consumes: gateway-client
20222025-10-27T23:11:23.761Z consumes: nexus-client
20232025-10-27T23:11:23.761Z
20242025-10-27T23:11:23.761Z lldpd (lldp/lldpd)
20252025-10-27T23:11:23.761Z exposes: LLDP daemon (client = lldpd-client)
20262025-10-27T23:11:23.761Z consumes: dpd-client
20272025-10-27T23:11:23.761Z
20282025-10-27T23:11:23.761Z mgd (maghemite/mgd)
20292025-10-27T23:11:23.761Z exposes: Maghemite MG Admin (client = mg-admin-client)
20302025-10-27T23:11:23.762Z consumes: ddm-admin-client
20312025-10-27T23:11:23.762Z consumes: dpd-client
20322025-10-27T23:11:23.762Z
20332025-10-27T23:11:23.762Z omicron-gateway (omicron/gateway)
20342025-10-27T23:11:23.762Z exposes: Management Gateway Service (client = gateway-client)
20352025-10-27T23:11:23.762Z
20362025-10-27T23:11:23.762Z omicron-sled-agent (omicron/sled-agent)
20372025-10-27T23:11:23.762Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20382025-10-27T23:11:23.762Z exposes: Repo Depot API (client = repo-depot-client)
20392025-10-27T23:11:23.762Z exposes: Sled Agent (client = sled-agent-client)
20402025-10-27T23:11:23.762Z consumes: bootstrap-agent-client
20412025-10-27T23:11:23.762Z consumes: cockroach-admin-client
20422025-10-27T23:11:23.762Z consumes: ddm-admin-client
20432025-10-27T23:11:23.762Z consumes: dns-service-client
20442025-10-27T23:11:23.762Z consumes: dpd-client
20452025-10-27T23:11:23.762Z consumes: gateway-client
20462025-10-27T23:11:23.762Z consumes: mg-admin-client
20472025-10-27T23:11:23.762Z consumes: nexus-client
20482025-10-27T23:11:23.762Z consumes: nexus-lockstep-client
20492025-10-27T23:11:23.762Z consumes: ntp-admin-client
20502025-10-27T23:11:23.762Z consumes: propolis-client
20512025-10-27T23:11:23.762Z consumes: repo-depot-client
20522025-10-27T23:11:23.762Z
20532025-10-27T23:11:23.762Z propolis-server (propolis/bin/propolis-server)
20542025-10-27T23:11:23.762Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20552025-10-27T23:11:23.762Z exposes: Propolis (client = propolis-client)
20562025-10-27T23:11:23.767Z consumes: nexus-client
20572025-10-27T23:11:23.767Z
20582025-10-27T23:11:23.767Z tfportd (dendrite/tfportd)
20592025-10-27T23:11:23.767Z consumes: dpd-client
20602025-10-27T23:11:23.767Z consumes: lldpd-client
20612025-10-27T23:11:23.767Z
20622025-10-27T23:11:23.767Z wicketd (omicron/wicketd)
20632025-10-27T23:11:23.767Z exposes: Wicketd Installinator (client = installinator-client)
20642025-10-27T23:11:23.767Z exposes: Wicketd (client = wicketd-client)
20652025-10-27T23:11:23.767Z consumes: bootstrap-agent-client
20662025-10-27T23:11:23.767Z consumes: ddm-admin-client
20672025-10-27T23:11:23.767Z consumes: dpd-client
20682025-10-27T23:11:23.767Z consumes: gateway-client
20692025-10-27T23:11:23.767Z
20702025-10-27T23:11:23.767Z
20712025-10-27T23:11:23.767ZInstallinator
20722025-10-27T23:11:23.767Z installinator (omicron/installinator)
20732025-10-27T23:11:23.767Z consumes: ddm-admin-client
20742025-10-27T23:11:23.767Z consumes: installinator-client
20752025-10-27T23:11:23.767Z
20762025-10-27T23:11:23.768Z
20772025-10-27T23:11:23.768ZNTP
20782025-10-27T23:11:23.768Z omicron-ntp-admin (omicron/ntp-admin)
20792025-10-27T23:11:23.768Z exposes: NTP Admin (client = ntp-admin-client)
20802025-10-27T23:11:23.768Z
20812025-10-27T23:11:23.768Z
20822025-10-27T23:11:23.768ZNexus
20832025-10-27T23:11:23.768Z omicron-nexus (omicron/nexus)
20842025-10-27T23:11:23.768Z exposes: Nexus Internal API (client = nexus-client)
20852025-10-27T23:11:23.768Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
20862025-10-27T23:11:23.768Z exposes: External API (client = oxide-client)
20872025-10-27T23:11:23.772Z consumes: clickhouse-admin-keeper-client
20882025-10-27T23:11:23.772Z consumes: clickhouse-admin-server-client
20892025-10-27T23:11:23.772Z consumes: clickhouse-admin-single-client
20902025-10-27T23:11:23.772Z consumes: cockroach-admin-client
20912025-10-27T23:11:23.772Z consumes: crucible-agent-client
20922025-10-27T23:11:23.772Z consumes: crucible-pantry-client
20932025-10-27T23:11:23.772Z consumes: dns-service-client
20942025-10-27T23:11:23.772Z consumes: dpd-client
20952025-10-27T23:11:23.772Z consumes: gateway-client
20962025-10-27T23:11:23.772Z consumes: lldpd-client
20972025-10-27T23:11:23.772Z consumes: mg-admin-client
20982025-10-27T23:11:23.772Z consumes: ntp-admin-client
20992025-10-27T23:11:23.772Z consumes: oximeter-client
21002025-10-27T23:11:23.772Z consumes: propolis-client
21012025-10-27T23:11:23.772Z consumes: repo-depot-client
21022025-10-27T23:11:23.772Z consumes: sled-agent-client
21032025-10-27T23:11:23.772Z
21042025-10-27T23:11:23.772Z
21052025-10-27T23:11:23.773ZOximeter
21062025-10-27T23:11:23.773Z oximeter-collector (omicron/oximeter/collector)
21072025-10-27T23:11:23.773Z exposes: Oximeter (client = oximeter-client)
21082025-10-27T23:11:23.773Z consumes: nexus-client
21092025-10-27T23:11:23.773Z
21102025-10-27T23:11:23.773Z
21112025-10-27T23:11:23.862Z
21122025-10-27T23:11:23.866Zreal 7.965279815
21132025-10-27T23:11:23.866Zuser 6.757532420
21142025-10-27T23:11:23.866Zsys 2.499721314
21152025-10-27T23:11:23.866Ztrap 0.003357381
21162025-10-27T23:11:23.866Ztflt 0.000034963
21172025-10-27T23:11:23.866Zdflt 0.000091480
21182025-10-27T23:11:23.866Zkflt 0.000001299
21192025-10-27T23:11:23.866Zlock 0.350285040
21202025-10-27T23:11:23.866Zslp 25.837699672
21212025-10-27T23:11:23.866Zlat 0.036729060
21222025-10-27T23:11:23.866Zstop 0.006770827
21232025-10-27T23:11:23.866Z+ ptime -m cargo xtask ls-apis servers
21242025-10-27T23:11:24.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
21252025-10-27T23:11:24.599Z Running `target/debug/xtask ls-apis servers`
21262025-10-27T23:11:25.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
21272025-10-27T23:11:25.711Z Running `target/debug/ls-apis servers`
21282025-10-27T23:11:25.761Zloading metadata for workspace omicron from current workspace
21292025-10-27T23:11:27.283Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
21302025-10-27T23:11:27.288Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
21312025-10-27T23:11:27.288Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
21322025-10-27T23:11:27.292Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/aaa5129/Cargo.toml
21332025-10-27T23:11:27.296Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/75ea340/Cargo.toml
21342025-10-27T23:11:30.181Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
21352025-10-27T23:11:31.062Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21362025-10-27T23:11:31.084Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21372025-10-27T23:11:31.298Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21382025-10-27T23:11:31.298Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21392025-10-27T23:11:31.298Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21402025-10-27T23:11:31.299Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21412025-10-27T23:11:31.302Z
21422025-10-27T23:11:31.302Zomicron-cockroach-admin (omicron/cockroach-admin)
21432025-10-27T23:11:31.302Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21442025-10-27T23:11:31.302Z
21452025-10-27T23:11:31.302Zcrucible-agent (crucible/agent)
21462025-10-27T23:11:31.302Z exposes: Crucible Agent (client = crucible-agent-client)
21472025-10-27T23:11:31.302Z
21482025-10-27T23:11:31.302Zcrucible-downstairs (crucible/downstairs)
21492025-10-27T23:11:31.302Z exposes: Crucible Repair (client = repair-client)
21502025-10-27T23:11:31.302Z consumes: repair-client
21512025-10-27T23:11:31.302Z
21522025-10-27T23:11:31.302Zcrucible-pantry (crucible/pantry)
21532025-10-27T23:11:31.302Z exposes: Crucible Pantry (client = crucible-pantry-client)
21542025-10-27T23:11:31.302Z consumes: nexus-client
21552025-10-27T23:11:31.302Z
21562025-10-27T23:11:31.302Zdns-server (omicron/dns-server)
21572025-10-27T23:11:31.302Z exposes: DNS Server (client = dns-service-client)
21582025-10-27T23:11:31.302Z
21592025-10-27T23:11:31.302Zomicron-sled-agent (omicron/sled-agent)
21602025-10-27T23:11:31.302Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21612025-10-27T23:11:31.302Z exposes: Repo Depot API (client = repo-depot-client)
21622025-10-27T23:11:31.302Z exposes: Sled Agent (client = sled-agent-client)
21632025-10-27T23:11:31.307Z consumes: bootstrap-agent-client
21642025-10-27T23:11:31.307Z consumes: cockroach-admin-client
21652025-10-27T23:11:31.307Z consumes: ddm-admin-client
21662025-10-27T23:11:31.307Z consumes: dns-service-client
21672025-10-27T23:11:31.307Z consumes: dpd-client
21682025-10-27T23:11:31.307Z consumes: gateway-client
21692025-10-27T23:11:31.307Z consumes: mg-admin-client
21702025-10-27T23:11:31.307Z consumes: nexus-client
21712025-10-27T23:11:31.307Z consumes: nexus-lockstep-client
21722025-10-27T23:11:31.308Z consumes: ntp-admin-client
21732025-10-27T23:11:31.308Z consumes: propolis-client
21742025-10-27T23:11:31.308Z consumes: repo-depot-client
21752025-10-27T23:11:31.308Z
21762025-10-27T23:11:31.308Zpropolis-server (propolis/bin/propolis-server)
21772025-10-27T23:11:31.308Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21782025-10-27T23:11:31.308Z exposes: Propolis (client = propolis-client)
21792025-10-27T23:11:31.308Z consumes: nexus-client
21802025-10-27T23:11:31.308Z
21812025-10-27T23:11:31.308Zddmd (maghemite/ddmd)
21822025-10-27T23:11:31.308Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21832025-10-27T23:11:31.308Z consumes: dpd-client
21842025-10-27T23:11:31.308Z
21852025-10-27T23:11:31.308Zdpd (dendrite/dpd)
21862025-10-27T23:11:31.308Z exposes: Dendrite DPD (client = dpd-client)
21872025-10-27T23:11:31.311Z consumes: gateway-client
21882025-10-27T23:11:31.311Z consumes: nexus-client
21892025-10-27T23:11:31.311Z
21902025-10-27T23:11:31.312Zlldpd (lldp/lldpd)
21912025-10-27T23:11:31.312Z exposes: LLDP daemon (client = lldpd-client)
21922025-10-27T23:11:31.312Z consumes: dpd-client
21932025-10-27T23:11:31.312Z
21942025-10-27T23:11:31.312Zmgd (maghemite/mgd)
21952025-10-27T23:11:31.312Z exposes: Maghemite MG Admin (client = mg-admin-client)
21962025-10-27T23:11:31.312Z consumes: ddm-admin-client
21972025-10-27T23:11:31.312Z consumes: dpd-client
21982025-10-27T23:11:31.312Z
21992025-10-27T23:11:31.312Zomicron-gateway (omicron/gateway)
22002025-10-27T23:11:31.312Z exposes: Management Gateway Service (client = gateway-client)
22012025-10-27T23:11:31.312Z
22022025-10-27T23:11:31.312Ztfportd (dendrite/tfportd)
22032025-10-27T23:11:31.312Z consumes: dpd-client
22042025-10-27T23:11:31.312Z consumes: lldpd-client
22052025-10-27T23:11:31.312Z
22062025-10-27T23:11:31.313Zwicketd (omicron/wicketd)
22072025-10-27T23:11:31.313Z exposes: Wicketd Installinator (client = installinator-client)
22082025-10-27T23:11:31.313Z exposes: Wicketd (client = wicketd-client)
22092025-10-27T23:11:31.316Z consumes: bootstrap-agent-client
22102025-10-27T23:11:31.316Z consumes: ddm-admin-client
22112025-10-27T23:11:31.316Z consumes: dpd-client
22122025-10-27T23:11:31.316Z consumes: gateway-client
22132025-10-27T23:11:31.316Z
22142025-10-27T23:11:31.316Zinstallinator (omicron/installinator)
22152025-10-27T23:11:31.316Z consumes: ddm-admin-client
22162025-10-27T23:11:31.316Z consumes: installinator-client
22172025-10-27T23:11:31.316Z
22182025-10-27T23:11:31.316Zomicron-ntp-admin (omicron/ntp-admin)
22192025-10-27T23:11:31.316Z exposes: NTP Admin (client = ntp-admin-client)
22202025-10-27T23:11:31.316Z
22212025-10-27T23:11:31.316Zomicron-nexus (omicron/nexus)
22222025-10-27T23:11:31.317Z exposes: Nexus Internal API (client = nexus-client)
22232025-10-27T23:11:31.317Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22242025-10-27T23:11:31.317Z exposes: External API (client = oxide-client)
22252025-10-27T23:11:31.320Z consumes: clickhouse-admin-keeper-client
22262025-10-27T23:11:31.320Z consumes: clickhouse-admin-server-client
22272025-10-27T23:11:31.320Z consumes: clickhouse-admin-single-client
22282025-10-27T23:11:31.320Z consumes: cockroach-admin-client
22292025-10-27T23:11:31.320Z consumes: crucible-agent-client
22302025-10-27T23:11:31.320Z consumes: crucible-pantry-client
22312025-10-27T23:11:31.320Z consumes: dns-service-client
22322025-10-27T23:11:31.320Z consumes: dpd-client
22332025-10-27T23:11:31.320Z consumes: gateway-client
22342025-10-27T23:11:31.320Z consumes: lldpd-client
22352025-10-27T23:11:31.320Z consumes: mg-admin-client
22362025-10-27T23:11:31.320Z consumes: ntp-admin-client
22372025-10-27T23:11:31.320Z consumes: oximeter-client
22382025-10-27T23:11:31.320Z consumes: propolis-client
22392025-10-27T23:11:31.320Z consumes: repo-depot-client
22402025-10-27T23:11:31.320Z consumes: sled-agent-client
22412025-10-27T23:11:31.320Z
22422025-10-27T23:11:31.320Zoximeter-collector (omicron/oximeter/collector)
22432025-10-27T23:11:31.320Z exposes: Oximeter (client = oximeter-client)
22442025-10-27T23:11:31.320Z consumes: nexus-client
22452025-10-27T23:11:31.320Z
22462025-10-27T23:11:31.409Z
22472025-10-27T23:11:31.412Zreal 7.519641782
22482025-10-27T23:11:31.413Zuser 6.596547258
22492025-10-27T23:11:31.413Zsys 2.245902467
22502025-10-27T23:11:31.413Ztrap 0.001291358
22512025-10-27T23:11:31.413Ztflt 0.000041890
22522025-10-27T23:11:31.413Zdflt 0.000055666
22532025-10-27T23:11:31.413Zkflt 0.000000770
22542025-10-27T23:11:31.413Zlock 0.347851186
22552025-10-27T23:11:31.413Zslp 24.485078486
22562025-10-27T23:11:31.413Zlat 0.023234518
22572025-10-27T23:11:31.413Zstop 0.006703296
22582025-10-27T23:11:31.413Z+ ptime -m cargo xtask ls-apis check
22592025-10-27T23:11:32.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
22602025-10-27T23:11:32.143Z Running `target/debug/xtask ls-apis check`
22612025-10-27T23:11:33.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
22622025-10-27T23:11:33.273Z Running `target/debug/ls-apis check`
22632025-10-27T23:11:33.325Zloading metadata for workspace omicron from current workspace
22642025-10-27T23:11:34.821Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
22652025-10-27T23:11:34.824Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
22662025-10-27T23:11:34.827Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
22672025-10-27T23:11:34.839Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/aaa5129/Cargo.toml
22682025-10-27T23:11:34.843Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/75ea340/Cargo.toml
22692025-10-27T23:11:37.708Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
22702025-10-27T23:11:38.595Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22712025-10-27T23:11:38.617Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22722025-10-27T23:11:38.927Z
22732025-10-27T23:11:38.927Z
22742025-10-27T23:11:38.927ZServer-managed APIs:
22752025-10-27T23:11:38.927Z
22762025-10-27T23:11:38.927Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
22772025-10-27T23:11:38.927Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
22782025-10-27T23:11:38.928Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
22792025-10-27T23:11:38.928Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
22802025-10-27T23:11:38.928Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
22812025-10-27T23:11:38.928Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
22822025-10-27T23:11:38.928Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
22832025-10-27T23:11:38.928Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
22842025-10-27T23:11:38.928Z DNS Server (dns-service-client, exposed by dns-server)
22852025-10-27T23:11:38.928Z Dendrite DPD (dpd-client, exposed by dpd)
22862025-10-27T23:11:38.928Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
22872025-10-27T23:11:38.928Z LLDP daemon (lldpd-client, exposed by lldpd)
22882025-10-27T23:11:38.928Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
22892025-10-27T23:11:38.928Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
22902025-10-27T23:11:38.928Z External API (oxide-client, exposed by omicron-nexus)
22912025-10-27T23:11:38.932Z Oximeter (oximeter-client, exposed by oximeter-collector)
22922025-10-27T23:11:38.932Z Propolis (propolis-client, exposed by propolis-server)
22932025-10-27T23:11:38.932Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
22942025-10-27T23:11:38.933Z Wicketd (wicketd-client, exposed by wicketd)
22952025-10-27T23:11:38.933Z
22962025-10-27T23:11:38.933Z
22972025-10-27T23:11:38.933ZClient-managed API:
22982025-10-27T23:11:38.933Z
22992025-10-27T23:11:38.933Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23002025-10-27T23:11:38.935Z reason: depends on itself (i.e., instances call each other)
23012025-10-27T23:11:38.935Z Wicketd Installinator (installinator-client, exposed by wicketd)
23022025-10-27T23:11:38.935Z reason: client is provided implicitly by the operator
23032025-10-27T23:11:38.935Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23042025-10-27T23:11:38.935Z reason: Circular dependencies between Nexus and other services
23052025-10-27T23:11:38.935Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23062025-10-27T23:11:38.935Z reason: Circular dependencies between Nexus and other services
23072025-10-27T23:11:38.935Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23082025-10-27T23:11:38.935Z reason: depends on itself (i.e., instances call each other)
23092025-10-27T23:11:38.935Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23102025-10-27T23:11:38.935Z reason: depends on itself (i.e., instances call each other)
23112025-10-27T23:11:38.936Z
23122025-10-27T23:11:38.936Z
23132025-10-27T23:11:38.936ZAPIs with unknown version management: none
23142025-10-27T23:11:39.018Z
23152025-10-27T23:11:39.021Zreal 7.583057492
23162025-10-27T23:11:39.021Zuser 6.689488886
23172025-10-27T23:11:39.021Zsys 2.233187206
23182025-10-27T23:11:39.021Ztrap 0.000881332
23192025-10-27T23:11:39.021Ztflt 0.000058148
23202025-10-27T23:11:39.021Zdflt 0.000033443
23212025-10-27T23:11:39.022Zkflt 0.000001999
23222025-10-27T23:11:39.022Zlock 0.351358774
23232025-10-27T23:11:39.022Zslp 24.350642466
23242025-10-27T23:11:39.022Zlat 0.014281832
23252025-10-27T23:11:39.022Zstop 0.006676476
23262025-10-27T23:11:39.022Z+ ptime -m cargo xtask ls-apis adoc
23272025-10-27T23:11:39.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
23282025-10-27T23:11:39.751Z Running `target/debug/xtask ls-apis adoc`
23292025-10-27T23:11:40.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
23302025-10-27T23:11:40.860Z Running `target/debug/ls-apis adoc`
23312025-10-27T23:11:40.913Zloading metadata for workspace omicron from current workspace
23322025-10-27T23:11:42.403Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
23332025-10-27T23:11:42.407Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
23342025-10-27T23:11:42.410Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/aaa5129/Cargo.toml
23352025-10-27T23:11:42.413Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/Cargo.toml
23362025-10-27T23:11:42.413Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/75ea340/Cargo.toml
23372025-10-27T23:11:45.269Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/738c80d/Cargo.toml
23382025-10-27T23:11:46.155Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23392025-10-27T23:11:46.176Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23402025-10-27T23:11:46.520Z
23412025-10-27T23:11:46.520Zreal 7.473419448
23422025-10-27T23:11:46.520Zuser 6.593562953
23432025-10-27T23:11:46.520Zsys 2.207018790
23442025-10-27T23:11:46.520Ztrap 0.000753709
23452025-10-27T23:11:46.520Ztflt 0.000167430
23462025-10-27T23:11:46.523Zdflt 0.000071110
23472025-10-27T23:11:46.523Zkflt 0.000007607
23482025-10-27T23:11:46.523Zlock 0.345186760
23492025-10-27T23:11:46.523Zslp 24.151001905
23502025-10-27T23:11:46.523Zlat 0.014719288
23512025-10-27T23:11:46.523Zstop 0.006752060
23522025-10-27T23:11:46.523Z+ banner build
23532025-10-27T23:11:46.526Z
23542025-10-27T23:11:46.526Z ##### # # # # #####
23552025-10-27T23:11:46.527Z # # # # # # # #
23562025-10-27T23:11:46.527Z ##### # # # # # #
23572025-10-27T23:11:46.527Z # # # # # # # #
23582025-10-27T23:11:46.527Z # # # # # # # #
23592025-10-27T23:11:46.527Z ##### #### # ###### #####
23602025-10-27T23:11:46.527Z
23612025-10-27T23:11:46.527Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23622025-10-27T23:11:46.527Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23632025-10-27T23:11:46.527Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23642025-10-27T23:11:46.527Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23652025-10-27T23:11:46.527Z+ [[ illumos == \i\l\l\u\m\o\s ]]
23662025-10-27T23:11:46.527Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
23672025-10-27T23:11:46.528Z+ export TMPDIR=/var/tmp/omicron_tmp
23682025-10-27T23:11:46.528Z+ TMPDIR=/var/tmp/omicron_tmp
23692025-10-27T23:11:46.528Z+ export RUST_BACKTRACE=1
23702025-10-27T23:11:46.528Z+ RUST_BACKTRACE=1
23712025-10-27T23:11:46.528Z+ export CARGO_INCREMENTAL=0
23722025-10-27T23:11:46.528Z+ CARGO_INCREMENTAL=0
23732025-10-27T23:11:46.528Z+ export RUSTC_BOOTSTRAP=1
23742025-10-27T23:11:46.528Z+ RUSTC_BOOTSTRAP=1
23752025-10-27T23:11:46.528Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
23762025-10-27T23:11:49.374Z Compiling proc-macro2 v1.0.101
23772025-10-27T23:11:49.374Z Compiling unicode-ident v1.0.19
23782025-10-27T23:11:49.379Z Compiling libc v0.2.174
23792025-10-27T23:11:49.379Z Compiling serde_core v1.0.226
23802025-10-27T23:11:49.379Z Compiling cfg-if v1.0.1
23812025-10-27T23:11:49.379Z Compiling serde v1.0.226
23822025-10-27T23:11:49.379Z Compiling autocfg v1.4.0
23832025-10-27T23:11:49.379Z Compiling memchr v2.7.4
23842025-10-27T23:11:49.379Z 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.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b623c6348c36c92d -C extra-filename=-d1301a780aeb509f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23852025-10-27T23:11:49.379Z 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.101/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=78581fe2a4414aae -C extra-filename=-e970df53828233ea --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-e970df53828233ea -L 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-10-27T23:11:49.382Z 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`
23872025-10-27T23:11:49.382Z 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`
23882025-10-27T23:11:49.382Z 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_core-1.0.226/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=743e913fc44516bb -C extra-filename=-cc8cb5d9a5af991c --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-cc8cb5d9a5af991c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892025-10-27T23:11:49.384Z 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`
23902025-10-27T23:11:49.384Z 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-1.0.226/build.rs --error-format=json --json=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=484d78a5da73a873 -C extra-filename=-83fec2aa8f7e5f73 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-83fec2aa8f7e5f73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912025-10-27T23:11:49.384Z 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`
23922025-10-27T23:11:49.927Z Compiling value-bag v1.9.0
23932025-10-27T23:11:49.982Z 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`
23942025-10-27T23:11:49.986Z Compiling smallvec v1.15.1
23952025-10-27T23:11:50.058Z 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`
23962025-10-27T23:11:50.353Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-cc8cb5d9a5af991c/build-script-build`
23972025-10-27T23:11:50.419Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-e970df53828233ea/build-script-build`
23982025-10-27T23:11:50.465Z Compiling log v0.4.27
23992025-10-27T23:11:50.503Z 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`
24002025-10-27T23:11:50.508Z Compiling version_check v0.9.5
24012025-10-27T23:11:50.511Z 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`
24022025-10-27T23:11:50.556Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.226/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=dc96e214484f9a18 -C extra-filename=-fcddca934b451b12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
24032025-10-27T23:11:50.603Z Compiling lock_api v0.4.12
24042025-10-27T23:11:50.648Z 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`
24052025-10-27T23:11:50.651Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-9ace2eb27fda07f3/build-script-build`
24062025-10-27T23:11:50.692Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-83fec2aa8f7e5f73/build-script-build`
24072025-10-27T23:11:50.763Z 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"))'`
24082025-10-27T23:11:50.813Z Compiling scopeguard v1.2.0
24092025-10-27T23:11:50.817Z 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`
24102025-10-27T23:11:50.928Z 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.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=7aece9e2d6502e87 -C extra-filename=-7dafee5933b5879f --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-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
24112025-10-27T23:11:51.020Z Compiling itoa v1.0.11
24122025-10-27T23:11:51.062Z 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`
24132025-10-27T23:11:51.065Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-bc94ad7b51a5ac2d/build-script-build`
24142025-10-27T23:11:51.135Z Compiling ryu v1.0.18
24152025-10-27T23:11:51.138Z Compiling libm v0.2.8
24162025-10-27T23:11:51.138Z 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`
24172025-10-27T23:11:51.179Z 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`
24182025-10-27T23:11:51.228Z Compiling num-traits v0.2.19
24192025-10-27T23:11:51.274Z 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`
24202025-10-27T23:11:51.316Z 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`
24212025-10-27T23:11:51.316Z Compiling serde_json v1.0.145
24222025-10-27T23:11:51.316Z 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.145/build.rs --error-format=json --json=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=28caa523bd1471d4 -C extra-filename=-80edec1695bd0e62 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-80edec1695bd0e62 -L 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-10-27T23:11:51.533Z Compiling stable_deref_trait v1.2.0
24242025-10-27T23:11:51.536Z 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`
24252025-10-27T23:11:51.685Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-5bb591e0d2e2589c/build-script-build`
24262025-10-27T23:11:51.690Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-56b5b61900717c15/build-script-build`
24272025-10-27T23:11:51.732Z Compiling quote v1.0.40
24282025-10-27T23:11:51.735Z 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=688d680254a673b9 -C extra-filename=-fd73e0970fd64adf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292025-10-27T23:11:51.735Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-80edec1695bd0e62/build-script-build`
24302025-10-27T23:11:51.805Z Compiling portable-atomic v1.11.0
24312025-10-27T23:11:51.808Z 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`
24322025-10-27T23:11:51.846Z 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`
24332025-10-27T23:11:51.889Z Compiling getrandom v0.2.15
24342025-10-27T23:11:51.893Z 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`
24352025-10-27T23:11:51.967Z Compiling critical-section v1.1.3
24362025-10-27T23:11:51.970Z 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`
24372025-10-27T23:11:52.015Z Compiling pin-project-lite v0.2.14
24382025-10-27T23:11:52.019Z 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`
24392025-10-27T23:11:52.172Z Compiling syn v2.0.106
24402025-10-27T23:11:52.219Z 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.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=2d9a3dd415ef87db -C extra-filename=-fec2201208344043 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412025-10-27T23:11:52.222Z Compiling fnv v1.0.7
24422025-10-27T23:11:52.272Z 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`
24432025-10-27T23:11:52.345Z Compiling getrandom v0.3.4
24442025-10-27T23:11:52.349Z 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.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=ede79a44993c4d72 -C extra-filename=-3ba2e28ae90ac688 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-3ba2e28ae90ac688 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452025-10-27T23:11:52.392Z Compiling shlex v1.3.0
24462025-10-27T23:11:52.395Z Compiling allocator-api2 v0.2.21
24472025-10-27T23:11:52.395Z 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`
24482025-10-27T23:11:52.395Z 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`
24492025-10-27T23:11:52.484Z Compiling parking_lot_core v0.9.10
24502025-10-27T23:11:52.488Z 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`
24512025-10-27T23:11:52.859Z 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)'`
24522025-10-27T23:11:52.956Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-1640517f1a139279/build-script-build`
24532025-10-27T23:11:53.062Z Compiling regex-syntax v0.8.5
24542025-10-27T23:11:53.106Z 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`
24552025-10-27T23:11:53.113Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ee9c711cc0d452e7/build-script-build`
24562025-10-27T23:11:53.117Z Compiling rand_core v0.6.4
24572025-10-27T23:11:53.117Z 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"))'`
24582025-10-27T23:11:53.117Z 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`
24592025-10-27T23:11:53.222Z Compiling errno v0.3.12
24602025-10-27T23:11:53.225Z 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`
24612025-10-27T23:11:53.534Z Compiling equivalent v1.0.2
24622025-10-27T23:11:53.537Z 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`
24632025-10-27T23:11:53.709Z Compiling litemap v0.7.3
24642025-10-27T23:11:53.712Z 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`
24652025-10-27T23:11:53.748Z Compiling percent-encoding v2.3.2
24662025-10-27T23:11:53.751Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=53ee646e8556e7d8 -C extra-filename=-17038f63562232c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672025-10-27T23:11:53.862Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-3ba2e28ae90ac688/build-script-build`
24682025-10-27T23:11:53.936Z 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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=d4ea7adcf28d4e58 -C extra-filename=-ca14e79ad6269953 --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`
24692025-10-27T23:11:54.156Z Compiling byteorder v1.5.0
24702025-10-27T23:11:54.159Z Compiling writeable v0.5.5
24712025-10-27T23:11:54.159Z 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`
24722025-10-27T23:11:54.159Z 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`
24732025-10-27T23:11:54.403Z Compiling once_cell v1.21.3
24742025-10-27T23:11:54.406Z 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`
24752025-10-27T23:11:54.466Z 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`
24762025-10-27T23:11:54.605Z Compiling jobserver v0.1.32
24772025-10-27T23:11:54.609Z 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`
24782025-10-27T23:11:54.655Z Compiling icu_locid_transform_data v1.5.0
24792025-10-27T23:11:54.659Z 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`
24802025-10-27T23:11:54.762Z Compiling icu_properties_data v1.5.0
24812025-10-27T23:11:54.766Z 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`
24822025-10-27T23:11:54.821Z Compiling utf8_iter v1.0.4
24832025-10-27T23:11:54.862Z 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`
24842025-10-27T23:11:54.868Z Compiling write16 v1.0.0
24852025-10-27T23:11:54.916Z 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`
24862025-10-27T23:11:55.017Z 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.145/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=11bfd2fa07e86870 -C extra-filename=-1f2dc6198d999389 --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_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.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"))'`
24872025-10-27T23:11:55.070Z Compiling cc v1.2.30
24882025-10-27T23:11:55.073Z Compiling parking_lot v0.12.3
24892025-10-27T23:11:55.073Z 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`
24902025-10-27T23:11:55.073Z 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`
24912025-10-27T23:11:55.163Z Compiling semver v1.0.27
24922025-10-27T23:11:55.167Z Compiling icu_normalizer_data v1.5.0
24932025-10-27T23:11:55.208Z 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.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b66871fc2d64baad -C extra-filename=-73296b48f004d65a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942025-10-27T23:11:55.211Z 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`
24952025-10-27T23:11:55.371Z Compiling utf16_iter v1.0.5
24962025-10-27T23:11:55.380Z 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`
24972025-10-27T23:11:55.421Z Compiling form_urlencoded v1.2.2
24982025-10-27T23:11:55.486Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=ed39cc7759fc53bc -C extra-filename=-4007d0fab8ad1eec --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-17038f63562232c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992025-10-27T23:11:55.647Z Compiling subtle v2.6.1
25002025-10-27T23:11:55.652Z 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`
25012025-10-27T23:11:55.785Z Compiling signal-hook-registry v1.4.2
25022025-10-27T23:11:55.837Z 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`
25032025-10-27T23:11:55.850Z Compiling aho-corasick v1.1.3
25042025-10-27T23:11:55.854Z 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`
25052025-10-27T23:11:55.986Z Compiling heck v0.5.0
25062025-10-27T23:11:55.991Z 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`
25072025-10-27T23:11:56.053Z Compiling mio v1.0.2
25082025-10-27T23:11:56.057Z 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`
25092025-10-27T23:11:56.514Z Compiling futures-core v0.3.31
25102025-10-27T23:11:56.521Z Compiling typenum v1.17.0
25112025-10-27T23:11:56.557Z 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`
25122025-10-27T23:11:56.560Z 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`
25132025-10-27T23:11:56.823Z Compiling generic-array v0.14.7
25142025-10-27T23:11:56.831Z 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`
25152025-10-27T23:11:57.165Z Compiling rustix v0.38.37
25162025-10-27T23:11:57.171Z 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`
25172025-10-27T23:11:57.381Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-5b73b6a89f1b8521/build-script-build`
25182025-10-27T23:11:57.433Z Compiling hashbrown v0.16.0
25192025-10-27T23:11:57.445Z 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.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="allocator-api2"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=5327117b2c1a662a -C extra-filename=-2f44c2de7557b3b7 --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 --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202025-10-27T23:11:57.642Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-c43bcef096a5d052/build-script-main`
25212025-10-27T23:11:57.844Z Compiling regex-automata v0.4.11
25222025-10-27T23:11:57.848Z 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.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=56893edd6fdbe260 -C extra-filename=-264a8371a99eccb3 --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`
25232025-10-27T23:11:57.886Z 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`
25242025-10-27T23:11:58.008Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-ca08b9b2809b9498/build-script-build`
25252025-10-27T23:11:58.371Z Compiling socket2 v0.6.0
25262025-10-27T23:11:58.428Z 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`
25272025-10-27T23:11:58.626Z Compiling either v1.15.0
25282025-10-27T23:11:58.631Z 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`
25292025-10-27T23:11:58.733Z Compiling thiserror v2.0.17
25302025-10-27T23:11:58.736Z 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.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=52155c2b3554483f -C extra-filename=-9ad14d18b067c448 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-9ad14d18b067c448 -L 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-10-27T23:11:58.780Z Compiling indexmap v2.11.4
25322025-10-27T23:11:58.784Z 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.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=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", "sval", "test_debug"))' -C metadata=8fbf217a55012358 -C extra-filename=-66ab2a719fd02fc0 --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-2f44c2de7557b3b7.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332025-10-27T23:11:59.040Z Compiling iana-time-zone v0.1.63
25342025-10-27T23:11:59.043Z 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`
25352025-10-27T23:11:59.083Z Compiling spin v0.9.8
25362025-10-27T23:11:59.086Z 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`
25372025-10-27T23:11:59.288Z Compiling synstructure v0.13.1
25382025-10-27T23:11:59.294Z 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=0b0f530b3218cdda -C extra-filename=-455e1b9d8be60797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392025-10-27T23:11:59.459Z Compiling futures-io v0.3.31
25402025-10-27T23:11:59.504Z 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`
25412025-10-27T23:11:59.509Z Compiling slab v0.4.9
25422025-10-27T23:11:59.512Z 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`
25432025-10-27T23:11:59.551Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9ad14d18b067c448/build-script-build`
25442025-10-27T23:11:59.811Z Compiling thiserror v1.0.69
25452025-10-27T23:11:59.823Z 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`
25462025-10-27T23:11:59.943Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-f8ac1c2de96c373a/build-script-build`
25472025-10-27T23:12:00.083Z Compiling lazy_static v1.5.0
25482025-10-27T23:12:00.126Z 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`
25492025-10-27T23:12:00.134Z Compiling const-oid v0.9.6
25502025-10-27T23:12:00.143Z 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`
25512025-10-27T23:12:00.143Z 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`
25522025-10-27T23:12:00.233Z Compiling pkg-config v0.3.31
25532025-10-27T23:12:00.283Z 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`
25542025-10-27T23:12:00.283Z Compiling futures-sink v0.3.31
25552025-10-27T23:12:00.283Z 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`
25562025-10-27T23:12:00.457Z Compiling pin-utils v0.1.0
25572025-10-27T23:12:00.466Z 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`
25582025-10-27T23:12:00.508Z Compiling serde_derive_internals v0.29.1
25592025-10-27T23:12:00.508Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-723bb18637d6ca27/build-script-build`
25602025-10-27T23:12:00.512Z 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=b5f825857e49631d -C extra-filename=-f0c7e86046ad459b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612025-10-27T23:12:00.628Z Compiling schemars v0.8.22
25622025-10-27T23:12:00.667Z 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`
25632025-10-27T23:12:00.679Z Compiling dyn-clone v1.0.20
25642025-10-27T23:12:00.679Z 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`
25652025-10-27T23:12:00.964Z Compiling futures-channel v0.3.31
25662025-10-27T23:12:00.970Z 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`
25672025-10-27T23:12:01.063Z Compiling futures-task v0.3.31
25682025-10-27T23:12:01.068Z 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`
25692025-10-27T23:12:01.153Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-e4f5a7e6a3c63bac/build-script-build`
25702025-10-27T23:12:01.181Z Compiling cpufeatures v0.2.14
25712025-10-27T23:12:01.184Z 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`
25722025-10-27T23:12:01.355Z Compiling foldhash v0.1.5
25732025-10-27T23:12:01.359Z 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=54c99f5a2f5c8f2f -C extra-filename=-0cea00588790a5a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742025-10-27T23:12:01.401Z Compiling strsim v0.11.1
25752025-10-27T23:12:01.405Z 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`
25762025-10-27T23:12:01.452Z Compiling syn v1.0.109
25772025-10-27T23:12:01.457Z Compiling tracing-core v0.1.32
25782025-10-27T23:12:01.491Z 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`
25792025-10-27T23:12:01.498Z 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`
25802025-10-27T23:12:01.715Z Compiling hashbrown v0.15.4
25812025-10-27T23:12:01.719Z 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=09e1a541bcaffacf -C extra-filename=-d1c2964a6d83ae33 --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-0cea00588790a5a7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822025-10-27T23:12:02.047Z Compiling adler2 v2.0.0
25832025-10-27T23:12:02.051Z 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`
25842025-10-27T23:12:02.128Z Compiling glob v0.3.2
25852025-10-27T23:12:02.138Z 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`
25862025-10-27T23:12:02.175Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-2c13866819a9a00a/build-script-build`
25872025-10-27T23:12:02.292Z 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=cbfd917b56cd90b6 -C extra-filename=-9190c70fc659320f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
25882025-10-27T23:12:02.340Z Compiling miniz_oxide v0.8.5
25892025-10-27T23:12:02.389Z 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`
25902025-10-27T23:12:02.739Z Compiling prettyplease v0.2.36
25912025-10-27T23:12:02.742Z Compiling minimal-lexical v0.2.1
25922025-10-27T23:12:02.742Z 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`
25932025-10-27T23:12:02.742Z 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`
25942025-10-27T23:12:02.987Z Compiling paste v1.0.15
25952025-10-27T23:12:02.992Z 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`
25962025-10-27T23:12:03.038Z Compiling clang-sys v1.8.1
25972025-10-27T23:12:03.051Z 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`
25982025-10-27T23:12:03.234Z Compiling regex v1.11.3
25992025-10-27T23:12:03.252Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=be15f901ebbbb2a5 -C extra-filename=-daa3497a984c736e --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-264a8371a99eccb3.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`
26002025-10-27T23:12:03.332Z Compiling crossbeam-utils v0.8.21
26012025-10-27T23:12:03.341Z 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`
26022025-10-27T23:12:03.625Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-30da2474664d5b61/build-script-build`
26032025-10-27T23:12:03.747Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-933590c57889fcaf/build-script-build`
26042025-10-27T23:12:03.814Z Compiling nom v7.1.3
26052025-10-27T23:12:03.817Z 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`
26062025-10-27T23:12:03.861Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-d4f1989dbec52f0d/build-script-build`
26072025-10-27T23:12:03.907Z 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"))'`
26082025-10-27T23:12:03.975Z Compiling gimli v0.31.1
26092025-10-27T23:12:04.019Z 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`
26102025-10-27T23:12:04.028Z Compiling serde_derive v1.0.226
26112025-10-27T23:12:04.067Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-d9e88792650f3b5c/build-script-build`
26122025-10-27T23:12:04.076Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.226/src/lib.rs --error-format=json --json=diagnostic-rendered-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=07382b447c792a2c -C extra-filename=-091f68a6f331aa7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132025-10-27T23:12:04.134Z Compiling zeroize_derive v1.4.2
26142025-10-27T23:12:04.138Z 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=1614964306ce6e95 -C extra-filename=-eeff4c45983a9892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152025-10-27T23:12:04.188Z Compiling zerofrom-derive v0.1.4
26162025-10-27T23:12:04.193Z 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=d0e2707819f7afde -C extra-filename=-5f250d8f83abeb78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-455e1b9d8be60797.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172025-10-27T23:12:05.048Z Compiling yoke-derive v0.7.4
26182025-10-27T23:12:05.078Z 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=997b3987da0bd414 -C extra-filename=-8c2cec18bc56597f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-455e1b9d8be60797.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192025-10-27T23:12:05.759Z Compiling zeroize v1.8.1
26202025-10-27T23:12:05.763Z 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=7bead1d370279a92 -C extra-filename=-d28098dda997853e --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-eeff4c45983a9892.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212025-10-27T23:12:06.191Z Compiling zerovec-derive v0.10.3
26222025-10-27T23:12:06.196Z 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=ff3683fabc5c7ad0 -C extra-filename=-81f008420930c08e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232025-10-27T23:12:07.088Z Compiling displaydoc v0.2.5
26242025-10-27T23:12:07.148Z 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=dc9b02b18a29fbef -C extra-filename=-cb3b4863f708aa76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252025-10-27T23:12:07.920Z Compiling zerofrom v0.1.4
26262025-10-27T23:12:07.966Z 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=b073d8214b331579 -C extra-filename=-dc7b37d53ebb73a2 --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-5f250d8f83abeb78.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272025-10-27T23:12:08.027Z Compiling icu_provider_macros v1.5.0
26282025-10-27T23:12:08.085Z 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=7828aca04fa75820 -C extra-filename=-7c7fd6146c567228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292025-10-27T23:12:08.176Z Compiling yoke v0.7.4
26302025-10-27T23:12:08.219Z 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=f3135ef0d7f5e93b -C extra-filename=-671f63796dd98b35 --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-8c2cec18bc56597f.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-dc7b37d53ebb73a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312025-10-27T23:12:08.222Z 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=935e99a19f62649a -C extra-filename=-ca70b95d6d1b1738 --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-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
26322025-10-27T23:12:08.526Z Compiling tokio-macros v2.5.0
26332025-10-27T23:12:08.583Z 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=d1132f6ed9b0fc3f -C extra-filename=-7e6529be5a62a1ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342025-10-27T23:12:08.588Z Compiling thiserror-impl v2.0.17
26352025-10-27T23:12:08.588Z 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.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=81fcf5ed210c256f -C extra-filename=-866630e3b6990cb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362025-10-27T23:12:08.833Z Compiling zerovec v0.10.4
26372025-10-27T23:12:08.849Z 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=a05a57b3290e8ba7 -C extra-filename=-2bbe331078d9cbef --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-671f63796dd98b35.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-dc7b37d53ebb73a2.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-81f008420930c08e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382025-10-27T23:12:08.890Z Compiling zerocopy-derive v0.7.35
26392025-10-27T23:12:08.902Z 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=3fa30fda64feceab -C extra-filename=-2bf14ba1564513cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402025-10-27T23:12:09.273Z Compiling thiserror-impl v1.0.69
26412025-10-27T23:12:09.363Z 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=c444d871fd4dbebd -C extra-filename=-6fef895aa232aaa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422025-10-27T23:12:09.692Z Compiling crypto-common v0.1.6
26432025-10-27T23:12:09.698Z 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=da6cf3feff479389 -C extra-filename=-99ff3d0f0d216c1c --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-ca70b95d6d1b1738.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`
26442025-10-27T23:12:09.993Z Compiling block-buffer v0.10.4
26452025-10-27T23:12:10.002Z 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=145b3af8f60a5426 -C extra-filename=-24f69d6d18aeaf99 --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-ca70b95d6d1b1738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462025-10-27T23:12:10.175Z Compiling futures-macro v0.3.31
26472025-10-27T23:12:10.179Z 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=2019e7304032a56c -C extra-filename=-c56fc685efb72938 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482025-10-27T23:12:10.337Z Compiling digest v0.10.7
26492025-10-27T23:12:10.341Z 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=82a061296568cb8c -C extra-filename=-dd833add49a4eb53 --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-24f69d6d18aeaf99.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-99ff3d0f0d216c1c.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`
26502025-10-27T23:12:10.886Z Compiling tinystr v0.7.6
26512025-10-27T23:12:10.890Z 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=407ada8d5048a792 -C extra-filename=-8c43f65b35b83624 --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-cb3b4863f708aa76.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522025-10-27T23:12:10.942Z Compiling icu_collections v1.5.0
26532025-10-27T23:12:10.957Z 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=b54227c4cc9b1d2c -C extra-filename=-5733708e8187ce0f --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-cb3b4863f708aa76.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-671f63796dd98b35.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-dc7b37d53ebb73a2.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542025-10-27T23:12:11.087Z Compiling zerocopy v0.7.35
26552025-10-27T23:12:11.146Z 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=66f969526695a4d7 -C extra-filename=-43c6d02ec5fd8e89 --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-2bf14ba1564513cd.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562025-10-27T23:12:11.309Z Compiling icu_locid v1.5.0
26572025-10-27T23:12:11.312Z 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=ca68d732dc08431e -C extra-filename=-23ced4447c07f548 --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-cb3b4863f708aa76.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-77475923b5850dce.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-8c43f65b35b83624.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-b351e0eb4211557d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582025-10-27T23:12:11.663Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.226/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=5169132cf202a764 -C extra-filename=-a24067305a22db88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)'`
26592025-10-27T23:12:11.824Z 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.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5e49e75ada7a52c6 -C extra-filename=-f0a082fe4f20d8a1 --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-866630e3b6990cb2.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)'`
26602025-10-27T23:12:12.057Z Compiling schemars_derive v0.8.22
26612025-10-27T23:12:12.062Z 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=8ec0c3b8428962cc -C extra-filename=-930c3bd9417855c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-f0c7e86046ad459b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622025-10-27T23:12:12.187Z Compiling tracing-attributes v0.1.27
26632025-10-27T23:12:12.229Z 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=59b2864f4627d455 -C extra-filename=-271b30a7fee3751a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642025-10-27T23:12:12.235Z Compiling futures-util v0.3.31
26652025-10-27T23:12:12.239Z 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=9cef2c36291548c0 -C extra-filename=-148fd712e6e6f9df --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-c56fc685efb72938.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`
26662025-10-27T23:12:12.411Z Compiling ppv-lite86 v0.2.20
26672025-10-27T23:12:12.416Z 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=fd9bdd2ade0b6c4a -C extra-filename=-d98c7599a376d9d4 --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-43c6d02ec5fd8e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682025-10-27T23:12:12.470Z 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=5c66b47797010797 -C extra-filename=-f0c476a230b66c95 --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-6fef895aa232aaa1.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)'`
26692025-10-27T23:12:12.693Z Compiling bitflags v2.9.4
26702025-10-27T23:12:12.705Z 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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "std"))' -C metadata=c20177d1b4b5d86d -C extra-filename=-7144a639a7938e22 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712025-10-27T23:12:12.839Z Compiling bytes v1.10.1
26722025-10-27T23:12:12.846Z 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=14464a331e51af2b -C extra-filename=-8201e5d6381aa56b --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732025-10-27T23:12:13.204Z Compiling icu_provider v1.5.0
26742025-10-27T23:12:13.209Z 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=61cdab31edfbfb28 -C extra-filename=-a536fa803d72c77a --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-cb3b4863f708aa76.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-23ced4447c07f548.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-7c7fd6146c567228.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-8c43f65b35b83624.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-b351e0eb4211557d.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-671f63796dd98b35.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-dc7b37d53ebb73a2.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752025-10-27T23:12:13.258Z 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=992686b0bb527b3f -C extra-filename=-6751e857fb1c1f4f --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-7144a639a7938e22.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`
26762025-10-27T23:12:13.423Z Compiling chrono v0.4.42
26772025-10-27T23:12:13.465Z 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.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=cd7bc486b10f5d54 -C extra-filename=-1a84e413bcb1c25d --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782025-10-27T23:12:13.694Z Compiling uuid v1.18.1
26792025-10-27T23:12:13.757Z 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.18.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 --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=f7111e2c3b1c46cb -C extra-filename=-16406f06d0d90826 --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-ca14e79ad6269953.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802025-10-27T23:12:14.150Z Compiling icu_locid_transform v1.5.0
26812025-10-27T23:12:14.154Z 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=ab360b3448064662 -C extra-filename=-39f7b97f812d54af --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-cb3b4863f708aa76.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-23ced4447c07f548.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-a536fa803d72c77a.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-8c43f65b35b83624.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822025-10-27T23:12:14.335Z Compiling tokio v1.47.0
26832025-10-27T23:12:14.339Z 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=ad9d3dc3ea9ba754 -C extra-filename=-e674a27a3708cbf8 --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-8201e5d6381aa56b.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-7e6529be5a62a1ab.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842025-10-27T23:12:15.219Z Compiling http v1.3.1
26852025-10-27T23:12:15.272Z 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=8001a3e9dde2eac0 -C extra-filename=-718670cf184476d0 --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-8201e5d6381aa56b.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`
26862025-10-27T23:12:15.338Z Compiling serde_tokenstream v0.2.2
26872025-10-27T23:12:15.345Z 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=c4ad4022d9e4c2cd -C extra-filename=-c6c6964af36c9039 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882025-10-27T23:12:15.730Z Compiling icu_properties v1.5.1
26892025-10-27T23:12:15.735Z 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=73e53db9693fe328 -C extra-filename=-b16b565b6bb290f0 --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-cb3b4863f708aa76.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-5733708e8187ce0f.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-39f7b97f812d54af.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-a536fa803d72c77a.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-8c43f65b35b83624.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902025-10-27T23:12:15.988Z Compiling tracing v0.1.40
26912025-10-27T23:12:16.047Z 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=79e1810f187d345f -C extra-filename=-d7b0e0feae062876 --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-271b30a7fee3751a.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`
26922025-10-27T23:12:16.412Z 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)'`
26932025-10-27T23:12:16.553Z Compiling addr2line v0.24.2
26942025-10-27T23:12:16.557Z 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`
26952025-10-27T23:12:16.857Z Compiling object v0.36.5
26962025-10-27T23:12:16.864Z 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`
26972025-10-27T23:12:17.297Z Compiling libloading v0.8.5
26982025-10-27T23:12:17.302Z 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`
26992025-10-27T23:12:17.337Z Compiling rustc-demangle v0.1.24
27002025-10-27T23:12:17.342Z 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`
27012025-10-27T23:12:17.662Z Compiling anyhow v1.0.99
27022025-10-27T23:12:17.668Z 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`
27032025-10-27T23:12:17.713Z Compiling cexpr v0.6.0
27042025-10-27T23:12:17.727Z 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`
27052025-10-27T23:12:17.727Z 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`
27062025-10-27T23:12:17.934Z 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=144ae7cb65d2df04 -C extra-filename=-96e8f3eddcf90b4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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)'`
27072025-10-27T23:12:18.283Z Compiling home v0.5.9
27082025-10-27T23:12:18.327Z 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`
27092025-10-27T23:12:18.456Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-a16e563cbf5da838/build-script-build`
27102025-10-27T23:12:18.533Z Compiling time-core v0.1.6
27112025-10-27T23:12:18.540Z 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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=691649825bd53703 -C extra-filename=-bf5494c66d7c8a21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122025-10-27T23:12:18.841Z Compiling num-conv v0.1.0
27132025-10-27T23:12:18.848Z 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`
27142025-10-27T23:12:18.966Z Compiling powerfmt v0.2.0
27152025-10-27T23:12:18.975Z 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`
27162025-10-27T23:12:19.163Z Compiling time-macros v0.2.24
27172025-10-27T23:12:19.169Z 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.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=7be7ab0c4dbd8968 -C extra-filename=-0de1f3faaceecf5a --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-bf5494c66d7c8a21.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182025-10-27T23:12:19.256Z Compiling ring v0.17.14
27192025-10-27T23:12:19.290Z 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`
27202025-10-27T23:12:19.386Z Compiling icu_normalizer v1.5.0
27212025-10-27T23:12:19.391Z 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=cb159b8c5e397eed -C extra-filename=-8e9917ee5ec49f56 --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-cb3b4863f708aa76.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-5733708e8187ce0f.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-b16b565b6bb290f0.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-a536fa803d72c77a.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-2bbe331078d9cbef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222025-10-27T23:12:20.285Z Compiling deranged v0.5.3
27232025-10-27T23:12:20.326Z 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.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=07a81f93cdddf791 -C extra-filename=-19ee4d5b186a60c4 --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`
27242025-10-27T23:12:20.467Z Compiling idna_adapter v1.2.0
27252025-10-27T23:12:20.471Z 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=e14feba3d7dcd4e7 -C extra-filename=-ec598732e97c985a --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-8e9917ee5ec49f56.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-b16b565b6bb290f0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27262025-10-27T23:12:20.769Z Compiling idna v1.0.3
27272025-10-27T23:12:20.798Z Compiling vcpkg v0.2.15
27282025-10-27T23:12:20.798Z 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=753ffdd055bdfb79 -C extra-filename=-5a6b4e968519e8d0 --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-ec598732e97c985a.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`
27292025-10-27T23:12:20.798Z 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`
27302025-10-27T23:12:21.176Z Compiling num_threads v0.1.7
27312025-10-27T23:12:21.226Z 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`
27322025-10-27T23:12:21.377Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-9f63f4ec416bcf25/build-script-build`
27332025-10-27T23:12:21.964Z Compiling url v2.5.4
27342025-10-27T23:12:21.968Z 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=efb89263cbe44f67 -C extra-filename=-ff970fbe01ec8156 --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-4007d0fab8ad1eec.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352025-10-27T23:12:22.269Z Compiling block-padding v0.3.3
27362025-10-27T23:12:22.273Z 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=4c6ddabcf48c160a -C extra-filename=-9ec5c405b5b0e5e3 --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-ca70b95d6d1b1738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372025-10-27T23:12:22.530Z Compiling itertools v0.12.1
27382025-10-27T23:12:22.544Z 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`
27392025-10-27T23:12:22.609Z Compiling rustversion v1.0.22
27402025-10-27T23:12:22.618Z 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.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f199577fe55c40a -C extra-filename=-8c0338daea1d2e80 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-8c0338daea1d2e80 -L 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-10-27T23:12:22.944Z Compiling time v0.3.43
27422025-10-27T23:12:22.948Z 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.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=032b0c544c6a1d28 -C extra-filename=-2dc41db2bdf7cae4 --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-19ee4d5b186a60c4.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-bf5494c66d7c8a21.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-0de1f3faaceecf5a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432025-10-27T23:12:23.411Z 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=041dd9f844b8de2e -C extra-filename=-c959d8f29d792afd --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-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-930c3bd9417855c3.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
27442025-10-27T23:12:23.615Z Compiling backtrace v0.3.74
27452025-10-27T23:12:23.620Z 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`
27462025-10-27T23:12:23.741Z Compiling base64 v0.22.1
27472025-10-27T23:12:23.761Z 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`
27482025-10-27T23:12:24.444Z Compiling bindgen v0.69.5
27492025-10-27T23:12:24.466Z 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`
27502025-10-27T23:12:25.400Z 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)'`
27512025-10-27T23:12:25.442Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-8b11b984ce953e99/build-script-build`
27522025-10-27T23:12:25.511Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-8c0338daea1d2e80/build-script-build`
27532025-10-27T23:12:25.629Z Compiling inout v0.1.3
27542025-10-27T23:12:25.633Z 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=e8e709f9c21538e1 -C extra-filename=-eace4061b8cc20d5 --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-9ec5c405b5b0e5e3.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552025-10-27T23:12:25.980Z Compiling tokio-util v0.7.15
27562025-10-27T23:12:25.986Z 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=3a6a058728c451c4 -C extra-filename=-4bfe242aa891f051 --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-8201e5d6381aa56b.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-148fd712e6e6f9df.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d1c2964a6d83ae33.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-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572025-10-27T23:12:26.124Z Compiling which v4.4.2
27582025-10-27T23:12:26.128Z 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=31862382db813f4d -C extra-filename=-7d4197e51e038fa8 --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-6751e857fb1c1f4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592025-10-27T23:12:26.241Z Compiling ipnet v2.11.0
27602025-10-27T23:12:26.244Z 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=ed5e73d1c02254b9 -C extra-filename=-8a1470f388d907f1 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612025-10-27T23:12:26.464Z Compiling rustc-hash v1.1.0
27622025-10-27T23:12:26.470Z 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`
27632025-10-27T23:12:26.579Z Compiling httparse v1.9.5
27642025-10-27T23:12:26.589Z 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`
27652025-10-27T23:12:26.675Z Compiling atomic-waker v1.1.2
27662025-10-27T23:12:26.679Z 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`
27672025-10-27T23:12:26.724Z Compiling lazycell v1.3.0
27682025-10-27T23:12:26.745Z 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`
27692025-10-27T23:12:26.991Z 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=11f618f5c7bdf9ea -C extra-filename=-ac8f446ed1b4a659 --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-7144a639a7938e22.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-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.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-fec2201208344043.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-7d4197e51e038fa8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702025-10-27T23:12:26.995Z Compiling cipher v0.4.4
27712025-10-27T23:12:26.995Z 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=ec9b59875f4af0c0 -C extra-filename=-40e701b42c2114c5 --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-99ff3d0f0d216c1c.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eace4061b8cc20d5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722025-10-27T23:12:27.030Z 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.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=42b56504878d438a -C extra-filename=-c9b98dbb0ed21b12 --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"))'`
27732025-10-27T23:12:27.135Z Compiling cmake v0.1.51
27742025-10-27T23:12:27.140Z 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`
27752025-10-27T23:12:27.336Z Compiling untrusted v0.9.0
27762025-10-27T23:12:27.343Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-c82a386cce90bda1/build-script-build`
27772025-10-27T23:12:27.343Z 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`
27782025-10-27T23:12:27.517Z Compiling base64ct v1.6.0
27792025-10-27T23:12:27.520Z 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`
27802025-10-27T23:12:27.595Z Compiling fastrand v2.1.1
27812025-10-27T23:12:27.601Z 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`
27822025-10-27T23:12:27.657Z Compiling fs_extra v1.3.0
27832025-10-27T23:12:27.664Z 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`
27842025-10-27T23:12:27.926Z Compiling dunce v1.0.5
27852025-10-27T23:12:27.944Z 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`
27862025-10-27T23:12:28.025Z 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`
27872025-10-27T23:12:28.073Z 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`
27882025-10-27T23:12:28.122Z Compiling ident_case v1.0.1
27892025-10-27T23:12:28.128Z 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`
27902025-10-27T23:12:28.167Z Compiling sha2 v0.10.9
27912025-10-27T23:12:28.167Z 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=e755723634804097 -C extra-filename=-130108ae1ea36edd --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-dd833add49a4eb53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922025-10-27T23:12:28.232Z Compiling utf8parse v0.2.2
27932025-10-27T23:12:28.242Z 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`
27942025-10-27T23:12:28.285Z Compiling hmac v0.12.1
27952025-10-27T23:12:28.285Z 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=10682ebf34dc5b1c -C extra-filename=-3ed8f6f1308c27a5 --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-dd833add49a4eb53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962025-10-27T23:12:28.336Z Compiling rustls-pki-types v1.10.0
27972025-10-27T23:12:28.507Z 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`
27982025-10-27T23:12:28.532Z Compiling aws-lc-rs v1.12.4
27992025-10-27T23:12:28.533Z 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`
28002025-10-27T23:12:28.533Z Compiling http-body v1.0.1
28012025-10-27T23:12:28.533Z 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=fb68ac9e33c7a236 -C extra-filename=-f87e39f10ecba88d --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-8201e5d6381aa56b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022025-10-27T23:12:28.584Z Compiling rand_chacha v0.3.1
28032025-10-27T23:12:28.588Z 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=e9a5aff62ab9c1a7 -C extra-filename=-a0712094a2fe141f --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-d98c7599a376d9d4.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`
28042025-10-27T23:12:28.799Z Compiling pem-rfc7468 v0.7.0
28052025-10-27T23:12:28.901Z 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`
28062025-10-27T23:12:28.902Z Compiling httpdate v1.0.3
28072025-10-27T23:12:28.902Z 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`
28082025-10-27T23:12:28.961Z Compiling untrusted v0.7.1
28092025-10-27T23:12:28.974Z 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`
28102025-10-27T23:12:29.186Z Compiling rand v0.8.5
28112025-10-27T23:12:29.212Z 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=7759a102fe414809 -C extra-filename=-aae9dbffa0540230 --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-a0712094a2fe141f.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`
28122025-10-27T23:12:29.272Z Compiling try-lock v0.2.5
28132025-10-27T23:12:29.272Z 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`
28142025-10-27T23:12:29.311Z Compiling anstyle v1.0.11
28152025-10-27T23:12:29.311Z 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`
28162025-10-27T23:12:29.486Z Compiling h2 v0.4.6
28172025-10-27T23:12:29.496Z 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=af249f27c5a30157 -C extra-filename=-4273bd3618d3ede3 --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-8201e5d6381aa56b.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-718670cf184476d0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182025-10-27T23:12:29.496Z Compiling want v0.3.1
28192025-10-27T23:12:29.496Z 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`
28202025-10-27T23:12:29.771Z Compiling toml_datetime v0.6.11
28212025-10-27T23:12:29.775Z 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=9a1e0fb78d48d402 -C extra-filename=-c880e70596ed3107 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222025-10-27T23:12:29.841Z Compiling serde_spanned v0.6.9
28232025-10-27T23:12:29.845Z 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=f379fb4cbb2362c1 -C extra-filename=-25baccb07d74d8e7 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242025-10-27T23:12:30.148Z Compiling tower-service v0.3.3
28252025-10-27T23:12:30.154Z 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`
28262025-10-27T23:12:30.321Z Compiling anstyle-parse v0.2.5
28272025-10-27T23:12:30.326Z 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`
28282025-10-27T23:12:30.371Z Compiling openssl-sys v0.9.109
28292025-10-27T23:12:30.429Z 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`
28302025-10-27T23:12:30.735Z Compiling async-trait v0.1.89
28312025-10-27T23:12:30.755Z 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.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfc27a2dbd35f180 -C extra-filename=-68617f900d2f7ac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322025-10-27T23:12:30.896Z Compiling der_derive v0.7.3
28332025-10-27T23:12:30.904Z 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=3faab77cbdeb4dcb -C extra-filename=-5fb371d089cc8b3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342025-10-27T23:12:31.146Z Compiling anstyle-query v1.1.1
28352025-10-27T23:12:31.156Z 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`
28362025-10-27T23:12:31.302Z Compiling flagset v0.4.6
28372025-10-27T23:12:31.384Z 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`
28382025-10-27T23:12:31.585Z Compiling slog v2.7.0
28392025-10-27T23:12:31.631Z 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`
28402025-10-27T23:12:31.637Z Compiling is_terminal_polyfill v1.70.1
28412025-10-27T23:12:31.643Z Compiling colorchoice v1.0.2
28422025-10-27T23:12:31.643Z 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`
28432025-10-27T23:12:31.715Z 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`
28442025-10-27T23:12:31.840Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-c21fb4d41b021f4b/build-script-main`
28452025-10-27T23:12:31.914Z Compiling anstream v0.6.18
28462025-10-27T23:12:31.961Z 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`
28472025-10-27T23:12:31.965Z Compiling rand_core v0.9.3
28482025-10-27T23:12:31.969Z 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=33f0fb44ac9efda1 -C extra-filename=-26eeef0755fcd14c --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-ca14e79ad6269953.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492025-10-27T23:12:32.112Z Compiling ucd-trie v0.1.7
28502025-10-27T23:12:32.116Z 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`
28512025-10-27T23:12:32.232Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-0b04305fec5a44d6/build-script-build`
28522025-10-27T23:12:32.516Z Compiling rustix v1.0.7
28532025-10-27T23:12:32.542Z 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`
28542025-10-27T23:12:32.578Z Compiling mime v0.3.17
28552025-10-27T23:12:32.581Z Compiling camino v1.2.0
28562025-10-27T23:12:32.581Z 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`
28572025-10-27T23:12:32.581Z 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/camino-1.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=0982cab3492b3091 -C extra-filename=-2b336f4361ad40a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-2b336f4361ad40a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582025-10-27T23:12:32.700Z Compiling pest v2.8.2
28592025-10-27T23:12:32.703Z 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.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=87731a9102a92aed -C extra-filename=-6209a8e729feb361 --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-f0a082fe4f20d8a1.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-10-27T23:12:33.090Z 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`
28612025-10-27T23:12:33.548Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-14b27fbe90121ef1/build-script-build`
28622025-10-27T23:12:33.636Z Compiling terminal_size v0.4.0
28632025-10-27T23:12:33.637Z 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=3e7e68c15ba0d11b -C extra-filename=-80806e6d39bc6f58 --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-6751e857fb1c1f4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642025-10-27T23:12:33.637Z Compiling der v0.7.10
28652025-10-27T23:12:33.637Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-2b336f4361ad40a4/build-script-build`
28662025-10-27T23:12:33.637Z 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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=4236f47ac197188f -C extra-filename=-c5881e6e573fca19 --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-5fb371d089cc8b3f.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-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672025-10-27T23:12:33.637Z Compiling zerocopy v0.8.27
28682025-10-27T23:12:33.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/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=62d3ffafe436f529 -C extra-filename=-c845b03df373e7e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-c845b03df373e7e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692025-10-27T23:12:33.637Z 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=a92b80acd1e71dca -C extra-filename=-35ed5f6aa8705f66 --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-7144a639a7938e22.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`
28702025-10-27T23:12:33.804Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=f7f58d5a0454f8c0 -C extra-filename=-dfc32f0a21b07f91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)'`
28712025-10-27T23:12:33.869Z Compiling http-body-util v0.1.3
28722025-10-27T23:12:33.869Z 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=871599edc8a105db -C extra-filename=-794eb6a555dbe7aa --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-8201e5d6381aa56b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.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`
28732025-10-27T23:12:34.256Z Compiling pbkdf2 v0.12.2
28742025-10-27T23:12:34.292Z 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=7b92f4e2cbb7199b -C extra-filename=-36c07e0235129a91 --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-dd833add49a4eb53.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752025-10-27T23:12:34.437Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-c845b03df373e7e9/build-script-build`
28762025-10-27T23:12:34.501Z Compiling aes v0.8.4
28772025-10-27T23:12:34.515Z 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=c321f052beb5a4f3 -C extra-filename=-c0cfbeed2d777ebf --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-40e701b42c2114c5.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`
28782025-10-27T23:12:34.533Z Compiling zerocopy-derive v0.8.27
28792025-10-27T23:12:34.584Z 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.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdfe4e4e6cdf7d81 -C extra-filename=-16f9252b1c133e37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802025-10-27T23:12:34.605Z Compiling rustc_version v0.4.1
28812025-10-27T23:12:34.605Z 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=2cb728e9dab0b3ff -C extra-filename=-74fdf0da897ddd52 --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-73296b48f004d65a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822025-10-27T23:12:35.346Z Compiling spki v0.7.3
28832025-10-27T23:12:35.390Z 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=4bccd5ab38955866 -C extra-filename=-87c24479dd06ab3a --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-c5881e6e573fca19.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842025-10-27T23:12:35.690Z Compiling pest_meta v2.8.2
28852025-10-27T23:12:35.699Z 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.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=b6e465a11d85bdaf -C extra-filename=-973ccad7c093a125 --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-6209a8e729feb361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862025-10-27T23:12:35.790Z Compiling clap_lex v0.7.4
28872025-10-27T23:12:35.851Z 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`
28882025-10-27T23:12:36.199Z Compiling plain v0.2.3
28892025-10-27T23:12:36.215Z 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`
28902025-10-27T23:12:36.328Z Compiling clap_builder v4.5.48
28912025-10-27T23:12:36.386Z 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.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=5e64b24bf750de56 -C extra-filename=-6db108db97ba6def --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-80806e6d39bc6f58.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922025-10-27T23:12:36.456Z Compiling hyper v1.7.0
28932025-10-27T23:12:36.493Z 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.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=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=589bb564feb8bec4 -C extra-filename=-a0dce8e290957917 --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-8201e5d6381aa56b.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 h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-4273bd3618d3ede3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.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 pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-89a013cd483bf7e3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.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`
28942025-10-27T23:12:36.524Z Compiling rand_chacha v0.9.0
28952025-10-27T23:12:36.542Z 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=c974280b31ff1753 -C extra-filename=-52a6085ecff25226 --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-d98c7599a376d9d4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-26eeef0755fcd14c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962025-10-27T23:12:37.182Z Compiling pest_generator v2.8.2
28972025-10-27T23:12:37.183Z 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.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=e5da7cef1b266de7 -C extra-filename=-ff2f03a4b1a4e4ac --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-6209a8e729feb361.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-973ccad7c093a125.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982025-10-27T23:12:42.208Z 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.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=de2ecb8ebf63539d -C extra-filename=-5aede91a180d5090 --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-16f9252b1c133e37.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
28992025-10-27T23:12:42.228Z Compiling salsa20 v0.10.2
29002025-10-27T23:12:42.228Z 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=1e31d63d0a7af847 -C extra-filename=-190e60c7b4af65a5 --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-40e701b42c2114c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012025-10-27T23:12:42.228Z Compiling hyper-util v0.1.17
29022025-10-27T23:12:42.228Z 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.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="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=bd8fea5475729196 -C extra-filename=-a855082019989532 --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-8201e5d6381aa56b.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-148fd712e6e6f9df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.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-e674a27a3708cbf8.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032025-10-27T23:12:42.229Z Compiling cbc v0.1.2
29042025-10-27T23:12:42.229Z 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=cfb36b4baa3cd6cf -C extra-filename=-ebc465d3e3a262b7 --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-40e701b42c2114c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052025-10-27T23:12:42.229Z Compiling clap_derive v4.5.47
29062025-10-27T23:12:42.229Z 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.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=ce48510f0cca73ae -C extra-filename=-2d2b4c32f18b31d4 --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072025-10-27T23:12:42.230Z Compiling openssl v0.10.73
29082025-10-27T23:12:42.230Z 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`
29092025-10-27T23:12:42.230Z Compiling openssl-probe v0.1.5
29102025-10-27T23:12:42.230Z 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`
29112025-10-27T23:12:42.230Z Compiling foreign-types-shared v0.1.1
29122025-10-27T23:12:42.230Z 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`
29132025-10-27T23:12:42.230Z Compiling pest_derive v2.8.2
29142025-10-27T23:12:42.230Z 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.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=feba67c53935dfe9 -C extra-filename=-74b119ad6b06ea95 --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-6209a8e729feb361.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-ff2f03a4b1a4e4ac.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152025-10-27T23:12:42.231Z Compiling foreign-types v0.3.2
29162025-10-27T23:12:42.231Z 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`
29172025-10-27T23:12:42.231Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-8fdddfab2c328ffa/build-script-build`
29182025-10-27T23:12:42.231Z Compiling scrypt v0.11.0
29192025-10-27T23:12:42.231Z 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=2b69cc6a0371af67 -C extra-filename=-b79e465f10e42ccc --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-36c07e0235129a91.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-190e60c7b4af65a5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202025-10-27T23:12:42.231Z Compiling rand v0.9.2
29212025-10-27T23:12:42.231Z 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=c5d6ba80f61336b0 -C extra-filename=-239113ee1ff5f489 --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-52a6085ecff25226.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-26eeef0755fcd14c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222025-10-27T23:12:42.231Z Compiling tempfile v3.20.0
29232025-10-27T23:12:42.231Z 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=cb048e5f5ff73a31 -C extra-filename=-9b5327f70fc6c6f4 --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-ca14e79ad6269953.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-35ed5f6aa8705f66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242025-10-27T23:12:42.231Z 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)'`
29252025-10-27T23:12:42.232Z Compiling darling_core v0.20.10
29262025-10-27T23:12:42.232Z 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=203fe482fbfbb660 -C extra-filename=-a61530d797b26111 --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-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-d5c7d0e7d580515e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272025-10-27T23:12:42.233Z Compiling serde_urlencoded v0.7.1
29282025-10-27T23:12:42.233Z 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=a9339daaf6da034e -C extra-filename=-d45c8156158bc353 --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-4007d0fab8ad1eec.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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292025-10-27T23:12:42.339Z Compiling openssl-macros v0.1.1
29302025-10-27T23:12:42.339Z 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=71fef6c5930871a4 -C extra-filename=-73322033ed6504d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312025-10-27T23:12:42.339Z Compiling encoding_rs v0.8.34
29322025-10-27T23:12:42.340Z 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`
29332025-10-27T23:12:42.513Z Compiling rustls v0.23.19
29342025-10-27T23:12:42.518Z 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`
29352025-10-27T23:12:42.568Z Compiling pretty-hex v0.4.1
29362025-10-27T23:12:42.575Z 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`
29372025-10-27T23:12:42.829Z Compiling pkcs5 v0.7.1
29382025-10-27T23:12:42.833Z 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=7afd75fff1593c6f -C extra-filename=-2f3bdc884bf1846a --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-c0cfbeed2d777ebf.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ebc465d3e3a262b7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c5881e6e573fca19.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-36c07e0235129a91.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-b79e465f10e42ccc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-87c24479dd06ab3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392025-10-27T23:12:42.942Z Compiling openapiv3 v2.2.0
29402025-10-27T23:12:42.989Z 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=194f6dff46002dfb -C extra-filename=-55ad349be5fd0e1d --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-66ab2a719fd02fc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412025-10-27T23:12:43.078Z 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=81cb2d0c57da9aed -C extra-filename=-76bc3d5112c25777 --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-7144a639a7938e22.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-73322033ed6504d0.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)'`
29422025-10-27T23:12:43.540Z Compiling clap v4.5.48
29432025-10-27T23:12:43.545Z 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.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=bb6bfdb572282aeb -C extra-filename=-e2a25e47eb889030 --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-6db108db97ba6def.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-2d2b4c32f18b31d4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442025-10-27T23:12:43.723Z Compiling native-tls v0.2.12
29452025-10-27T23:12:43.767Z 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`
29462025-10-27T23:12:43.940Z Compiling pkcs8 v0.10.2
29472025-10-27T23:12:43.985Z 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=fc8a4993b260ccd2 -C extra-filename=-c8cf1a23fb8fab7f --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-c5881e6e573fca19.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-2f3bdc884bf1846a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-87c24479dd06ab3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482025-10-27T23:12:43.989Z Compiling cookie v0.18.1
29492025-10-27T23:12:44.005Z 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`
29502025-10-27T23:12:44.231Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-0ccc1ed03eaf0acb/build-script-build`
29512025-10-27T23:12:44.304Z Compiling litrs v0.4.1
29522025-10-27T23:12:44.307Z 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`
29532025-10-27T23:12:44.439Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-447e460f7e8c9cfc/build-script-build`
29542025-10-27T23:12:44.553Z Compiling sync_wrapper v1.0.1
29552025-10-27T23:12:44.557Z 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`
29562025-10-27T23:12:44.613Z Compiling winnow v0.7.13
29572025-10-27T23:12:44.617Z 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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=49b0115a99bb0a51 -C extra-filename=-b8d34cf51c2763b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582025-10-27T23:12:44.763Z Compiling tower-layer v0.3.3
29592025-10-27T23:12:44.927Z 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`
29602025-10-27T23:12:45.126Z Compiling psl-types v2.0.11
29612025-10-27T23:12:45.129Z 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`
29622025-10-27T23:12:45.392Z Compiling publicsuffix v2.3.0
29632025-10-27T23:12:45.396Z 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=dfe7a24e88a13437 -C extra-filename=-c82916b79ef06fd8 --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-5a6b4e968519e8d0.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`
29642025-10-27T23:12:45.441Z Compiling document-features v0.2.11
29652025-10-27T23:12:45.497Z 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`
29662025-10-27T23:12:45.760Z Compiling tower v0.5.2
29672025-10-27T23:12:45.763Z 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=ed3d730597a95203 -C extra-filename=-2e759bfdf4cf2210 --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-148fd712e6e6f9df.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-e674a27a3708cbf8.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`
29682025-10-27T23:12:46.017Z 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=0d82ea5564793d0e -C extra-filename=-1ee147611e1f9891 --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-17038f63562232c6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692025-10-27T23:12:46.670Z Compiling rustls-native-certs v0.8.1
29702025-10-27T23:12:46.676Z 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`
29712025-10-27T23:12:46.732Z Compiling webpki-roots v1.0.1
29722025-10-27T23:12:46.737Z 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`
29732025-10-27T23:12:46.808Z Compiling ipnetwork v0.21.1
29742025-10-27T23:12:46.812Z 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=446c48bc5dd87b47 -C extra-filename=-4407ba1a909c21aa --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-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752025-10-27T23:12:47.005Z Compiling scroll_derive v0.12.0
29762025-10-27T23:12:47.042Z 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=3aa935917b4a9f20 -C extra-filename=-7c946e1ddb1dc044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772025-10-27T23:12:47.174Z Compiling iri-string v0.7.8
29782025-10-27T23:12:47.233Z 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`
29792025-10-27T23:12:47.245Z Compiling cookie_store v0.21.1
29802025-10-27T23:12:47.248Z 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=04b5e7b0abef6db2 -C extra-filename=-6b0d97f2cadcbafe --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-1ee147611e1f9891.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f2d4dd3d11cddccc.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-c82916b79ef06fd8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812025-10-27T23:12:47.542Z Compiling darling_macro v0.20.10
29822025-10-27T23:12:47.546Z 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=8130075598be41e1 -C extra-filename=-a002ca0982af8015 --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-a61530d797b26111.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832025-10-27T23:12:47.717Z Compiling data-encoding v2.9.0
29842025-10-27T23:12:47.723Z 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`
29852025-10-27T23:12:48.151Z Compiling unicode-segmentation v1.12.0
29862025-10-27T23:12:48.155Z 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`
29872025-10-27T23:12:48.637Z 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=771796603ac62eb1 -C extra-filename=-62b1fa3ceea08f89 --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-76bc3d5112c25777.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`
29882025-10-27T23:12:48.744Z Compiling darling v0.20.10
29892025-10-27T23:12:48.787Z 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=35477a50fe1706a3 -C extra-filename=-ce6e58e5ff4469d9 --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-a61530d797b26111.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-a002ca0982af8015.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902025-10-27T23:12:48.792Z Compiling scroll v0.12.0
29912025-10-27T23:12:48.796Z 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=741db2d9af94d49b -C extra-filename=-7ceef9fc6d7e47cf --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-7c946e1ddb1dc044.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922025-10-27T23:12:48.928Z Compiling usdt-impl v0.5.0
29932025-10-27T23:12:48.944Z 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`
29942025-10-27T23:12:49.023Z Compiling winnow v0.5.40
29952025-10-27T23:12:49.027Z 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`
29962025-10-27T23:12:49.273Z Compiling tokio-native-tls v0.3.1
29972025-10-27T23:12:49.317Z 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=db4b2c20429375fd -C extra-filename=-d355f9bb376b4ab2 --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-62b1fa3ceea08f89.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.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`
29982025-10-27T23:12:49.378Z Compiling goblin v0.8.2
29992025-10-27T23:12:49.382Z 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=39ee336bf16bb30c -C extra-filename=-35955ae0afdea24e --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-7ceef9fc6d7e47cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002025-10-27T23:12:49.427Z Compiling tinyvec_macros v0.1.1
30012025-10-27T23:12:49.431Z 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`
30022025-10-27T23:12:49.529Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-d2c79a1024e32865/build-script-build`
30032025-10-27T23:12:49.583Z Compiling hyper-tls v0.6.0
30042025-10-27T23:12:49.587Z 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=a09177c8936cfd90 -C extra-filename=-5d3d6c5d4993dbb6 --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-8201e5d6381aa56b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-62b1fa3ceea08f89.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-d355f9bb376b4ab2.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`
30052025-10-27T23:12:49.632Z Compiling tinyvec v1.8.0
30062025-10-27T23:12:49.644Z 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`
30072025-10-27T23:12:49.737Z Compiling dtrace-parser v0.2.0
30082025-10-27T23:12:49.792Z 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=ff974d7c22485429 -C extra-filename=-c42dc09e910b048d --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-6209a8e729feb361.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-74b119ad6b06ea95.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092025-10-27T23:12:50.038Z Compiling tower-http v0.6.6
30102025-10-27T23:12:50.042Z 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=0830ea266baaa3bb -C extra-filename=-6a755492a7a48b12 --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-7144a639a7938e22.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.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-2e759bfdf4cf2210.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`
30112025-10-27T23:12:50.586Z Compiling signature v2.2.0
30122025-10-27T23:12:50.591Z 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=5b4b320f1aaac7c7 -C extra-filename=-c28da7fdee23a7f0 --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-dd833add49a4eb53.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`
30132025-10-27T23:12:50.926Z Compiling thread-id v4.2.2
30142025-10-27T23:12:50.930Z 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`
30152025-10-27T23:12:50.974Z Compiling quick-error v1.2.3
30162025-10-27T23:12:50.978Z Compiling sha1 v0.10.6
30172025-10-27T23:12:50.978Z 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`
30182025-10-27T23:12:50.978Z 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=c1c3cece6645da9b -C extra-filename=-016c821dc9c10552 --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-dd833add49a4eb53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192025-10-27T23:12:51.067Z Compiling strum_macros v0.26.4
30202025-10-27T23:12:51.070Z 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=a176871c3c394e24 -C extra-filename=-f68e2f29e8c314df --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212025-10-27T23:12:51.115Z Compiling bit-vec v0.8.0
30222025-10-27T23:12:51.119Z 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`
30232025-10-27T23:12:51.181Z Compiling num-integer v0.1.46
30242025-10-27T23:12:51.228Z 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`
30252025-10-27T23:12:51.501Z Compiling wait-timeout v0.2.0
30262025-10-27T23:12:51.505Z 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`
30272025-10-27T23:12:51.605Z Compiling bit-set v0.8.0
30282025-10-27T23:12:51.609Z 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`
30292025-10-27T23:12:51.673Z Compiling memmap v0.7.0
30302025-10-27T23:12:51.760Z 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`
30312025-10-27T23:12:51.903Z Compiling crc32fast v1.4.2
30322025-10-27T23:12:51.908Z 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`
30332025-10-27T23:12:51.962Z Compiling static_assertions v1.1.0
30342025-10-27T23:12:51.965Z 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`
30352025-10-27T23:12:52.048Z Compiling toml_write v0.1.2
30362025-10-27T23:12:52.112Z 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`
30372025-10-27T23:12:52.112Z Compiling toml_edit v0.19.15
30382025-10-27T23:12:52.116Z 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=a7179e68dd2dac84 -C extra-filename=-f1c0a5d281faa8f1 --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-66ab2a719fd02fc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25baccb07d74d8e7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.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`
30392025-10-27T23:12:52.141Z Compiling heck v0.4.1
30402025-10-27T23:12:52.194Z 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`
30412025-10-27T23:12:52.285Z Compiling oxnet v0.1.3
30422025-10-27T23:12:52.288Z 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=3f4f4fda6db1d8d4 -C extra-filename=-528235f4bc2fc4ee --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-4407ba1a909c21aa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432025-10-27T23:12:52.373Z Compiling crossbeam-epoch v0.9.18
30442025-10-27T23:12:52.373Z 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`
30452025-10-27T23:12:52.518Z Compiling toml_edit v0.22.27
30462025-10-27T23:12:52.522Z 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=711751f79d6c288a -C extra-filename=-dd434080040001a6 --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-66ab2a719fd02fc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25baccb07d74d8e7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-1ec0699d83ccb9f8.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472025-10-27T23:12:52.629Z Compiling hubpack_derive v0.1.1
30482025-10-27T23:12:52.632Z 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=8f5ca6fd232076c6 -C extra-filename=-ef3f254782d8e467 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492025-10-27T23:12:53.212Z Compiling bstr v1.10.0
30502025-10-27T23:12:53.233Z Compiling itertools v0.13.0
30512025-10-27T23:12:53.233Z 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=54bad7c8cba336a5 -C extra-filename=-a7e888a5db0973b0 --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-264a8371a99eccb3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522025-10-27T23:12:53.233Z 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`
30532025-10-27T23:12:53.740Z Compiling base16ct v0.2.0
30542025-10-27T23:12:53.799Z 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`
30552025-10-27T23:12:54.131Z Compiling sec1 v0.7.3
30562025-10-27T23:12:54.134Z 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=48be84446c8f9c79 -C extra-filename=-35e74e802122fa1f --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-c5881e6e573fca19.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c8cf1a23fb8fab7f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572025-10-27T23:12:54.656Z Compiling hubpack v0.1.2
30582025-10-27T23:12:54.659Z 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=dbc667a94c128ba3 -C extra-filename=-de4689c5e76b9dc8 --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-ef3f254782d8e467.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592025-10-27T23:12:54.722Z Compiling rusty-fork v0.3.0
30602025-10-27T23:12:54.767Z 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=b1db23a0661e71e5 -C extra-filename=-8e78c8f1f8db63d0 --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-9b5327f70fc6c6f4.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`
30612025-10-27T23:12:55.137Z Compiling dof v0.3.0
30622025-10-27T23:12:55.140Z 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=eb2a644a10e6ea0a -C extra-filename=-ca696e34de2c9a15 --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-35955ae0afdea24e.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-43c6d02ec5fd8e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632025-10-27T23:12:55.423Z Compiling rand_xorshift v0.4.0
30642025-10-27T23:12:55.426Z 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=e468f0ea0852ecd4 -C extra-filename=-faacc938e298bc19 --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-26eeef0755fcd14c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652025-10-27T23:12:55.670Z Compiling strum v0.26.3
30662025-10-27T23:12:55.674Z 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=98a650ca644b7fa3 -C extra-filename=-cfebc5ded3343cd5 --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-f68e2f29e8c314df.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672025-10-27T23:12:55.771Z Compiling ff v0.13.0
30682025-10-27T23:12:55.775Z 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`
30692025-10-27T23:12:55.924Z 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=c6b37f0bdf0b136e -C extra-filename=-aeff82b63d642e1a --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-ca696e34de2c9a15.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-c42dc09e910b048d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.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`
30702025-10-27T23:12:56.064Z Compiling unarray v0.1.4
30712025-10-27T23:12:56.068Z 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`
30722025-10-27T23:12:56.116Z Compiling zlib-rs v0.5.1
30732025-10-27T23:12:56.123Z 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`
30742025-10-27T23:12:56.297Z Compiling proptest v1.7.0
30752025-10-27T23:12:56.363Z 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=ae9c540a87c9f4c2 -C extra-filename=-48a6b95ff18c64fa --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-7144a639a7938e22.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-239113ee1ff5f489.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-52a6085ecff25226.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-faacc938e298bc19.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-8e78c8f1f8db63d0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.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`
30762025-10-27T23:12:56.791Z Compiling group v0.13.0
30772025-10-27T23:12:56.795Z 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`
30782025-10-27T23:12:57.173Z Compiling num-iter v0.1.45
30792025-10-27T23:12:57.230Z 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`
30802025-10-27T23:12:57.279Z Compiling hkdf v0.12.4
30812025-10-27T23:12:57.282Z 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=249a68c385427ede -C extra-filename=-69baa2c54e121aad --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-3ed8f6f1308c27a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822025-10-27T23:12:57.459Z Compiling crypto-bigint v0.5.5
30832025-10-27T23:12:57.463Z 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=a55c3c1975887deb -C extra-filename=-99211008e4380a32 --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-ca70b95d6d1b1738.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-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842025-10-27T23:12:57.645Z Compiling bzip2-sys v0.1.13+1.0.8
30852025-10-27T23:12:57.649Z 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`
30862025-10-27T23:12:58.154Z Compiling usdt-macro v0.5.0
30872025-10-27T23:12:58.157Z 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=f0b91997af534e7a -C extra-filename=-243c4340dd6717e8 --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-c42dc09e910b048d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-aeff82b63d642e1a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882025-10-27T23:12:58.341Z Compiling usdt-attr-macro v0.5.0
30892025-10-27T23:12:58.345Z 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=e28762b100fc02ca -C extra-filename=-d1b32c84fec56fb3 --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-c42dc09e910b048d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-aeff82b63d642e1a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902025-10-27T23:12:58.691Z Compiling bitflags v1.3.2
30912025-10-27T23:12:58.694Z 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`
30922025-10-27T23:12:58.864Z Compiling num-bigint-dig v0.8.4
30932025-10-27T23:12:58.907Z 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`
30942025-10-27T23:12:59.239Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-140d190c0552dc1a/build-script-build`
30952025-10-27T23:12:59.306Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-7513e1dcd1e25e71/build-script-build`
30962025-10-27T23:12:59.376Z Compiling derive_builder_core v0.20.2
30972025-10-27T23:12:59.380Z 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=e6e48bd6701424a3 -C extra-filename=-4d7f46d9a2ca7122 --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-ce6e58e5ff4469d9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982025-10-27T23:12:59.885Z Compiling signal-hook v0.3.18
30992025-10-27T23:12:59.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/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`
31002025-10-27T23:13:00.210Z Compiling usdt v0.5.0
31012025-10-27T23:13:00.213Z 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=de3adb561a073f1c -C extra-filename=-0eeb1d429a14c024 --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-ca696e34de2c9a15.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-c42dc09e910b048d.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-35955ae0afdea24e.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-5569e9d229061c08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-d1b32c84fec56fb3.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-aeff82b63d642e1a.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-243c4340dd6717e8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022025-10-27T23:13:00.259Z Compiling elliptic-curve v0.13.8
31032025-10-27T23:13:00.262Z 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=b747bef066596f12 -C extra-filename=-7516108547a7f830 --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-99211008e4380a32.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c8cf1a23fb8fab7f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-35e74e802122fa1f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042025-10-27T23:13:00.676Z Compiling siphasher v0.3.11
31052025-10-27T23:13:00.680Z 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`
31062025-10-27T23:13:00.723Z 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`
31072025-10-27T23:13:00.916Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-bf189bdabde3d1fd/build-script-build`
31082025-10-27T23:13:00.987Z 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=f45630c9ef0a4cc0 -C extra-filename=-15a1709ce7c5fdbd --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-aae9dbffa0540230.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
31092025-10-27T23:13:01.077Z Compiling phf_shared v0.11.2
31102025-10-27T23:13:01.080Z 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`
31112025-10-27T23:13:01.122Z Compiling pkcs1 v0.7.5
31122025-10-27T23:13:01.125Z 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=bbdcba88cb70cbb4 -C extra-filename=-749a61a2a70d80fb --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-c5881e6e573fca19.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c8cf1a23fb8fab7f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-87c24479dd06ab3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132025-10-27T23:13:01.410Z Compiling derive_builder_macro v0.20.2
31142025-10-27T23:13:01.413Z 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=84e0b79839f8f808 -C extra-filename=-179e22c336c21378 --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-4d7f46d9a2ca7122.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152025-10-27T23:13:01.478Z Compiling curve25519-dalek v4.1.3
31162025-10-27T23:13:01.481Z 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=8aa58d88f4675e8b -C extra-filename=-344b6a843869a8b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-344b6a843869a8b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74fdf0da897ddd52.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172025-10-27T23:13:02.058Z Compiling newtype-uuid v1.3.1
31182025-10-27T23:13:02.061Z 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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4", "v7"))' -C metadata=9a20a712bf1c6c0b -C extra-filename=-7bd5f8ef7a4a7a49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192025-10-27T23:13:02.328Z Compiling libz-rs-sys v0.5.1
31202025-10-27T23:13:02.332Z 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`
31212025-10-27T23:13:02.555Z Compiling daft-derive v0.1.4
31222025-10-27T23:13:02.558Z 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=d63399cb5a35ea76 -C extra-filename=-7e4744120586f9d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232025-10-27T23:13:02.707Z Compiling flate2 v1.1.2
31242025-10-27T23:13:02.710Z 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`
31252025-10-27T23:13:02.802Z Compiling zstd-sys v2.0.14+zstd.1.5.7
31262025-10-27T23:13:02.805Z 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`
31272025-10-27T23:13:02.974Z Compiling ahash v0.8.12
31282025-10-27T23:13:02.977Z 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`
31292025-10-27T23:13:03.138Z Compiling memoffset v0.9.1
31302025-10-27T23:13:03.142Z 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`
31312025-10-27T23:13:03.473Z Compiling cfg_aliases v0.2.1
31322025-10-27T23:13:03.477Z 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`
31332025-10-27T23:13:03.612Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-ea22ddc9a7b22f8e/build-script-build`
31342025-10-27T23:13:03.663Z Compiling rsa v0.9.6
31352025-10-27T23:13:03.666Z 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=389d0ee41afe35df -C extra-filename=-ace06c94b4916f0d --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-dd833add49a4eb53.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-15a1709ce7c5fdbd.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-749a61a2a70d80fb.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c8cf1a23fb8fab7f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-c28da7fdee23a7f0.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-87c24479dd06ab3a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362025-10-27T23:13:03.711Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-87eef102032f11e3/build-script-build`
31372025-10-27T23:13:03.715Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-cc1fcfba95a6838e/build-script-build`
31382025-10-27T23:13:03.800Z Compiling derive_builder v0.20.2
31392025-10-27T23:13:03.840Z 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=493cd84f6be7184f -C extra-filename=-09755bbc107d887e --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-179e22c336c21378.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402025-10-27T23:13:03.844Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-344b6a843869a8b9/build-script-build`
31412025-10-27T23:13:03.999Z 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`
31422025-10-27T23:13:04.044Z Compiling toml v0.7.8
31432025-10-27T23:13:04.047Z 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=c9cd844190210486 -C extra-filename=-a6ab5f73334774d9 --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-a24067305a22db88.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25baccb07d74d8e7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f1c0a5d281faa8f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442025-10-27T23:13:04.272Z Compiling daft v0.1.4
31452025-10-27T23:13:04.275Z 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=f0bcb64a4a009f75 -C extra-filename=-49fd41b5a55fce0a --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-7e4744120586f9d5.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-7bd5f8ef7a4a7a49.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462025-10-27T23:13:04.813Z Compiling unicode-normalization v0.1.24
31472025-10-27T23:13:04.816Z 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`
31482025-10-27T23:13:04.914Z Compiling x509-cert v0.2.5
31492025-10-27T23:13:04.917Z 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=760fd1a4daaa54d1 -C extra-filename=-327c2e635aa63ff2 --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-c5881e6e573fca19.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-87c24479dd06ab3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502025-10-27T23:13:05.421Z Compiling rfc6979 v0.4.0
31512025-10-27T23:13:05.424Z 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=e191d667f84a185f -C extra-filename=-9dde397b16046940 --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-3ed8f6f1308c27a5.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`
31522025-10-27T23:13:05.680Z Compiling vergen-lib v0.1.6
31532025-10-27T23:13:05.683Z 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-lib-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=b8d31ede9f9ec8bd -C extra-filename=-ae3318210b797f06 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-ae3318210b797f06 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542025-10-27T23:13:05.888Z Compiling enum-as-inner v0.6.1
31552025-10-27T23:13:05.922Z 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=fc6cda5d554bb61c -C extra-filename=-a01caf054e94e1ca --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562025-10-27T23:13:06.124Z Compiling curve25519-dalek-derive v0.1.1
31572025-10-27T23:13:06.185Z 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=48873dc533c1eb81 -C extra-filename=-46edf75964f56b16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582025-10-27T23:13:07.181Z Compiling scroll_derive v0.13.1
31592025-10-27T23:13:07.184Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6276977c7467fab2 -C extra-filename=-7e59e3abce3b2aa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602025-10-27T23:13:07.768Z Compiling env_filter v0.1.2
31612025-10-27T23:13:07.772Z 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`
31622025-10-27T23:13:08.416Z Compiling managed v0.8.0
31632025-10-27T23:13:08.419Z 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`
31642025-10-27T23:13:08.912Z Compiling env_logger v0.11.8
31652025-10-27T23:13:08.916Z 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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "kv", "regex", "unstable-kv"))' -C metadata=17aa2b04c7a11ef6 -C extra-filename=-c89d0ff142a26df7 --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 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`
31662025-10-27T23:13:09.239Z 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=c11a70eb3b1cdf08 -C extra-filename=-6a74b7a80d29c515 --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-46edf75964f56b16.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.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-d28098dda997853e.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"'`
31672025-10-27T23:13:09.242Z Compiling scroll v0.13.0
31682025-10-27T23:13:09.245Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=c92c8de79f979579 -C extra-filename=-730f47aa18b37310 --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-7e59e3abce3b2aa7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692025-10-27T23:13:09.656Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-ae3318210b797f06/build-script-build`
31702025-10-27T23:13:09.730Z Compiling ecdsa v0.16.9
31712025-10-27T23:13:09.734Z 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=886e14338db5f31e -C extra-filename=-ce598e5737e41983 --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-c5881e6e573fca19.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7516108547a7f830.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-9dde397b16046940.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-c28da7fdee23a7f0.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-87c24479dd06ab3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722025-10-27T23:13:09.833Z 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=ba5757142af73853 -C extra-filename=-ed2d4c558c02d74c --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-ca14e79ad6269953.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.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)'`
31732025-10-27T23:13:10.388Z 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`
31742025-10-27T23:13:10.576Z Compiling vergen v9.0.6
31752025-10-27T23:13:10.579Z 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-9.0.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=3e31e3df21f34d62 -C extra-filename=-e5b4bd07f44956b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-e5b4bd07f44956b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31762025-10-27T23:13:10.624Z Compiling cargo-platform v0.1.8
31772025-10-27T23:13:10.624Z 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=ec2506d44bd50cc1 -C extra-filename=-0743b567509730cf --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782025-10-27T23:13:10.821Z Compiling itertools v0.10.5
31792025-10-27T23:13:10.825Z 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`
31802025-10-27T23:13:10.996Z Compiling precomputed-hash v0.1.1
31812025-10-27T23:13:10.999Z 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`
31822025-10-27T23:13:11.163Z Compiling ref-cast v1.0.24
31832025-10-27T23:13:11.207Z 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`
31842025-10-27T23:13:11.211Z Compiling zstd-safe v7.2.3
31852025-10-27T23:13:11.272Z 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`
31862025-10-27T23:13:11.707Z Compiling new_debug_unreachable v1.0.6
31872025-10-27T23:13:11.710Z 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`
31882025-10-27T23:13:11.812Z Compiling fixedbitset v0.4.2
31892025-10-27T23:13:11.815Z 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`
31902025-10-27T23:13:11.864Z Compiling string_cache v0.8.9
31912025-10-27T23:13:11.867Z 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=44026e40ea1ea2fc -C extra-filename=-e99e30938fe6c72b --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922025-10-27T23:13:12.358Z Compiling petgraph v0.6.5
31932025-10-27T23:13:12.361Z 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=c003d2f4196c0190 -C extra-filename=-ced34b824d457562 --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-66ab2a719fd02fc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942025-10-27T23:13:12.361Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-095f7d3538758de5/build-script-build`
31952025-10-27T23:13:12.502Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-e5b4bd07f44956b2/build-script-build`
31962025-10-27T23:13:12.571Z Compiling cargo_metadata v0.19.2
31972025-10-27T23:13:12.574Z 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.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=f126afd4f7651e5a -C extra-filename=-8e89388e07e61cfc --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-dfc32f0a21b07f91.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-0743b567509730cf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982025-10-27T23:13:13.291Z Compiling goblin v0.10.2
31992025-10-27T23:13:13.295Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=82af73ef0053f876 -C extra-filename=-78f75aca8f03149a --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-730f47aa18b37310.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002025-10-27T23:13:13.630Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=184bde5113e25a53 -C extra-filename=-d158c5bf7c8a038b --out-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 derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-09755bbc107d887e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
32012025-10-27T23:13:14.430Z Compiling signal-hook-mio v0.2.4
32022025-10-27T23:13:14.433Z 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`
32032025-10-27T23:13:14.674Z Compiling ed25519 v2.2.3
32042025-10-27T23:13:14.677Z 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="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=fdd10eef0cf17dce -C extra-filename=-e47ce203675cb9e8 --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-c8cf1a23fb8fab7f.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-c28da7fdee23a7f0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052025-10-27T23:13:15.705Z Compiling ref-cast-impl v1.0.24
32062025-10-27T23:13:15.708Z 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=f58ec96f574d794a -C extra-filename=-675544482824abc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072025-10-27T23:13:15.952Z Compiling usdt-impl v0.6.0
32082025-10-27T23:13:15.955Z 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.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=fa37a8f908b445a6 -C extra-filename=-7b51e2927a176bd7 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-7b51e2927a176bd7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092025-10-27T23:13:16.442Z Compiling rustc-hash v2.1.1
32102025-10-27T23:13:16.442Z 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`
32112025-10-27T23:13:16.596Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-7b51e2927a176bd7/build-script-build`
32122025-10-27T23:13:16.669Z Compiling ed25519-dalek v2.1.1
32132025-10-27T23:13:16.672Z 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="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=7638de72ac64bb4e -C extra-filename=-fe35f39595d5efdb --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-6a74b7a80d29c515.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-e47ce203675cb9e8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-c28da7fdee23a7f0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142025-10-27T23:13:16.718Z Compiling bzip2 v0.4.4
32152025-10-27T23:13:16.721Z 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-9.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=8a1418eb8821fa9f -C extra-filename=-485634054e9a73f6 --out-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-8e89388e07e61cfc.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-09755bbc107d887e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74fdf0da897ddd52.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-d158c5bf7c8a038b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
32162025-10-27T23:13:16.722Z 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`
32172025-10-27T23:13:18.021Z 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=1b700f76e606b8e6 -C extra-filename=-c4ba53650d311ea1 --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-675544482824abc1.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)'`
32182025-10-27T23:13:18.025Z Compiling serde_with_macros v3.14.0
32192025-10-27T23:13:18.025Z 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=dd9876d647d092cb -C extra-filename=-35b74de725d6d337 --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-ce6e58e5ff4469d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202025-10-27T23:13:18.025Z Compiling dtrace-parser v0.3.0
32212025-10-27T23:13:18.025Z 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.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=38f5be1b66306da4 -C extra-filename=-3a1bb4c15cea19f4 --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-6209a8e729feb361.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-74b119ad6b06ea95.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222025-10-27T23:13:18.027Z Compiling heapless v0.7.17
32232025-10-27T23:13:18.027Z 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=3694dfbc7e0b8619 -C extra-filename=-3732840095c6f34a --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-3732840095c6f34a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74fdf0da897ddd52.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242025-10-27T23:13:18.027Z 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`
32252025-10-27T23:13:18.141Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-6aaa399c4144b6dd/build-script-build`
32262025-10-27T23:13:18.217Z 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`
32272025-10-27T23:13:18.260Z Compiling thread-id v5.0.0
32282025-10-27T23:13:18.263Z Compiling bumpalo v3.16.0
32292025-10-27T23:13:18.263Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d7d4ed5490ff0f5 -C extra-filename=-66616b330f0155ec --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`
32302025-10-27T23:13:18.353Z 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`
32312025-10-27T23:13:18.446Z Compiling lockfree-object-pool v0.1.6
32322025-10-27T23:13:18.450Z 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`
32332025-10-27T23:13:18.673Z Compiling lalrpop-util v0.19.12
32342025-10-27T23:13:18.691Z 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`
32352025-10-27T23:13:18.754Z Compiling simd-adler32 v0.3.7
32362025-10-27T23:13:18.757Z 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`
32372025-10-27T23:13:18.828Z Compiling zstd v0.13.3
32382025-10-27T23:13:18.831Z 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`
32392025-10-27T23:13:19.025Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-3732840095c6f34a/build-script-build`
32402025-10-27T23:13:19.079Z Compiling zip v0.6.6
32412025-10-27T23:13:19.082Z 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`
32422025-10-27T23:13:19.149Z Compiling crossterm v0.28.1
32432025-10-27T23:13:19.153Z 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=834bbd60a4801f9a -C extra-filename=-6a9e9c3b838c62a2 --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-7144a639a7938e22.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-6751e857fb1c1f4f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
32442025-10-27T23:13:19.330Z Compiling zopfli v0.8.1
32452025-10-27T23:13:19.334Z 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`
32462025-10-27T23:13:19.386Z Compiling nix v0.29.0
32472025-10-27T23:13:19.389Z 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`
32482025-10-27T23:13:19.833Z Compiling serde_with v3.14.0
32492025-10-27T23:13:19.837Z 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="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "std", "time_0_3"))' -C metadata=b89e3aab73d2cd67 -C extra-filename=-f798b3794080d784 --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-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-35b74de725d6d337.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502025-10-27T23:13:20.334Z Compiling dof v0.4.0
32512025-10-27T23:13:20.341Z 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.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=5c2b47d4108dfc00 -C extra-filename=-d8996dd468609515 --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-78f75aca8f03149a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522025-10-27T23:13:20.384Z Compiling bzip2 v0.5.2
32532025-10-27T23:13:20.443Z 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`
32542025-10-27T23:13:20.842Z Compiling serde-big-array v0.5.1
32552025-10-27T23:13:20.846Z 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=b017e9c6a9174aa5 -C extra-filename=-daf6ed13804d9959 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562025-10-27T23:13:20.932Z Compiling hash32 v0.2.1
32572025-10-27T23:13:20.936Z 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`
32582025-10-27T23:13:21.108Z Compiling socket2 v0.5.10
32592025-10-27T23:13:21.111Z 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`
32602025-10-27T23:13:21.156Z Compiling winnow v0.6.26
32612025-10-27T23:13:21.159Z 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`
32622025-10-27T23:13:21.334Z Compiling fs-err v3.1.1
32632025-10-27T23:13:21.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/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`
32642025-10-27T23:13:21.793Z 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.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=517c374beabc4f57 -C extra-filename=-7220c3a5a067b5b7 --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-d8996dd468609515.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-3a1bb4c15cea19f4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-66616b330f0155ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
32652025-10-27T23:13:22.042Z Compiling smoltcp v0.9.1
32662025-10-27T23:13:22.045Z 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`
32672025-10-27T23:13:22.351Z Compiling keccak v0.1.5
32682025-10-27T23:13:22.351Z 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`
32692025-10-27T23:13:22.673Z Compiling predicates-core v1.0.8
32702025-10-27T23:13:22.676Z 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`
32712025-10-27T23:13:22.890Z Compiling unicode-properties v0.1.3
32722025-10-27T23:13:22.963Z 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`
32732025-10-27T23:13:23.076Z Compiling buf-list v1.0.3
32742025-10-27T23:13:23.080Z 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`
32752025-10-27T23:13:23.166Z Compiling unicode-bidi v0.3.17
32762025-10-27T23:13:23.170Z 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`
32772025-10-27T23:13:23.375Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-fc27d607982d330c/build-script-build`
32782025-10-27T23:13:23.453Z Compiling sha3 v0.10.8
32792025-10-27T23:13:23.456Z 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="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=4b3268fef4ebc65d -C extra-filename=-c2d5ab4685b081bd --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-dd833add49a4eb53.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`
32802025-10-27T23:13:23.561Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-9579909f77e3db42/build-script-build`
32812025-10-27T23:13:23.626Z 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=86447c6c619f56a3 -C extra-filename=-0a8768e5bd21ebfe --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`
32822025-10-27T23:13:23.767Z Compiling zip v4.2.0
32832025-10-27T23:13:23.771Z 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=56c57c5bb7bcf9b9 -C extra-filename=-98faf3fd0280a907 --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-66ab2a719fd02fc0.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`
32842025-10-27T23:13:23.832Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-9ca45a283b1ab058/build-script-build`
32852025-10-27T23:13:23.958Z Compiling stringprep v0.1.5
32862025-10-27T23:13:24.014Z 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`
32872025-10-27T23:13:24.014Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-fce9b9a8a33170e9/build-script-build`
32882025-10-27T23:13:24.090Z Compiling hickory-proto v0.25.2
32892025-10-27T23:13:24.095Z 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=4014a8cbaffff9ab -C extra-filename=-9924b732a3988218 --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-68617f900d2f7ac8.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-a01caf054e94e1ca.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-148fd712e6e6f9df.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-03710643991b456a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902025-10-27T23:13:24.417Z Compiling similar v2.7.0
32912025-10-27T23:13:24.422Z 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=5f15739809d23c5b -C extra-filename=-0aabb5f2c70f4cd7 --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-a7e888a5db0973b0.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`
32922025-10-27T23:13:24.539Z Compiling tokio-stream v0.1.17
32932025-10-27T23:13:24.593Z 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=4b3140ec104d00fd -C extra-filename=-0a90a148199ffaf1 --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-e674a27a3708cbf8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942025-10-27T23:13:24.603Z Compiling md-5 v0.10.6
32952025-10-27T23:13:24.607Z 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=e28d1d2078453f46 -C extra-filename=-7da4188e7b323330 --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-dd833add49a4eb53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962025-10-27T23:13:24.694Z Compiling strum_macros v0.27.2
32972025-10-27T23:13:24.745Z 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.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=8011c3e5ba3bdf53 -C extra-filename=-ebe89a43834d0d18 --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982025-10-27T23:13:24.961Z Compiling float-cmp v0.10.0
32992025-10-27T23:13:25.025Z 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`
33002025-10-27T23:13:25.029Z Compiling normalize-line-endings v0.3.0
33012025-10-27T23:13:25.029Z 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`
33022025-10-27T23:13:25.231Z Compiling difflib v0.4.0
33032025-10-27T23:13:25.236Z 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`
33042025-10-27T23:13:25.282Z Compiling fallible-iterator v0.2.0
33052025-10-27T23:13:25.299Z 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`
33062025-10-27T23:13:25.617Z 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=83fb40a69a443e23 -C extra-filename=-52e655c27579c277 --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-0a8768e5bd21ebfe.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`
33072025-10-27T23:13:25.863Z Compiling predicates v3.1.3
33082025-10-27T23:13:25.868Z 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=079a8d9a6f7edb3b -C extra-filename=-e744abd8b59b756e --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-daa3497a984c736e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092025-10-27T23:13:26.040Z Compiling postgres-protocol v0.6.8
33102025-10-27T23:13:26.044Z 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=a1670e897030d661 -C extra-filename=-4d4a0ada86031f3f --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-8201e5d6381aa56b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-bd16cd33a9e75393.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-7da4188e7b323330.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-10ab7de2df72a452.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.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`
33112025-10-27T23:13:26.473Z 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=1d9f742e05f00eb2 -C extra-filename=-94db4f1121da23c1 --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-7144a639a7938e22.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)'`
33122025-10-27T23:13:26.546Z 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=90082fc9c3bc151d -C extra-filename=-8aec256c3fd3d08f --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-8201e5d6381aa56b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.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`
33132025-10-27T23:13:27.113Z 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=87f76b9cbf43101c -C extra-filename=-4c3be55fb0538dce --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-e674a27a3708cbf8.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)'`
33142025-10-27T23:13:27.303Z Compiling serde_repr v0.1.19
33152025-10-27T23:13:27.308Z 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=24a704e5fa6887ee -C extra-filename=-0709a6e93a0f46c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162025-10-27T23:13:27.353Z Compiling foldhash v0.2.0
33172025-10-27T23:13:27.358Z 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.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=9c8e8955a025593f -C extra-filename=-81acbfc592a43462 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182025-10-27T23:13:27.514Z Compiling peg-runtime v0.8.5
33192025-10-27T23:13:27.518Z 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`
33202025-10-27T23:13:27.840Z Compiling iddqd v0.3.13
33212025-10-27T23:13:27.845Z 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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="proptest"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "proptest", "schemars08", "serde", "std"))' -C metadata=c5fbd93b02a9e93b -C extra-filename=-c0e21cbb1cf45c04 --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-49fd41b5a55fce0a.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-233a566562667d8f.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-81acbfc592a43462.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f44c2de7557b3b7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222025-10-27T23:13:27.984Z Compiling postgres-types v0.2.9
33232025-10-27T23:13:28.011Z 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=9de2a9be21622d4e -C extra-filename=-ab65478f46790d7b --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-8201e5d6381aa56b.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-4d4a0ada86031f3f.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242025-10-27T23:13:28.145Z Compiling phf v0.11.2
33252025-10-27T23:13:28.149Z 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`
33262025-10-27T23:13:28.500Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
33272025-10-27T23:13:28.504Z 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/6bd2660/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=3638ab47e33f0a80 -C extra-filename=-b85936bd4dfa5b64 --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-a24067305a22db88.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282025-10-27T23:13:28.586Z Compiling whoami v1.5.2
33292025-10-27T23:13:28.645Z 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`
33302025-10-27T23:13:28.646Z Compiling futures-executor v0.3.31
33312025-10-27T23:13:28.651Z 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=35bed7d680641888 -C extra-filename=-5a88e07fbf429e04 --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-148fd712e6e6f9df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322025-10-27T23:13:28.953Z Compiling regress v0.10.4
33332025-10-27T23:13:28.957Z 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=d906e97e5d602578 -C extra-filename=-2248be97cff2d9d9 --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-d1c2964a6d83ae33.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`
33342025-10-27T23:13:29.186Z Compiling tokio-postgres v0.7.13
33352025-10-27T23:13:29.191Z 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=ab0c975cd19a24e9 -C extra-filename=-56491b91750a2338 --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-68617f900d2f7ac8.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.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-148fd712e6e6f9df.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-17038f63562232c6.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-4d4a0ada86031f3f.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-ab65478f46790d7b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.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`
33362025-10-27T23:13:29.228Z Compiling futures v0.3.31
33372025-10-27T23:13:29.232Z 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=d79312b3152a04a7 -C extra-filename=-180862833fbacf5f --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-5a88e07fbf429e04.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-148fd712e6e6f9df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382025-10-27T23:13:29.273Z Compiling crossbeam-channel v0.5.15
33392025-10-27T23:13:29.273Z 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`
33402025-10-27T23:13:29.411Z Compiling is-terminal v0.4.13
33412025-10-27T23:13:29.415Z 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`
33422025-10-27T23:13:29.636Z Compiling unsafe-libyaml v0.2.11
33432025-10-27T23:13:29.652Z 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`
33442025-10-27T23:13:29.822Z Compiling strum v0.27.2
33452025-10-27T23:13:29.826Z 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=34c327eced912254 -C extra-filename=-617d23040e7964a8 --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-ebe89a43834d0d18.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462025-10-27T23:13:30.082Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
33472025-10-27T23:13:30.086Z 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/6bd2660/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=78812d75fbc85112 -C extra-filename=-bdc11b8c6dd7c498 --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-7144a639a7938e22.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-daf6ed13804d9959.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-0709a6e93a0f46c4.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-52e655c27579c277.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ebe89a43834d0d18.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482025-10-27T23:13:30.158Z Compiling thread_local v1.1.8
33492025-10-27T23:13:30.162Z 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`
33502025-10-27T23:13:30.244Z Compiling slog-async v2.8.0
33512025-10-27T23:13:30.248Z 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`
33522025-10-27T23:13:30.707Z Compiling take_mut v0.2.2
33532025-10-27T23:13:30.711Z 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`
33542025-10-27T23:13:30.879Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-9ddd1d1284955a7f/build-script-build`
33552025-10-27T23:13:30.938Z Compiling serde_yaml v0.9.34+deprecated
33562025-10-27T23:13:30.988Z 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=ab9a078b011e10b7 -C extra-filename=-0adf5dbe9ae4a659 --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-66ab2a719fd02fc0.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-a24067305a22db88.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`
33572025-10-27T23:13:31.005Z Compiling term v1.1.0
33582025-10-27T23:13:31.009Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=ab3b245017ad03e6 -C extra-filename=-70170e2e1c458c23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592025-10-27T23:13:31.492Z 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`
33602025-10-27T23:13:32.431Z Compiling slog-term v2.9.2
33612025-10-27T23:13:32.436Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=7094f72d300cc89e -C extra-filename=-344061b1e2d0612a --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-1a84e413bcb1c25d.rmeta --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-70170e2e1c458c23.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-2c9ffc6287543266.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622025-10-27T23:13:32.480Z Compiling hex v0.4.3
33632025-10-27T23:13:32.486Z 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=ff2afd935e4a8ce8 -C extra-filename=-369f7be1a7213fcd --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642025-10-27T23:13:33.129Z Compiling typify-impl v0.4.3
33652025-10-27T23:13:33.134Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3fac9c4aee834e5 -C extra-filename=-5ea0bad16e467002 --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-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662025-10-27T23:13:33.756Z Compiling match_cfg v0.1.0
33672025-10-27T23:13:33.760Z 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`
33682025-10-27T23:13:33.929Z Compiling hostname v0.3.1
33692025-10-27T23:13:33.935Z 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`
33702025-10-27T23:13:34.216Z Compiling debug-ignore v1.0.5
33712025-10-27T23:13:34.220Z 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`
33722025-10-27T23:13:34.454Z Compiling structmeta-derive v0.3.0
33732025-10-27T23:13:34.459Z 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=1df7ed53030ddc7e -C extra-filename=-7428607ff6d66548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742025-10-27T23:13:34.505Z Compiling rustls v0.22.4
33752025-10-27T23:13:34.509Z Compiling toml_parser v1.0.2
33762025-10-27T23:13:34.547Z 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`
33772025-10-27T23:13:34.551Z 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=504f54486a2987e9 -C extra-filename=-7ae51b151265afd2 --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-b8d34cf51c2763b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782025-10-27T23:13:34.947Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2030f683cd4922a1/build-script-build`
33792025-10-27T23:13:35.015Z Compiling serde_path_to_error v0.1.17
33802025-10-27T23:13:35.019Z 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=b722bd1ee6c714f8 -C extra-filename=-2be91b2bfa044fec --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812025-10-27T23:13:35.348Z Compiling toml_datetime v0.7.0
33822025-10-27T23:13:35.352Z 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=5addef03d4513d85 -C extra-filename=-766c97dbe867dbed --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832025-10-27T23:13:35.804Z Compiling serde_spanned v1.0.0
33842025-10-27T23:13:35.808Z 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=f9fc52fb6b8d48b6 -C extra-filename=-fb20ffb839225899 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852025-10-27T23:13:35.977Z Compiling multer v3.1.0
33862025-10-27T23:13:35.981Z 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`
33872025-10-27T23:13:36.091Z Compiling toml_writer v1.0.2
33882025-10-27T23:13:36.094Z 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`
33892025-10-27T23:13:36.137Z Compiling slog-json v2.6.1
33902025-10-27T23:13:36.141Z 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=c1f52abe0255458a -C extra-filename=-9894e0406af176c5 --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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912025-10-27T23:13:36.445Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-ac9d0ca01553311c/build-script-build`
33922025-10-27T23:13:36.545Z Compiling toml v0.9.5
33932025-10-27T23:13:36.549Z 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=65ddb9b957d2b8d7 -C extra-filename=-1de8e0e67689504a --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-a24067305a22db88.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fb20ffb839225899.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-766c97dbe867dbed.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-7ae51b151265afd2.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-770066b530d0d501.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942025-10-27T23:13:36.591Z Compiling async-stream-impl v0.3.6
33952025-10-27T23:13:36.595Z Compiling dropshot v0.16.4
33962025-10-27T23:13:36.595Z 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=471845099fb043d9 -C extra-filename=-76f38b722a7442ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972025-10-27T23:13:36.596Z 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.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=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=378ff29f3961f3d4 -C extra-filename=-18e0bd9ba65c2f0a --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-18e0bd9ba65c2f0a -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`
33982025-10-27T23:13:36.779Z 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=9cc9b9394ce3f3e4 -C extra-filename=-ff1e6f7e6fa8c92d --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-8201e5d6381aa56b.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-148fd712e6e6f9df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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`
33992025-10-27T23:13:36.862Z Compiling slog-bunyan v2.5.0
34002025-10-27T23:13:36.867Z 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=dd21036d9c7ac0f9 -C extra-filename=-056bc8134d9dc213 --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-9894e0406af176c5.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012025-10-27T23:13:37.083Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-18e0bd9ba65c2f0a/build-script-build`
34022025-10-27T23:13:37.157Z Compiling rustls-pemfile v2.2.0
34032025-10-27T23:13:37.207Z 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`
34042025-10-27T23:13:37.211Z Compiling structmeta v0.3.0
34052025-10-27T23:13:37.211Z Compiling waitgroup v0.1.2
34062025-10-27T23:13:37.211Z 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=0356cb32fe761965 -C extra-filename=-4ae0f99c9b98ef5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-7428607ff6d66548.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072025-10-27T23:13:37.211Z 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`
34082025-10-27T23:13:37.544Z Compiling dropshot_endpoint v0.16.4
34092025-10-27T23:13:37.548Z 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.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 '--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=85e4b0d7fd4b70be -C extra-filename=-e60e29f60c54d2ee --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102025-10-27T23:13:37.595Z Compiling hostname v0.4.0
34112025-10-27T23:13:37.601Z 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`
34122025-10-27T23:13:37.700Z Compiling derive-ex v0.1.8
34132025-10-27T23:13:37.704Z 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=43f6efc779d7043f -C extra-filename=-1103488419ebd375 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-4ae0f99c9b98ef5d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142025-10-27T23:13:37.757Z Compiling newtype-uuid-macros v0.1.0
34152025-10-27T23:13:37.758Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=beacc788ea4d4855 -C extra-filename=-01263c6c04020f0e --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162025-10-27T23:13:37.860Z Compiling macaddr v1.0.1
34172025-10-27T23:13:37.865Z 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=b68522f21746b9d1 -C extra-filename=-cc492f7a47168c71 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182025-10-27T23:13:38.013Z Compiling async-stream v0.3.6
34192025-10-27T23:13:38.072Z 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=55eacede69458b6a -C extra-filename=-75dced5ed4388034 --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-76f38b722a7442ef.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`
34202025-10-27T23:13:38.340Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
34212025-10-27T23:13:38.344Z 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=1bc6c8462039bb57 -C extra-filename=-a3a59beead24b349 --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-369f7be1a7213fcd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222025-10-27T23:13:38.390Z Compiling instant v0.1.13
34232025-10-27T23:13:38.394Z 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`
34242025-10-27T23:13:38.580Z Compiling derive-where v1.5.0
34252025-10-27T23:13:38.585Z 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=e058fab2d82ce685 -C extra-filename=-451989699ea86308 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262025-10-27T23:13:38.628Z Compiling parse-display-derive v0.10.0
34272025-10-27T23:13:38.633Z 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=0338b012f2cb9371 -C extra-filename=-d66b9b53e669ce36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-4ae0f99c9b98ef5d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282025-10-27T23:13:39.621Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34292025-10-27T23:13:39.625Z 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=184f8bd7a5521153 -C extra-filename=-bceaec345c51c862 --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-49fd41b5a55fce0a.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-7bd5f8ef7a4a7a49.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-01263c6c04020f0e.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302025-10-27T23:13:39.669Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34312025-10-27T23:13:39.673Z 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=0d67126c7c7474e8 -C extra-filename=-9c505beb71732058 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322025-10-27T23:13:40.670Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34332025-10-27T23:13:40.675Z 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=b9787caab6dd9df2 -C extra-filename=-3a98fbb8c97c7966 --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-9c505beb71732058.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342025-10-27T23:13:40.916Z Compiling backoff v0.4.0
34352025-10-27T23:13:40.958Z 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=073e11dfe0dc3ebb -C extra-filename=-d986d807ba00207e --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-aae9dbffa0540230.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362025-10-27T23:13:40.961Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
34372025-10-27T23:13:40.962Z 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/61479b6/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcfd133e9c9cd1f4 -C extra-filename=-2f208e3a98c07370 --out-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-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382025-10-27T23:13:41.318Z Compiling itertools v0.14.0
34392025-10-27T23:13:41.322Z 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`
34402025-10-27T23:13:41.857Z Compiling camino-tempfile v1.4.1
34412025-10-27T23:13:41.861Z 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=4e51d4b01643e961 -C extra-filename=-4ca042f3633109df --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-dfc32f0a21b07f91.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422025-10-27T23:13:41.904Z Compiling test-strategy v0.4.3
34432025-10-27T23:13:41.905Z 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=936c17c04e4a96b7 -C extra-filename=-594528de045ddb8d --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-1103488419ebd375.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-4ae0f99c9b98ef5d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442025-10-27T23:13:41.946Z Compiling toml v0.8.23
34452025-10-27T23:13:41.951Z 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=2c274f321bbd28c4 -C extra-filename=-df1c7611955e4103 --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-a24067305a22db88.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-25baccb07d74d8e7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462025-10-27T23:13:42.373Z Compiling unicode-width v0.1.14
34472025-10-27T23:13:42.418Z 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`
34482025-10-27T23:13:42.985Z Compiling crossbeam-deque v0.8.5
34492025-10-27T23:13:42.990Z 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`
34502025-10-27T23:13:43.037Z Compiling parse-display v0.10.0
34512025-10-27T23:13:43.041Z 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=1f9d3b212946fe4c -C extra-filename=-5ab3929930163120 --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-d66b9b53e669ce36.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.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`
34522025-10-27T23:13:43.107Z Compiling rayon-core v1.12.1
34532025-10-27T23:13:43.111Z 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`
34542025-10-27T23:13:43.378Z Compiling unicode-width v0.2.0
34552025-10-27T23:13:43.381Z 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`
34562025-10-27T23:13:43.502Z Compiling proc-macro-error-attr v1.0.4
34572025-10-27T23:13:43.507Z 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`
34582025-10-27T23:13:43.621Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-e0364b8b66340191/build-script-build`
34592025-10-27T23:13:43.627Z 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`
34602025-10-27T23:13:43.676Z Compiling proc-macro-error v1.0.4
34612025-10-27T23:13:43.680Z 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`
34622025-10-27T23:13:43.954Z Compiling crucible-workspace-hack v0.1.0
34632025-10-27T23:13:43.961Z 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`
34642025-10-27T23:13:43.995Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-3b700e6f5694d645/build-script-build`
34652025-10-27T23:13:44.113Z 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=aa1c350c21045288 -C extra-filename=-244b7058787f4f9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662025-10-27T23:13:44.162Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fe801d9838fc220/build-script-build`
34672025-10-27T23:13:44.258Z Compiling darling_core v0.21.0
34682025-10-27T23:13:44.262Z 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=5c9c4cdb6e9bce2d -C extra-filename=-d2365d7b9db53c87 --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-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-d5c7d0e7d580515e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692025-10-27T23:13:44.362Z Compiling proc-macro-crate v1.3.1
34702025-10-27T23:13:44.366Z 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=33db63c4859b0166 -C extra-filename=-058a338a64b8ef9c --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-f1c0a5d281faa8f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712025-10-27T23:13:44.413Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-db2a84e13aa4e24f/build-script-build`
34722025-10-27T23:13:44.477Z 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`
34732025-10-27T23:13:44.623Z Compiling typify-macro v0.4.3
34742025-10-27T23:13:44.628Z 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.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=598b5e5d61c2ef01 -C extra-filename=-7fecce20e2319354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-5ea0bad16e467002.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752025-10-27T23:13:44.672Z Compiling rayon v1.10.0
34762025-10-27T23:13:44.676Z 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`
34772025-10-27T23:13:45.051Z 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=29815338e26974f1 -C extra-filename=-6546dd7f9fe17f9a --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-244b7058787f4f9d.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
34782025-10-27T23:13:45.100Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34792025-10-27T23:13:45.103Z 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`
34802025-10-27T23:13:45.264Z Compiling num_enum_derive v0.5.11
34812025-10-27T23:13:45.267Z 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=f8db6962417f30ea -C extra-filename=-ed2d11c2f928044d --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-058a338a64b8ef9c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822025-10-27T23:13:45.576Z Compiling heapless v0.8.0
34832025-10-27T23:13:45.580Z 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`
34842025-10-27T23:13:45.629Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
34852025-10-27T23:13:45.633Z 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/db07274/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=6cd6abab000c30bf -C extra-filename=-9a91ba28a88800a9 --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-49fd41b5a55fce0a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862025-10-27T23:13:45.686Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-72b49dc0694771b9/build-script-build`
34872025-10-27T23:13:45.758Z Compiling hash32 v0.3.1
34882025-10-27T23:13:45.761Z 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`
34892025-10-27T23:13:46.070Z Compiling smoltcp v0.11.0
34902025-10-27T23:13:46.074Z 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`
34912025-10-27T23:13:46.345Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-7a028a8711e69fb5/build-script-build`
34922025-10-27T23:13:46.674Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
34932025-10-27T23:13:46.679Z 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`
34942025-10-27T23:13:46.905Z 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`
34952025-10-27T23:13:46.908Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-a2ba16c83740ad6d/build-script-build`
34962025-10-27T23:13:46.973Z Compiling tabwriter v1.4.0
34972025-10-27T23:13:47.008Z 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`
34982025-10-27T23:13:47.087Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-855300eb2ff694a1/build-script-build`
34992025-10-27T23:13:47.158Z Compiling foreign-types-macros v0.2.3
35002025-10-27T23:13:47.161Z 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=14824cd7d451ea48 -C extra-filename=-c04d4ee0e16bcfe7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012025-10-27T23:13:47.500Z Compiling cobs v0.2.3
35022025-10-27T23:13:47.506Z 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`
35032025-10-27T23:13:47.771Z Compiling num_enum v0.5.11
35042025-10-27T23:13:47.776Z 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=e20e7a7ec7de43b7 -C extra-filename=-e37b3bb3697a6962 --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-ed2d11c2f928044d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052025-10-27T23:13:47.863Z Compiling foreign-types-shared v0.3.1
35062025-10-27T23:13:47.932Z 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`
35072025-10-27T23:13:47.937Z 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`
35082025-10-27T23:13:48.013Z Compiling postcard v1.0.10
35092025-10-27T23:13:48.017Z 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=7ca5a1fa45db0e48 -C extra-filename=-fd75c911a274067d --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102025-10-27T23:13:48.113Z 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`
35112025-10-27T23:13:48.313Z 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`
35122025-10-27T23:13:48.407Z Compiling aws-lc-sys v0.26.0
35132025-10-27T23:13:48.410Z 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=be639edf04f8898c -C extra-filename=-fcd8b628e208e8da --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fcd8b628e208e8da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-ac8f446ed1b4a659.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`
35142025-10-27T23:13:48.556Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35152025-10-27T23:13:48.605Z 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=7e9ece398e11cfb7 -C extra-filename=-95f54062cd2e77f0 --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-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162025-10-27T23:13:48.608Z Compiling foreign-types v0.5.0
35172025-10-27T23:13:48.650Z 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=9fa7a67d3a88d259 -C extra-filename=-6f22db1cc85329f6 --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-c04d4ee0e16bcfe7.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`
35182025-10-27T23:13:48.711Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
35192025-10-27T23:13:48.715Z 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/795a1e0/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=079da6b5f9b73597 -C extra-filename=-c25a76578783ffa8 --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-7144a639a7938e22.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202025-10-27T23:13:48.793Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
35212025-10-27T23:13:48.793Z 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/795a1e0/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=9321371198a26d27 -C extra-filename=-ef031d105ab1b848 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-ef031d105ab1b848 -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`
35222025-10-27T23:13:48.868Z Compiling cstr-argument v0.1.2
35232025-10-27T23:13:48.928Z 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`
35242025-10-27T23:13:49.187Z Compiling pretty-hex v0.2.1
35252025-10-27T23:13:49.190Z 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`
35262025-10-27T23:13:49.236Z Compiling typify v0.4.3
35272025-10-27T23:13:49.279Z 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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=516170b9eb771584 -C extra-filename=-1e05eebf8f156abb --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-5ea0bad16e467002.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-7fecce20e2319354.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282025-10-27T23:13:49.295Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
35292025-10-27T23:13:49.295Z 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`
35302025-10-27T23:13:49.383Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-ef031d105ab1b848/build-script-build`
35312025-10-27T23:13:49.452Z Compiling progenitor-impl v0.11.2
35322025-10-27T23:13:49.501Z Compiling progenitor-impl v0.10.0
35332025-10-27T23:13:49.505Z 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.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=908ed7e766aa9d90 -C extra-filename=-773de17000dfc8db --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-718670cf184476d0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-1e05eebf8f156abb.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342025-10-27T23:13:49.505Z 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=a9dbca93e1513919 -C extra-filename=-4f4622982a8acbd6 --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-718670cf184476d0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-1e05eebf8f156abb.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35352025-10-27T23:13:49.549Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35362025-10-27T23:13:49.552Z 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=24566307fc90100a -C extra-filename=-ef429b846919df79 --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-e37b3bb3697a6962.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-7a4ce632d19001a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372025-10-27T23:13:49.585Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35382025-10-27T23:13:49.589Z 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=7532d5a438bcb0af -C extra-filename=-26eff6ecc1f50493 --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-95f54062cd2e77f0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392025-10-27T23:13:49.714Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-8ab005ae5a72c0e7/build-script-build`
35402025-10-27T23:13:49.783Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35412025-10-27T23:13:49.787Z 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=3f374ea8009cb430 -C extra-filename=-7aa9bf516b1e0447 --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-6f22db1cc85329f6.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`
35422025-10-27T23:13:49.827Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
35432025-10-27T23:13:49.833Z 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/795a1e0/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=8b90c606a1e7ed7b -C extra-filename=-216e750ec283f4a9 --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-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442025-10-27T23:13:49.943Z Compiling colored v2.2.0
35452025-10-27T23:13:49.946Z 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`
35462025-10-27T23:13:50.187Z Compiling darling_macro v0.21.0
35472025-10-27T23:13:50.191Z 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=822e3d51ceffd235 -C extra-filename=-8f9e19d555a3bc00 --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-d2365d7b9db53c87.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482025-10-27T23:13:50.299Z Compiling sigpipe v0.1.3
35492025-10-27T23:13:50.356Z 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`
35502025-10-27T23:13:50.494Z Compiling jiff v0.2.15
35512025-10-27T23:13:50.497Z 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`
35522025-10-27T23:13:50.728Z 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=a4246a6fc05fa2f6 -C extra-filename=-7676ca930dc43e7e --out-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-ef429b846919df79.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-e37b3bb3697a6962.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-7aa9bf516b1e0447.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ac27fb54e800bb07.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-26eff6ecc1f50493.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.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`
35532025-10-27T23:13:50.902Z Compiling zone_cfg_derive v0.3.0
35542025-10-27T23:13:50.906Z 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=3d3645546ffb52eb -C extra-filename=-67237b456b4fd7e4 --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-6546dd7f9fe17f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552025-10-27T23:13:51.658Z Compiling darling v0.21.0
35562025-10-27T23:13:51.663Z 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=f2757eaae4190b9b -C extra-filename=-cb151592383d57fa --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-d2365d7b9db53c87.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-8f9e19d555a3bc00.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572025-10-27T23:13:51.663Z Compiling ingot-macros v0.1.1
35582025-10-27T23:13:51.663Z 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=d5411dddd1343520 -C extra-filename=-41aa0cc402139805 --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-cb151592383d57fa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592025-10-27T23:13:52.032Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
35602025-10-27T23:13:52.036Z 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/aaa5129/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=07f75dfbc697a8f2 -C extra-filename=-5fcf2b0b288d515b --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-cfebc5ded3343cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612025-10-27T23:13:52.554Z Compiling smf v0.2.3
35622025-10-27T23:13:52.558Z 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=1c110e7d7dbb9966 -C extra-filename=-471e65a5447a5051 --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-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632025-10-27T23:13:52.600Z Compiling num-derive v0.4.2
35642025-10-27T23:13:52.603Z 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=5426f7627d73df40 -C extra-filename=-c695c0e987483557 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652025-10-27T23:13:53.781Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35662025-10-27T23:13:53.784Z 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`
35672025-10-27T23:13:54.243Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-e425bfdf8ec566a5/build-script-build`
35682025-10-27T23:13:54.318Z Compiling zone v0.3.1
35692025-10-27T23:13:54.322Z 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=8555ef569798f61f -C extra-filename=-078a0de718822a2c --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-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-67237b456b4fd7e4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702025-10-27T23:13:54.455Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
35712025-10-27T23:13:54.515Z 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/aaa5129/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=a394f3fb2dedd917 -C extra-filename=-170bdc378466cad1 --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-5fcf2b0b288d515b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722025-10-27T23:13:54.912Z Compiling convert_case v0.4.0
35732025-10-27T23:13:54.959Z 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`
35742025-10-27T23:13:55.025Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
35752025-10-27T23:13:55.029Z 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/75ea340/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=1d7d1b9cb5805af7 -C extra-filename=-a54749601f8bece6 --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-c695c0e987483557.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762025-10-27T23:13:55.782Z Compiling indent_write v2.2.0
35772025-10-27T23:13:55.785Z 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`
35782025-10-27T23:13:55.828Z Compiling derive_more v0.99.20
35792025-10-27T23:13:55.831Z 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=106f396e474f58d8 -C extra-filename=-23968c9d21d47ce1 --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802025-10-27T23:13:55.905Z Compiling num-rational v0.4.2
35812025-10-27T23:13:55.951Z 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`
35822025-10-27T23:13:56.062Z Compiling num-complex v0.4.6
35832025-10-27T23:13:56.065Z 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`
35842025-10-27T23:13:56.124Z Compiling progenitor-macro v0.10.0
35852025-10-27T23:13:56.169Z 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=187e9a6919f7d1ec -C extra-filename=-f702a4474b0bed32 --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-55ad349be5fd0e1d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-4f4622982a8acbd6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-0adf5dbe9ae4a659.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862025-10-27T23:13:56.174Z Compiling progenitor-macro v0.11.2
35872025-10-27T23:13:56.177Z 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.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f21789e5869f42d -C extra-filename=-fe30dcd39f1d2ba3 --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-55ad349be5fd0e1d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-773de17000dfc8db.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-0adf5dbe9ae4a659.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882025-10-27T23:13:57.083Z Compiling num v0.4.3
35892025-10-27T23:13:57.140Z 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`
35902025-10-27T23:13:57.259Z Compiling float-ord v0.3.2
35912025-10-27T23:13:57.262Z 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`
35922025-10-27T23:13:57.428Z Compiling secrecy v0.10.3
35932025-10-27T23:13:57.432Z 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=7efc771bf53cd6b3 -C extra-filename=-927c99da6eb7e7da --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-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942025-10-27T23:13:57.533Z Compiling swrite v0.1.0
35952025-10-27T23:13:57.536Z 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`
35962025-10-27T23:13:58.065Z Compiling console v0.15.10
35972025-10-27T23:13:58.070Z Compiling password-hash v0.5.0
35982025-10-27T23:13:58.070Z 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`
35992025-10-27T23:13:58.070Z 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`
36002025-10-27T23:13:58.635Z Compiling blake2 v0.10.6
36012025-10-27T23:13:58.639Z 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=f5df24d11a8e0bce -C extra-filename=-d5416a6a3852d737 --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-dd833add49a4eb53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022025-10-27T23:13:58.896Z Compiling ingot-types v0.1.2
36032025-10-27T23:13:58.899Z 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=3e3ff43153c05007 -C extra-filename=-b7893ab5f9178f71 --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-41aa0cc402139805.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36042025-10-27T23:13:59.043Z Compiling atomicwrites v0.4.4
36052025-10-27T23:13:59.046Z 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=685191d8d047ea14 -C extra-filename=-f15d654b37a8ecad --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-6751e857fb1c1f4f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062025-10-27T23:13:59.481Z Compiling argon2 v0.5.3
36072025-10-27T23:13:59.484Z 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=d71dda2a0ae5012d -C extra-filename=-f895be21f47d89c6 --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-d5416a6a3852d737.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`
36082025-10-27T23:13:59.756Z Compiling ingot v0.1.1
36092025-10-27T23:13:59.759Z 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=8a4294cbc5d3b835 -C extra-filename=-06ab0b1225757847 --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-7144a639a7938e22.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-41aa0cc402139805.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-b7893ab5f9178f71.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102025-10-27T23:13:59.894Z Compiling newline-converter v0.3.0
36112025-10-27T23:13:59.944Z 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`
36122025-10-27T23:14:00.138Z Compiling bytecount v0.6.8
36132025-10-27T23:14:00.141Z 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`
36142025-10-27T23:14:00.426Z Compiling expectorate v1.2.0
36152025-10-27T23:14:00.452Z 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=47185c063a9b7e64 -C extra-filename=-d501e999003d07bd --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-f15d654b37a8ecad.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-0aabb5f2c70f4cd7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162025-10-27T23:14:00.653Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fcd8b628e208e8da/build-script-main`
36172025-10-27T23:14:00.758Z Compiling fixedbitset v0.5.7
36182025-10-27T23:14:00.764Z 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`
36192025-10-27T23:14:01.476Z Compiling petgraph v0.8.2
36202025-10-27T23:14:01.480Z 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=e9065a0a6ee4c4ef -C extra-filename=-3b137b6cc80cde20 --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-d1c2964a6d83ae33.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212025-10-27T23:14:01.915Z Compiling tokio-dtrace v0.1.0
36222025-10-27T23:14:01.977Z 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=520223297a50236d -C extra-filename=-373418e792fa76b8 --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-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232025-10-27T23:14:02.290Z Compiling oxide-tokio-rt v0.1.2
36242025-10-27T23:14:02.333Z 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=89ce5e5ecf8d9698 -C extra-filename=-34bb862dbbbb542c --out-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-e674a27a3708cbf8.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-373418e792fa76b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252025-10-27T23:14:02.405Z Compiling base64 v0.21.7
36262025-10-27T23:14:02.448Z 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`
36272025-10-27T23:14:02.452Z Compiling owo-colors v4.2.2
36282025-10-27T23:14:02.457Z 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`
36292025-10-27T23:14:02.658Z Compiling cancel-safe-futures v0.1.5
36302025-10-27T23:14:02.661Z 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`
36312025-10-27T23:14:03.068Z Compiling libsw-core v0.3.1
36322025-10-27T23:14:03.113Z 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=078e0a28fa64911f -C extra-filename=-f9ee9979846e57ef --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-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332025-10-27T23:14:03.139Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-7de6316845487176/build-script-build`
36342025-10-27T23:14:03.189Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8218ef5db690fa25/build-script-build`
36352025-10-27T23:14:03.259Z 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=88e83c725c3f19c0 -C extra-filename=-0542d65bd16e9a72 --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-148fd712e6e6f9df.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-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362025-10-27T23:14:03.302Z 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)'`
36372025-10-27T23:14:03.371Z Compiling libsw v3.5.0
36382025-10-27T23:14:03.374Z 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=4f1f013ae4ebcb7f -C extra-filename=-488c1e66241ca514 --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-f9ee9979846e57ef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392025-10-27T23:14:03.736Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
36402025-10-27T23:14:03.739Z 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/795a1e0/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=9d92018da6d6f2e4 -C extra-filename=-bf13a5bef6465012 --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-c25a76578783ffa8.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-06ab0b1225757847.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-fd75c911a274067d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
36412025-10-27T23:14:03.787Z Compiling linear-map v1.2.0
36422025-10-27T23:14:03.787Z 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`
36432025-10-27T23:14:03.860Z Compiling same-file v1.0.6
36442025-10-27T23:14:03.863Z 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`
36452025-10-27T23:14:04.201Z Compiling unicode-xid v0.2.6
36462025-10-27T23:14:04.205Z 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`
36472025-10-27T23:14:04.205Z Compiling walkdir v2.5.0
36482025-10-27T23:14:04.245Z 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`
36492025-10-27T23:14:04.454Z Compiling gethostname v0.5.0
36502025-10-27T23:14:04.457Z 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=c8f401268d897171 -C extra-filename=-68d19571fd93d8b5 --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-6751e857fb1c1f4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512025-10-27T23:14:04.725Z Compiling resolv-conf v0.7.0
36522025-10-27T23:14:04.728Z 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`
36532025-10-27T23:14:04.939Z Compiling utf-8 v0.7.6
36542025-10-27T23:14:04.943Z 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`
36552025-10-27T23:14:05.310Z Compiling convert_case v0.7.1
36562025-10-27T23:14:05.313Z 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`
36572025-10-27T23:14:05.470Z Compiling slog-dtrace v0.3.0
36582025-10-27T23:14:05.473Z 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`
36592025-10-27T23:14:05.519Z Compiling globset v0.4.15
36602025-10-27T23:14:05.523Z Compiling async-recursion v1.1.1
36612025-10-27T23:14:05.523Z 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=fecc1765e647deb0 -C extra-filename=-6cdc3c9dff871d5c --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-a7e888a5db0973b0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.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`
36622025-10-27T23:14:05.523Z 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=29258d263db69c00 -C extra-filename=-a0c6aa7766a56813 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632025-10-27T23:14:05.941Z 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/795a1e0/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=0ed2e3ae542ab1de -C extra-filename=-dca29def5730e949 --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-7144a639a7938e22.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-c25a76578783ffa8.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-06ab0b1225757847.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-216e750ec283f4a9.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-bf13a5bef6465012.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-fd75c911a274067d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.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)'`
36642025-10-27T23:14:06.093Z Compiling derive_more-impl v2.0.1
36652025-10-27T23:14:06.097Z 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=ae864136f1908960 -C extra-filename=-685a0ce8da2cd816 --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662025-10-27T23:14:06.266Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-c8214600f2fcf131/build-script-build`
36672025-10-27T23:14:06.329Z 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=d5ea9a807b4de253 -C extra-filename=-7370da02e2b13f60 --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-1a84e413bcb1c25d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682025-10-27T23:14:06.934Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
36692025-10-27T23:14:06.937Z 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/795a1e0/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=91b2624b343f83d0 -C extra-filename=-c205619f31e7eb9b --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-c25a76578783ffa8.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-dca29def5730e949.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702025-10-27T23:14:06.980Z Compiling vte_generate_state_changes v0.1.2
36712025-10-27T23:14:06.983Z 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=a5b42c3e24030489 -C extra-filename=-8ad9b465208f0389 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722025-10-27T23:14:07.111Z Compiling termtree v0.5.1
36732025-10-27T23:14:07.163Z 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`
36742025-10-27T23:14:07.169Z Compiling fd-lock v4.0.2
36752025-10-27T23:14:07.172Z 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=51a6bcc077dff88a -C extra-filename=-e4a17d99742640de --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-6751e857fb1c1f4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762025-10-27T23:14:07.452Z Compiling linked-hash-map v0.5.6
36772025-10-27T23:14:07.455Z 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`
36782025-10-27T23:14:07.500Z Compiling tungstenite v0.21.0
36792025-10-27T23:14:07.503Z 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=95c0f99a8e45ee9a -C extra-filename=-9b736f03cb775fbb --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-8201e5d6381aa56b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-aae9dbffa0540230.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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`
36802025-10-27T23:14:07.782Z Compiling vte v0.11.1
36812025-10-27T23:14:07.786Z 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=7ca66e6e463d699e -C extra-filename=-c0f878ac9ce6b343 --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-8ad9b465208f0389.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822025-10-27T23:14:07.865Z Compiling lru-cache v0.1.2
36832025-10-27T23:14:07.869Z 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`
36842025-10-27T23:14:08.076Z Compiling derive_more v2.0.1
36852025-10-27T23:14:08.119Z 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=1ba31f04c5e05dd9 -C extra-filename=-33f63916ebac6807 --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-685a0ce8da2cd816.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862025-10-27T23:14:08.122Z Compiling hickory-proto v0.24.4
36872025-10-27T23:14:08.223Z 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=497ac2d7b2bc9b04 -C extra-filename=-2219ba716389f030 --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-68617f900d2f7ac8.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-a01caf054e94e1ca.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-148fd712e6e6f9df.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-03710643991b456a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882025-10-27T23:14:08.250Z Compiling crossterm v0.29.0
36892025-10-27T23:14:08.253Z 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=16b3a42399c1bbaa -C extra-filename=-4edbc1e2e614f971 --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-7144a639a7938e22.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-33f63916ebac6807.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-35ed5f6aa8705f66.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`
36902025-10-27T23:14:09.136Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
36912025-10-27T23:14:09.139Z 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/795a1e0/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=17ab224fa23a32ed -C extra-filename=-9f08dfd1d60ee253 --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-7676ca930dc43e7e.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-dca29def5730e949.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c205619f31e7eb9b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-fd75c911a274067d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922025-10-27T23:14:09.294Z Compiling strip-ansi-escapes v0.2.0
36932025-10-27T23:14:09.297Z 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=26955748df2feb88 -C extra-filename=-002c6dfa193adeba --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-c0f878ac9ce6b343.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942025-10-27T23:14:09.351Z Compiling nibble_vec v0.1.0
36952025-10-27T23:14:09.398Z 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`
36962025-10-27T23:14:09.620Z Compiling display-error-chain v0.2.2
36972025-10-27T23:14:09.623Z 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`
36982025-10-27T23:14:09.691Z Compiling endian-type v0.1.2
36992025-10-27T23:14:09.694Z 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`
37002025-10-27T23:14:09.783Z Compiling nu-ansi-term v0.50.1
37012025-10-27T23:14:09.786Z 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`
37022025-10-27T23:14:09.831Z Compiling tokio-tungstenite v0.21.0
37032025-10-27T23:14:09.834Z 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=72f82bc4c683911c -C extra-filename=-62602b9fa9a99af4 --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-148fd712e6e6f9df.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-9b736f03cb775fbb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042025-10-27T23:14:09.880Z Compiling pin-project-internal v1.1.6
37052025-10-27T23:14:09.884Z 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=c2abd882415e863a -C extra-filename=-5a5de036a6f5c493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062025-10-27T23:14:09.989Z Compiling radix_trie v0.2.1
37072025-10-27T23:14:09.992Z 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`
37082025-10-27T23:14:10.467Z Compiling reedline v0.40.0
37092025-10-27T23:14:10.471Z 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=57f1c2444388366e -C extra-filename=-f3994cb0106dab68 --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-1a84e413bcb1c25d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6a9e9c3b838c62a2.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-e4a17d99742640de.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-a24067305a22db88.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-002c6dfa193adeba.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-f68e2f29e8c314df.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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`
37102025-10-27T23:14:10.514Z Compiling smawk v0.3.2
37112025-10-27T23:14:10.560Z 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`
37122025-10-27T23:14:10.631Z Compiling unicode-linebreak v0.1.5
37132025-10-27T23:14:10.634Z 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`
37142025-10-27T23:14:10.806Z Compiling pem v3.0.5
37152025-10-27T23:14:10.810Z 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`
37162025-10-27T23:14:10.855Z Compiling snafu-derive v0.8.5
37172025-10-27T23:14:10.897Z 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=613607fed60482d2 -C extra-filename=-dc841385f466c02e --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182025-10-27T23:14:10.961Z Compiling humantime v2.2.0
37192025-10-27T23:14:10.964Z 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`
37202025-10-27T23:14:11.187Z Compiling textwrap v0.16.2
37212025-10-27T23:14:11.202Z 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=9a3b5f85343f523c -C extra-filename=-d7cf3c91689479f0 --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-80806e6d39bc6f58.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`
37222025-10-27T23:14:11.485Z Compiling cfg_aliases v0.1.1
37232025-10-27T23:14:11.489Z 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`
37242025-10-27T23:14:11.544Z Compiling olpc-cjson v0.1.4
37252025-10-27T23:14:11.608Z 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=68cdaf2da890a60a -C extra-filename=-2dfe2a7a42a14d01 --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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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`
37262025-10-27T23:14:11.657Z Compiling nix v0.28.0
37272025-10-27T23:14:11.661Z 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`
37282025-10-27T23:14:11.874Z Compiling bcs v0.1.6
37292025-10-27T23:14:11.919Z 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=c0659942dd54b2eb -C extra-filename=-a7c6d33f1a57a5b6 --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-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302025-10-27T23:14:12.232Z Compiling serde_plain v1.0.2
37312025-10-27T23:14:12.278Z 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=a61f702afa408054 -C extra-filename=-1764af88ef0657c3 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322025-10-27T23:14:12.585Z Compiling typed-path v0.9.3
37332025-10-27T23:14:12.588Z 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`
37342025-10-27T23:14:12.633Z Compiling siphasher v1.0.1
37352025-10-27T23:14:12.673Z 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`
37362025-10-27T23:14:12.741Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-be9c90650ba5f90f/build-script-build`
37372025-10-27T23:14:12.744Z Compiling pin-project v1.1.6
37382025-10-27T23:14:12.744Z 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=b5fefbd0eb5faa8f -C extra-filename=-68db5627c381a3fe --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-5a5de036a6f5c493.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392025-10-27T23:14:12.790Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37402025-10-27T23:14:12.793Z 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=8b0094a28bbb2ca9 -C extra-filename=-470fec9cecf9b077 --out-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-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412025-10-27T23:14:12.940Z Compiling hickory-resolver v0.24.4
37422025-10-27T23:14:12.993Z 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=a8bd40f3ba2e3237 -C extra-filename=-8a63f0a99cd17e56 --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-148fd712e6e6f9df.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2219ba716389f030.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-aae9dbffa0540230.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-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432025-10-27T23:14:13.073Z Compiling phf_shared v0.12.1
37442025-10-27T23:14:13.140Z 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`
37452025-10-27T23:14:13.488Z Compiling papergrid v0.11.0
37462025-10-27T23:14:13.491Z 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`
37472025-10-27T23:14:15.571Z Compiling qorb v0.4.1
37482025-10-27T23:14:15.574Z 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=02c6843d501776c3 -C extra-filename=-99b06122be892908 --out-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-68617f900d2f7ac8.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-451989699ea86308.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-8a63f0a99cd17e56.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492025-10-27T23:14:15.657Z Compiling tabled_derive v0.7.0
37502025-10-27T23:14:15.712Z 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=3349b8b2488c7cbe -C extra-filename=-9b93494158ec1415 --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-6546dd7f9fe17f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512025-10-27T23:14:15.737Z Compiling csv-core v0.1.11
37522025-10-27T23:14:15.740Z 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`
37532025-10-27T23:14:15.827Z Compiling snafu v0.8.5
37542025-10-27T23:14:15.830Z 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=44fcc4aeb67ddaf5 -C extra-filename=-92ed5d7a0e72589c --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-68db5627c381a3fe.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-dc841385f466c02e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552025-10-27T23:14:16.327Z Compiling highway v1.3.0
37562025-10-27T23:14:16.342Z 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`
37572025-10-27T23:14:16.597Z Compiling chrono-tz v0.10.4
37582025-10-27T23:14:16.600Z 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`
37592025-10-27T23:14:16.916Z Compiling semver v0.1.20
37602025-10-27T23:14:16.919Z 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`
37612025-10-27T23:14:17.015Z Compiling csv v1.3.1
37622025-10-27T23:14:17.018Z 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=c592a5f80804aae8 -C extra-filename=-6a7beeadf0919cf4 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632025-10-27T23:14:17.063Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-c4b01ce3a0867b8c/build-script-build`
37642025-10-27T23:14:17.130Z Compiling phf v0.12.1
37652025-10-27T23:14:17.133Z 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`
37662025-10-27T23:14:17.185Z 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=b930b48a21006b3c -C extra-filename=-cfbb9e4a791c734a --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-7144a639a7938e22.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`
37672025-10-27T23:14:17.517Z Compiling rustc_version v0.1.7
37682025-10-27T23:14:17.520Z 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`
37692025-10-27T23:14:17.566Z Compiling const_format_proc_macros v0.2.34
37702025-10-27T23:14:17.579Z 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=332be20ec6003e93 -C extra-filename=-11f1c5942ab79a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.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`
37712025-10-27T23:14:17.966Z Compiling peg-macros v0.8.5
37722025-10-27T23:14:17.970Z 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=3709ef23f40be0f6 -C extra-filename=-df97052a4e73998e --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732025-10-27T23:14:18.045Z Compiling tabled v0.15.0
37742025-10-27T23:14:18.048Z 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=a309aa4f83a29bd6 -C extra-filename=-89c9d917907bd40a --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-9b93494158ec1415.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`
37752025-10-27T23:14:18.264Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37762025-10-27T23:14:18.267Z 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=76085408d84d0463 -C extra-filename=-e538b995c42854b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-e538b995c42854b0 -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-fd73e0970fd64adf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772025-10-27T23:14:18.351Z Compiling sqlparser_derive v0.2.2
37782025-10-27T23:14:18.354Z 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=aebc5244da5f8891 -C extra-filename=-f3fb1060709bcf43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792025-10-27T23:14:19.457Z Compiling unicode_categories v0.1.1
37802025-10-27T23:14:19.460Z 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`
37812025-10-27T23:14:19.611Z Compiling const_format v0.2.34
37822025-10-27T23:14:19.670Z 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=e7dc2597557d4bc2 -C extra-filename=-8c81071766d0bbed --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-11f1c5942ab79a09.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832025-10-27T23:14:19.677Z Compiling sqlparser v0.45.0
37842025-10-27T23:14:19.680Z 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=3e17863f5fbac444 -C extra-filename=-e851b5bf7463a7d2 --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-f3fb1060709bcf43.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852025-10-27T23:14:19.857Z Compiling sqlformat v0.3.5
37862025-10-27T23:14:19.860Z 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`
37872025-10-27T23:14:20.062Z Compiling rustyline v14.0.0
37882025-10-27T23:14:20.113Z 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=3500c524430f6212 -C extra-filename=-3989862fdd6a32c1 --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-7144a639a7938e22.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-e4a17d99742640de.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-cfbb9e4a791c734a.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`
37892025-10-27T23:14:20.322Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-e538b995c42854b0/build-script-build`
37902025-10-27T23:14:20.397Z Compiling newtype_derive v0.1.6
37912025-10-27T23:14:20.408Z 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`
37922025-10-27T23:14:20.541Z 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=1433391e737a7ee8 -C extra-filename=-3b5a1071c5dccf33 --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-1a84e413bcb1c25d.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a2b4c43aed521e34.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932025-10-27T23:14:20.861Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1a7fa93cd0936b0c/build-script-build`
37942025-10-27T23:14:21.040Z 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`
37952025-10-27T23:14:21.154Z Compiling steno v0.4.1
37962025-10-27T23:14:21.157Z 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=847c319dc37874c7 -C extra-filename=-bb434b125eb7ccf9 --out-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-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.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-ced34b824d457562.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972025-10-27T23:14:21.417Z Compiling peg v0.8.5
37982025-10-27T23:14:21.420Z 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=4e7f23ffe260a7eb -C extra-filename=-beaaecc917906a36 --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-df97052a4e73998e.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`
37992025-10-27T23:14:21.598Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
38002025-10-27T23:14:21.602Z 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`
38012025-10-27T23:14:22.325Z Compiling arc-swap v1.7.1
38022025-10-27T23:14:22.328Z 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`
38032025-10-27T23:14:22.558Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-e72ca0e7dc89fbad/build-script-build`
38042025-10-27T23:14:22.605Z Compiling xattr v1.3.1
38052025-10-27T23:14:22.608Z 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=765cdeca4a6332c1 -C extra-filename=-19b8dcbb2f2cce7b --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-6751e857fb1c1f4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062025-10-27T23:14:22.946Z Compiling slog-scope v4.4.0
38072025-10-27T23:14:22.950Z 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`
38082025-10-27T23:14:22.990Z Compiling filetime v0.2.25
38092025-10-27T23:14:22.993Z 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`
38102025-10-27T23:14:23.339Z Compiling slog-stdlog v4.1.1
38112025-10-27T23:14:23.343Z 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`
38122025-10-27T23:14:23.445Z Compiling tar v0.4.44
38132025-10-27T23:14:23.448Z 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=3d425d48eb07ff7f -C extra-filename=-23be4f781f76c225 --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-19b8dcbb2f2cce7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142025-10-27T23:14:23.686Z Compiling slog-envlogger v2.2.0
38152025-10-27T23:14:23.689Z 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=25c91dce87dae682 -C extra-filename=-fa42da51cd0fd360 --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-daa3497a984c736e.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-344061b1e2d0612a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162025-10-27T23:14:23.735Z Compiling half v2.4.1
38172025-10-27T23:14:23.738Z 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`
38182025-10-27T23:14:23.796Z Compiling ciborium-io v0.2.2
38192025-10-27T23:14:23.800Z 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`
38202025-10-27T23:14:23.997Z 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`
38212025-10-27T23:14:24.319Z Compiling ciborium-ll v0.2.2
38222025-10-27T23:14:24.322Z 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`
38232025-10-27T23:14:24.370Z Compiling universal-hash v0.5.1
38242025-10-27T23:14:24.373Z Compiling opaque-debug v0.3.1
38252025-10-27T23:14:24.413Z 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=572bf18236879d7b -C extra-filename=-3e15496c767aa9a0 --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-99ff3d0f0d216c1c.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`
38262025-10-27T23:14:24.413Z 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`
38272025-10-27T23:14:24.584Z Compiling typify-impl v0.2.0
38282025-10-27T23:14:24.589Z 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=47e152c781dcd89e -C extra-filename=-04c7db3afeb895f1 --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-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292025-10-27T23:14:24.638Z Compiling ciborium v0.2.2
38302025-10-27T23:14:24.641Z 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=bbd308fac5b064bd -C extra-filename=-971849dc346a6008 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312025-10-27T23:14:24.730Z Compiling subprocess v0.2.9
38322025-10-27T23:14:24.734Z 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`
38332025-10-27T23:14:25.431Z Compiling headers-core v0.3.0
38342025-10-27T23:14:25.434Z 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=5707477a9d50941c -C extra-filename=-7cfdd430842e2563 --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-718670cf184476d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352025-10-27T23:14:25.662Z Compiling headers v0.4.1
38362025-10-27T23:14:25.665Z 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=66d547dc5f238296 -C extra-filename=-39687260fb3b22f5 --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-8201e5d6381aa56b.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-7cfdd430842e2563.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-016c821dc9c10552.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372025-10-27T23:14:26.048Z Compiling aead v0.5.2
38382025-10-27T23:14:26.051Z 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=096388d31a52af8e -C extra-filename=-8e220d2680d63410 --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-99ff3d0f0d216c1c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392025-10-27T23:14:26.330Z Compiling poly1305 v0.8.0
38402025-10-27T23:14:26.334Z 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=c5447f73242e5872 -C extra-filename=-ec4e42f5cc5615c0 --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-3e15496c767aa9a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412025-10-27T23:14:26.470Z Compiling chacha20 v0.9.1
38422025-10-27T23:14:26.513Z 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=c865617c313a1320 -C extra-filename=-25e2d596b785f137 --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-40e701b42c2114c5.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`
38432025-10-27T23:14:26.980Z Compiling lzma-sys v0.1.20
38442025-10-27T23:14:26.983Z 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`
38452025-10-27T23:14:27.265Z Compiling heck v0.3.3
38462025-10-27T23:14:27.268Z 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`
38472025-10-27T23:14:27.433Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38482025-10-27T23:14:27.437Z 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=6c9d6f882c63c33f -C extra-filename=-f43290af23661fc4 --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-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38492025-10-27T23:14:27.693Z Compiling zone_cfg_derive v0.1.2
38502025-10-27T23:14:27.698Z 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=2ea422e48fed4385 -C extra-filename=-46267e4ef5280fff --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-6546dd7f9fe17f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38512025-10-27T23:14:27.872Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-914deba28a45add7/build-script-build`
38522025-10-27T23:14:27.918Z Compiling yasna v0.5.2
38532025-10-27T23:14:27.921Z 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=6fd80bf73dd3913e -C extra-filename=-e9852cf79273875f --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-2dc41db2bdf7cae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542025-10-27T23:14:27.983Z 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`
38552025-10-27T23:14:28.029Z Compiling number_prefix v0.4.0
38562025-10-27T23:14:28.033Z 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`
38572025-10-27T23:14:28.217Z Compiling base64 v0.13.1
38582025-10-27T23:14:28.221Z 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`
38592025-10-27T23:14:28.323Z Compiling indicatif v0.17.11
38602025-10-27T23:14:28.327Z 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`
38612025-10-27T23:14:28.789Z Compiling ron v0.7.1
38622025-10-27T23:14:28.792Z 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=a6ba238b68ca3f1b -C extra-filename=-32b4999f2edf0223 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632025-10-27T23:14:29.237Z Compiling zone v0.1.8
38642025-10-27T23:14:29.240Z 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=66393dd2158f3bcb -C extra-filename=-344a8d7004afc2bc --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-f0c476a230b66c95.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-46267e4ef5280fff.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652025-10-27T23:14:29.490Z Compiling rcgen v0.12.1
38662025-10-27T23:14:29.493Z 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=1efd0331061c1df4 -C extra-filename=-5936bdb97f2ac5fd --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-2dc41db2bdf7cae4.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-e9852cf79273875f.rmeta --cap-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`
38672025-10-27T23:14:30.277Z Compiling xz2 v0.1.7
38682025-10-27T23:14:30.280Z 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`
38692025-10-27T23:14:30.583Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38702025-10-27T23:14:30.586Z 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=d1597c5bb4a7d82b -C extra-filename=-cf9af829c6b8591f --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-f43290af23661fc4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38712025-10-27T23:14:30.778Z Compiling thiserror-impl-no-std v2.0.2
38722025-10-27T23:14:30.782Z 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=9c70b3ecb63b4085 -C extra-filename=-7d1ce746d32ef376 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732025-10-27T23:14:30.826Z Compiling chacha20poly1305 v0.10.1
38742025-10-27T23:14:30.829Z 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=dc5e434725f44ec7 -C extra-filename=-1195d89c002f0d88 --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-8e220d2680d63410.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-25e2d596b785f137.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-40e701b42c2114c5.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-ec4e42f5cc5615c0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752025-10-27T23:14:31.121Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
38762025-10-27T23:14:31.125Z 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/75ea340/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=99d7023eee997258 -C extra-filename=-157689a0197ad2ea --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-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38772025-10-27T23:14:31.296Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
38782025-10-27T23:14:31.299Z 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/aaa5129/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=60aee315474ab838 -C extra-filename=-e6ffbae91c260faf --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-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792025-10-27T23:14:31.579Z Compiling moka v0.12.10
38802025-10-27T23:14:31.642Z 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`
38812025-10-27T23:14:31.989Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
38822025-10-27T23:14:31.992Z 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/aaa5129/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=c35b29da2e6afcc0 -C extra-filename=-f81db513961ccb1b --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-157689a0197ad2ea.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-e6ffbae91c260faf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832025-10-27T23:14:32.036Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-419228d7a2f9b964/build-script-build`
38842025-10-27T23:14:32.105Z Compiling tagptr v0.2.0
38852025-10-27T23:14:32.109Z 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`
38862025-10-27T23:14:32.226Z Compiling dropshot-api-manager-types v0.2.2
38872025-10-27T23:14:32.231Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-types-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b031306c49e3b79 -C extra-filename=-e156477d77b552fd --out-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-dfc32f0a21b07f91.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882025-10-27T23:14:32.467Z 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=c1c5c71ed4ae2e38 -C extra-filename=-7c28f5ab47024174 --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-f0c476a230b66c95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892025-10-27T23:14:32.936Z Compiling nix v0.30.1
38902025-10-27T23:14:32.939Z 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`
38912025-10-27T23:14:33.163Z Compiling libefi-sys v0.1.0
38922025-10-27T23:14:33.167Z 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`
38932025-10-27T23:14:33.613Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-553c9ecde338b9db/build-script-build`
38942025-10-27T23:14:33.684Z Compiling bitfield-struct v0.6.2
38952025-10-27T23:14:33.726Z 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=c7698a86852a0bf9 -C extra-filename=-d7937b5e1583c19f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38962025-10-27T23:14:33.729Z Compiling thiserror-no-std v2.0.2
38972025-10-27T23:14:33.729Z 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=d95c4bce3f54a468 -C extra-filename=-0c31326afb68aef9 --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-7d1ce746d32ef376.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982025-10-27T23:14:33.876Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-2d7a5306b3cb4e14/build-script-build`
38992025-10-27T23:14:33.923Z Compiling vsss-rs v3.3.4
39002025-10-27T23:14:33.964Z 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=ab88c7f91d32b256 -C extra-filename=-aa18adfe15f6e34e --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-6a74b7a80d29c515.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7516108547a7f830.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a0712094a2fe141f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-0c31326afb68aef9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012025-10-27T23:14:33.987Z 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=af1cbbed051dc04a -C extra-filename=-bf590cde3ce690df --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-7144a639a7938e22.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"))'`
39022025-10-27T23:14:34.187Z Compiling hickory-resolver v0.25.2
39032025-10-27T23:14:34.190Z 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=a198faa145002181 -C extra-filename=-d75b13d0b87d4a80 --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-148fd712e6e6f9df.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-7c28f5ab47024174.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-239113ee1ff5f489.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-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042025-10-27T23:14:35.231Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
39052025-10-27T23:14:35.234Z 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`
39062025-10-27T23:14:35.421Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39072025-10-27T23:14:35.424Z 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=14d67c6aad0c639f -C extra-filename=-cc07eab20f96fde2 --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-d7937b5e1583c19f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082025-10-27T23:14:35.724Z Compiling typify-macro v0.2.0
39092025-10-27T23:14:35.727Z 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=5aed0ca18aa65711 -C extra-filename=-a5eb60189b52666e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-04c7db3afeb895f1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102025-10-27T23:14:35.829Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-2e07073994e865a8/build-script-build`
39112025-10-27T23:14:35.872Z 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`
39122025-10-27T23:14:35.982Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39132025-10-27T23:14:35.986Z 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=40eeefd494506aee -C extra-filename=-003d714d25dd1cda --out-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-e37b3bb3697a6962.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142025-10-27T23:14:36.144Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39152025-10-27T23:14:36.147Z 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`
39162025-10-27T23:14:36.294Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39172025-10-27T23:14:36.297Z 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=04be29b86c831778 -C extra-filename=-9cdb505b4fb0eedb --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-cc07eab20f96fde2.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-d3f0d87628df8a16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39182025-10-27T23:14:36.341Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39192025-10-27T23:14:36.344Z 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=d8819eacc5eaab2c -C extra-filename=-564e279dab4242ed --out-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-003d714d25dd1cda.rmeta --cap-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`
39202025-10-27T23:14:36.344Z 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=3e2a9a9e2fc7fc9a -C extra-filename=-1e352d19b975b26a --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-f0c476a230b66c95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212025-10-27T23:14:36.598Z Compiling xshell-macros v0.2.7
39222025-10-27T23:14:36.653Z 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`
39232025-10-27T23:14:36.819Z Compiling radium v0.7.0
39242025-10-27T23:14:36.822Z Compiling tap v1.0.1
39252025-10-27T23:14:36.822Z 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`
39262025-10-27T23:14:36.822Z 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`
39272025-10-27T23:14:37.061Z Compiling maybe-uninit v2.0.0
39282025-10-27T23:14:37.064Z 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`
39292025-10-27T23:14:37.130Z Compiling wyz v0.5.1
39302025-10-27T23:14:37.133Z 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`
39312025-10-27T23:14:37.497Z Compiling xshell v0.2.7
39322025-10-27T23:14:37.497Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-2584eb7563a95657/build-script-build`
39332025-10-27T23:14:37.539Z 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`
39342025-10-27T23:14:37.600Z 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`
39352025-10-27T23:14:37.643Z Compiling zerocopy-derive v0.6.6
39362025-10-27T23:14:37.691Z 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=cf2db4c55070efa0 -C extra-filename=-5b00702b82005e90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372025-10-27T23:14:37.724Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-75e3041ff2a36386/build-script-build`
39382025-10-27T23:14:37.837Z Compiling packed_struct v0.10.1
39392025-10-27T23:14:37.840Z 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`
39402025-10-27T23:14:38.089Z Compiling crc-catalog v2.4.0
39412025-10-27T23:14:38.092Z 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`
39422025-10-27T23:14:38.131Z Compiling funty v2.0.0
39432025-10-27T23:14:38.137Z 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`
39442025-10-27T23:14:38.298Z Compiling crc v3.2.1
39452025-10-27T23:14:38.301Z 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`
39462025-10-27T23:14:38.417Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-8927ff2958141b2d/build-script-build`
39472025-10-27T23:14:38.487Z 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`
39482025-10-27T23:14:38.639Z Compiling packed_struct_codegen v0.10.1
39492025-10-27T23:14:38.643Z 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=a81a1d7aef97d52f -C extra-filename=-1838512c76a2de75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502025-10-27T23:14:38.689Z Compiling bitfield-macros v0.19.2
39512025-10-27T23:14:38.692Z Compiling memmap2 v0.9.8
39522025-10-27T23:14:38.733Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-macros-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8503e7b08163873b -C extra-filename=-7bea7a22a777c97a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532025-10-27T23:14:38.733Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=dd3fd5b2d3588c35 -C extra-filename=-a8d790446100d922 --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`
39542025-10-27T23:14:38.972Z Compiling indexmap v1.9.3
39552025-10-27T23:14:38.975Z 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`
39562025-10-27T23:14:39.172Z Compiling bitvec v1.0.1
39572025-10-27T23:14:39.176Z 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`
39582025-10-27T23:14:39.442Z Compiling nodrop v0.1.14
39592025-10-27T23:14:39.445Z 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`
39602025-10-27T23:14:39.648Z Compiling array-init v0.0.4
39612025-10-27T23:14:39.651Z 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`
39622025-10-27T23:14:39.695Z Compiling zerocopy v0.6.6
39632025-10-27T23:14:39.695Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-8466d390a730ecd7/build-script-build`
39642025-10-27T23:14:39.698Z 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=564e6f986a505c5f -C extra-filename=-a371434f5a26d4be --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-5b00702b82005e90.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39652025-10-27T23:14:39.801Z Compiling smallvec v0.6.14
39662025-10-27T23:14:39.804Z 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`
39672025-10-27T23:14:40.148Z Compiling typify v0.2.0
39682025-10-27T23:14:40.152Z 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=e1a1d0732ddd5c1a -C extra-filename=-a3d20ae419fd7e71 --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-04c7db3afeb895f1.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-a5eb60189b52666e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692025-10-27T23:14:40.253Z Compiling proc-macro-error-attr2 v2.0.0
39702025-10-27T23:14:40.269Z 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=105af8aa158fc195 -C extra-filename=-cd41deb349ee9cf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712025-10-27T23:14:40.307Z Compiling bitfield v0.19.2
39722025-10-27T23:14:40.319Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a75338dc2a6b785 -C extra-filename=-4f156cecafcfb832 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_macros=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_macros-7bea7a22a777c97a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39732025-10-27T23:14:40.379Z Compiling progenitor-impl v0.8.0
39742025-10-27T23:14:40.383Z 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=799aba66d9125c60 -C extra-filename=-806b9a31c606175a --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-718670cf184476d0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-a3d20ae419fd7e71.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39752025-10-27T23:14:40.516Z Compiling hashbrown v0.12.3
39762025-10-27T23:14:40.520Z 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`
39772025-10-27T23:14:40.619Z Compiling serde-hex v0.1.0
39782025-10-27T23:14:40.622Z 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=50caed8b44bf9321 -C extra-filename=-0dec0c095b2f7805 --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-a24067305a22db88.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`
39792025-10-27T23:14:40.830Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39802025-10-27T23:14:40.834Z 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=7278b4d1d07e00f0 -C extra-filename=-4f6d72926fc935b0 --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-a371434f5a26d4be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812025-10-27T23:14:41.164Z Compiling proc-macro-error2 v2.0.1
39822025-10-27T23:14:41.205Z 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=d704288068efbb0c -C extra-filename=-93ba87480d9474e4 --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-cd41deb349ee9cf9.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832025-10-27T23:14:41.209Z Compiling ron v0.8.1
39842025-10-27T23:14:41.209Z 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=392f6ff50b440541 -C extra-filename=-4e2f5ecc9feaa41c --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-7144a639a7938e22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852025-10-27T23:14:41.254Z Compiling hashbrown v0.13.2
39862025-10-27T23:14:41.254Z 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=88c297b9b647010d -C extra-filename=-705d88ad15032d4f --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-ed2d4c558c02d74c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872025-10-27T23:14:41.545Z 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`
39882025-10-27T23:14:41.817Z Compiling crc-any v2.5.0
39892025-10-27T23:14:41.821Z 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`
39902025-10-27T23:14:42.349Z Compiling maplit v1.0.2
39912025-10-27T23:14:42.417Z 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`
39922025-10-27T23:14:42.421Z Compiling object v0.30.4
39932025-10-27T23:14:42.421Z Compiling path-slash v0.1.5
39942025-10-27T23:14:42.421Z 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=5806271cf56f87cf -C extra-filename=-897f5ef3b8c28a6c --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-705d88ad15032d4f.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`
39952025-10-27T23:14:42.421Z 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`
39962025-10-27T23:14:42.579Z 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=e99d7273ffb55a23 -C extra-filename=-a2009939b299f953 --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-1838512c76a2de75.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39972025-10-27T23:14:42.598Z Compiling num-derive v0.3.3
39982025-10-27T23:14:42.603Z 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=b4bb921cb074b5cc -C extra-filename=-3ed99e3e6165bf20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992025-10-27T23:14:42.729Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40002025-10-27T23:14:42.733Z 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=381351ba8fc45f2f -C extra-filename=-9f317daf8a21520d --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-4e2f5ecc9feaa41c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4f6d72926fc935b0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a371434f5a26d4be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012025-10-27T23:14:43.383Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
40022025-10-27T23:14:43.388Z 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/db07274/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=0c4c7df0fbc14040 -C extra-filename=-c5d727094bb43dd8 --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-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032025-10-27T23:14:43.456Z Compiling tabled_derive v0.11.0
40042025-10-27T23:14:43.511Z 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.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b125343d871ad26 -C extra-filename=-2454bd5d60fbf4ff --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-93ba87480d9474e4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40052025-10-27T23:14:43.911Z Compiling papergrid v0.17.0
40062025-10-27T23:14:43.917Z 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.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fnv"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "fnv", "std"))' -C metadata=d869b9034d0567a6 -C extra-filename=-fc4d2a59e71281a7 --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`
40072025-10-27T23:14:44.920Z Compiling libscf-sys v1.1.0
40082025-10-27T23:14:44.923Z 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=0acbdf53c666b033 -C extra-filename=-b7de7f84423b2f5f --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-3ed99e3e6165bf20.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`
40092025-10-27T23:14:45.071Z Compiling testing_table v0.3.0
40102025-10-27T23:14:45.075Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name testing_table --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/testing_table-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansitok", "std"))' -C metadata=659f4a6378c47beb -C extra-filename=-86681e20026f4de7 --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-83067e9f157ad943.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112025-10-27T23:14:45.219Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
40122025-10-27T23:14:45.267Z 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=ebbbd68c653cfab6 -C extra-filename=-6abb93ba2a6c1932 --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-b7de7f84423b2f5f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e7bbba1d1c8c50c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132025-10-27T23:14:45.400Z Compiling usdt-attr-macro v0.6.0
40142025-10-27T23:14:45.403Z 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.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9862a683769d93a -C extra-filename=-a4150b029c1fd6c2 --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-3a1bb4c15cea19f4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7220c3a5a067b5b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152025-10-27T23:14:46.028Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40162025-10-27T23:14:46.032Z 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/b507bc6/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=3d7b4be19ab0b666 -C extra-filename=-a8b7caeb821f48e6 --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-4f156cecafcfb832.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-a2009939b299f953.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40172025-10-27T23:14:46.260Z Compiling usdt-macro v0.6.0
40182025-10-27T23:14:46.263Z 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.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9a82062a7431070 -C extra-filename=-a6d99a0830f935d2 --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-3a1bb4c15cea19f4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7220c3a5a067b5b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192025-10-27T23:14:46.401Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40202025-10-27T23:14:46.404Z 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/59b8432/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=2770c7979bd51e53 -C extra-filename=-06f0f57332a46af4 --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-7144a639a7938e22.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212025-10-27T23:14:47.098Z Compiling progenitor-macro v0.8.0
40222025-10-27T23:14:47.101Z 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=5f2f060622ca53f5 -C extra-filename=-ad836a94fc28ab8b --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-55ad349be5fd0e1d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-806b9a31c606175a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-0adf5dbe9ae4a659.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232025-10-27T23:14:47.340Z Compiling fxhash v0.2.1
40242025-10-27T23:14:47.343Z 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`
40252025-10-27T23:14:47.621Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40262025-10-27T23:14:47.624Z 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/59b8432/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=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`
40272025-10-27T23:14:47.963Z Compiling tabled v0.20.0
40282025-10-27T23:14:47.967Z 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.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="assert"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --cfg 'feature="testing_table"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=47f99c23c6ee5945 -C extra-filename=-e2cfabc1fb36731a --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-fc4d2a59e71281a7.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-2454bd5d60fbf4ff.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-86681e20026f4de7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292025-10-27T23:14:48.075Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-43966b28c899ffbc/build-script-build`
40302025-10-27T23:14:48.121Z Compiling usdt v0.6.0
40312025-10-27T23:14:48.160Z 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.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=096372b5e2412a4d -C extra-filename=-8f5eaf50bf4ef0c4 --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-d8996dd468609515.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-78f75aca8f03149a.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-a8d790446100d922.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-a4150b029c1fd6c2.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7220c3a5a067b5b7.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-a6d99a0830f935d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40322025-10-27T23:14:48.192Z Compiling unicase v2.8.1
40332025-10-27T23:14:48.195Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=1ab134680ebc0fb4 -C extra-filename=-38577a46ac9c26c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40342025-10-27T23:14:48.580Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40352025-10-27T23:14:48.589Z 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/59b8432/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=93f2ab3e2eee3a29 -C extra-filename=-eff155bdd6ea7adc --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-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-06f0f57332a46af4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362025-10-27T23:14:48.632Z Compiling crc8 v0.1.1
40372025-10-27T23:14:48.636Z 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`
40382025-10-27T23:14:48.669Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40392025-10-27T23:14:48.673Z 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`
40402025-10-27T23:14:48.839Z Compiling diff v0.1.13
40412025-10-27T23:14:48.842Z 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`
40422025-10-27T23:14:49.105Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-3719220064e2b528/build-script-build`
40432025-10-27T23:14:49.227Z 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=6f944af207f6a659 -C extra-filename=-16b2b7369802833a --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-f0c476a230b66c95.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/`
40442025-10-27T23:14:49.428Z Compiling half v1.8.3
40452025-10-27T23:14:49.432Z 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`
40462025-10-27T23:14:49.570Z Compiling dsl_auto_type v0.1.2
40472025-10-27T23:14:49.573Z 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=b4f13ecee26f32de -C extra-filename=-3f3cb79317965c8b --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-ce6e58e5ff4469d9.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-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40482025-10-27T23:14:50.021Z Compiling serde_cbor v0.11.2
40492025-10-27T23:14:50.025Z 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=4de3646c21c63328 -C extra-filename=-a0e838f92eb9fca1 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502025-10-27T23:14:50.065Z Compiling vergen-gitcl v1.0.8
40512025-10-27T23:14:50.065Z 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-gitcl-1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=fa38f0bcf657c05c -C extra-filename=-31253a0aabcf5da2 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-31253a0aabcf5da2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522025-10-27T23:14:50.538Z Compiling diesel_table_macro_syntax v0.2.0
40532025-10-27T23:14:50.541Z 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=4360782a70de3135 -C extra-filename=-073d54e5dca3185f --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-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40542025-10-27T23:14:50.986Z Compiling scheduled-thread-pool v0.2.7
40552025-10-27T23:14:50.989Z 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`
40562025-10-27T23:14:51.030Z Compiling diesel_derives v2.2.3
40572025-10-27T23:14:51.034Z 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=9df432cffec20d26 -C extra-filename=-ea49d0597876f2ba --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-073d54e5dca3185f.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-3f3cb79317965c8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582025-10-27T23:14:51.377Z Compiling r2d2 v0.8.10
40592025-10-27T23:14:51.381Z 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`
40602025-10-27T23:14:51.571Z 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/59b8432/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=e9aa3b992f462441 -C extra-filename=-f4a71463a658d854 --out-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-e2a25e47eb889030.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-bf590cde3ce690df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-344061b1e2d0612a.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2cfabc1fb36731a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-eff155bdd6ea7adc.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-06f0f57332a46af4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8f5eaf50bf4ef0c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
40612025-10-27T23:14:51.812Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-31253a0aabcf5da2/build-script-build`
40622025-10-27T23:14:51.885Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_gitcl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=b4fa80fe7e87b940 -C extra-filename=-a9aee96273831131 --out-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 derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-09755bbc107d887e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-485634054e9a73f6.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-d158c5bf7c8a038b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
40632025-10-27T23:14:52.280Z Compiling kstat-rs v0.2.4
40642025-10-27T23:14:52.287Z 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=16b370c3e04783c5 -C extra-filename=-e73c4b233f84fa79 --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-f0c476a230b66c95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652025-10-27T23:14:52.913Z Compiling dirs-sys-next v0.1.2
40662025-10-27T23:14:52.917Z 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`
40672025-10-27T23:14:53.289Z Compiling crunchy v0.2.2
40682025-10-27T23:14:53.293Z 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`
40692025-10-27T23:14:53.516Z Compiling dirs-next v2.0.0
40702025-10-27T23:14:53.520Z 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`
40712025-10-27T23:14:53.784Z Compiling parking_lot_core v0.8.6
40722025-10-27T23:14:53.835Z 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`
40732025-10-27T23:14:53.869Z Compiling tiny-keccak v2.0.2
40742025-10-27T23:14:53.873Z 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`
40752025-10-27T23:14:53.915Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-489314c176b5d427/build-script-build`
40762025-10-27T23:14:54.034Z 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`
40772025-10-27T23:14:54.134Z Compiling term v0.7.0
40782025-10-27T23:14:54.137Z 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`
40792025-10-27T23:14:54.182Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
40802025-10-27T23:14:54.182Z 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/b507bc6/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=e2cdbbb600f82411 -C extra-filename=-30117f83be5f9caf --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-c5881e6e573fca19.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c89d0ff142a26df7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a8b7caeb821f48e6.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-a2009939b299f953.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ace06c94b4916f0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-0dec0c095b2f7805.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-327c2e635aa63ff2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812025-10-27T23:14:54.316Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-29d3180f83983aa1/build-script-build`
40822025-10-27T23:14:54.362Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-fe667eea1fe70282/build-script-build`
40832025-10-27T23:14:54.426Z Compiling nanorand v0.7.0
40842025-10-27T23:14:54.429Z 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`
40852025-10-27T23:14:54.471Z Compiling bit-vec v0.6.3
40862025-10-27T23:14:54.526Z 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`
40872025-10-27T23:14:54.929Z Compiling flume v0.11.1
40882025-10-27T23:14:54.932Z 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`
40892025-10-27T23:14:55.029Z Compiling bit-set v0.5.3
40902025-10-27T23:14:55.032Z 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`
40912025-10-27T23:14:55.353Z Compiling ascii-canvas v3.0.0
40922025-10-27T23:14:55.357Z 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`
40932025-10-27T23:14:55.441Z 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`
40942025-10-27T23:14:55.614Z 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`
40952025-10-27T23:14:55.926Z Compiling ena v0.14.3
40962025-10-27T23:14:55.930Z 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`
40972025-10-27T23:14:56.159Z Compiling regex-syntax v0.6.29
40982025-10-27T23:14:56.181Z 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`
40992025-10-27T23:14:56.230Z Compiling bindgen v0.71.1
41002025-10-27T23:14:56.233Z 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`
41012025-10-27T23:14:56.394Z Compiling parking_lot v0.11.2
41022025-10-27T23:14:56.397Z 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`
41032025-10-27T23:14:57.248Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
41042025-10-27T23:14:57.251Z 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=181d5914ad4d85cc -C extra-filename=-78c893b369a7839c --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-dd833add49a4eb53.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a8b7caeb821f48e6.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-30117f83be5f9caf.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-897f5ef3b8c28a6c.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-0bdbcddafa3195e6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ace06c94b4916f0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4f6d72926fc935b0.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-9f317daf8a21520d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-327c2e635aa63ff2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a371434f5a26d4be.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-10-27T23:14:57.417Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-d7ed333fc2a12bed/build-script-build`
41062025-10-27T23:14:57.426Z Compiling prefix-trie v0.7.0
41072025-10-27T23:14:57.429Z 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=fce8362a3a78b29e -C extra-filename=-14bdefaea25534cd --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-8a1470f388d907f1.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`
41082025-10-27T23:14:57.492Z 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=3976c87c9849a865 -C extra-filename=-fb5450e5d906e48a --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-7144a639a7938e22.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-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.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-fec2201208344043.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092025-10-27T23:14:58.295Z Compiling hickory-server v0.25.2
41102025-10-27T23:14:58.299Z 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=fe103960c813bb73 -C extra-filename=-939e8ed71b044ee7 --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-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.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-a01caf054e94e1ca.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-14bdefaea25534cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112025-10-27T23:15:00.774Z Compiling lalrpop v0.19.12
41122025-10-27T23:15:00.779Z 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=ce1827f1b1632214 -C extra-filename=-942a9800adab9b8f --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-ced34b824d457562.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.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-e99e30938fe6c72b.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`
41132025-10-27T23:15:00.866Z Compiling sled v0.34.7
41142025-10-27T23:15:00.930Z 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`
41152025-10-27T23:15:01.308Z Compiling hickory-client v0.25.2
41162025-10-27T23:15:01.311Z 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=d4f5aa1922fe456e -C extra-filename=-d147f4a8884fe21a --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-148fd712e6e6f9df.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.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-239113ee1ff5f489.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172025-10-27T23:15:02.022Z Compiling libxml v0.3.3
41182025-10-27T23:15:02.026Z 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`
41192025-10-27T23:15:02.221Z Compiling diesel v2.2.12
41202025-10-27T23:15:02.225Z 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=5dd2b27189fe9eaa -C extra-filename=-0be375789e321fa6 --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-7144a639a7938e22.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-ea49d0597876f2ba.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.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-1f2dc6198d999389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
41212025-10-27T23:15:02.544Z Compiling strum_macros v0.24.3
41222025-10-27T23:15:02.589Z 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=902d0db124a31e05 -C extra-filename=-62a8bb05225dbc7f --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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232025-10-27T23:15:02.631Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-99f8759a07a6d6c5/build-script-build`
41242025-10-27T23:15:02.667Z Compiling indoc v1.0.9
41252025-10-27T23:15:02.670Z 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`
41262025-10-27T23:15:03.715Z 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`
41272025-10-27T23:15:06.004Z Compiling impl-trait-for-tuples v0.2.2
41282025-10-27T23:15:06.008Z 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=bdc3684c2bc05840 -C extra-filename=-d60f25992e6591ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292025-10-27T23:15:06.145Z Compiling oso-derive v0.27.3
41302025-10-27T23:15:06.148Z 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=c7abcb353adf8b9e -C extra-filename=-36f667099eff663c --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-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312025-10-27T23:15:07.389Z Compiling quick-xml v0.37.2
41322025-10-27T23:15:07.392Z 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=d1b9cf14a3b282d9 -C extra-filename=-e21f0e1f1e38c6a5 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332025-10-27T23:15:10.152Z Compiling fs-err v2.11.0
41342025-10-27T23:15:10.203Z 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`
41352025-10-27T23:15:10.559Z Compiling predicates-tree v1.0.12
41362025-10-27T23:15:10.564Z 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`
41372025-10-27T23:15:10.633Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-9afb34ec946b8e37/build-script-build`
41382025-10-27T23:15:10.840Z Compiling primeorder v0.13.6
41392025-10-27T23:15:10.844Z 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=43686a2a9f2ee7e9 -C extra-filename=-6a0b6a17573b75cc --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-7516108547a7f830.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41402025-10-27T23:15:11.039Z Compiling diesel-dtrace v0.4.2
41412025-10-27T23:15:11.042Z 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`
41422025-10-27T23:15:11.415Z 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)'`
41432025-10-27T23:15:11.531Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-24c8d6ee9d41d628/build-script-build`
41442025-10-27T23:15:11.646Z Compiling bb8 v0.8.5
41452025-10-27T23:15:11.650Z 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=e0f194085adb5ec0 -C extra-filename=-bea0f204bd376288 --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-68617f900d2f7ac8.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-029a03c6d83b09b5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41462025-10-27T23:15:12.002Z Compiling parse-size v1.1.0
41472025-10-27T23:15:12.006Z 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`
41482025-10-27T23:15:12.217Z Compiling signal-hook-tokio v0.3.1
41492025-10-27T23:15:12.220Z 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=c484d132392c75c6 -C extra-filename=-524f6095cf2bdf36 --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-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502025-10-27T23:15:12.326Z Compiling salty v0.3.0
41512025-10-27T23:15:12.329Z 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`
41522025-10-27T23:15:12.507Z Compiling p384 v0.13.1
41532025-10-27T23:15:12.511Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=6b8995e767190415 -C extra-filename=-8edafd0299cf5e4e --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-ce598e5737e41983.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7516108547a7f830.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-6a0b6a17573b75cc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41542025-10-27T23:15:12.869Z Compiling mime_guess v2.0.5
41552025-10-27T23:15:12.872Z 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=ca5ca1882b3a7ee2 -C extra-filename=-7d84b34b249557c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-7d84b34b249557c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-38577a46ac9c26c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562025-10-27T23:15:12.923Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-2751339dc1ce1b6a/build-script-build`
41572025-10-27T23:15:12.991Z Compiling ignore v0.4.23
41582025-10-27T23:15:12.994Z 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=dcdae1dfe9f65b28 -C extra-filename=-92c815c76da62821 --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-6cdc3c9dff871d5c.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-264a8371a99eccb3.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`
41592025-10-27T23:15:13.786Z Compiling http-range v0.1.5
41602025-10-27T23:15:13.833Z 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`
41612025-10-27T23:15:14.101Z Compiling assert_matches v1.5.0
41622025-10-27T23:15:14.104Z 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`
41632025-10-27T23:15:14.150Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-7d84b34b249557c3/build-script-build`
41642025-10-27T23:15:14.230Z Compiling globwalk v0.9.1
41652025-10-27T23:15:14.233Z 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=bee077cc45e1123c -C extra-filename=-0c53567cafec8893 --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-7144a639a7938e22.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-92c815c76da62821.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`
41662025-10-27T23:15:14.321Z 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=4739d6c755380716 -C extra-filename=-5aa6da4ff0384a5f --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-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41672025-10-27T23:15:14.785Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41682025-10-27T23:15:14.788Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c028fbaa1572efcb -C extra-filename=-8d3f86c401a8c775 --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-971849dc346a6008.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-c63b822a14256477.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692025-10-27T23:15:15.239Z Compiling atty v0.2.14
41702025-10-27T23:15:15.243Z 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`
41712025-10-27T23:15:15.477Z Compiling camino-tempfile-ext v0.3.2
41722025-10-27T23:15:15.481Z 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=91d8515bfb29fd92 -C extra-filename=-659ae76d6a5528e7 --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-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-0c53567cafec8893.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.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`
41732025-10-27T23:15:15.844Z 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=78c522c4cf1478d6 -C extra-filename=-8ffb41174532f1f7 --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-38577a46ac9c26c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41742025-10-27T23:15:15.948Z Compiling tungstenite v0.23.0
41752025-10-27T23:15:15.952Z 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=f7a4f1dd3133fc3c -C extra-filename=-a55f56bbb8ec4905 --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-8201e5d6381aa56b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-aae9dbffa0540230.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.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`
41762025-10-27T23:15:16.144Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=7da1f0b5dcd3d631da18b43ba78a84b1a2b425ee#7da1f0b5)
41772025-10-27T23:15:16.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/git/checkouts/sprockets-882d17aeeb0cb343/7da1f0b/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=587972ddb87eff90 -C extra-filename=-a734d2b36838c64a --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-a734d2b36838c64a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-154ac5e51bbc76fd.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41782025-10-27T23:15:16.653Z Compiling attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
41792025-10-27T23:15:16.657Z 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/4b408ed/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "thiserror"))' -C metadata=8207704cc4fc97f0 -C extra-filename=-a99f9d413a1f2c28 --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-c5881e6e573fca19.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ca14e79ad6269953.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-8d3f86c401a8c775.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-5aa6da4ff0384a5f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802025-10-27T23:15:16.888Z Compiling corncobs v0.1.4
41812025-10-27T23:15:16.888Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/corncobs-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e92f4239d0e29f7f -C extra-filename=-589410edeb870a15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41822025-10-27T23:15:17.261Z Compiling void v1.0.2
41832025-10-27T23:15:17.275Z 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`
41842025-10-27T23:15:17.536Z Compiling lzss v0.8.2
41852025-10-27T23:15:17.539Z 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`
41862025-10-27T23:15:17.751Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
41872025-10-27T23:15:17.814Z 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/4b408ed/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock"))' -C metadata=6501a212045d9d98 -C extra-filename=-56f91c296d73ecc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-a99f9d413a1f2c28.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-fe35f39595d5efdb.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c89d0ff142a26df7.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-16b2b7369802833a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8edafd0299cf5e4e.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-8d3f86c401a8c775.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-327c2e635aa63ff2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
41882025-10-27T23:15:17.992Z Compiling dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
41892025-10-27T23:15:17.996Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4b408ed/dice-mfg-msgs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-oid"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --cfg 'feature="x509-cert"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "std", "thiserror", "x509-cert"))' -C metadata=420ff183a07c08a8 -C extra-filename=-95dba981bd814893 --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 corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-589410edeb870a15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-daf6ed13804d9959.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-327c2e635aa63ff2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902025-10-27T23:15:18.038Z Compiling tokio-tungstenite v0.23.1
41912025-10-27T23:15:18.042Z 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=099104af10c667df -C extra-filename=-67cab1abeab4046a --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-148fd712e6e6f9df.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-a55f56bbb8ec4905.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922025-10-27T23:15:18.619Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-a734d2b36838c64a/build-script-build`
41932025-10-27T23:15:18.690Z Compiling hyper-staticfile v0.10.1
41942025-10-27T23:15:18.694Z 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=4055dad46303147c -C extra-filename=-5a024b898e226142 --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-148fd712e6e6f9df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-a0dce8e290957917.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-8ffb41174532f1f7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41952025-10-27T23:15:18.885Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
41962025-10-27T23:15:18.888Z 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=67904f5bb17d795b -C extra-filename=-ebffe6c2ecc1defa --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-a371434f5a26d4be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972025-10-27T23:15:19.276Z Compiling nix v0.27.1
41982025-10-27T23:15:19.335Z 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=a8e28a8f07a4a26b -C extra-filename=-e3fa146d9bb3e56c --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-7144a639a7938e22.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`
41992025-10-27T23:15:19.403Z Compiling secrecy v0.8.0
42002025-10-27T23:15:19.406Z 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=f8fe6cb5ffb98828 -C extra-filename=-37ecbe26b226343f --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-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42012025-10-27T23:15:19.716Z Compiling serde_bytes v0.11.19
42022025-10-27T23:15:19.720Z 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.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=042b95d5ae63a74e -C extra-filename=-23770485b53db088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42032025-10-27T23:15:19.761Z Compiling rand_seeder v0.4.0
42042025-10-27T23:15:19.764Z 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=a8e414505e7291e7 -C extra-filename=-6b481a916580a6cf --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-26eeef0755fcd14c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42052025-10-27T23:15:19.858Z Compiling yansi v1.0.1
42062025-10-27T23:15:19.904Z 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`
42072025-10-27T23:15:20.138Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
42082025-10-27T23:15:20.141Z 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=660715b4524a0143 -C extra-filename=-34f120b7717bccb7 --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-66ab2a719fd02fc0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4921d2a92b76412d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42092025-10-27T23:15:20.212Z Compiling typeid v1.0.3
42102025-10-27T23:15:20.216Z 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`
42112025-10-27T23:15:20.571Z Compiling pretty_assertions v1.4.1
42122025-10-27T23:15:20.575Z 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`
42132025-10-27T23:15:20.875Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
42142025-10-27T23:15:20.878Z 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/6bd2660/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=85540cabc6328bd8 -C extra-filename=-9ca52a99ce1417a3 --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-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d986d807ba00207e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.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-b85936bd4dfa5b64.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.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-e3fa146d9bb3e56c.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-a24067305a22db88.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-daf6ed13804d9959.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-23770485b53db088.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a0e838f92eb9fca1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-3a98fbb8c97c7966.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-61256d08fa97d3e4.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e99e30938fe6c72b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-ebffe6c2ecc1defa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.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`
42152025-10-27T23:15:20.983Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-1c98f68fac25bb05/build-script-build`
42162025-10-27T23:15:21.093Z Compiling tabled_derive v0.10.0
42172025-10-27T23:15:21.096Z 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=1f0e32ed61bb4b97 -C extra-filename=-c7eb5d84362e3d33 --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-93ba87480d9474e4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42182025-10-27T23:15:21.128Z Compiling papergrid v0.14.0
42192025-10-27T23:15:21.131Z 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`
42202025-10-27T23:15:21.815Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42212025-10-27T23:15:21.819Z 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=2683e74106790e84 -C extra-filename=-d39d22c7ccec1ec9 --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-7144a639a7938e22.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42222025-10-27T23:15:23.981Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42232025-10-27T23:15:23.985Z 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`
42242025-10-27T23:15:24.129Z Compiling tabled v0.18.0
42252025-10-27T23:15:24.132Z 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=8e5014c794770a48 -C extra-filename=-3cd97089a658d560 --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-c7eb5d84362e3d33.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42262025-10-27T23:15:24.524Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-6d88bdb71f53b6ae/build-script-build`
42272025-10-27T23:15:24.574Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42282025-10-27T23:15:24.630Z 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=31075e0542e87aa1 -C extra-filename=-c915c5c5d77098f9 --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-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-d39d22c7ccec1ec9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292025-10-27T23:15:24.824Z 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)'`
42302025-10-27T23:15:25.061Z Compiling castaway v0.2.3
42312025-10-27T23:15:25.064Z 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=cdbe1ce45e84ba3b -C extra-filename=-0e905a778a822b89 --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-c9b98dbb0ed21b12.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42322025-10-27T23:15:25.312Z Compiling indoc v2.0.6
42332025-10-27T23:15:25.315Z 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`
42342025-10-27T23:15:26.428Z Compiling compact_str v0.8.0
42352025-10-27T23:15:26.431Z 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=66e5561aa03e4748 -C extra-filename=-2aebd1303ef57197 --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-0e905a778a822b89.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-c9b98dbb0ed21b12.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`
42362025-10-27T23:15:27.809Z 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=b9e94c38d5d464c6 -C extra-filename=-7aab2295c4f30773 --out-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-e2a25e47eb889030.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-94db4f1121da23c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-344061b1e2d0612a.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3cd97089a658d560.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-c915c5c5d77098f9.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-d39d22c7ccec1ec9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
42372025-10-27T23:15:28.426Z Compiling erased-serde v0.4.6
42382025-10-27T23:15:28.430Z 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=988c45b07d9f1735 -C extra-filename=-b7895e15a03661b2 --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-a24067305a22db88.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`
42392025-10-27T23:15:29.050Z Compiling unicode-truncate v1.1.0
42402025-10-27T23:15:29.054Z 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`
42412025-10-27T23:15:29.358Z Compiling instability v0.3.2
42422025-10-27T23:15:29.361Z 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=574ec05d2ac7de3a -C extra-filename=-d5470b18dda3f2ee --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-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42432025-10-27T23:15:29.659Z Compiling lru v0.12.5
42442025-10-27T23:15:29.662Z 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=c6de2b6d5858a9ae -C extra-filename=-fc32d3da6efbf2ad --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-d1c2964a6d83ae33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42452025-10-27T23:15:30.022Z Compiling ordered-float v2.10.1
42462025-10-27T23:15:30.067Z 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`
42472025-10-27T23:15:30.395Z Compiling cassowary v0.3.0
42482025-10-27T23:15:30.439Z 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`
42492025-10-27T23:15:30.444Z Compiling serde-untagged v0.1.7
42502025-10-27T23:15:30.444Z 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=492815e7c38f0714 -C extra-filename=-02c8eedb9a38c535 --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-b7895e15a03661b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
42512025-10-27T23:15:30.587Z Compiling serde-value v0.7.0
42522025-10-27T23:15:30.590Z 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=88b30577b5bbb1a8 -C extra-filename=-2049db74fc5acca3 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42532025-10-27T23:15:30.632Z Compiling console v0.16.0
42542025-10-27T23:15:30.636Z 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`
42552025-10-27T23:15:31.009Z Compiling ratatui v0.29.0
42562025-10-27T23:15:31.070Z 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=24e255c702510736 -C extra-filename=-9412feb1b72b22dc --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-7144a639a7938e22.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-81c54cd7a794bc62.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-2aebd1303ef57197.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6a9e9c3b838c62a2.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5a8ba38dd8c9c489.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-d5470b18dda3f2ee.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6503b63ec2d4e4bb.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-fc32d3da6efbf2ad.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.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`
42572025-10-27T23:15:31.408Z Compiling unit-prefix v0.5.1
42582025-10-27T23:15:31.412Z 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`
42592025-10-27T23:15:31.539Z Compiling is_ci v1.2.0
42602025-10-27T23:15:31.543Z 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`
42612025-10-27T23:15:31.712Z Compiling indicatif v0.18.0
42622025-10-27T23:15:31.716Z 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`
42632025-10-27T23:15:31.831Z Compiling supports-color v3.0.2
42642025-10-27T23:15:31.877Z 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`
42652025-10-27T23:15:31.881Z Compiling cargo-util-schemas v0.8.2
42662025-10-27T23:15:31.881Z 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=6321a4d716ec96c7 -C extra-filename=-706d95624756071c --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-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-02c8eedb9a38c535.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-2049db74fc5acca3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-58a5172ac4a60185.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42672025-10-27T23:15:32.193Z Compiling concurrent-queue v2.5.0
42682025-10-27T23:15:32.196Z 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`
42692025-10-27T23:15:32.650Z Compiling cargo-platform v0.2.0
42702025-10-27T23:15:32.653Z 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=d7d2c7dae2efe76f -C extra-filename=-adc15453e207014b --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42712025-10-27T23:15:33.249Z Compiling parking v2.2.1
42722025-10-27T23:15:33.334Z 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`
42732025-10-27T23:15:33.638Z Compiling libz-sys v1.1.20
42742025-10-27T23:15:33.697Z 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`
42752025-10-27T23:15:33.700Z Compiling event-listener v5.3.1
42762025-10-27T23:15:33.700Z 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`
42772025-10-27T23:15:34.297Z Compiling cargo_metadata v0.21.0
42782025-10-27T23:15:34.303Z 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=f2dff80258a6a263 -C extra-filename=-90d00192d197ed00 --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-dfc32f0a21b07f91.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-adc15453e207014b.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-706d95624756071c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42792025-10-27T23:15:34.518Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-9373b8a66ac5a956/build-script-build`
42802025-10-27T23:15:34.676Z Compiling libgit2-sys v0.18.2+1.9.1
42812025-10-27T23:15:34.680Z 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.18.2+1.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=834dd9bc2e7e3469 -C extra-filename=-c74b28834c0818fc --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c74b28834c0818fc -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`
42822025-10-27T23:15:34.899Z Compiling shell-words v1.1.0
42832025-10-27T23:15:34.902Z 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`
42842025-10-27T23:15:35.278Z 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`
42852025-10-27T23:15:35.463Z Compiling event-listener-strategy v0.5.2
42862025-10-27T23:15:35.467Z 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`
42872025-10-27T23:15:35.694Z 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=6f92939fd327ab67 -C extra-filename=-fef263f4172fa4a8 --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-0be375789e321fa6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
42882025-10-27T23:15:35.765Z Compiling async-bb8-diesel v0.2.1
42892025-10-27T23:15:35.772Z 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=4051eb54f6b0d845 -C extra-filename=-c980ca968957c2be --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-68617f900d2f7ac8.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-bea0f204bd376288.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.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`
42902025-10-27T23:15:36.236Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-c74b28834c0818fc/build-script-build`
42912025-10-27T23:15:36.618Z Compiling futures-lite v2.3.0
42922025-10-27T23:15:36.623Z 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`
42932025-10-27T23:15:37.348Z Compiling vergen-git2 v1.0.7
42942025-10-27T23:15:37.353Z 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-git2-1.0.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=35227f1d68a96e54 -C extra-filename=-1f58647eb24c7100 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-1f58647eb24c7100 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-c9b98dbb0ed21b12.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42952025-10-27T23:15:37.506Z Compiling hex-literal v0.4.1
42962025-10-27T23:15:37.513Z 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`
42972025-10-27T23:15:37.667Z Compiling petname v2.0.2
42982025-10-27T23:15:37.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/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=304836a9bd6980bf -C extra-filename=-a68e9787deed4365 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-a68e9787deed4365 -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-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42992025-10-27T23:15:37.726Z Compiling rtoolbox v0.0.2
43002025-10-27T23:15:37.781Z 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`
43012025-10-27T23:15:37.816Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-1f58647eb24c7100/build-script-build`
43022025-10-27T23:15:37.886Z Compiling rustls v0.21.12
43032025-10-27T23:15:37.895Z 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`
43042025-10-27T23:15:38.151Z Compiling rpassword v7.4.0
43052025-10-27T23:15:38.155Z 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`
43062025-10-27T23:15:38.200Z Compiling async-lock v3.4.0
43072025-10-27T23:15:38.204Z 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`
43082025-10-27T23:15:38.320Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a8c3524409529b0f/build-script-build`
43092025-10-27T23:15:38.392Z Compiling tui-tree-widget v0.23.1
43102025-10-27T23:15:38.396Z 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=ffcf468e7dcd6906 -C extra-filename=-6b22f7ebc06438f7 --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-9412feb1b72b22dc.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`
43112025-10-27T23:15:38.512Z Compiling rustls-webpki v0.101.7
43122025-10-27T23:15:38.515Z 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`
43132025-10-27T23:15:38.761Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-a68e9787deed4365/build-script-build`
43142025-10-27T23:15:38.809Z Compiling sct v0.7.1
43152025-10-27T23:15:38.809Z 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`
43162025-10-27T23:15:39.090Z Compiling polling v3.7.3
43172025-10-27T23:15:39.098Z 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=586a404170937728 -C extra-filename=-5d2ed2f61f29f1d6 --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-6751e857fb1c1f4f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43182025-10-27T23:15:39.180Z 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=ea09cd3b5bf642e6 -C extra-filename=-4b772a65c88ec97d --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-aae9dbffa0540230.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43192025-10-27T23:15:39.313Z 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`
43202025-10-27T23:15:39.764Z Compiling async-io v2.3.4
43212025-10-27T23:15:39.769Z 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=e523b3267fd5258d -C extra-filename=-a6286af50d7b3a2a --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-5d2ed2f61f29f1d6.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-bfe8abbfd9cf056f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43222025-10-27T23:15:40.068Z Compiling polyval v0.6.2
43232025-10-27T23:15:40.097Z 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=b74da05dd5f85909 -C extra-filename=-4c8bb97310cd5bfc --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-3e15496c767aa9a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43242025-10-27T23:15:40.541Z Compiling sync-ptr v0.1.4
43252025-10-27T23:15:40.544Z 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`
43262025-10-27T23:15:40.806Z Compiling async-task v4.7.1
43272025-10-27T23:15:40.823Z 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`
43282025-10-27T23:15:41.094Z Compiling ghash v0.5.1
43292025-10-27T23:15:41.099Z 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=afb0be921f5a7ebf -C extra-filename=-3857b4fb3f68a9b0 --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-4c8bb97310cd5bfc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43302025-10-27T23:15:41.317Z Compiling async-channel v2.3.1
43312025-10-27T23:15:41.321Z 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`
43322025-10-27T23:15:41.364Z Compiling rustls-pemfile v1.0.4
43332025-10-27T23:15:41.369Z 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`
43342025-10-27T23:15:41.663Z Compiling twox-hash v2.1.0
43352025-10-27T23:15:41.668Z 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=fe98d6c0778799fc -C extra-filename=-b05456744aca3cb4 --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-aae9dbffa0540230.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43362025-10-27T23:15:41.715Z Compiling piper v0.2.4
43372025-10-27T23:15:41.719Z 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`
43382025-10-27T23:15:41.824Z Compiling ctr v0.9.2
43392025-10-27T23:15:41.828Z 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=f3ec0b3f6a00280b -C extra-filename=-dd3c63bd8497e73c --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-40e701b42c2114c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43402025-10-27T23:15:42.162Z Compiling target-lexicon v0.13.2
43412025-10-27T23:15:42.167Z 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`
43422025-10-27T23:15:42.253Z Compiling plotters-backend v0.3.7
43432025-10-27T23:15:42.257Z 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`
43442025-10-27T23:15:42.553Z Compiling aes-gcm v0.10.3
43452025-10-27T23:15:42.557Z 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=8e64178b50a0864d -C extra-filename=-77229f803da8a825 --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-8e220d2680d63410.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-c0cfbeed2d777ebf.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-40e701b42c2114c5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-dd3c63bd8497e73c.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-3857b4fb3f68a9b0.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`
43462025-10-27T23:15:42.846Z Compiling plotters-svg v0.3.7
43472025-10-27T23:15:42.850Z 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`
43482025-10-27T23:15:42.933Z Compiling tokio-rustls v0.24.1
43492025-10-27T23:15:42.943Z 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=56867bd45dafb20c -C extra-filename=-bf463c545bddc18b --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-e674a27a3708cbf8.rmeta --cap-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`
43502025-10-27T23:15:43.145Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-83f69c8739eaed10/build-script-build`
43512025-10-27T23:15:43.220Z 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=681fff3aee9be350 -C extra-filename=-ab5d85173b731545 --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-a216011634f95693/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
43522025-10-27T23:15:43.290Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-8e9dab753c28e3d0/build-script-build`
43532025-10-27T23:15:43.328Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-ba161d3784ea5563/build-script-build`
43542025-10-27T23:15:43.366Z Compiling blocking v1.6.1
43552025-10-27T23:15:43.370Z 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`
43562025-10-27T23:15:43.419Z Compiling async-executor v1.13.1
43572025-10-27T23:15:43.424Z 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`
43582025-10-27T23:15:43.458Z Compiling async-signal v0.2.10
43592025-10-27T23:15:43.470Z 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=915e1eacc99f32a7 -C extra-filename=-38425b5dca8c14f8 --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-a6286af50d7b3a2a.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-6751e857fb1c1f4f.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`
43602025-10-27T23:15:43.890Z Compiling fatfs v0.3.6
43612025-10-27T23:15:43.897Z 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=493152a0ac77ec0f -C extra-filename=-a59f1acd4c3b4c73 --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-1a84e413bcb1c25d.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`
43622025-10-27T23:15:43.946Z Compiling ssh-encoding v0.2.0
43632025-10-27T23:15:43.991Z 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=de839ebc217f2fe3 -C extra-filename=-0d9a3589fa07f50f --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-130108ae1ea36edd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43642025-10-27T23:15:44.127Z Compiling blowfish v0.9.1
43652025-10-27T23:15:44.132Z 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=f4605566fcd4236e -C extra-filename=-f793e52b402c4baa --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-40e701b42c2114c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43662025-10-27T23:15:44.445Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
43672025-10-27T23:15:44.452Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name raw_cpuid --edition=2018 /home/build/.cargo/git/checkouts/rust-cpuid-40ac26428755d764/0a8dbd2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "display", "serde", "serde_derive", "serde_json", "serialize", "std", "termimad"))' -C metadata=649e06a66a6208b4 -C extra-filename=-066fa3d51db4f528 --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-7144a639a7938e22.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43682025-10-27T23:15:44.597Z Compiling constant_time_eq v0.3.1
43692025-10-27T23:15:44.600Z 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`
43702025-10-27T23:15:44.854Z Compiling arrayref v0.3.9
43712025-10-27T23:15:44.864Z 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`
43722025-10-27T23:15:45.029Z Compiling guppy-workspace-hack v0.1.0
43732025-10-27T23:15:45.073Z 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`
43742025-10-27T23:15:45.454Z Compiling cast v0.3.0
43752025-10-27T23:15:45.459Z 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=fe0f83001b131a0f -C extra-filename=-01615db36d6df1b2 --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-ab5d85173b731545.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-d28098dda997853e.rmeta --cap-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-a216011634f95693/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
43762025-10-27T23:15:45.459Z 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`
43772025-10-27T23:15:45.719Z Compiling event-listener v2.5.3
43782025-10-27T23:15:45.725Z 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`
43792025-10-27T23:15:45.860Z Compiling futures-timer v3.0.3
43802025-10-27T23:15:45.864Z 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`
43812025-10-27T23:15:46.186Z Compiling arrayvec v0.7.6
43822025-10-27T23:15:46.192Z 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`
43832025-10-27T23:15:46.414Z Compiling async-channel v1.9.0
43842025-10-27T23:15:46.420Z 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`
43852025-10-27T23:15:46.651Z Compiling criterion-plot v0.6.0
43862025-10-27T23:15:46.657Z 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`
43872025-10-27T23:15:46.676Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-3196ba251c2941fc/build-script-build`
43882025-10-27T23:15:46.740Z Compiling bcrypt-pbkdf v0.10.0
43892025-10-27T23:15:46.745Z 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=8aeffc003f165625 -C extra-filename=-e4ae782e581b7c37 --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-f793e52b402c4baa.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-36c07e0235129a91.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43902025-10-27T23:15:46.793Z Compiling ssh-cipher v0.2.0
43912025-10-27T23:15:46.804Z 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=ce01fa9dced01ad7 -C extra-filename=-d109b039cfccf12a --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-c0cfbeed2d777ebf.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-77229f803da8a825.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ebc465d3e3a262b7.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-25e2d596b785f137.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-40e701b42c2114c5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-dd3c63bd8497e73c.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-ec4e42f5cc5615c0.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-0d9a3589fa07f50f.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`
43922025-10-27T23:15:47.455Z Compiling rustls-webpki v0.102.8
43932025-10-27T23:15:47.502Z 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=eb875b4435dc4188 -C extra-filename=-8b3b09036b990d2e --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-01615db36d6df1b2.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
43942025-10-27T23:15:47.616Z Compiling async-global-executor v2.4.1
43952025-10-27T23:15:47.623Z 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=f64e9d868faa9896 -C extra-filename=-8731de1047ceb08c --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-a6286af50d7b3a2a.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`
43962025-10-27T23:15:48.162Z Compiling async-process v2.3.0
43972025-10-27T23:15:48.166Z 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=97b5f269f0805fdd -C extra-filename=-afd79b446727fac7 --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-a6286af50d7b3a2a.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-38425b5dca8c14f8.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-6751e857fb1c1f4f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43982025-10-27T23:15:48.392Z 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=99703af9e19540a6 -C extra-filename=-dae75b31fdefc378 --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-01615db36d6df1b2.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-8b3b09036b990d2e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
43992025-10-27T23:15:49.020Z 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=e6b4b2cf80061c11 -C extra-filename=-223b97e077cd0c25 --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-8b3b09036b990d2e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-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-a216011634f95693/out/build/artifacts`
44002025-10-27T23:15:49.342Z 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"'`
44012025-10-27T23:15:49.372Z Compiling plotters v0.3.7
44022025-10-27T23:15:49.389Z 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`
44032025-10-27T23:15:49.548Z Compiling password-hash v0.4.2
44042025-10-27T23:15:49.574Z 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`
44052025-10-27T23:15:50.080Z Compiling async-attributes v1.1.2
44062025-10-27T23:15:50.139Z 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=21bd5352e1754fe3 -C extra-filename=-f3f5b1d84a4e98c8 --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-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44072025-10-27T23:15:50.418Z Compiling tinytemplate v1.2.1
44082025-10-27T23:15:50.426Z 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=6ff02fa535cd4f86 -C extra-filename=-886669f098e61b9a --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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44092025-10-27T23:15:51.219Z Compiling kv-log-macro v1.0.7
44102025-10-27T23:15:51.271Z 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`
44112025-10-27T23:15:51.398Z Compiling oorandom v11.1.4
44122025-10-27T23:15:51.403Z 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`
44132025-10-27T23:15:51.471Z Compiling anes v0.1.6
44142025-10-27T23:15:51.478Z 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`
44152025-10-27T23:15:51.572Z Compiling target-spec v3.5.0
44162025-10-27T23:15:51.577Z 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`
44172025-10-27T23:15:51.671Z Compiling async-std v1.13.0
44182025-10-27T23:15:51.727Z 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=4766010d4d9692b5 -C extra-filename=-d9cd812ae62ae6eb --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-f3f5b1d84a4e98c8.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-8731de1047ceb08c.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-a6286af50d7b3a2a.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-afd79b446727fac7.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`
44192025-10-27T23:15:51.970Z Compiling criterion v0.7.0
44202025-10-27T23:15:51.974Z 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=e67a25163332d522 -C extra-filename=-bb130829c4543970 --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-971849dc346a6008.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-daa3497a984c736e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-886669f098e61b9a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.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`
44212025-10-27T23:15:52.218Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-dc46061e70f154d8/build-script-build`
44222025-10-27T23:15:52.288Z Compiling pbkdf2 v0.11.0
44232025-10-27T23:15:52.294Z 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=ff4beb243e12930e -C extra-filename=-ef385ef70cc55495 --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-dd833add49a4eb53.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-fb6d5d40cc55a355.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44242025-10-27T23:15:52.730Z Compiling cfg-expr v0.20.1
44252025-10-27T23:15:52.738Z 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`
44262025-10-27T23:15:54.096Z Compiling tokio-rustls v0.25.0
44272025-10-27T23:15:54.105Z 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=ed39b997e8cf7b21 -C extra-filename=-122a59f7235de9ff --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-223b97e077cd0c25.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-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-a216011634f95693/out/build/artifacts`
44282025-10-27T23:15:54.585Z 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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=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=92e76f97b8ae15a0 -C extra-filename=-9223503d420162f8 --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-75dced5ed4388034.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-e60e29f60c54d2ee.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-e0259c4ffe7543ec.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-ff1e6f7e6fa8c92d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-2be91b2bfa044fec.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.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-056bc8134d9dc213.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-9894e0406af176c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-122a59f7235de9ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1de8e0e67689504a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts`
44292025-10-27T23:15:57.065Z Compiling tokio-rustls v0.26.0
44302025-10-27T23:15:57.072Z 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=96cd62789a328c87 -C extra-filename=-9f7193d84c3788ea --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-dae75b31fdefc378.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-8d90c9b7d736ccd2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
44312025-10-27T23:15:57.612Z Compiling hyper-rustls v0.27.7
44322025-10-27T23:15:57.681Z 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=4b174d69300bd91b -C extra-filename=-41406ea7841d99bc --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-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dae75b31fdefc378.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-e674a27a3708cbf8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f7193d84c3788ea.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out`
44332025-10-27T23:15:58.325Z Compiling reqwest v0.12.22
44342025-10-27T23:15:58.329Z 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=84388c7aa6bbd18a -C extra-filename=-6343cc80f6f17793 --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-8201e5d6381aa56b.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-6b0d97f2cadcbafe.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-148fd712e6e6f9df.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-4273bd3618d3ede3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-5d3d6c5d4993dbb6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.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-62b1fa3ceea08f89.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.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-dae75b31fdefc378.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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-bf5271d3cd9bc83f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-d355f9bb376b4ab2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f7193d84c3788ea.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-2e759bfdf4cf2210.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-6a755492a7a48b12.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-93d9dc3a9e15f08e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44352025-10-27T23:15:58.364Z 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/7da1f0b/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=7847894bcca2d71e -C extra-filename=-33d3c72ccf81090d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-a99f9d413a1f2c28.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-95dba981bd814893.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-56f91c296d73ecc0.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fe35f39595d5efdb.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-de4689c5e76b9dc8.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-16b2b7369802833a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-20be41f6f1f20a39.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dae75b31fdefc378.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-37ecbe26b226343f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.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_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f7193d84c3788ea.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-327c2e635aa63ff2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-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-a216011634f95693/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/`
44362025-10-27T23:16:00.594Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs#dbe1cb7e)
44372025-10-27T23:16:00.614Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/dbe1cb7/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82181b4ddd448602 -C extra-filename=-46c58c2514593e59 --out-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-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-38577a46ac9c26c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-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-a216011634f95693/out/build/artifacts`
44382025-10-27T23:16:00.734Z Compiling ssh-key v0.6.6
44392025-10-27T23:16:00.832Z 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=b29eff2c478f76c8 -C extra-filename=-feca40beec1b1171 --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-e4ae782e581b7c37.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fe35f39595d5efdb.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-15a1709ce7c5fdbd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ace06c94b4916f0d.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-35e74e802122fa1f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-c28da7fdee23a7f0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-d109b039cfccf12a.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-0d9a3589fa07f50f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44402025-10-27T23:16:02.455Z Compiling progenitor-client v0.10.0
44412025-10-27T23:16:02.500Z 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=e3b2a423de3524e1 -C extra-filename=-20304b56dc00b56c --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-8201e5d6381aa56b.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-17038f63562232c6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --cap-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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44422025-10-27T23:16:03.056Z Compiling progenitor-client v0.11.2
44432025-10-27T23:16:03.060Z 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.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f00483b79ee601e -C extra-filename=-5e0c11d088d5aee2 --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-8201e5d6381aa56b.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-17038f63562232c6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --cap-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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44442025-10-27T23:16:03.662Z Compiling progenitor v0.11.2
44452025-10-27T23:16:03.674Z 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.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=aee6444ca1bd3337 -C extra-filename=-84506bda8bfdd77b --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-5e0c11d088d5aee2.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-773de17000dfc8db.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-fe30dcd39f1d2ba3.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44462025-10-27T23:16:03.703Z Compiling progenitor v0.10.0
44472025-10-27T23:16:03.706Z 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=3a176c15114c7e27 -C extra-filename=-04bf1a90c7385c0f --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-20304b56dc00b56c.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-4f4622982a8acbd6.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-f702a4474b0bed32.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44482025-10-27T23:16:03.971Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
44492025-10-27T23:16:03.983Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/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=ecd7cbaa26dc4b7d -C extra-filename=-08df69d800910628 --out-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-1a84e413bcb1c25d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-84506bda8bfdd77b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44502025-10-27T23:16:04.020Z Compiling tough v0.20.0
44512025-10-27T23:16:04.036Z 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=2d55e09386cb8453 -C extra-filename=-8af4c337d8096973 --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-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-01615db36d6df1b2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ba11f873af450cd1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a7543549df8e10d9.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6cdc3c9dff871d5c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-2dfe2a7a42a14d01.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dae75b31fdefc378.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-1764af88ef0657c3.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-92ed5d7a0e72589c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.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-ff970fbe01ec8156.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44522025-10-27T23:16:04.680Z Compiling progenitor-client v0.8.0
44532025-10-27T23:16:04.684Z 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=73c80dcc5306e789 -C extra-filename=-a696391376f80cf4 --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-8201e5d6381aa56b.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-17038f63562232c6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --cap-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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44542025-10-27T23:16:04.856Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
44552025-10-27T23:16:04.861Z 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/aaa5129/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=1f2eae03d65f2a37 -C extra-filename=-a9769266f9f53319 --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-68617f900d2f7ac8.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-157689a0197ad2ea.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f81db513961ccb1b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-62602b9fa9a99af4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44562025-10-27T23:16:05.271Z Compiling progenitor v0.8.0
44572025-10-27T23:16:05.308Z 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=f054f14dc7d48d69 -C extra-filename=-9b56ec8399749f85 --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-a696391376f80cf4.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-806b9a31c606175a.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-ad836a94fc28ab8b.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44582025-10-27T23:16:05.567Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
44592025-10-27T23:16:05.576Z 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=90c8004a690fef52 -C extra-filename=-00fa414547259dd8 --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-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f59c456c6a871a93.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9b56ec8399749f85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-62602b9fa9a99af4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
44602025-10-27T23:16:08.321Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
44612025-10-27T23:16:08.339Z 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=4ee851bb2a484f17 -C extra-filename=-8a6ab436f461fc3c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-8a6ab436f461fc3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-ed2d4c558c02d74c.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-01615db36d6df1b2.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-7144a639a7938e22.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c405cbfc7820faca.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-40e701b42c2114c5.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-506de69e80e8f3e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6db108db97ba6def.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.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-6a9e9c3b838c62a2.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99ff3d0f0d216c1c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6a74b7a80d29c515.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-ca696e34de2c9a15.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-d8996dd468609515.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ce598e5737e41983.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fe35f39595d5efdb.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7516108547a7f830.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c89d0ff142a26df7.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.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-148fd712e6e6f9df.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-b85936bd4dfa5b64.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ca14e79ad6269953.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f44c2de7557b3b7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-3e487195ce270b12.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eace4061b8cc20d5.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.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-7bd5f8ef7a4a7a49.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-94db4f1121da23c1.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-15a1709ce7c5fdbd.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-55ad349be5fd0e1d.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-17038f63562232c6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ced34b824d457562.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c8cf1a23fb8fab7f.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-ab65478f46790d7b.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d98c7599a376d9d4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a0712094a2fe141f.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-52a6085ecff25226.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ace06c94b4916f0d.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-35ed5f6aa8705f66.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dae75b31fdefc378.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-8b3b09036b990d2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e99e30938fe6c72b.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-9190c70fc659320f.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-0de1f3faaceecf5a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f7193d84c3788ea.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f1c0a5d281faa8f1.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-aeff82b63d642e1a.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7220c3a5a067b5b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-485634054e9a73f6.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-d158c5bf7c8a038b.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-327c2e635aa63ff2.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-43c6d02ec5fd8e89.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
44622025-10-27T23:16:08.803Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-8a6ab436f461fc3c/build-script-build`
44632025-10-27T23:16:08.879Z 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=24450f9cf6a1f892 -C extra-filename=-4f70558d363cca46 --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-ed2d4c558c02d74c.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-01615db36d6df1b2.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-7144a639a7938e22.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-40e701b42c2114c5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6db108db97ba6def.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.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-6a9e9c3b838c62a2.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99ff3d0f0d216c1c.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6a74b7a80d29c515.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-ca696e34de2c9a15.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-d8996dd468609515.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ce598e5737e41983.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fe35f39595d5efdb.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7516108547a7f830.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c89d0ff142a26df7.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.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-148fd712e6e6f9df.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-b85936bd4dfa5b64.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ca14e79ad6269953.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f44c2de7557b3b7.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-3e487195ce270b12.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eace4061b8cc20d5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.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-7bd5f8ef7a4a7a49.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-94db4f1121da23c1.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-15a1709ce7c5fdbd.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-55ad349be5fd0e1d.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-17038f63562232c6.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ced34b824d457562.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c8cf1a23fb8fab7f.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-ab65478f46790d7b.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d98c7599a376d9d4.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a0712094a2fe141f.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-52a6085ecff25226.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ace06c94b4916f0d.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-35ed5f6aa8705f66.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dae75b31fdefc378.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-8b3b09036b990d2e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e99e30938fe6c72b.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f7193d84c3788ea.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f1c0a5d281faa8f1.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-aeff82b63d642e1a.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7220c3a5a067b5b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rmeta --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-327c2e635aa63ff2.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-43c6d02ec5fd8e89.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
44642025-10-27T23:16:09.064Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
44652025-10-27T23:16:09.069Z 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=379d76aceb26bb64 -C extra-filename=-daee24aa5859812e --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-4f70558d363cca46.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-a216011634f95693/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`
44662025-10-27T23:16:10.085Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
44672025-10-27T23:16:10.106Z 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=496ec64db43f46c9 -C extra-filename=-c19bcb4ecec73e3f --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-49fd41b5a55fce0a.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
44682025-10-27T23:16:10.284Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
44692025-10-27T23:16:10.293Z 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=b58aeac40b44a2af -C extra-filename=-07f6dee77fd639e2 --out-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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-4f70558d363cca46.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-16406f06d0d90826.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
44702025-10-27T23:16:10.480Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
44712025-10-27T23:16:10.502Z 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=c4798bee87c0472d -C extra-filename=-20ab02935538a31c --out-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-daee24aa5859812e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d986d807ba00207e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-08df69d800910628.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-2f208e3a98c07370.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.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-3a98fbb8c97c7966.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44722025-10-27T23:16:11.346Z 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=22487b6ea1ea8b8b -C extra-filename=-9f97486bd8a175d0 --out-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-daee24aa5859812e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d986d807ba00207e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-08df69d800910628.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-2f208e3a98c07370.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.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-3a98fbb8c97c7966.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:16:11.544Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44742025-10-27T23:16:11.589Z 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=6b50f93a58d35048 -C extra-filename=-c7b048267279dab8 --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-f895be21f47d89c6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
44752025-10-27T23:16:12.043Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44762025-10-27T23:16:12.053Z 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=f8d0acae54def65f -C extra-filename=-2bda564c3c0dca8d --out-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-0542d65bd16e9a72.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-451989699ea86308.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-488c1e66241ca514.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-4f70558d363cca46.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.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-e674a27a3708cbf8.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
44772025-10-27T23:16:12.104Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44782025-10-27T23:16:12.135Z 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=e274ee80f0cb1df3 -C extra-filename=-65621df32f2dd000 --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-9223503d420162f8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
44792025-10-27T23:16:12.957Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
44802025-10-27T23:16:12.968Z 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=e1b88b6c8a6d91f8 -C extra-filename=-3f7a8fab724ded4b --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-4f70558d363cca46.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-a216011634f95693/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`
44812025-10-27T23:16:13.302Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
44822025-10-27T23:16:13.375Z 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=3b624ce0ead726ea -C extra-filename=-6ebf884cd794d1ac --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-4f70558d363cca46.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
44832025-10-27T23:16:13.651Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44842025-10-27T23:16:13.668Z 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=ce1b96e24a2d8581 -C extra-filename=-a49ce34e87c94abd --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-a49ce34e87c94abd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
44852025-10-27T23:16:14.123Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
44862025-10-27T23:16:14.188Z 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=c222f2c8bc95dd05 -C extra-filename=-593fc2dd96770580 --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-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.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-7676ca930dc43e7e.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-00fa414547259dd8.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-cf9af829c6b8591f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-32b4999f2edf0223.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-fa42da51cd0fd360.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c47a408223121e9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-62602b9fa9a99af4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-39789014ef0e52a1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-344a8d7004afc2bc.rmeta --cap-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-a216011634f95693/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`
44872025-10-27T23:16:14.210Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-a49ce34e87c94abd/build-script-build`
44882025-10-27T23:16:14.292Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44892025-10-27T23:16:14.357Z 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=94123abf4445b51a -C extra-filename=-804cba670396b00c --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-4f70558d363cca46.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
44902025-10-27T23:16:14.563Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44912025-10-27T23:16:14.637Z 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=7135d69f84abc9c7 -C extra-filename=-3dbb96d4c62ac25e --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-1a84e413bcb1c25d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/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`
44922025-10-27T23:16:15.725Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
44932025-10-27T23:16:15.732Z 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/f41bd73/oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67c4b9e79a3b7cc6 -C extra-filename=-3f3aa462a4448af2 --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-4f70558d363cca46.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-a216011634f95693/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`
44942025-10-27T23:16:16.299Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44952025-10-27T23:16:16.341Z 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=670bfe13d5b88235 -C extra-filename=-60e8e8bcde1eda5a --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-1a84e413bcb1c25d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/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`
44962025-10-27T23:16:17.016Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
44972025-10-27T23:16:17.034Z 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=6ea9404ffc3e9cca -C extra-filename=-f6d53d7fb8d1181c --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-4f70558d363cca46.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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-10-27T23:16:17.116Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44992025-10-27T23:16:17.129Z 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=9dafb7a067a38487 -C extra-filename=-fce448c7c5daed5e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-fce448c7c5daed5e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
45002025-10-27T23:16:17.326Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45012025-10-27T23:16:17.336Z 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=af10a2844147f592 -C extra-filename=-9307d7c9a2888074 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-9307d7c9a2888074 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-a9aee96273831131.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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-10-27T23:16:17.644Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-fce448c7c5daed5e/build-script-build`
45032025-10-27T23:16:17.673Z 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=61366789cff9b348 -C extra-filename=-7a7f3e2ecda54fdf --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-0be375789e321fa6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-a216011634f95693/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`
45042025-10-27T23:16:18.613Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-9307d7c9a2888074/build-script-build`
45052025-10-27T23:16:18.903Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45062025-10-27T23:16:18.969Z 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=cbd125643056f341 -C extra-filename=-f43f5c03ab673ddf --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-f6d53d7fb8d1181c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-a216011634f95693/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`
45072025-10-27T23:16:19.516Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45082025-10-27T23:16:19.533Z 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=6afb696a8b9d5501 -C extra-filename=-2c3f8bd8f7c74977 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-2c3f8bd8f7c74977 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
45092025-10-27T23:16:20.000Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-2c3f8bd8f7c74977/build-script-build`
45102025-10-27T23:16:20.070Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45112025-10-27T23:16:20.086Z 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=e0b5b1d3fb10ea1b -C extra-filename=-da9fef38e4e2890e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-da9fef38e4e2890e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
45122025-10-27T23:16:20.438Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
45132025-10-27T23:16:20.447Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/08f2a34/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=88f5d196d3e3489c -C extra-filename=-1df72f083acf6d7c --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-528235f4bc2fc4ee.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-17038f63562232c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-84506bda8bfdd77b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
45142025-10-27T23:16:21.993Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-da9fef38e4e2890e/build-script-build`
45152025-10-27T23:16:22.061Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45162025-10-27T23:16:22.069Z 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=683a44fe88899fbf -C extra-filename=-ada3b1b064fe057c --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-f6d53d7fb8d1181c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-a216011634f95693/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`
45172025-10-27T23:16:22.104Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45182025-10-27T23:16:22.112Z 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=68dd457101faba8d -C extra-filename=-f896eb2343a0cc2e --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-4f70558d363cca46.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/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-10-27T23:16:22.942Z 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=e7ace24d60125404 -C extra-filename=-34da3803467e875a --out-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-68617f900d2f7ac8.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-170bdc378466cad1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.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-a54749601f8bece6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.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-cc492f7a47168c71.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9f08dfd1d60ee253.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c205619f31e7eb9b.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-07f6dee77fd639e2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-3a98fbb8c97c7966.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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)'`
45202025-10-27T23:16:23.841Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45212025-10-27T23:16:23.848Z 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' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=960029fc059dd523 -C extra-filename=-71c76b80903d4449 --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-49fd41b5a55fce0a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45222025-10-27T23:16:26.884Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
45232025-10-27T23:16:26.900Z 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=6c13ff47b5c4c3f3 -C extra-filename=-0a22e924b2a381bc --out-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-f15d654b37a8ecad.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45242025-10-27T23:16:27.650Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
45252025-10-27T23:16:27.659Z 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=14ef762726245543 -C extra-filename=-6b3ad986e1733ccf --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-34da3803467e875a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45262025-10-27T23:16:28.226Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45272025-10-27T23:16:28.237Z 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=aa0e89a4a1373c2f -C extra-filename=-fe3354d702469148 --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-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45282025-10-27T23:16:28.338Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
45292025-10-27T23:16:28.346Z 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=bdda70419a924257 -C extra-filename=-1cdf6b409a7b9d7d --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-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45302025-10-27T23:16:28.708Z 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=2464ccfb72c8bf01 -C extra-filename=-23183ae689f19694 --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-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-9f97486bd8a175d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45312025-10-27T23:16:28.870Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
45322025-10-27T23:16:28.880Z 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' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=b50e077dd3cff437 -C extra-filename=-f9f5c51b568cc187 --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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.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-20ab02935538a31c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
45332025-10-27T23:16:30.787Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
45342025-10-27T23:16:30.795Z 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=9c328b6d0fa4cf6d -C extra-filename=-47cd2cbeea1acecc --out-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-1a84e413bcb1c25d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45352025-10-27T23:16:31.466Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45362025-10-27T23:16:31.476Z 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=28584be7c8c452d1 -C extra-filename=-f7fc700458f9a642 --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-1a84e413bcb1c25d.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:16:33.094Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
45382025-10-27T23:16:33.101Z 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=6a96b949d606bd44 -C extra-filename=-c3e4ec336ff49586 --out-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-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-4f70558d363cca46.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23183ae689f19694.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
45392025-10-27T23:16:34.370Z 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=32129d251d24e626 -C extra-filename=-f8644e9a1d2acbdc --out-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-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-4f70558d363cca46.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
45402025-10-27T23:16:34.714Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
45412025-10-27T23:16:34.759Z 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=a00b1046c90e80f7 -C extra-filename=-f8cc8be9ba8b3c00 --out-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-1a84e413bcb1c25d.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-4f70558d363cca46.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
45422025-10-27T23:16:34.774Z 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=23b456e7cad2237d -C extra-filename=-1618b2be658fd639 --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-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1195d89c002f0d88.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-aa18adfe15f6e34e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
45432025-10-27T23:16:34.870Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45442025-10-27T23:16:34.876Z 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=f409027225107f5b -C extra-filename=-93bc1cdef21ba9d6 --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-180862833fbacf5f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:16:35.129Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45462025-10-27T23:16:35.192Z 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=2c5b31a413487400 -C extra-filename=-f5717355ad702ff3 --out-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-dfc32f0a21b07f91.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-003d714d25dd1cda.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-1e352d19b975b26a.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-9cdb505b4fb0eedb.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.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-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
45472025-10-27T23:16:36.584Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
45482025-10-27T23:16:36.593Z 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=6d8abb0ffaefc80b -C extra-filename=-189d71517c1d67aa --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-4f70558d363cca46.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-c3e4ec336ff49586.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23183ae689f19694.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-a216011634f95693/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`
45492025-10-27T23:16:37.859Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45502025-10-27T23:16:37.914Z 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=2dc6fade7759fb85 -C extra-filename=-0ddfa05673bd3d29 --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-68617f900d2f7ac8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45512025-10-27T23:16:38.521Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45522025-10-27T23:16:38.525Z 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=a904b0ec01c8be46 -C extra-filename=-a3b2570e832a2ad6 --out-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-68617f900d2f7ac8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.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-3a98fbb8c97c7966.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
45532025-10-27T23:16:38.687Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45542025-10-27T23:16:38.698Z 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=1b4bfdcaea3ee305 -C extra-filename=-6f6c82ed91d3480c --out-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-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.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-23968c9d21d47ce1.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.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-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
45552025-10-27T23:16:38.738Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45562025-10-27T23:16:38.751Z 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/f41bd73/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e000ece274d12fb -C extra-filename=-769e4286d2429291 --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-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-9f97486bd8a175d0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45572025-10-27T23:16:38.935Z 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/f41bd73/oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd31a6cb450e79d8 -C extra-filename=-ee53132410fc9762 --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-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45582025-10-27T23:16:40.406Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45592025-10-27T23:16:40.416Z 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=b03745f8ecfe5c10 -C extra-filename=-dc3d070fa461b3a7 --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-1a84e413bcb1c25d.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45602025-10-27T23:16:41.593Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45612025-10-27T23:16:41.604Z 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=971ba87beabc48ee -C extra-filename=-afa0cd0153f3a5a2 --out-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-dfc32f0a21b07f91.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:16:43.476Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45632025-10-27T23:16:43.489Z 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=55a9c9b672e82aa4 -C extra-filename=-788fec4ce761c166 --out-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-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
45642025-10-27T23:16:45.178Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45652025-10-27T23:16:45.185Z 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/f41bd73/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b02e431e0c1e9a2c -C extra-filename=-b1da1c65c0fba0a6 --out-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-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-4f70558d363cca46.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-769e4286d2429291.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --cap-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-a216011634f95693/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`
45662025-10-27T23:16:45.340Z 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/f41bd73/oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb6942c14ad43986 -C extra-filename=-7d40e016b9d76a97 --out-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-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-4f70558d363cca46.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ee53132410fc9762.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --cap-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-a216011634f95693/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`
45672025-10-27T23:16:45.589Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45682025-10-27T23:16:45.632Z 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=511faa20cddf83b6 -C extra-filename=-f7fc1e1caf37053d --out-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-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3f7a8fab724ded4b.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f8644e9a1d2acbdc.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-189d71517c1d67aa.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
45692025-10-27T23:16:46.940Z 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=be56a545d52cf22d -C extra-filename=-f3efab42de516fc1 --out-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-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-3b5a1071c5dccf33.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.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-9223503d420162f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.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-66ab2a719fd02fc0.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-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-beaaecc917906a36.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3989862fdd6a32c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e851b5bf7463a7d2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:16:48.731Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45712025-10-27T23:16:48.736Z 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/f41bd73/oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36498a78a8f2949e -C extra-filename=-d8372f8016020553 --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-4f70558d363cca46.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b1da1c65c0fba0a6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-769e4286d2429291.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-a216011634f95693/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`
45722025-10-27T23:16:48.779Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45732025-10-27T23:16:48.784Z 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=36e57f82dfd0c054 -C extra-filename=-b384f512323b2c56 --out-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-1a84e413bcb1c25d.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-804cba670396b00c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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-10-27T23:16:50.497Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45752025-10-27T23:16:50.506Z 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=9820a2c8623d16b6 -C extra-filename=-5df1175b8d06d984 --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-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:16:51.315Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45772025-10-27T23:16:51.323Z 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=fc51aebf88f9aa45 -C extra-filename=-d563842ba8296e10 --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-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e73c4b233f84fa79.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-4f70558d363cca46.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:16:52.312Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45792025-10-27T23:16:52.355Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2021 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9cef9bd23a9990c4 -C extra-filename=-fe5b5d070483f52d --out-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-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-3a98fbb8c97c7966.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.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-a216011634f95693/out/build/artifacts -L native=/work/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`
45802025-10-27T23:16:55.286Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
45812025-10-27T23:16:55.335Z 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=6e3902085acb5c68 -C extra-filename=-1dd20327b505768b --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-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
45822025-10-27T23:16:55.336Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45832025-10-27T23:16:55.336Z 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=3a603ac90b576d28 -C extra-filename=-ebbf3a424fba9bc0 --out-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-daee24aa5859812e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.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-47cd2cbeea1acecc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-7bd5f8ef7a4a7a49.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-f9f5c51b568cc187.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.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-3a98fbb8c97c7966.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-2bda564c3c0dca8d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:16:55.855Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45852025-10-27T23:16:55.859Z 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=e1c416fe3f427ea9 -C extra-filename=-c10ff4791882aba9 --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-4407ba1a909c21aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:16:56.682Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45872025-10-27T23:16:56.685Z 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=afdd05d4a0f5069e -C extra-filename=-5f1f8bfec5ba61d6 --out-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-dfc32f0a21b07f91.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-4c3be55fb0538dce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.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-4f70558d363cca46.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-07f6dee77fd639e2.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-804cba670396b00c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-fe5b5d070483f52d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.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-a216011634f95693/out/build/artifacts -L native=/work/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`
45882025-10-27T23:16:56.727Z Compiling samael v0.0.19
45892025-10-27T23:16:56.783Z 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=50d3d3d09f363bc9 -C extra-filename=-68d182e39c7e2392 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-68d182e39c7e2392 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-fb5450e5d906e48a.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`
45902025-10-27T23:16:57.235Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
45912025-10-27T23:16:57.238Z 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/f41bd73/oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f014b401cf15eab6 -C extra-filename=-3d903bec6b70d517 --out-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-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3f3aa462a4448af2.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7d40e016b9d76a97.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-d8372f8016020553.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-ee53132410fc9762.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-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-a216011634f95693/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`
45922025-10-27T23:16:57.808Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
45932025-10-27T23:16:57.811Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc8e02a/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=d6db181ebca2cb5d -C extra-filename=-ecb825f70ebf29e8 --out-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-1a84e413bcb1c25d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3d903bec6b70d517.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-056bc8134d9dc213.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6abb93ba2a6c1932.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-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-a216011634f95693/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`
45942025-10-27T23:16:58.989Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45952025-10-27T23:16:58.993Z 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=e1d1ed99a10c2900 -C extra-filename=-f1f4e82381a27b2b --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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5f1f8bfec5ba61d6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
45962025-10-27T23:16:59.258Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-68d182e39c7e2392/build-script-bindings`
45972025-10-27T23:17:00.342Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
45982025-10-27T23:17:00.351Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc8e02a/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=030e290b4aea814b -C extra-filename=-57a8d597875d67bb --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-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-ecb825f70ebf29e8.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-f4d6e906f4586e76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-84506bda8bfdd77b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-f4a71463a658d854.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-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-a216011634f95693/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`
45992025-10-27T23:17:01.168Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46002025-10-27T23:17:01.171Z 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=7cba3e0e02dd78ff -C extra-filename=-e5a186e6ef04817f --out-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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1dd20327b505768b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d147f4a8884fe21a.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-939e8ed71b044ee7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-fa42da51cd0fd360.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46012025-10-27T23:17:01.983Z 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=59354726db8477e6 -C extra-filename=-2ac102a834c44ca9 --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-1a84e413bcb1c25d.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-09755bbc107d887e.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-76bc3d5112c25777.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-e21f0e1f1e38c6a5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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)'`
46022025-10-27T23:17:02.998Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46032025-10-27T23:17:03.002Z 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=6fb5e6da899e7ec4 -C extra-filename=-d2d65f8aae80839c --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-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46042025-10-27T23:17:05.184Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46052025-10-27T23:17:05.191Z 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=2d69f95364875905 -C extra-filename=-7a299db434d1292e --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-1df72f083acf6d7c.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
46062025-10-27T23:17:06.226Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46072025-10-27T23:17:06.230Z 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=6d39e26bfcdc6b93 -C extra-filename=-992b2ef86e8f9ab5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-992b2ef86e8f9ab5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
46082025-10-27T23:17:06.691Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-992b2ef86e8f9ab5/build-script-build`
46092025-10-27T23:17:06.763Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46102025-10-27T23:17:06.766Z 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=adc8cb08d02ab3b7 -C extra-filename=-8430c97ee618eda0 --out-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-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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-a216011634f95693/out/build/artifacts -L native=/work/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`
46112025-10-27T23:17:06.812Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46122025-10-27T23:17:06.816Z 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=ee89519e4650991f -C extra-filename=-4b468f793cbfc40a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-4b468f793cbfc40a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
46132025-10-27T23:17:07.244Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
46142025-10-27T23:17:07.248Z 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/db07274/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=99d7916f45813ff8 -C extra-filename=-fd0d6c08e8659e00 --out-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-68617f900d2f7ac8.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-01615db36d6df1b2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.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-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.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-aae9dbffa0540230.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-2be91b2bfa044fec.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-c5d727094bb43dd8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --cap-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-a216011634f95693/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`
46152025-10-27T23:17:07.495Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-4b468f793cbfc40a/build-script-build`
46162025-10-27T23:17:07.568Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46172025-10-27T23:17:07.571Z 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=6cd7522cf5aa320a -C extra-filename=-a8d6abc1cf3708db --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-9223503d420162f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46182025-10-27T23:17:08.135Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46192025-10-27T23:17:08.189Z 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=aa0d41fac0ba2f6f -C extra-filename=-21f09b625fdc7914 --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-971849dc346a6008.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-16b2b7369802833a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-a216011634f95693/out/build/artifacts -L native=/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`
46202025-10-27T23:17:09.017Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
46212025-10-27T23:17:09.020Z 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/75ea340/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=a29b8fdcef48197b -C extra-filename=-c0350cd271ef9e82 --out-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-1a84e413bcb1c25d.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-17038f63562232c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
46222025-10-27T23:17:09.066Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
46232025-10-27T23:17:09.118Z 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=89e33ee7e29b6118 -C extra-filename=-4a684ac5f5d2900c --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-9223503d420162f8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
46242025-10-27T23:17:10.659Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
46252025-10-27T23:17:10.663Z 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=3d03008922d4f8c3 -C extra-filename=-75762aee3c08cad3 --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-9223503d420162f8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:17:10.951Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46272025-10-27T23:17:10.955Z 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=44011b089f2a8677 -C extra-filename=-d7a2ef4e12ca2984 --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-8201e5d6381aa56b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:17:11.650Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
46292025-10-27T23:17:11.655Z 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=c634eca8cea0cdf2 -C extra-filename=-0d89403159ecd6df --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-dfc32f0a21b07f91.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-659ae76d6a5528e7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
46302025-10-27T23:17:11.955Z Compiling polar-core v0.27.3
46312025-10-27T23:17:11.959Z 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=f5868c74e7142f88 -C extra-filename=-cac4f776c093a6c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-cac4f776c093a6c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-942a9800adab9b8f.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46322025-10-27T23:17:13.598Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
46332025-10-27T23:17:13.602Z 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=bfe2dd2674a43403 -C extra-filename=-390281ae8f478cb9 --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-dfc32f0a21b07f91.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-a216011634f95693/out/build/artifacts -L native=/work/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`
46342025-10-27T23:17:13.695Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-cac4f776c093a6c1/build-script-build`
46352025-10-27T23:17:13.740Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46362025-10-27T23:17:13.802Z 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=3c5525d7c506ffb0 -C extra-filename=-010647457736ccfd --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-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46372025-10-27T23:17:15.270Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
46382025-10-27T23:17:15.274Z 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/aaa5129/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=5f45e065088a4646 -C extra-filename=-6dd2ee3507b32530 --out-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-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f81db513961ccb1b.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-e6ffbae91c260faf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-056bc8134d9dc213.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-62602b9fa9a99af4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-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-a216011634f95693/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
46392025-10-27T23:17:15.544Z 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=3f411d43b212a7bb -C extra-filename=-2b7460e25e291eed --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-a24067305a22db88.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-62a8bb05225dbc7f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46402025-10-27T23:17:16.392Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46412025-10-27T23:17:16.397Z 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=228c752cacf48158 -C extra-filename=-63cdcb2ee8e52567 --out-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-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-9223503d420162f8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-c5d727094bb43dd8.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46422025-10-27T23:17:16.518Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46432025-10-27T23:17:16.575Z 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=37be6548413af54b -C extra-filename=-5f1d497634fcdbc8 --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-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46442025-10-27T23:17:16.766Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
46452025-10-27T23:17:16.771Z 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/db07274/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=25164a5356c96fc4 -C extra-filename=-4030ede2babdcbd1 --out-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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-73296b48f004d65a.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-fa42da51cd0fd360.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rmeta --cap-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-a216011634f95693/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`
46462025-10-27T23:17:18.354Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46472025-10-27T23:17:18.359Z 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=f0cb9acc5547dd5e -C extra-filename=-e30f8b7a000e479e --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46482025-10-27T23:17:18.905Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46492025-10-27T23:17:18.909Z 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=b8e04efbaf3b7b33 -C extra-filename=-b2736b46cc730ab2 --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-7bd5f8ef7a4a7a49.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-26eeef0755fcd14c.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-6b481a916580a6cf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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-10-27T23:17:19.062Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46512025-10-27T23:17:19.069Z 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=c914496129e27df3 -C extra-filename=-cdb95b979a77b4d0 --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-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46522025-10-27T23:17:19.227Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46532025-10-27T23:17:19.272Z 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=81ce0a5d07cf9e8c -C extra-filename=-4e06c797e5c2577b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-4e06c797e5c2577b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
46542025-10-27T23:17:19.604Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46552025-10-27T23:17:19.621Z 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=b140f3f54ca45804 -C extra-filename=-41ae088662c6a45b --out-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-57a8d597875d67bb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7aab2295c4f30773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
46562025-10-27T23:17:19.728Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-4e06c797e5c2577b/build-script-build`
46572025-10-27T23:17:19.769Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
46582025-10-27T23:17:19.772Z 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=6b43344bb8efe5ff -C extra-filename=-6e4afd32daff949e --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-f7fc700458f9a642.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46592025-10-27T23:17:20.580Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
46602025-10-27T23:17:20.584Z 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=9fe130d0bad65cb7 -C extra-filename=-a3cbd274de2188c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-a3cbd274de2188c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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-10-27T23:17:21.039Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-a3cbd274de2188c1/build-script-build`
46622025-10-27T23:17:21.113Z 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=7f53ea1f8c377c2f -C extra-filename=-90c82b526ba7442d --out-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-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-6e4afd32daff949e.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
46632025-10-27T23:17:21.235Z 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.18.2+1.9.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=db2e4e98011da5c1 -C extra-filename=-d7c4d67cf8018a73 --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-d90a11d8e385de4b/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
46642025-10-27T23:17:21.529Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46652025-10-27T23:17:21.534Z 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=c37ded9dc48035bd -C extra-filename=-9e8bba9d811565d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-9e8bba9d811565d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
46662025-10-27T23:17:21.622Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
46672025-10-27T23:17:21.626Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33ed6b185f9f3848 -C extra-filename=-979d5b95f617f5c6 --out-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-1a84e413bcb1c25d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3d903bec6b70d517.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-056bc8134d9dc213.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6abb93ba2a6c1932.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-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-a216011634f95693/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`
46682025-10-27T23:17:21.891Z Compiling git2 v0.20.2
46692025-10-27T23:17:21.896Z 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.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=d7f0b129b020a525 -C extra-filename=-a7cb0d695455e50d --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-7144a639a7938e22.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-d7c4d67cf8018a73.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-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-d90a11d8e385de4b/out/build -L native=/usr/lib/amd64`
46702025-10-27T23:17:21.991Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-9e8bba9d811565d7/build-script-build`
46712025-10-27T23:17:22.062Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46722025-10-27T23:17:22.065Z 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=56e11f6385ed695c -C extra-filename=-5411a9fe585d94c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-5411a9fe585d94c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
46732025-10-27T23:17:22.544Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46742025-10-27T23:17:22.548Z 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=7f88679474032857 -C extra-filename=-cd6520aeca4fa718 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-cd6520aeca4fa718 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
46752025-10-27T23:17:23.021Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46762025-10-27T23:17:23.026Z 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=41ea2be713fdb8f9 -C extra-filename=-15d0efe231671e83 --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-1a84e413bcb1c25d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
46772025-10-27T23:17:24.956Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46782025-10-27T23:17:24.960Z 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=77b1195628d57cad -C extra-filename=-a92749d398b3e219 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-a92749d398b3e219 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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-10-27T23:17:25.426Z Compiling oso v0.27.3
46802025-10-27T23:17:25.431Z 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=398f6a533503d6e2 -C extra-filename=-c2bf6a52967586fd --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-d60f25992e6591ec.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-36f667099eff663c.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-2b7460e25e291eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46812025-10-27T23:17:25.791Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-a92749d398b3e219/build-script-build`
46822025-10-27T23:17:25.859Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
46832025-10-27T23:17:25.863Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "tofino_asic"))' -C metadata=a00b58c37e79c0a3 -C extra-filename=-8f6c12ba66ecea72 --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-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-979d5b95f617f5c6.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-f4d6e906f4586e76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-84506bda8bfdd77b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-f4a71463a658d854.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-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-a216011634f95693/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`
46842025-10-27T23:17:26.529Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46852025-10-27T23:17:26.532Z 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=1648eaf566f5589c -C extra-filename=-fd6baab53312005b --out-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-dfc32f0a21b07f91.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46862025-10-27T23:17:30.441Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46872025-10-27T23:17:30.446Z 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=4219adbd804ec8d7 -C extra-filename=-f424ff4d13ad9878 --out-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-f15d654b37a8ecad.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-593fc2dd96770580.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.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-23be4f781f76c225.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
46882025-10-27T23:17:30.490Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46892025-10-27T23:17:30.494Z 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=9697993a0da9cb77 -C extra-filename=-3ddc8aee49cf4e44 --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:17:30.528Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46912025-10-27T23:17:30.533Z 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=a6ae56a533203c53 -C extra-filename=-f905dde7fd80f2e3 --out-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-68617f900d2f7ac8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-b85936bd4dfa5b64.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-bf590cde3ce690df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a0e838f92eb9fca1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:17:32.977Z 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=28de9e495bcd21b7 -C extra-filename=-cc915f90454d9f33 --out-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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f43f5c03ab673ddf.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-fd6baab53312005b.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c10ff4791882aba9.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5df1175b8d06d984.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b384f512323b2c56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
46932025-10-27T23:17:33.737Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46942025-10-27T23:17:33.742Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=367b53ae9c216a90 -C extra-filename=-0d76103e8254ea58 --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
46952025-10-27T23:17:35.583Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46962025-10-27T23:17:35.587Z 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=b923b9e4df8cc30b -C extra-filename=-175fb893731c2760 --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-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
46972025-10-27T23:17:36.322Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46982025-10-27T23:17:36.326Z 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=154c1dda5ebd4321 -C extra-filename=-11d56c41f7d2be64 --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-f9f5c51b568cc187.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
46992025-10-27T23:17:36.459Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47002025-10-27T23:17:36.463Z 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=7c412eeb1dd72f6d -C extra-filename=-06011e28f30519dd --out-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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-5f1d497634fcdbc8.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.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-f9f5c51b568cc187.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b384f512323b2c56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rmeta --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-0d89403159ecd6df.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-3a98fbb8c97c7966.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b2736b46cc730ab2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
47012025-10-27T23:17:40.062Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
47022025-10-27T23:17:40.067Z 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=2c19ddc9f0385b4b -C extra-filename=-050f818386df5bba --out-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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-75762aee3c08cad3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9ca52a99ce1417a3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-21f09b625fdc7914.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-524f6095cf2bdf36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-67cab1abeab4046a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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/`
47032025-10-27T23:17:43.023Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47042025-10-27T23:17:43.028Z 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=79966231798224ad -C extra-filename=-705bae09c4378f7b --out-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-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.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-fe3354d702469148.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-11d56c41f7d2be64.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b2736b46cc730ab2.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
47052025-10-27T23:17:43.176Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47062025-10-27T23:17:43.180Z 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=5f2d53a7616415a8 -C extra-filename=-09b27d4509c6abfe --out-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-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cdb95b979a77b4d0.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47072025-10-27T23:17:44.848Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47082025-10-27T23:17:44.852Z 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=ca61d0eddd12bab0 -C extra-filename=-2bedefd646d6d0c1 --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f896eb2343a0cc2e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
47092025-10-27T23:17:47.739Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47102025-10-27T23:17:47.743Z 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=736430a8611d5105 -C extra-filename=-5d1b8a13f7c4c5a8 --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-dfc32f0a21b07f91.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-050f818386df5bba.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
47112025-10-27T23:17:50.944Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47122025-10-27T23:17:50.949Z 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=2c212449d8c1812b -C extra-filename=-405fda241b7af0c3 --out-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-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f15d654b37a8ecad.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a684ac5f5d2900c.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2d65f8aae80839c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-e5a186e6ef04817f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.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-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-08df69d800910628.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9f08dfd1d60ee253.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6dd2ee3507b32530.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f81db513961ccb1b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a8d6abc1cf3708db.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f896eb2343a0cc2e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rmeta --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-390281ae8f478cb9.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5f1f8bfec5ba61d6.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33d3c72ccf81090d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-c5d727094bb43dd8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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-a216011634f95693/out/build/artifacts -L native=/work/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/`
47132025-10-27T23:17:55.935Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_git2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=33413f27771d36a2 -C extra-filename=-62c5960fe8bbdbd2 --out-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 derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-09755bbc107d887e.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-a7cb0d695455e50d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-485634054e9a73f6.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-d158c5bf7c8a038b.rmeta --cap-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-d90a11d8e385de4b/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
47142025-10-27T23:17:57.329Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
47152025-10-27T23:17:57.333Z 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/75ea340/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=ba8378af98577b9f -C extra-filename=-491427541e097cae --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-491427541e097cae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-485634054e9a73f6.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-62c5960fe8bbdbd2.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-d90a11d8e385de4b/out/build -L native=/usr/lib/amd64`
47162025-10-27T23:17:58.792Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-cd6520aeca4fa718/build-script-build`
47172025-10-27T23:17:58.881Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-5411a9fe585d94c5/build-script-build`
47182025-10-27T23:17:58.933Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47192025-10-27T23:17:58.965Z 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=1668df7735ce543a -C extra-filename=-fa00d48391acfa16 --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-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47202025-10-27T23:17:59.572Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-491427541e097cae/build-script-build`
47212025-10-27T23:17:59.815Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
47222025-10-27T23:17:59.822Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/lldpd-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d37f0044ad4f529 -C extra-filename=-07a93c7ee537a8a5 --out-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-8f6c12ba66ecea72.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-056bc8134d9dc213.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --cap-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-a216011634f95693/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`
47232025-10-27T23:17:59.967Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47242025-10-27T23:17:59.971Z 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=6cd06d4e4be396e2 -C extra-filename=-5472ceceb21d6c47 --out-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-8aec256c3fd3d08f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.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-20ab02935538a31c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-6b3ad986e1733ccf.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-fa42da51cd0fd360.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7aab2295c4f30773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6b22f7ebc06438f7.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-2bda564c3c0dca8d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-15d0efe231671e83.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
47252025-10-27T23:18:01.485Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47262025-10-27T23:18:01.503Z 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=2b93a07c2c1e5e53 -C extra-filename=-8d1e0208b0ab3ef3 --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-9223503d420162f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47272025-10-27T23:18:01.582Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47282025-10-27T23:18:01.595Z 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=eba0c8a860913ca2 -C extra-filename=-728fe14ae286f740 --out-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-1a84e413bcb1c25d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-46c58c2514593e59.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47292025-10-27T23:18:01.734Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47302025-10-27T23:18:01.784Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a93ae6fa22fd33c1 -C extra-filename=-ff7517fabb00a92f --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-9223503d420162f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47312025-10-27T23:18:02.885Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
47322025-10-27T23:18:02.889Z 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=6a174ea4064b7c95 -C extra-filename=-d7ac2409b4ca061b --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-0a22e924b2a381bc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47332025-10-27T23:18:04.851Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47342025-10-27T23:18:04.855Z 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=d1f05a86d90dac5b -C extra-filename=-925bc0a72b15ed17 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-925bc0a72b15ed17 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
47352025-10-27T23:18:04.896Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47362025-10-27T23:18:04.899Z 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=9cbdffaaa574d895 -C extra-filename=-a8c7922520720b91 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-a8c7922520720b91 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
47372025-10-27T23:18:05.298Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47382025-10-27T23:18:05.302Z 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=34a80236e974ed79 -C extra-filename=-aa2d175d1750dce4 --out-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-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.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-a216011634f95693/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`
47392025-10-27T23:18:05.347Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
47402025-10-27T23:18:05.347Z 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/75ea340/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=e9d4355b45a0aa4d -C extra-filename=-addb2b6faeaa7fc7 --out-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-1a84e413bcb1c25d.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-17038f63562232c6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
47412025-10-27T23:18:05.383Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-a8c7922520720b91/build-script-build`
47422025-10-27T23:18:05.451Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-925bc0a72b15ed17/build-script-build`
47432025-10-27T23:18:05.578Z 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/75ea340/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=0765d090eaea1d2a -C extra-filename=-15738577b730c42f --out-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-9223503d420162f8.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-94db4f1121da23c1.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-555d2383542b2c45.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-056bc8134d9dc213.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bf463c545bddc18b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-b05456744aca3cb4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-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-a216011634f95693/out/build/artifacts`
47442025-10-27T23:18:05.613Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
47452025-10-27T23:18:05.616Z 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/61479b6/lldpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9d5826cb2f8b664 -C extra-filename=-5cba1f8427e70270 --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-07a93c7ee537a8a5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-84506bda8bfdd77b.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-2f208e3a98c07370.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cap-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-a216011634f95693/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-10-27T23:18:07.908Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47472025-10-27T23:18:07.912Z 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=47dda2950505f832 -C extra-filename=-6f53316e6256b4a8 --out-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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-4b772a65c88ec97d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.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-f0a082fe4f20d8a1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b2736b46cc730ab2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
47482025-10-27T23:18:08.209Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
47492025-10-27T23:18:08.212Z 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=420d657e72bd198a -C extra-filename=-975db038b229cdf7 --out-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-1a84e413bcb1c25d.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3f7a8fab724ded4b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
47502025-10-27T23:18:09.742Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47512025-10-27T23:18:09.746Z 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=294d1fa819957574 -C extra-filename=-115409b92f07f32e --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-4f70558d363cca46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
47522025-10-27T23:18:10.082Z 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=d4216b019c95c759 -C extra-filename=-02147c35cc91d48d --out-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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.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-47cd2cbeea1acecc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-7bd5f8ef7a4a7a49.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-11d56c41f7d2be64.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-6f53316e6256b4a8.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-aa2d175d1750dce4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
47532025-10-27T23:18:10.286Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
47542025-10-27T23:18:10.289Z 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=f0e6d8cacbd290d5 -C extra-filename=-c53ac8a1576a44c3 --out-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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d7ac2409b4ca061b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47552025-10-27T23:18:11.750Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47562025-10-27T23:18:11.753Z 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=858d12cbef1b44cd -C extra-filename=-b7e359a2a2845599 --out-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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
47572025-10-27T23:18:14.940Z 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`
47582025-10-27T23:18:15.126Z Compiling p256 v0.13.2
47592025-10-27T23:18:15.130Z 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=59dffbf205981b2e -C extra-filename=-7a8990f1a3d4b51f --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-ce598e5737e41983.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7516108547a7f830.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-6a0b6a17573b75cc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47602025-10-27T23:18:15.963Z Compiling p521 v0.13.3
47612025-10-27T23:18:15.966Z 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=e31d56ba2b39eb28 -C extra-filename=-984fa51a2692dbc8 --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-ce598e5737e41983.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7516108547a7f830.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-6a0b6a17573b75cc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47622025-10-27T23:18:18.196Z Compiling blake3 v1.5.4
47632025-10-27T23:18:18.239Z 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`
47642025-10-27T23:18:18.243Z Compiling russh-cryptovec v0.7.3
47652025-10-27T23:18:18.243Z 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`
47662025-10-27T23:18:18.647Z Compiling md5 v0.7.0
47672025-10-27T23:18:18.650Z 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`
47682025-10-27T23:18:19.066Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-9bed0f6c2a88d9a7/build-script-build`
47692025-10-27T23:18:19.246Z Compiling russh-keys v0.45.0
47702025-10-27T23:18:19.249Z 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=b0917ee3c35f65c1 -C extra-filename=-724d10a17f7fe42a --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-c0cfbeed2d777ebf.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-e4ae782e581b7c37.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-9ec5c405b5b0e5e3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ebc465d3e3a262b7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-dd3c63bd8497e73c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-c5881e6e573fca19.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ce598e5737e41983.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fe35f39595d5efdb.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7516108547a7f830.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ea405cba7d288502.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eace4061b8cc20d5.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-7a8990f1a3d4b51f.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8edafd0299cf5e4e.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-984fa51a2692dbc8.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-ef385ef70cc55495.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-749a61a2a70d80fb.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-2f3bdc884bf1846a.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c8cf1a23fb8fab7f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-9979076a98167996.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ace06c94b4916f0d.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-47d0d6a4c325d2eb.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-35e74e802122fa1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-87c24479dd06ab3a.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-0d9a3589fa07f50f.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-feca40beec1b1171.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-99d143f44a798912.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47712025-10-27T23:18:19.722Z 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`
47722025-10-27T23:18:20.608Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47732025-10-27T23:18:20.611Z 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=e4abbafcb3af4095 -C extra-filename=-7e2a59dac7a5e9b1 --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-d2d65f8aae80839c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:18:22.794Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47752025-10-27T23:18:22.797Z 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=8948bbdd53e7dfab -C extra-filename=-965ba8bf39aca6dc --out-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-9223503d420162f8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47762025-10-27T23:18:25.159Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47772025-10-27T23:18:25.163Z 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=b2b6882f513c2104 -C extra-filename=-0879ce15d149a95d --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-afa0cd0153f3a5a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47782025-10-27T23:18:25.457Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
47792025-10-27T23:18:25.461Z 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=fd3c268a375b60b8 -C extra-filename=-89b08c658aaee907 --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-dfc32f0a21b07f91.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47802025-10-27T23:18:26.140Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47812025-10-27T23:18:26.191Z 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=0fb9bb95c2a109fc -C extra-filename=-37028ee84efea442 --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-1a84e413bcb1c25d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
47822025-10-27T23:18:26.657Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
47832025-10-27T23:18:26.661Z 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=91391e8570da7d5b -C extra-filename=-ff784372295504f8 --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-4f70558d363cca46.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-a216011634f95693/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`
47842025-10-27T23:18:28.182Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47852025-10-27T23:18:28.186Z 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=f7b1e8cef3ec5257 -C extra-filename=-039c639e5fb64ce4 --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-dd833add49a4eb53.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
47862025-10-27T23:18:29.958Z Compiling async-object-pool v0.1.5
47872025-10-27T23:18:29.962Z 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=dd4710da4c9de732 -C extra-filename=-cfcc2bce0f4f8045 --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-d9cd812ae62ae6eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47882025-10-27T23:18:30.067Z Compiling num-bigint v0.4.6
47892025-10-27T23:18:30.070Z 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=0fcc0fac8054a4ae -C extra-filename=-8fd8209b995140cf --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-aae9dbffa0540230.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47902025-10-27T23:18:30.236Z Compiling pathdiff v0.2.3
47912025-10-27T23:18:30.240Z 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=03f8e01f7dc9f4d8 -C extra-filename=-79da9eed9067aabc --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-dfc32f0a21b07f91.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47922025-10-27T23:18:30.488Z Compiling des v0.8.1
47932025-10-27T23:18:30.492Z 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=92f4f6e7c799b574 -C extra-filename=-067e25c8af5b848d --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-40e701b42c2114c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47942025-10-27T23:18:30.907Z Compiling assert-json-diff v2.0.2
47952025-10-27T23:18:30.910Z 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=9d3667784e6585e0 -C extra-filename=-407bd1d42b3d73d1 --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-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47962025-10-27T23:18:31.575Z Compiling serde_regex v1.1.0
47972025-10-27T23:18:31.579Z 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=2ff0fd752b3d6c8e -C extra-filename=-6dea92dfe979cf42 --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-daa3497a984c736e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47982025-10-27T23:18:31.724Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47992025-10-27T23:18:31.727Z 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=743d99d6650be488 -C extra-filename=-bc60d4f0a7093c78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48002025-10-27T23:18:31.955Z Compiling path-tree v0.8.1
48012025-10-27T23:18:31.958Z 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`
48022025-10-27T23:18:32.527Z Compiling nested v0.1.1
48032025-10-27T23:18:32.531Z 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`
48042025-10-27T23:18:32.589Z Compiling stringmetrics v2.2.2
48052025-10-27T23:18:32.632Z 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`
48062025-10-27T23:18:32.714Z Compiling doc-comment v0.3.3
48072025-10-27T23:18:32.717Z 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`
48082025-10-27T23:18:32.933Z 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=d94f7593086de0e6 -C extra-filename=-71e1352b5f0ccdda --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-cc915f90454d9f33.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
48092025-10-27T23:18:32.937Z Compiling httpmock v0.8.0-alpha.1
48102025-10-27T23:18:32.979Z 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=2c23b76ef6de2809 -C extra-filename=-bb1fd58112051d94 --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-407bd1d42b3d73d1.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-cfcc2bce0f4f8045.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-d9cd812ae62ae6eb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.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-4007d0fab8ad1eec.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-148fd712e6e6f9df.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.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-daa3497a984c736e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-6dea92dfe979cf42.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.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-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48112025-10-27T23:18:33.434Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-200f4663afc566c0/build-script-build`
48122025-10-27T23:18:33.611Z Compiling russh v0.45.0
48132025-10-27T23:18:33.615Z 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=64c78b2cfff2b747 -C extra-filename=-8d55c70c6b3a8210 --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-c0cfbeed2d777ebf.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-77229f803da8a825.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-7144a639a7938e22.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ebc465d3e3a262b7.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-25e2d596b785f137.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-dd3c63bd8497e73c.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6a74b7a80d29c515.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-067e25c8af5b848d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7516108547a7f830.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a76b93ce4f157850.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-8fd8209b995140cf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7a8990f1a3d4b51f.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8edafd0299cf5e4e.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-984fa51a2692dbc8.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-ec4e42f5cc5615c0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.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-724d10a17f7fe42a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-0d9a3589fa07f50f.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-feca40beec1b1171.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48142025-10-27T23:18:34.368Z 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=c2671a1fbb044d13 -C extra-filename=-e6b49f7adc9c5bd2 --out-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-68617f900d2f7ac8.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ada3b1b064fe057c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.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-71e1352b5f0ccdda.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c2bf6a52967586fd.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2ac102a834c44ca9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
48152025-10-27T23:18:39.476Z Compiling guppy v0.17.20
48162025-10-27T23:18:39.480Z 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=873b148bbcea441d -C extra-filename=-e4a95970907717c9 --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-ed2d4c558c02d74c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.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-66ab2a719fd02fc0.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-79da9eed9067aabc.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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`
48172025-10-27T23:18:40.602Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48182025-10-27T23:18:40.605Z 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=6e3f2c0b680f7c18 -C extra-filename=-8566a5a7c68e6aa2 --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-0be375789e321fa6.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-a216011634f95693/out/build/artifacts -L native=/work/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`
48192025-10-27T23:18:42.046Z 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=3dfd583797348652 -C extra-filename=-8a89f560e5410aff --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-c980ca968957c2be.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f43f5c03ab673ddf.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fef263f4172fa4a8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8566a5a7c68e6aa2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
48202025-10-27T23:18:44.616Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48212025-10-27T23:18:44.620Z 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=2e3be32336c9d4f5 -C extra-filename=-2373fc372ef370bd --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-bc60d4f0a7093c78.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2219ba716389f030.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48222025-10-27T23:18:46.629Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
48232025-10-27T23:18:46.632Z 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=7b42a72e15e5ad19 -C extra-filename=-07e91ce38265fb3d --out-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-a7c6d33f1a57a5b6.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1195d89c002f0d88.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-039c639e5fb64ce4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-3a98fbb8c97c7966.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-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
48242025-10-27T23:18:47.601Z 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=0ac1709ca9844435 -C extra-filename=-1cf17e18af330907 --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-a8d790446100d922.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()))'`
48252025-10-27T23:18:48.742Z Compiling rstest_macros v0.25.0
48262025-10-27T23:18:48.745Z 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=1490c89433306016 -C extra-filename=-50a4543035446387 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-50a4543035446387 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-74fdf0da897ddd52.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48272025-10-27T23:18:48.815Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48282025-10-27T23:18:48.819Z 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=279502319911fcea -C extra-filename=-13b2001b5ce715d2 --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48292025-10-27T23:18:49.362Z Compiling assert_cmd v2.0.17
48302025-10-27T23:18:49.367Z 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`
48312025-10-27T23:18:49.427Z Compiling topological-sort v0.2.2
48322025-10-27T23:18:49.466Z 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`
48332025-10-27T23:18:49.735Z Compiling internet-checksum v0.2.1
48342025-10-27T23:18:49.738Z 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`
48352025-10-27T23:18:49.973Z Compiling escape8259 v0.5.3
48362025-10-27T23:18:50.023Z 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`
48372025-10-27T23:18:50.027Z 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=fa36e0af7b9392a4 -C extra-filename=-1c66f4dd62e222d6 --out-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-c980ca968957c2be.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f43f5c03ab673ddf.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fef263f4172fa4a8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8566a5a7c68e6aa2.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-71e1352b5f0ccdda.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b384f512323b2c56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.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-99b06122be892908.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-46c58c2514593e59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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-10-27T23:18:50.409Z Compiling target-triple v0.1.3
48392025-10-27T23:18:50.462Z 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`
48402025-10-27T23:18:50.780Z Compiling libtest-mimic v0.8.1
48412025-10-27T23:18:50.783Z 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=d54bc9bb6e3936f2 -C extra-filename=-54dadea106492f86 --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-e2a25e47eb889030.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`
48422025-10-27T23:18:51.084Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-a9e7d9a104e14c0c/build-script-build`
48432025-10-27T23:18:51.154Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-04cfa77d50ed31d5/build-script-build`
48442025-10-27T23:18:51.226Z Compiling omicron-zone-package v0.12.2
48452025-10-27T23:18:51.230Z 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=c582fdc52633b8bb -C extra-filename=-5b06cf6e3f3933e1 --out-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-68617f900d2f7ac8.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-1cf17e18af330907.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-180862833fbacf5f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-148fd712e6e6f9df.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0c476a230b66c95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0a6b4c36067e829f/out -L native=/usr/ssl-3/lib/amd64`
48462025-10-27T23:18:51.665Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-50a4543035446387/build-script-build`
48472025-10-27T23:18:51.842Z 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`
48482025-10-27T23:18:52.022Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48492025-10-27T23:18:52.026Z 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=4b452d91324d6c07 -C extra-filename=-126cd425103b0529 --out-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-68617f900d2f7ac8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.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-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0879ce15d149a95d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-21f09b625fdc7914.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-20ab02935538a31c.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-fa42da51cd0fd360.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.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-a216011634f95693/out/build/artifacts -L native=/work/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/`
48502025-10-27T23:18:52.644Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48512025-10-27T23:18:52.647Z 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=e082a09f51e9d403 -C extra-filename=-fc2f2e8d464b9a9d --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-9223503d420162f8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-37028ee84efea442.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
48522025-10-27T23:18:53.937Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
48532025-10-27T23:18:53.941Z 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=0b464d66c5daaa70 -C extra-filename=-9a0b29ba47e7ce25 --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-f424ff4d13ad9878.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
48542025-10-27T23:18:54.001Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48552025-10-27T23:18:54.005Z 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=e585ade99b77c995 -C extra-filename=-3ada63327483ea6d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-3ada63327483ea6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
48562025-10-27T23:18:54.473Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48572025-10-27T23:18:54.490Z 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=c66b345630947aa6 -C extra-filename=-2b5985d35a22336e --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-2b5985d35a22336e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
48582025-10-27T23:18:54.953Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48592025-10-27T23:18:54.956Z 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=4d9596eb4a1cc71d -C extra-filename=-363391a4602b6d38 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-363391a4602b6d38 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
48602025-10-27T23:18:55.002Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48612025-10-27T23:18:55.052Z 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=0fe01e56d98f2fb6 -C extra-filename=-e7479930c6e0ecb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-e7479930c6e0ecb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
48622025-10-27T23:18:55.428Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48632025-10-27T23:18:55.432Z 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=808af5ad48798063 -C extra-filename=-dc9e5abfd8c8f6f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-dc9e5abfd8c8f6f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-a9aee96273831131.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
48642025-10-27T23:18:55.495Z Compiling proc-macro-crate v3.2.0
48652025-10-27T23:18:55.495Z 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=fc0f1e0e9344d1ad -C extra-filename=-52470053a3a9ee0f --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-dd434080040001a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48662025-10-27T23:18:56.764Z Compiling fancy-regex v0.14.0
48672025-10-27T23:18:56.767Z 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=45208bbf99f70dde -C extra-filename=-bd23a692b6cd35b3 --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-264a8371a99eccb3.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`
48682025-10-27T23:18:56.801Z Compiling relative-path v1.9.3
48692025-10-27T23:18:56.802Z 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`
48702025-10-27T23:18:56.843Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48712025-10-27T23:18:56.847Z 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`
48722025-10-27T23:18:57.267Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-dc9e5abfd8c8f6f2/build-script-build`
48732025-10-27T23:18:57.507Z 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=6e7f462ae544d9ba -C extra-filename=-3dff937444c1763f --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-52470053a3a9ee0f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-f3fb9c0935465094.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-d1301a780aeb509f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48742025-10-27T23:18:57.604Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-e7479930c6e0ecb5/build-script-build`
48752025-10-27T23:18:57.677Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-363391a4602b6d38/build-script-build`
48762025-10-27T23:18:57.748Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-2b5985d35a22336e/build-script-build`
48772025-10-27T23:18:57.822Z Compiling datatest-stable v0.3.2
48782025-10-27T23:18:57.825Z 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=6f7ba2d0221c158c -C extra-filename=-ebee94f3ced75752 --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-dfc32f0a21b07f91.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-bd23a692b6cd35b3.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-54dadea106492f86.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`
48792025-10-27T23:18:58.595Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48802025-10-27T23:18:58.599Z 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=4673ee2dddf33c3a -C extra-filename=-9934af35707b0efb --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-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-2373fc372ef370bd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-93bc1cdef21ba9d6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13b2001b5ce715d2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b7e359a2a2845599.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8d55c70c6b3a8210.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-724d10a17f7fe42a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-3a98fbb8c97c7966.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
48812025-10-27T23:18:58.771Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-3ada63327483ea6d/build-script-build`
48822025-10-27T23:18:58.842Z 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=5e0ee26f7959c9ec -C extra-filename=-499ddfe5c686f058 --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-a7e888a5db0973b0.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-8911672ac1f84a7c.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.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`
48832025-10-27T23:19:00.059Z 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"))'`
48842025-10-27T23:19:00.251Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48852025-10-27T23:19:00.254Z 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=72f574aed1be2ca4 -C extra-filename=-20c816e776fd1bbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-039c639e5fb64ce4.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-07e91ce38265fb3d.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
48862025-10-27T23:19:01.229Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48872025-10-27T23:19:01.234Z 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=7783a2e54abce6b9 -C extra-filename=-68130b64aa12599c --out-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-68617f900d2f7ac8.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-d2d65f8aae80839c.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-57a8d597875d67bb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.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-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-965ba8bf39aca6dc.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5df1175b8d06d984.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7aab2295c4f30773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7e2a59dac7a5e9b1.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-15d0efe231671e83.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
48882025-10-27T23:19:02.808Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
48892025-10-27T23:19:02.812Z 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=986b620f46e2f3cb -C extra-filename=-f8a9240f6376b0b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-f8a9240f6376b0b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
48902025-10-27T23:19:03.281Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48912025-10-27T23:19:03.325Z 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=9abda6bd45f67da7 -C extra-filename=-054e80fc4e1d944f --out-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-dfc32f0a21b07f91.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-4f70558d363cca46.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
48922025-10-27T23:19:07.213Z Compiling support-bundle-viewer v0.1.2
48932025-10-27T23:19:07.216Z 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=9ec6c058e7ca30c6 -C extra-filename=-70eb4f6d2c307356 --out-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-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6a9e9c3b838c62a2.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rmeta --cap-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`
48942025-10-27T23:19:08.571Z Compiling multimap v0.10.1
48952025-10-27T23:19:08.574Z 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=d9e7e02525ae4b21 -C extra-filename=-989814b4339e812e --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-a24067305a22db88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48962025-10-27T23:19:08.990Z Compiling uzers v0.12.1
48972025-10-27T23:19:08.997Z 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`
48982025-10-27T23:19:10.000Z Compiling termcolor v1.4.1
48992025-10-27T23:19:10.004Z 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`
49002025-10-27T23:19:10.272Z Compiling rstest v0.25.0
49012025-10-27T23:19:10.276Z 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=c715d4fd63bb1aac -C extra-filename=-15a51aa095cd6262 --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-148fd712e6e6f9df.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-3dff937444c1763f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49022025-10-27T23:19:10.602Z Compiling trybuild v1.0.106
49032025-10-27T23:19:10.605Z 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=69fb500ee8eda0d1 -C extra-filename=-c44928b142af5ec4 --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-a24067305a22db88.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-091f68a6f331aa7f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-1de8e0e67689504a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49042025-10-27T23:19:10.788Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-f8a9240f6376b0b0/build-script-build`
49052025-10-27T23:19:10.816Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
49062025-10-27T23:19:10.820Z 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=0979a10f79365b03 -C extra-filename=-82e2548bb1fdc5b2 --out-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-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-fa42da51cd0fd360.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5472ceceb21d6c47.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
49072025-10-27T23:19:15.852Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
49082025-10-27T23:19:15.856Z 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=3eca7880a6d5d775 -C extra-filename=-6fd8671034ea5f78 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-6fd8671034ea5f78 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
49092025-10-27T23:19:16.326Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
49102025-10-27T23:19:16.331Z 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=b427e56b13f7dfdd -C extra-filename=-de370c5f1a548d88 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-de370c5f1a548d88 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-6ebf884cd794d1ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
49112025-10-27T23:19:16.821Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
49122025-10-27T23:19:16.824Z 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=50bf62eee689ba09 -C extra-filename=-0d5ecc0b73e3d88b --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-4f70558d363cca46.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-a216011634f95693/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`
49132025-10-27T23:19:17.174Z Compiling blake2b_simd v1.0.2
49142025-10-27T23:19:17.178Z 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`
49152025-10-27T23:19:17.851Z Compiling partial-io v0.5.4
49162025-10-27T23:19:17.854Z 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=26b143c8006c8a70 -C extra-filename=-bd12e1560a5f2cbe --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-180862833fbacf5f.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-68db5627c381a3fe.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49172025-10-27T23:19:18.416Z Compiling httptest v0.16.3
49182025-10-27T23:19:18.420Z 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=6e06629e9676608c -C extra-filename=-06e4d26757e00926 --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-a7e888a5db0973b0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.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-4007d0fab8ad1eec.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.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-daa3497a984c736e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49192025-10-27T23:19:22.038Z Compiling drift v0.1.0
49202025-10-27T23:19:22.042Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-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=9e9e95a6ddf692a5 -C extra-filename=-64e619e8543062c3 --out-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 indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49212025-10-27T23:19:22.570Z Compiling rand_distr v0.5.1
49222025-10-27T23:19:22.574Z 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=400b82ba85627110 -C extra-filename=-6a823130db198e53 --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-239113ee1ff5f489.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49232025-10-27T23:19:23.004Z Compiling approx v0.5.1
49242025-10-27T23:19:23.008Z 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`
49252025-10-27T23:19:23.342Z Compiling rust-argon2 v2.1.0
49262025-10-27T23:19:23.345Z 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`
49272025-10-27T23:19:23.741Z Compiling dropshot-api-manager v0.2.2
49282025-10-27T23:19:23.784Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9e54dd6483e37aa -C extra-filename=-531501e97f69d6b2 --out-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-f15d654b37a8ecad.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-64e619e8543062c3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-553ecad22240ed78.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --cap-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-a216011634f95693/out/build/artifacts`
49292025-10-27T23:19:24.384Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-de370c5f1a548d88/build-script-build`
49302025-10-27T23:19:24.456Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-6fd8671034ea5f78/build-script-build`
49312025-10-27T23:19:24.527Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
49322025-10-27T23:19:24.530Z 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=aef2ee5727f5d629 -C extra-filename=-1efb94b506160719 --out-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-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49332025-10-27T23:19:25.106Z 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=ae412c4039f987eb -C extra-filename=-2ab71c2717de7f97 --out-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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fc2f2e8d464b9a9d.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-37028ee84efea442.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49342025-10-27T23:19:25.751Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
49352025-10-27T23:19:25.754Z 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=7588ec7fa59c7fb5 -C extra-filename=-613b45ae42c00d06 --out-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-dfc32f0a21b07f91.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-180862833fbacf5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.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-4f70558d363cca46.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5b06cf6e3f3933e1.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-f5717355ad702ff3.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-056bc8134d9dc213.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49362025-10-27T23:19:28.072Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
49372025-10-27T23:19:28.076Z 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=404f76e0471d73ac -C extra-filename=-f0c944bb580d1be4 --out-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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49382025-10-27T23:19:29.649Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
49392025-10-27T23:19:29.654Z 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=cee97253eb09cd28 -C extra-filename=-0e9d34588e787e3f --out-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-dfc32f0a21b07f91.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.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-344061b1e2d0612a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
49402025-10-27T23:19:30.484Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
49412025-10-27T23:19:30.487Z 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=7a220eb89ed0ce16 -C extra-filename=-1d47df9a70ed045c --out-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-dfc32f0a21b07f91.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
49422025-10-27T23:19:31.313Z Compiling cargo_toml v0.21.0
49432025-10-27T23:19:31.313Z 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=3b49d43d0ead3473 -C extra-filename=-01eeaa39a67a8863 --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-a24067305a22db88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49442025-10-27T23:19:31.363Z Compiling termios v0.3.3
49452025-10-27T23:19:31.366Z 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`
49462025-10-27T23:19:31.366Z 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=7a802ba097a775df -C extra-filename=-0a7c04fc1ce7f38a --out-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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.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-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-0e9d34588e787e3f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
49472025-10-27T23:19:31.721Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
49482025-10-27T23:19:31.725Z 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=de0d18bf0af011ed -C extra-filename=-50ccdf80c0cacae3 --out-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-e2a25e47eb889030.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-344061b1e2d0612a.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-c68150b2517d6e38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-67cab1abeab4046a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49492025-10-27T23:19:32.278Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49502025-10-27T23:19:32.281Z 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=2389446de64ddc8c -C extra-filename=-72a2073ace8bad0a --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-1d47df9a70ed045c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5b06cf6e3f3933e1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.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-344061b1e2d0612a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
49512025-10-27T23:19:32.410Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
49522025-10-27T23:19:32.463Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dropshot_apis --edition=2021 dev-tools/dropshot-apis/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2cb8a90cd6f9b305 -C extra-filename=-155e5a12726be60c --out-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 bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a684ac5f5d2900c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d7ac2409b4ca061b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-6e4afd32daff949e.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1dd20327b505768b.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-531501e97f69d6b2.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-75762aee3c08cad3.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-965ba8bf39aca6dc.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-728fe14ae286f740.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8d1e0208b0ab3ef3.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-ff7517fabb00a92f.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fc2f2e8d464b9a9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cdb95b979a77b4d0.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a8d6abc1cf3708db.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7e2a59dac7a5e9b1.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49532025-10-27T23:19:36.262Z 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=daf2f8651f68196a -C extra-filename=-44440811aba15963 --out-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-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.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-613b45ae42c00d06.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5b06cf6e3f3933e1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-f5717355ad702ff3.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-056bc8134d9dc213.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49542025-10-27T23:19:37.636Z 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=5ba5ad9f5cc3c594 -C extra-filename=-66d50a2233db93d1 --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-f0c944bb580d1be4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
49552025-10-27T23:19:38.372Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49562025-10-27T23:19:38.379Z 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=34905756fbb429c3 -C extra-filename=-64a0e6e68d8d4acf --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-01eeaa39a67a8863.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-4c3be55fb0538dce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49572025-10-27T23:19:39.705Z 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=b2454d8fd8b88a25 -C extra-filename=-35db1092c69d9534 --out-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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-1efb94b506160719.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49582025-10-27T23:19:40.963Z 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=2a5f4de87c970508 -C extra-filename=-1d0761c1f1cd51ae --out-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-f895be21f47d89c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dc5628cd2ffc9e49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
49592025-10-27T23:19:41.070Z 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=117c91ec77c95719 -C extra-filename=-7801a7c171db83de --out-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-a7c6d33f1a57a5b6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1195d89c002f0d88.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-039c639e5fb64ce4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-3a98fbb8c97c7966.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-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-20c816e776fd1bbc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49602025-10-27T23:19:41.075Z 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=f709c675850fc7b0 -C extra-filename=-a772bcfa5cdad97b --out-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-68617f900d2f7ac8.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-d2d65f8aae80839c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.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-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-965ba8bf39aca6dc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5df1175b8d06d984.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7aab2295c4f30773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-68130b64aa12599c.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7e2a59dac7a5e9b1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-15d0efe231671e83.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49612025-10-27T23:19:41.831Z 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=9f4992c9a5a0d516 -C extra-filename=-731440989dac7934 --out-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-68617f900d2f7ac8.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-d2d65f8aae80839c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.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-4c3be55fb0538dce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-126cd425103b0529.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-965ba8bf39aca6dc.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0879ce15d149a95d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.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-5df1175b8d06d984.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-390281ae8f478cb9.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-0d89403159ecd6df.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7aab2295c4f30773.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5472ceceb21d6c47.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-68130b64aa12599c.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7e2a59dac7a5e9b1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-15d0efe231671e83.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49622025-10-27T23:19:42.587Z 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=e785dad4e381a74b -C extra-filename=-c19aca70207e9fa7 --out-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-68617f900d2f7ac8.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-d2d65f8aae80839c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.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-4c3be55fb0538dce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-126cd425103b0529.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-965ba8bf39aca6dc.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0879ce15d149a95d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.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-5df1175b8d06d984.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-390281ae8f478cb9.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-0d89403159ecd6df.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7aab2295c4f30773.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5472ceceb21d6c47.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-68130b64aa12599c.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7e2a59dac7a5e9b1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-15d0efe231671e83.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49632025-10-27T23:19:42.624Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
49642025-10-27T23:19:42.627Z 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=e0e391ca7e8044c9 -C extra-filename=-cd9e966a482a2c4b --out-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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-aa2d175d1750dce4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-02147c35cc91d48d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-07e91ce38265fb3d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-20c816e776fd1bbc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
49652025-10-27T23:19:44.170Z 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=8b8ab8a745b71d3e -C extra-filename=-b17bc4d846243f7d --out-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-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f15d654b37a8ecad.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a684ac5f5d2900c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2d65f8aae80839c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-e5a186e6ef04817f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.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-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e4a95970907717c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-08df69d800910628.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-11d56c41f7d2be64.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9f08dfd1d60ee253.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.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-a9769266f9f53319.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6dd2ee3507b32530.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f81db513961ccb1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a8d6abc1cf3708db.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f896eb2343a0cc2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-390281ae8f478cb9.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5f1f8bfec5ba61d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33d3c72ccf81090d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-c5d727094bb43dd8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-fe5b5d070483f52d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49662025-10-27T23:19:45.374Z 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=278952501346d4ae -C extra-filename=-761f1e93c1b9523f --out-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-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f15d654b37a8ecad.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a684ac5f5d2900c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2d65f8aae80839c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-e5a186e6ef04817f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.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-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e4a95970907717c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-08df69d800910628.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-11d56c41f7d2be64.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9f08dfd1d60ee253.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.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-a9769266f9f53319.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6dd2ee3507b32530.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f81db513961ccb1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a8d6abc1cf3708db.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f896eb2343a0cc2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-390281ae8f478cb9.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5f1f8bfec5ba61d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33d3c72ccf81090d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-c5d727094bb43dd8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-fe5b5d070483f52d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49672025-10-27T23:19:45.750Z 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=ab95d8976188cd16 -C extra-filename=-b021de29370b92c7 --out-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-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f15d654b37a8ecad.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a684ac5f5d2900c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2d65f8aae80839c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-e5a186e6ef04817f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.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-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-08df69d800910628.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9f08dfd1d60ee253.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6dd2ee3507b32530.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f81db513961ccb1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a8d6abc1cf3708db.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f896eb2343a0cc2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-390281ae8f478cb9.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5f1f8bfec5ba61d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33d3c72ccf81090d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-c5d727094bb43dd8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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-a216011634f95693/out/build/artifacts -L native=/work/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/`
49682025-10-27T23:19:47.507Z 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=b1df1bb8e628bd3c -C extra-filename=-55cb95299d123267 --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-68617f900d2f7ac8.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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 tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49692025-10-27T23:19:48.503Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
49702025-10-27T23:19:48.509Z 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=8a31f711a7ca1e8a -C extra-filename=-60cf7e9102205bb8 --out-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-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e5a186e6ef04817f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-55cb95299d123267.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-90c82b526ba7442d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-09b27d4509c6abfe.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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/`
49712025-10-27T23:19:48.872Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49722025-10-27T23:19:48.875Z 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=3ac5679ba101c19d -C extra-filename=-dd05bc3406603e94 --out-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-180862833fbacf5f.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-3a98fbb8c97c7966.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49732025-10-27T23:19:51.491Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
49742025-10-27T23:19:51.534Z 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=60d7213ca345f7fc -C extra-filename=-888338f1243c8322 --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-180862833fbacf5f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49752025-10-27T23:19:51.659Z 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=89bb765ed7dfd626 -C extra-filename=-60ca7336fa44c0ca --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-3a98fbb8c97c7966.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49762025-10-27T23:19:53.742Z 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=a5665c851afd1937 -C extra-filename=-7a0ca4de35ec99b5 --out-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-dfc32f0a21b07f91.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-5f1d497634fcdbc8.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-fa00d48391acfa16.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-7bd5f8ef7a4a7a49.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2bedefd646d6d0c1.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-888338f1243c8322.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49772025-10-27T23:19:54.455Z 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=190ff28b976faaf9 -C extra-filename=-c5b32acc714967d6 --out-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-1c66f4dd62e222d6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49782025-10-27T23:19:55.625Z 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=1bfc02df608a24b2 -C extra-filename=-d023a253381de5a0 --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-1a84e413bcb1c25d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.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-3a98fbb8c97c7966.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49792025-10-27T23:19:57.101Z 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=0e08a4d0b9109291 -C extra-filename=-dc5b15663e25a3c5 --out-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-c980ca968957c2be.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-addb2b6faeaa7fc7.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.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-65621df32f2dd000.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.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-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-989814b4339e812e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8566a5a7c68e6aa2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-60ca7336fa44c0ca.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-34bb862dbbbb542c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3fd8446d2566a752.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-70eb4f6d2c307356.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-2bda564c3c0dca8d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
49802025-10-27T23:19:57.205Z 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=f60ff3c0d861d4d3 -C extra-filename=-283146752ff192f5 --out-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_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-0d5ecc0b73e3d88b.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-3a98fbb8c97c7966.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49812025-10-27T23:19:57.268Z 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=627b9a1bfd8bccce -C extra-filename=-40904986602414d1 --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fc2f2e8d464b9a9d.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-37028ee84efea442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-2ab71c2717de7f97.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49822025-10-27T23:19:59.283Z 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=14b154e95628ca17 -C extra-filename=-14479e1af8aec77a --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-6e4afd32daff949e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-90c82b526ba7442d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49832025-10-27T23:19:59.505Z 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=3404adf004844d7c -C extra-filename=-bcafbf7908fcd0ce --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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ff784372295504f8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49842025-10-27T23:20:01.634Z 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=05518d9fe3291b3e -C extra-filename=-3bf4b90359eea4af --out-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-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-5f1d497634fcdbc8.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-fa00d48391acfa16.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-15738577b730c42f.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-addb2b6faeaa7fc7.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-dc3d070fa461b3a7.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-5cba1f8427e70270.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-08df69d800910628.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-115409b92f07f32e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c10ff4791882aba9.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-728fe14ae286f740.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8d1e0208b0ab3ef3.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-ff7517fabb00a92f.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d023a253381de5a0.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2bedefd646d6d0c1.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-888338f1243c8322.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-7a0ca4de35ec99b5.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c5b32acc714967d6.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-60ca7336fa44c0ca.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-55cb95299d123267.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.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-b384f512323b2c56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-804cba670396b00c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.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-20304b56dc00b56c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-066fa3d51db4f528.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2ac102a834c44ca9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-46c58c2514593e59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-7370da02e2b13f60.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49852025-10-27T23:20:17.099Z 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=03c49b000a2d9b20 -C extra-filename=-b5855f34c8964b33 --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-6e4afd32daff949e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49862025-10-27T23:20:19.903Z 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=79b49c1ae7e2f6b6 -C extra-filename=-7335994a1d8a6dba --out-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-c980ca968957c2be.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f43f5c03ab673ddf.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fef263f4172fa4a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8566a5a7c68e6aa2.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-71e1352b5f0ccdda.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b384f512323b2c56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c2bf6a52967586fd.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.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-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-46c58c2514593e59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.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-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49872025-10-27T23:20:20.352Z 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=a2d7c25a66456789 -C extra-filename=-21f5adfc022a470e --out-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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2bedefd646d6d0c1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-7a0ca4de35ec99b5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f896eb2343a0cc2e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-e674a27a3708cbf8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49882025-10-27T23:20:23.949Z 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=fe0943f496d99c95 -C extra-filename=-804faea9b3f8093e --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fc2f2e8d464b9a9d.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-37028ee84efea442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49892025-10-27T23:20:28.129Z 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=9147dadf56c09e13 -C extra-filename=-c79e732993f4c83c --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-c980ca968957c2be.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-06e4d26757e00926.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.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-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49902025-10-27T23:20:29.896Z 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=0007e46c20c356e2 -C extra-filename=-d6aaab094b7c1393 --out-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-180862833fbacf5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-3a98fbb8c97c7966.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49912025-10-27T23:20:33.352Z 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=591c05971d0eee6b -C extra-filename=-68ad4fcf237d0170 --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-c980ca968957c2be.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f43f5c03ab673ddf.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fef263f4172fa4a8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8566a5a7c68e6aa2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49922025-10-27T23:20:41.083Z 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=d684df8a3ae89f71 -C extra-filename=-db1798be07449571 --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-c980ca968957c2be.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f43f5c03ab673ddf.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fef263f4172fa4a8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8566a5a7c68e6aa2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49932025-10-27T23:20:43.315Z 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=ed9d2deaee145224 -C extra-filename=-b04faf32fc5ac86e --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-180862833fbacf5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49942025-10-27T23:20:46.709Z 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=59d41c865031b8a8 -C extra-filename=-f9924f4af0dfe00a --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-68617f900d2f7ac8.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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 tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
49952025-10-27T23:20:49.571Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_handoff --edition=2021 live-tests/tests/test_nexus_handoff.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b3cb4e9c0f67460 -C extra-filename=-eca172df4a378829 --out-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_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-0d5ecc0b73e3d88b.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-3a98fbb8c97c7966.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49962025-10-27T23:21:13.762Z 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=aae035357e36dbba -C extra-filename=-a61caf6c99a80144 --out-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-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e5a186e6ef04817f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-55cb95299d123267.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-90c82b526ba7442d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-09b27d4509c6abfe.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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/`
49972025-10-27T23:21:16.131Z 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=b00494f0fbfdbc15 -C extra-filename=-9513dd81288c6bd8 --out-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-c980ca968957c2be.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
49982025-10-27T23:21:21.505Z 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=cb8abb31d84f3d86 -C extra-filename=-78ca39dcf2cc69ac --out-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-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f15d654b37a8ecad.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a684ac5f5d2900c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2d65f8aae80839c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-e5a186e6ef04817f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.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-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-08df69d800910628.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9f08dfd1d60ee253.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6dd2ee3507b32530.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f81db513961ccb1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a8d6abc1cf3708db.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f896eb2343a0cc2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-390281ae8f478cb9.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5f1f8bfec5ba61d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33d3c72ccf81090d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-c5d727094bb43dd8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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-a216011634f95693/out/build/artifacts -L native=/work/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/`
49992025-10-27T23:21:25.143Z 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=5fe83f3fb6b777f5 -C extra-filename=-44b315fc0056c9ac --out-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-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f15d654b37a8ecad.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a684ac5f5d2900c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2d65f8aae80839c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-e5a186e6ef04817f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.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-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-08df69d800910628.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9f08dfd1d60ee253.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6dd2ee3507b32530.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f81db513961ccb1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a8d6abc1cf3708db.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f896eb2343a0cc2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-390281ae8f478cb9.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5f1f8bfec5ba61d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33d3c72ccf81090d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-c5d727094bb43dd8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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-a216011634f95693/out/build/artifacts -L native=/work/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/`
50002025-10-27T23:21:26.299Z 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=594bb3d71ad330d2 -C extra-filename=-224c55067736661e --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-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-2373fc372ef370bd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-9934af35707b0efb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13b2001b5ce715d2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b7e359a2a2845599.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8d55c70c6b3a8210.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-724d10a17f7fe42a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-3a98fbb8c97c7966.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50012025-10-27T23:21:29.615Z 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=08412d0fbb21136a -C extra-filename=-5540b5661f10ebfb --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-5f1d497634fcdbc8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b384f512323b2c56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-0d89403159ecd6df.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-3a98fbb8c97c7966.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b2736b46cc730ab2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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/`
50022025-10-27T23:22:26.234Z 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=fb624d1690832f60 -C extra-filename=-524c05f61465ea34 --out-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-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f15d654b37a8ecad.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a684ac5f5d2900c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2d65f8aae80839c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-e5a186e6ef04817f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.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-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e4a95970907717c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-08df69d800910628.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-11d56c41f7d2be64.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9f08dfd1d60ee253.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.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-a9769266f9f53319.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6dd2ee3507b32530.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f81db513961ccb1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a8d6abc1cf3708db.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f896eb2343a0cc2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-390281ae8f478cb9.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5f1f8bfec5ba61d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33d3c72ccf81090d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-c5d727094bb43dd8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-fe5b5d070483f52d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50032025-10-27T23:22:30.269Z 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=f00212501cc9d4df -C extra-filename=-55ae505d60d3c3c7 --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-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-2373fc372ef370bd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-9934af35707b0efb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13b2001b5ce715d2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b7e359a2a2845599.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8d55c70c6b3a8210.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-724d10a17f7fe42a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-3a98fbb8c97c7966.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50042025-10-27T23:22:30.274Z 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=01e6f65b06e80b88 -C extra-filename=-5201ef6d2ba49df9 --out-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-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f15d654b37a8ecad.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a684ac5f5d2900c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2d65f8aae80839c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-e5a186e6ef04817f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.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-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e4a95970907717c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-08df69d800910628.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-11d56c41f7d2be64.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9f08dfd1d60ee253.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.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-a9769266f9f53319.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6dd2ee3507b32530.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f81db513961ccb1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a8d6abc1cf3708db.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f896eb2343a0cc2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-390281ae8f478cb9.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5f1f8bfec5ba61d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33d3c72ccf81090d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-c5d727094bb43dd8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-fe5b5d070483f52d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50052025-10-27T23:22:36.304Z 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=c59fee58326df68e -C extra-filename=-b72818447e4b67a7 --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-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-2373fc372ef370bd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-9934af35707b0efb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13b2001b5ce715d2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b7e359a2a2845599.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8d55c70c6b3a8210.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-724d10a17f7fe42a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-3a98fbb8c97c7966.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50062025-10-27T23:22:36.596Z 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=56189aa2a446297e -C extra-filename=-a0992241567cee90 --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-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-2373fc372ef370bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13b2001b5ce715d2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b7e359a2a2845599.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8d55c70c6b3a8210.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-724d10a17f7fe42a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-3a98fbb8c97c7966.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50072025-10-27T23:22:38.887Z 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=9ad4125396f69692 -C extra-filename=-43e9df1408d167a2 --out-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-a7c6d33f1a57a5b6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1195d89c002f0d88.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-039c639e5fb64ce4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-3a98fbb8c97c7966.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-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-07e91ce38265fb3d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-20c816e776fd1bbc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50082025-10-27T23:22:39.401Z 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=00e2df8a69eb00cd -C extra-filename=-8b122d286231c6dc --out-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-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-524f6095cf2bdf36.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50092025-10-27T23:22:42.099Z 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=36346c0c85c9c18f -C extra-filename=-9fc44cbd0e5301f0 --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-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.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-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3f7a8fab724ded4b.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-6a823130db198e53.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-15a51aa095cd6262.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c44928b142af5ec4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50102025-10-27T23:22:51.513Z 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=5fab43481d34b78f -C extra-filename=-210fea0ac841eea6 --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-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.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-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3f7a8fab724ded4b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-6a823130db198e53.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-15a51aa095cd6262.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c44928b142af5ec4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50112025-10-27T23:22:52.526Z 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=cafe0212ecb0c976 -C extra-filename=-8a5d466a4b542daf --out-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-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5472ceceb21d6c47.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-82e2548bb1fdc5b2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
50122025-10-27T23:22:55.535Z 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=d48ef22e99cd3862 -C extra-filename=-1b82339e0ff5c6ea --out-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-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5472ceceb21d6c47.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-82e2548bb1fdc5b2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
50132025-10-27T23:22:56.360Z 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=1552a9cc9add0604 -C extra-filename=-8b00e8d4e5cc5a74 --out-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-68617f900d2f7ac8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.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-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0879ce15d149a95d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-21f09b625fdc7914.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-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-bd12e1560a5f2cbe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-fa42da51cd0fd360.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50142025-10-27T23:22:56.423Z 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=24dc70acf2d781f9 -C extra-filename=-79e3c3d11eb979fb --out-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-68617f900d2f7ac8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.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-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-126cd425103b0529.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0879ce15d149a95d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-21f09b625fdc7914.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-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-bd12e1560a5f2cbe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-fa42da51cd0fd360.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50152025-10-27T23:22:58.144Z 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=7a1d201c4e0ebe29 -C extra-filename=-ec752159af9f369b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-039c639e5fb64ce4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-07e91ce38265fb3d.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50162025-10-27T23:22:59.046Z 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=5bba460a4e144398 -C extra-filename=-6b9e9fbdbd55e081 --out-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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50172025-10-27T23:23:01.254Z 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=31212c42d762ef24 -C extra-filename=-c38f333e8208a982 --out-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-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.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-054e80fc4e1d944f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
50182025-10-27T23:23:01.549Z 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=d1c03a90e4a91cf7 -C extra-filename=-966d6a5215f5f036 --out-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-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-054e80fc4e1d944f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
50192025-10-27T23:23:05.067Z 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=a74090dd110d4111 -C extra-filename=-4c17263782cf48de --out-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-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.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-054e80fc4e1d944f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
50202025-10-27T23:23:06.238Z 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=33aa8bcbc2f4cfd0 -C extra-filename=-da5d797a29b71aff --out-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-68617f900d2f7ac8.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-d2d65f8aae80839c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.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-4c3be55fb0538dce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-126cd425103b0529.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-965ba8bf39aca6dc.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0879ce15d149a95d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.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-5df1175b8d06d984.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-390281ae8f478cb9.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-0d89403159ecd6df.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7aab2295c4f30773.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5472ceceb21d6c47.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7e2a59dac7a5e9b1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-15d0efe231671e83.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50212025-10-27T23:23:07.450Z 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=78511c3e418310eb -C extra-filename=-322da074a8ac7959 --out-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-499ddfe5c686f058.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.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-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-6b3ad986e1733ccf.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7aab2295c4f30773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6b22f7ebc06438f7.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-2bda564c3c0dca8d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-15d0efe231671e83.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50222025-10-27T23:23:15.323Z 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=dc3df4d391d2b081 -C extra-filename=-b55a0ad9ded2616c --out-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-499ddfe5c686f058.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.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-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-6b3ad986e1733ccf.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7aab2295c4f30773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6b22f7ebc06438f7.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-2bda564c3c0dca8d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5472ceceb21d6c47.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-15d0efe231671e83.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50232025-10-27T23:23:17.017Z 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=e5bcc2b9f30dadd9 -C extra-filename=-a1ebfbcbd9aaa884 --out-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-499ddfe5c686f058.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.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-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-6b3ad986e1733ccf.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7aab2295c4f30773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6b22f7ebc06438f7.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-2bda564c3c0dca8d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5472ceceb21d6c47.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-15d0efe231671e83.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50242025-10-27T23:23:17.689Z 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=7d76c54c8df885e7 -C extra-filename=-0eab044c92dff197 --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.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-47cd2cbeea1acecc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-7bd5f8ef7a4a7a49.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-11d56c41f7d2be64.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-6f53316e6256b4a8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-aa2d175d1750dce4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-02147c35cc91d48d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.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-89c9d917907bd40a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50252025-10-27T23:23:18.510Z 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=2ccf5b6c4a0c5274 -C extra-filename=-3ce40e3613d96196 --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.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-47cd2cbeea1acecc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-7bd5f8ef7a4a7a49.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-11d56c41f7d2be64.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-6f53316e6256b4a8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-aa2d175d1750dce4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.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-89c9d917907bd40a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50262025-10-27T23:23:23.915Z 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=8ab1272d9b5a3678 -C extra-filename=-1278e9733b7336ad --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.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-47cd2cbeea1acecc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-7bd5f8ef7a4a7a49.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-11d56c41f7d2be64.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-6f53316e6256b4a8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-aa2d175d1750dce4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-02147c35cc91d48d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.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-89c9d917907bd40a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50272025-10-27T23:23:24.956Z 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=a5f433dfb87431fd -C extra-filename=-c2f1fec6c2c70eaf --out-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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.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-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.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-524f6095cf2bdf36.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50282025-10-27T23:23:26.629Z 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=7fa4135448ea80f7 -C extra-filename=-48796931f790fe69 --out-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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.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-9a0b29ba47e7ce25.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.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-524f6095cf2bdf36.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50292025-10-27T23:23:27.374Z 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=29a58727cf324434 -C extra-filename=-a4572be10b26edc6 --out-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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.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-9a0b29ba47e7ce25.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.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-524f6095cf2bdf36.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50302025-10-27T23:23:29.554Z 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=61e28e1adc52884c -C extra-filename=-1ddf7a7a53eba5db --out-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-e2a25e47eb889030.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-02147c35cc91d48d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
50312025-10-27T23:23:30.946Z 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=9820ba006f2d13fd -C extra-filename=-bffd4235ab003717 --out-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-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.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-4f70558d363cca46.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5b06cf6e3f3933e1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-f5717355ad702ff3.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-056bc8134d9dc213.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50322025-10-27T23:23:34.120Z 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=ce8fea5f8b199401 -C extra-filename=-7bd5f3e563c884b5 --out-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-68617f900d2f7ac8.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ada3b1b064fe057c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.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-71e1352b5f0ccdda.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c2bf6a52967586fd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2ac102a834c44ca9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50332025-10-27T23:23:34.404Z 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=ee7e5df8d45e5f53 -C extra-filename=-209120b0043c139b --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-cc915f90454d9f33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50342025-10-27T23:23:39.171Z 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=c7e3673b8d972b05 -C extra-filename=-795d518131bdb974 --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-0be375789e321fa6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50352025-10-27T23:23:42.166Z 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=ce551267f1355845 -C extra-filename=-0df8627a3fc8f44e --out-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-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cdb95b979a77b4d0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50362025-10-27T23:23:42.845Z 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=b70304b2c63ecda7 -C extra-filename=-10122868bb2a4280 --out-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-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cdb95b979a77b4d0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-09b27d4509c6abfe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50372025-10-27T23:23:45.535Z 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=9165e4545cc7244e -C extra-filename=-58375fa8f4590e39 --out-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-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cdb95b979a77b4d0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-09b27d4509c6abfe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50382025-10-27T23:23:48.016Z 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=9cfb561beaefa1c7 -C extra-filename=-7d46bbbbc0ba3da5 --out-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-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cdb95b979a77b4d0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-09b27d4509c6abfe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50392025-10-27T23:23:50.972Z 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=71885d56cea990c9 -C extra-filename=-3f12316faae7c177 --out-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-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f15d654b37a8ecad.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a684ac5f5d2900c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2d65f8aae80839c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-e5a186e6ef04817f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.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-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e4a95970907717c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-08df69d800910628.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-11d56c41f7d2be64.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9f08dfd1d60ee253.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.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-a9769266f9f53319.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6dd2ee3507b32530.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f81db513961ccb1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a8d6abc1cf3708db.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f896eb2343a0cc2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-390281ae8f478cb9.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5f1f8bfec5ba61d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33d3c72ccf81090d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-c5d727094bb43dd8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-fe5b5d070483f52d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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-a216011634f95693/out/build/artifacts -L native=/work/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/`
50402025-10-27T23:23:52.864Z 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=3e7a83a4c0489626 -C extra-filename=-75d1379719255cff --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.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-47cd2cbeea1acecc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-7bd5f8ef7a4a7a49.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-11d56c41f7d2be64.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-6f53316e6256b4a8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-aa2d175d1750dce4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-02147c35cc91d48d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50412025-10-27T23:23:53.255Z 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=bad81650efe516ce -C extra-filename=-cc93948b17837d1e --out-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-8aec256c3fd3d08f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.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-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-6b3ad986e1733ccf.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7aab2295c4f30773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6b22f7ebc06438f7.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-2bda564c3c0dca8d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5472ceceb21d6c47.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-15d0efe231671e83.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50422025-10-27T23:23:58.351Z 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=378b7cc345692fff -C extra-filename=-3e50beea77354af8 --out-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-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5472ceceb21d6c47.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
50432025-10-27T23:24:01.508Z 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=b91efa985939b614 -C extra-filename=-a5297299492de0eb --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-9223503d420162f8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-37028ee84efea442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50442025-10-27T23:24:02.529Z 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=4b9133e1fa0a4f71 -C extra-filename=-c4e6b11382ed79b2 --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d7ac2409b4ca061b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-89b08c658aaee907.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c53ac8a1576a44c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-975db038b229cdf7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50452025-10-27T23:24:03.145Z 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=ae6b678f53e19fae -C extra-filename=-ae7212d41ae95bd4 --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d7ac2409b4ca061b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-89b08c658aaee907.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c53ac8a1576a44c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-975db038b229cdf7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50462025-10-27T23:24:05.064Z 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=dc9650c1a6c3a2a6 -C extra-filename=-134c44d2fb29f224 --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d7ac2409b4ca061b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-89b08c658aaee907.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c53ac8a1576a44c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-975db038b229cdf7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50472025-10-27T23:24:05.875Z 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=8d5877c1c4252c8d -C extra-filename=-a7bd69b9a016c7e7 --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d7ac2409b4ca061b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-89b08c658aaee907.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-975db038b229cdf7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50482025-10-27T23:24:09.063Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
50492025-10-27T23:24:09.104Z 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=a567e91a57c43522 -C extra-filename=-bb29f1e0ded68e87 --out-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-89b08c658aaee907.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-975db038b229cdf7.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-e674a27a3708cbf8.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50502025-10-27T23:24:11.803Z 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=ab4acad531b63576 -C extra-filename=-f03aa4c46bbac0d6 --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d7ac2409b4ca061b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-89b08c658aaee907.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c53ac8a1576a44c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-975db038b229cdf7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50512025-10-27T23:24:14.600Z 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=7d08a7ba6b89192e -C extra-filename=-dfb17bea3ac2df2f --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d7ac2409b4ca061b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c53ac8a1576a44c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:24:16.362Z 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=7ebba4cf71f45712 -C extra-filename=-0777d1bbc8149e14 --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d7ac2409b4ca061b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c53ac8a1576a44c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:24:17.693Z 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=e9ec2b7bc0fae090 -C extra-filename=-9f2ded94a1142586 --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d7ac2409b4ca061b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c53ac8a1576a44c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:24:18.641Z 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=3f50b9eced34acc8 -C extra-filename=-2f79805cad36b10c --out-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-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-3b5a1071c5dccf33.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.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-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.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-66ab2a719fd02fc0.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-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-975db038b229cdf7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-beaaecc917906a36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3989862fdd6a32c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e851b5bf7463a7d2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50552025-10-27T23:24:21.561Z 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=98f568e94742427c -C extra-filename=-261e447a56b5721c --out-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-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-3b5a1071c5dccf33.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.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-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.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-66ab2a719fd02fc0.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-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-975db038b229cdf7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-beaaecc917906a36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3989862fdd6a32c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e851b5bf7463a7d2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50562025-10-27T23:24:34.253Z 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=c9c118210c062e17 -C extra-filename=-47513eb1396d7e03 --out-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-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-3b5a1071c5dccf33.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.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-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.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-66ab2a719fd02fc0.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-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-975db038b229cdf7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-beaaecc917906a36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3989862fdd6a32c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e851b5bf7463a7d2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50572025-10-27T23:24:35.950Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50582025-10-27T23:24:35.954Z 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=673f4ca014cd7b56 -C extra-filename=-ecc9a3fd5f04a170 --out-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-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.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-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2bedefd646d6d0c1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-aa2d175d1750dce4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50592025-10-27T23:24:37.313Z 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=05af28ead12f567e -C extra-filename=-c6d6727bc20780b7 --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-705bae09c4378f7b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50602025-10-27T23:24:39.139Z 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=4227b9a65f2e3e2c -C extra-filename=-35de74fd2dc85b07 --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-4b772a65c88ec97d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.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-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b2736b46cc730ab2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50612025-10-27T23:24:39.483Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
50622025-10-27T23:24:39.487Z 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=1f69465f81feb439 -C extra-filename=-cc0ff66b0594e268 --out-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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-050f818386df5bba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-524f6095cf2bdf36.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50632025-10-27T23:24:43.239Z 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=790915b9e3eda99d -C extra-filename=-2a997cb9662780db --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-75762aee3c08cad3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9ca52a99ce1417a3.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-21f09b625fdc7914.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-050f818386df5bba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-524f6095cf2bdf36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-67cab1abeab4046a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50642025-10-27T23:24:43.577Z 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=9f30e1a12bee15c8 -C extra-filename=-3dea36289907574e --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-75762aee3c08cad3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9ca52a99ce1417a3.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-21f09b625fdc7914.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-050f818386df5bba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-524f6095cf2bdf36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-67cab1abeab4046a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50652025-10-27T23:24:46.574Z 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=c3e161b3572e1a42 -C extra-filename=-f7d9519af3a063fa --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a8d6abc1cf3708db.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f896eb2343a0cc2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5f1f8bfec5ba61d6.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-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50662025-10-27T23:24:46.678Z 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=60a2d34b4477a251 -C extra-filename=-7c75ab6e182a6bf4 --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2bedefd646d6d0c1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a8d6abc1cf3708db.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f896eb2343a0cc2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5f1f8bfec5ba61d6.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-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50672025-10-27T23:25:11.900Z 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=451aaa4e451868f1 -C extra-filename=-81c495d53b9a695b --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-75762aee3c08cad3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9ca52a99ce1417a3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-21f09b625fdc7914.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-050f818386df5bba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-524f6095cf2bdf36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-67cab1abeab4046a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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/`
50682025-10-27T23:25:22.380Z 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=270dbc12d4ef1f93 -C extra-filename=-202b19f8792c6ca8 --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-75762aee3c08cad3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9ca52a99ce1417a3.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-21f09b625fdc7914.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-524f6095cf2bdf36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-67cab1abeab4046a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50692025-10-27T23:25:22.557Z 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=946ae3f51e073186 -C extra-filename=-bab4a6fd1249bb46 --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-dfc32f0a21b07f91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-050f818386df5bba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50702025-10-27T23:25:22.805Z 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=5a508a7e4d450ff5 -C extra-filename=-1d51bd047f9b5653 --out-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-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cdb95b979a77b4d0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-09b27d4509c6abfe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:25:26.688Z 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=2b5905cb02160750 -C extra-filename=-070b658dcf0d8a0a --out-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-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cdb95b979a77b4d0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-09b27d4509c6abfe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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-10-27T23:25:37.426Z 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=89fa88ef7d6e28dd -C extra-filename=-b982cf520325e17b --out-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-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.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-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50732025-10-27T23:25:39.098Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
50742025-10-27T23:25:39.102Z 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=7ce2d0f2bbe9b532 -C extra-filename=-d49c3d57e4278170 --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50752025-10-27T23:25:40.619Z 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=026eba82228f1e78 -C extra-filename=-289f17b5fb2badaf --out-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-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50762025-10-27T23:25:41.494Z 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=9d130797f82fd71e -C extra-filename=-c1b023d7376ed3ed --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e5a186e6ef04817f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1dd20327b505768b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d147f4a8884fe21a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-939e8ed71b044ee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50772025-10-27T23:25:41.670Z 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=3212721f0a6be6ae -C extra-filename=-fbe24f09fb2bd809 --out-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-dfc32f0a21b07f91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50782025-10-27T23:25:42.280Z 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=de086a96da0a5bd1 -C extra-filename=-46cb507950ccf55f --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-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1195d89c002f0d88.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.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-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-aa18adfe15f6e34e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50792025-10-27T23:25:44.761Z 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=7484d7ac8f4b4f32 -C extra-filename=-d147c53cb5357658 --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f43f5c03ab673ddf.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-fd6baab53312005b.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c10ff4791882aba9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5df1175b8d06d984.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b384f512323b2c56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50802025-10-27T23:25:56.442Z 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=a63412703435fc1c -C extra-filename=-2b2b06400c6381dd --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e5a186e6ef04817f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1dd20327b505768b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d147f4a8884fe21a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-939e8ed71b044ee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50812025-10-27T23:25:59.060Z 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=a9ae3034cbc9404f -C extra-filename=-caf51ce6c21d35dd --out-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-daee24aa5859812e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.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-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-7bd5f8ef7a4a7a49.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-f9f5c51b568cc187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-2bda564c3c0dca8d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50822025-10-27T23:26:00.952Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e25f145edb891143 -C extra-filename=-07482cce3576732c --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-9223503d420162f8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50832025-10-27T23:26:04.071Z 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=d7cdc7c213faa7ef -C extra-filename=-b24b4c735cd70991 --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50842025-10-27T23:26:06.059Z 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=678e5c406a8dea87 -C extra-filename=-570193bf1ca1d846 --out-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-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.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-23968c9d21d47ce1.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.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-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50852025-10-27T23:26:09.935Z 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=5324abf535fdd50b -C extra-filename=-744695d5b96280e5 --out-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-f15d654b37a8ecad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-593fc2dd96770580.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50862025-10-27T23:26:15.222Z 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=62a53c68b901eaed -C extra-filename=-c47628bd17bbf9ae --out-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-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-9223503d420162f8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-c5d727094bb43dd8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50872025-10-27T23:26:19.779Z 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=6425c3e65940b725 -C extra-filename=-ded14c3f652c8c6e --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e5a186e6ef04817f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1dd20327b505768b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d147f4a8884fe21a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-939e8ed71b044ee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50882025-10-27T23:26:22.424Z 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=c62a2b897dbf5e62 -C extra-filename=-6249d6ca4fdc3a62 --out-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-f15d654b37a8ecad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-593fc2dd96770580.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50892025-10-27T23:26:25.501Z 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=a5948bdbd01e82d5 -C extra-filename=-6cea8f6a95ecd0b5 --out-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-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-451989699ea86308.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.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-488c1e66241ca514.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-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.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-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3e67ad21e09c6294.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50902025-10-27T23:26:33.716Z 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=eddc0a311940aaaf -C extra-filename=-9390656676633225 --out-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-68617f900d2f7ac8.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-170bdc378466cad1.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.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-a54749601f8bece6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.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-cc492f7a47168c71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9f08dfd1d60ee253.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c205619f31e7eb9b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-07f6dee77fd639e2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-3a98fbb8c97c7966.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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)'`
50912025-10-27T23:26:47.207Z 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=bae2ee0b9c011b66 -C extra-filename=-72676d71d787229a --out-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-dfc32f0a21b07f91.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-003d714d25dd1cda.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-1e352d19b975b26a.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-9cdb505b4fb0eedb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.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-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50922025-10-27T23:26:55.950Z 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=4f499146d6e51f6c -C extra-filename=-8dc7afca03fec35b --out-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-f15d654b37a8ecad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-593fc2dd96770580.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50932025-10-27T23:26:56.206Z 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=9b36691d37bc4eda -C extra-filename=-e15c3d7c92b1d099 --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e5a186e6ef04817f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1dd20327b505768b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d147f4a8884fe21a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-939e8ed71b044ee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50942025-10-27T23:26:59.014Z 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=671fde5b8597fdd6 -C extra-filename=-6266127552d6ce66 --out-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-68617f900d2f7ac8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-b85936bd4dfa5b64.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-bf590cde3ce690df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a0e838f92eb9fca1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
50952025-10-27T23:27:01.335Z 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=0ff68d1dffb3fcdf -C extra-filename=-8c5be0b64ed1943d --out-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-68617f900d2f7ac8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.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-3a98fbb8c97c7966.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50962025-10-27T23:27:04.661Z 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=b5e37b6f43b13789 -C extra-filename=-30b03de69f09b8b5 --out-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-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-0d89403159ecd6df.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-3a98fbb8c97c7966.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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-a216011634f95693/out/build/artifacts -L native=/work/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`
50972025-10-27T23:27:05.022Z 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=f57e0ae37d8dff26 -C extra-filename=-a6ffbff2da9277e6 --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e5a186e6ef04817f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1dd20327b505768b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d147f4a8884fe21a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-939e8ed71b044ee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50982025-10-27T23:27:16.886Z 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=06894ab47944e2a6 -C extra-filename=-407365fb88ae1200 --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1dd20327b505768b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d147f4a8884fe21a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-939e8ed71b044ee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
50992025-10-27T23:27:17.870Z 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=19393f27ace2f92a -C extra-filename=-516910bef8b09b56 --out-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-1a84e413bcb1c25d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3f7a8fab724ded4b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
51002025-10-27T23:27:21.578Z 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=002d49643db81ce1 -C extra-filename=-090fa3d5cd510ac1 --out-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-e5a186e6ef04817f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1dd20327b505768b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
51012025-10-27T23:27:46.910Z 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=7d087ab75e80eea9 -C extra-filename=-cad6c0703346bf74 --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e5a186e6ef04817f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1dd20327b505768b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d147f4a8884fe21a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-939e8ed71b044ee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
51022025-10-27T23:27:47.214Z 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=65e3a782801c896e -C extra-filename=-645a3873b6a1c678 --out-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-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-46c58c2514593e59.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51032025-10-27T23:27:47.364Z 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=723e21ba6eaaaa82 -C extra-filename=-73f3419cae135328 --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-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
51042025-10-27T23:27:47.453Z 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=51a68150015c6260 -C extra-filename=-5ae9cc1c4a6bd86b --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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51052025-10-27T23:27:51.439Z 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=08470aa215edfca2 -C extra-filename=-01159ab0f9bde6cf --out-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-68617f900d2f7ac8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-b85936bd4dfa5b64.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-bf590cde3ce690df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a0e838f92eb9fca1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51062025-10-27T23:27:53.048Z 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=7549001338a39d75 -C extra-filename=-5f3e7f34d9b7fe36 --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.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-fd6baab53312005b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-11d56c41f7d2be64.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b2736b46cc730ab2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
51072025-10-27T23:27:53.402Z 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=da77cf70d238d5e9 -C extra-filename=-7c4b2662a947354a --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-1618b2be658fd639.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1195d89c002f0d88.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.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-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-aa18adfe15f6e34e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
51082025-10-27T23:27:54.510Z 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=1729d3f8e5dd4ec9 -C extra-filename=-95a9654b0b2fdd35 --out-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-dfc32f0a21b07f91.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-4c3be55fb0538dce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-07f6dee77fd639e2.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-804cba670396b00c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-fe5b5d070483f52d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.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-a216011634f95693/out/build/artifacts -L native=/work/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`
51092025-10-27T23:28:30.169Z 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=6546c277a0679b59 -C extra-filename=-972809ccede0cb3e --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-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
51102025-10-27T23:28:30.870Z 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=e855e602254b19e6 -C extra-filename=-e901976479a695ea --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-9223503d420162f8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51112025-10-27T23:28:31.330Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e05d4be9cecdd7ad -C extra-filename=-9c31b667598e7e98 --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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51122025-10-27T23:28:31.530Z 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=10302c6c89701aa0 -C extra-filename=-d43669837d56f229 --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-1618b2be658fd639.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1195d89c002f0d88.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.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-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-aa18adfe15f6e34e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
51132025-10-27T23:28:32.238Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
51142025-10-27T23:28:32.254Z 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=e48fa61e4cfc3610 -C extra-filename=-6b48aba9ff6e1a2a --out-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-9223503d420162f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
51152025-10-27T23:28:36.168Z 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=2ca5dc0758b36708 -C extra-filename=-0bcf209e9fb4b311 --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-d2d65f8aae80839c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51162025-10-27T23:28:36.246Z 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=784836cf006e5ce3 -C extra-filename=-5e31b218beb1b287 --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-1a84e413bcb1c25d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
51172025-10-27T23:28:39.689Z 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=87e4912285e616d0 -C extra-filename=-24a75b0040394f5a --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-dfc32f0a21b07f91.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-659ae76d6a5528e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-0d89403159ecd6df.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-a216011634f95693/out/build/artifacts -L native=/work/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`
51182025-10-27T23:28:47.658Z 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=21657e051fa21891 -C extra-filename=-6f8aaf28c860c7fa --out-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-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7aab2295c4f30773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51192025-10-27T23:28:49.164Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51202025-10-27T23:28:49.173Z 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=e04a5a417df934f9 -C extra-filename=-fb86e5b4305c2bc7 --out-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-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.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-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a8d6abc1cf3708db.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-524f6095cf2bdf36.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-3a98fbb8c97c7966.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51212025-10-27T23:28:50.732Z 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=b422f4a911a4dead -C extra-filename=-3e40dc6594b9cf5e --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51222025-10-27T23:28:51.880Z 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=039240caabf8c46c -C extra-filename=-acd2951a7c99c982 --out-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-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-3b5a1071c5dccf33.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.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-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.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-66ab2a719fd02fc0.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-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-beaaecc917906a36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3989862fdd6a32c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e851b5bf7463a7d2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51232025-10-27T23:28:54.759Z 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=83303fda5ddbb343 -C extra-filename=-da39b9a2abc93470 --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e5a186e6ef04817f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1dd20327b505768b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d147f4a8884fe21a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-939e8ed71b044ee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51242025-10-27T23:28:55.358Z 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=771c5473eae87bd2 -C extra-filename=-016e1a22442bb64e --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e5a186e6ef04817f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1dd20327b505768b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d147f4a8884fe21a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-939e8ed71b044ee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51252025-10-27T23:28:56.978Z 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=5ac2045133e5af54 -C extra-filename=-bcb91b1f875ba351 --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e5a186e6ef04817f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1dd20327b505768b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d147f4a8884fe21a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-939e8ed71b044ee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51262025-10-27T23:28:57.021Z 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=caac0f324f35c4f1 -C extra-filename=-9ff848185dd4f99c --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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5f1f8bfec5ba61d6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
51272025-10-27T23:29:00.747Z 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=262ff4eec8835c82 -C extra-filename=-808b14736ca03715 --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-dfc32f0a21b07f91.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-659ae76d6a5528e7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51282025-10-27T23:29:01.378Z 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=f5c89793d1e2000e -C extra-filename=-b69f46c993a20714 --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-9223503d420162f8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/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`
51292025-10-27T23:29:03.944Z 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=07c276098f1fb5d4 -C extra-filename=-d54652864a60ebc5 --out-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-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51302025-10-27T23:29:04.406Z 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=d34cd6f48cec6dd2 -C extra-filename=-cf93a43264665e77 --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-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e73c4b233f84fa79.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-4f70558d363cca46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51312025-10-27T23:29:05.256Z 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=375b995d03b4eed9 -C extra-filename=-3eb4ff2000a5fe25 --out-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-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3f7a8fab724ded4b.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f8644e9a1d2acbdc.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-189d71517c1d67aa.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51322025-10-27T23:29:08.396Z 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=d88c087f7c2632ab -C extra-filename=-20b950de20aab5bb --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-afa0cd0153f3a5a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51332025-10-27T23:29:11.818Z 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=acb1df2d2fb07af3 -C extra-filename=-78b25deb4006b138 --out-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-9223503d420162f8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51342025-10-27T23:29:13.615Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2021 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ecd44c5a562fc256 -C extra-filename=-58860c43f53c7208 --out-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-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-3a98fbb8c97c7966.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.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-a216011634f95693/out/build/artifacts -L native=/work/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`
51352025-10-27T23:29:13.708Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
51362025-10-27T23:29:13.718Z 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=f25ebdd067c0b974 -C extra-filename=-5b783022a101b81e --out-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-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51372025-10-27T23:29:13.848Z 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=6bfd864155a0be00 -C extra-filename=-093f71ff3c8d523f --out-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-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-4f70558d363cca46.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f8644e9a1d2acbdc.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51382025-10-27T23:29:13.975Z 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=02f2d74b379fe11c -C extra-filename=-9ce956b5709336e5 --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-4f70558d363cca46.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-c3e4ec336ff49586.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23183ae689f19694.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-a216011634f95693/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`
51392025-10-27T23:29:14.131Z 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=d205678bc4316384 -C extra-filename=-7baff3e9b560038d --out-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-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-4f70558d363cca46.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51402025-10-27T23:29:15.842Z 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=2778cffbd97b61c1 -C extra-filename=-5fa7e2c829764f48 --out-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-1a84e413bcb1c25d.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-4f70558d363cca46.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51412025-10-27T23:29:15.951Z 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=d5cca731ef82a4a3 -C extra-filename=-19274d76d760b056 --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-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51422025-10-27T23:29:16.032Z 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=87562dcc4ccb88de -C extra-filename=-7c45d9456f7370a3 --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-1a84e413bcb1c25d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51432025-10-27T23:29:16.073Z 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=f802547e116a907c -C extra-filename=-bc1a3de38d309af1 --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-f7fc700458f9a642.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51442025-10-27T23:29:17.758Z 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=90219ea2a43957da -C extra-filename=-028ea292d72b95f6 --out-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-1a84e413bcb1c25d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-804cba670396b00c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51452025-10-27T23:29:17.883Z 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=8d6493b5f7e18d33 -C extra-filename=-add35a0711020711 --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-0a22e924b2a381bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51462025-10-27T23:29:18.063Z 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=dd5acae9731007ab -C extra-filename=-f953beab0f4d7f6f --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-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51472025-10-27T23:29:18.324Z 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=ee4cb8c74ae5bc80 -C extra-filename=-e1383283ca8072d5 --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-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51482025-10-27T23:29:18.425Z 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=9511eceb4077297f -C extra-filename=-5b92091f2aa0de6a --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-dfc32f0a21b07f91.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51492025-10-27T23:29:20.084Z 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=aa46e5a9bc3b25f2 -C extra-filename=-fdd89b6d9773ba13 --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-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51502025-10-27T23:29:20.387Z 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=048a810acaa69b4d -C extra-filename=-91659173f454b524 --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-34da3803467e875a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51512025-10-27T23:29:21.495Z 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=95ba42f0cdc97b52 -C extra-filename=-194ce9a8776036df --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-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51522025-10-27T23:29:21.763Z 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 --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=98ccea03c60f50fa -C extra-filename=-9ccf87691ac22549 --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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.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-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51532025-10-27T23:29:21.930Z 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=9219c439498ceb02 -C extra-filename=-909df06602aac3e6 --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-1df72f083acf6d7c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51542025-10-27T23:29:24.284Z 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=2c607902e340777f -C extra-filename=-f0d9e23c174387bd --out-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-dfc32f0a21b07f91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51552025-10-27T23:29:25.853Z 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=3947fb1bc7ac9513 -C extra-filename=-e754038328681d9e --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-9223503d420162f8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51562025-10-27T23:29:26.789Z 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=6f5c12f541228607 -C extra-filename=-49e74006a4915792 --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-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51572025-10-27T23:29:27.204Z 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=46e8ce1b535885cc -C extra-filename=-3627c6db0813c351 --out-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-1a84e413bcb1c25d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51582025-10-27T23:29:27.472Z 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=7108bb7d0ef9785e -C extra-filename=-6e80ef84b7e4a612 --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-4407ba1a909c21aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51592025-10-27T23:29:28.303Z 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=494854161f6e2a8b -C extra-filename=-bce39a7363dced7b --out-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-f15d654b37a8ecad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-344061b1e2d0612a.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51602025-10-27T23:29:28.810Z 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=5a6f4f1c2d685736 -C extra-filename=-02b76884f05f9214 --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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51612025-10-27T23:29:31.724Z 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=d21cbc474d14013a -C extra-filename=-8b048d9f72869775 --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-1a84e413bcb1c25d.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51622025-10-27T23:29:32.061Z 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 --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=f4db38f92984f464 -C extra-filename=-1b4bae024a259666 --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-49fd41b5a55fce0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51632025-10-27T23:29:33.417Z 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=fa3c89082d8dd146 -C extra-filename=-db69ca320094ebca --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-971849dc346a6008.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-16b2b7369802833a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-a216011634f95693/out/build/artifacts -L native=/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`
51642025-10-27T23:29:34.368Z 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=a6d78a75cee49e57 -C extra-filename=-9a1f491dfa49cade --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-1a84e413bcb1c25d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51652025-10-27T23:29:35.224Z 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=14a1072e20315afd -C extra-filename=-1a1c9fa2d593de0c --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-68617f900d2f7ac8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51662025-10-27T23:29:35.305Z 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=f928dcd89f707055 -C extra-filename=-770ae842cb7f3cb6 --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-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51672025-10-27T23:29:36.018Z 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=cbea42f70f982d0d -C extra-filename=-1f77aab706ced016 --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-0be375789e321fa6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-a216011634f95693/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`
51682025-10-27T23:29:36.223Z 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=ebc769fb91ff1fc4 -C extra-filename=-ae72a099557ee6b7 --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-d501e999003d07bd.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-f6d53d7fb8d1181c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-a216011634f95693/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`
51692025-10-27T23:29:36.765Z 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=bc63ff0633cdbcd3 -C extra-filename=-69cec799eef88dde --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-d501e999003d07bd.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-f6d53d7fb8d1181c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-a216011634f95693/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`
51702025-10-27T23:29:37.698Z 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=6ff226d78e65691d -C extra-filename=-a6c235ce7fe1a774 --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-4f70558d363cca46.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-07f6dee77fd639e2.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-16406f06d0d90826.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51712025-10-27T23:29:38.404Z 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=0abda7509b441bc7 -C extra-filename=-46cebf60ac3dde35 --out-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-daee24aa5859812e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d986d807ba00207e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-08df69d800910628.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-2f208e3a98c07370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.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-3a98fbb8c97c7966.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51722025-10-27T23:29:39.482Z 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=40ae118e7b2daa3e -C extra-filename=-8fd1b81e061e4090 --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-9223503d420162f8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51732025-10-27T23:29:39.968Z 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=2d5ade80b6e62b34 -C extra-filename=-1ebe765fa257d181 --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-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/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`
51742025-10-27T23:29:40.430Z 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=aa7a9ff2a0ba109b -C extra-filename=-9c28e94d89a78e63 --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-4f70558d363cca46.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51752025-10-27T23:29:40.766Z 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=aea936d12cc1cc8d -C extra-filename=-3a35f19deecb5305 --out-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-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51762025-10-27T23:29:41.179Z 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=9396e8134218f567 -C extra-filename=-9aac012f2d40616d --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-1a84e413bcb1c25d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/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`
51772025-10-27T23:29:41.684Z 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=b844ca8896f1a1c5 -C extra-filename=-d63d03e1c335000e --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-dd833add49a4eb53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51782025-10-27T23:29:42.292Z 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=065a60bfe6e3cd47 -C extra-filename=-478e36a7caec3253 --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-4f70558d363cca46.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-a216011634f95693/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`
51792025-10-27T23:29:43.142Z 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=cab60a2930ac462e -C extra-filename=-ba2bd36628972982 --out-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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.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-a216011634f95693/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`
51802025-10-27T23:29:43.633Z 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=f410a2d79eac4659 -C extra-filename=-c1f41d64d36ef53b --out-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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-4f70558d363cca46.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-16406f06d0d90826.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51812025-10-27T23:29:43.693Z 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=731f41f622fa2c0b -C extra-filename=-e9ab9ebe60c1d372 --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-4f70558d363cca46.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51822025-10-27T23:29:43.908Z 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=d0641d5d87ae73c3 -C extra-filename=-e23e8b3559a60c4a --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-8201e5d6381aa56b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51832025-10-27T23:29:44.361Z 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=a5e714cf4cc63ba2 -C extra-filename=-c6f6bd00dcab3154 --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-9223503d420162f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-a216011634f95693/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-206f18ea72f056c8/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-4143f177147f2a15/out -L native=/usr/ssl-3/lib/amd64`
51842025-10-27T23:29:44.497Z 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=0d2fe154da177065 -C extra-filename=-8d72123fd222005a --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-49fd41b5a55fce0a.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.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-a216011634f95693/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`
51852025-10-27T23:29:45.178Z 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=964a2374cbe2bc44 -C extra-filename=-95ad57468872b45d --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-7bd5f8ef7a4a7a49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-26eeef0755fcd14c.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-6b481a916580a6cf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51862025-10-27T23:29:46.035Z 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=1c48a1b28bfcafcc -C extra-filename=-252441cbb9122011 --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-4f70558d363cca46.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-a216011634f95693/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`
51872025-10-27T23:29:46.256Z 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=af75742b8c71b0c1 -C extra-filename=-d29d68697cfce229 --out-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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.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-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51882025-10-27T23:29:46.524Z 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=4c14e19bb2444ced -C extra-filename=-f8106df5072c9840 --out-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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51892025-10-27T23:29:48.002Z 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=7ffb2349b074c556 -C extra-filename=-79b90e0c67aa2d65 --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-4f70558d363cca46.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-a216011634f95693/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`
51902025-10-27T23:29:48.576Z 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=acda62deab704e45 -C extra-filename=-7792bdba606dbf22 --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-4f70558d363cca46.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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-a216011634f95693/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`
51912025-10-27T23:29:49.624Z 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=d3f6ed93a79cd865 -C extra-filename=-f2b04cc525a057e0 --out-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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51922025-10-27T23:29:49.876Z 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=6405964566b16ffd -C extra-filename=-13687611c50201d8 --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-4f70558d363cca46.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51932025-10-27T23:29:50.189Z 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=5d7b49ed859aa7c1 -C extra-filename=-fed55a1f02093b44 --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-4f70558d363cca46.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51942025-10-27T23:29:50.616Z 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=d50f113faad163a7 -C extra-filename=-14bca3eeb9918620 --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-1a84e413bcb1c25d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-a216011634f95693/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`
51952025-10-27T23:29:50.779Z 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=3b20d3a995e532df -C extra-filename=-bdfd36cadec254cd --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-ed2d4c558c02d74c.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-01615db36d6df1b2.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-7144a639a7938e22.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-40e701b42c2114c5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6db108db97ba6def.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.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-6a9e9c3b838c62a2.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99ff3d0f0d216c1c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6a74b7a80d29c515.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-ca696e34de2c9a15.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-d8996dd468609515.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ce598e5737e41983.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fe35f39595d5efdb.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7516108547a7f830.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c89d0ff142a26df7.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.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-148fd712e6e6f9df.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-b85936bd4dfa5b64.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ca14e79ad6269953.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f44c2de7557b3b7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-3e487195ce270b12.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eace4061b8cc20d5.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.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-7bd5f8ef7a4a7a49.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-94db4f1121da23c1.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-15a1709ce7c5fdbd.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-55ad349be5fd0e1d.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-17038f63562232c6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ced34b824d457562.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c8cf1a23fb8fab7f.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-ab65478f46790d7b.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d98c7599a376d9d4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a0712094a2fe141f.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-52a6085ecff25226.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ace06c94b4916f0d.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-35ed5f6aa8705f66.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dae75b31fdefc378.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-8b3b09036b990d2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e99e30938fe6c72b.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f7193d84c3788ea.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f1c0a5d281faa8f1.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-aeff82b63d642e1a.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7220c3a5a067b5b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-327c2e635aa63ff2.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-43c6d02ec5fd8e89.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
51962025-10-27T23:29:50.946Z 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=0cdecca3d6d1cd6c -C extra-filename=-e55112da690fd524 --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-49fd41b5a55fce0a.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-7bd5f8ef7a4a7a49.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-01263c6c04020f0e.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51972025-10-27T23:29:51.339Z 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`
51982025-10-27T23:31:42.960Z 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=90e6772261c063f5 -C extra-filename=-6eba19c2b0590772 --out-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-c980ca968957c2be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-5f1d497634fcdbc8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-fa00d48391acfa16.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-06e4d26757e00926.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-7bd5f8ef7a4a7a49.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2bedefd646d6d0c1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-888338f1243c8322.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ff784372295504f8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3bf4b90359eea4af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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-a216011634f95693/out/build/artifacts -L native=/work/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`
51992025-10-27T23:31:42.984Z 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=2fca96e9858782ca -C extra-filename=-c78c7ea30ff210eb --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ff784372295504f8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3bf4b90359eea4af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-02147c35cc91d48d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-e674a27a3708cbf8.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-a216011634f95693/out/build/artifacts -L native=/work/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`
52002025-10-27T23:31:43.008Z 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=7e171fb527354092 -C extra-filename=-59833ef67307dc25 --out-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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-55cb95299d123267.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-9a0b29ba47e7ce25.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3bf4b90359eea4af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b7e359a2a2845599.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.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-524f6095cf2bdf36.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-a216011634f95693/out/build/artifacts -L native=/work/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`
52012025-10-27T23:31:43.031Z 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=3d4c86b9e903e4b8 -C extra-filename=-fc96fc518041b639 --out-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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-55cb95299d123267.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-9a0b29ba47e7ce25.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3bf4b90359eea4af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b7e359a2a2845599.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.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-524f6095cf2bdf36.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-a216011634f95693/out/build/artifacts -L native=/work/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`
52022025-10-27T23:31:43.055Z 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=1d2467dd667ebb5b -C extra-filename=-e92ceac49baf3356 --out-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-c980ca968957c2be.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-addb2b6faeaa7fc7.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.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-65621df32f2dd000.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.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-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-989814b4339e812e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8566a5a7c68e6aa2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-60ca7336fa44c0ca.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ff784372295504f8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3bf4b90359eea4af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-34bb862dbbbb542c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3fd8446d2566a752.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.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-70eb4f6d2c307356.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-2bda564c3c0dca8d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
52032025-10-27T23:31:43.071Z 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=2a12f9d6bfb3704f -C extra-filename=-b23de5ec22534163 --out-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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ff784372295504f8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3bf4b90359eea4af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-02147c35cc91d48d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-e674a27a3708cbf8.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-a216011634f95693/out/build/artifacts -L native=/work/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`
52042025-10-27T23:31:43.102Z 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=9ca842956dc81e40 -C extra-filename=-19847f282501b377 --out-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-c980ca968957c2be.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-addb2b6faeaa7fc7.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.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-65621df32f2dd000.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.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-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-989814b4339e812e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8566a5a7c68e6aa2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-60ca7336fa44c0ca.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ff784372295504f8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3bf4b90359eea4af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-34bb862dbbbb542c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3fd8446d2566a752.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.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-70eb4f6d2c307356.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-2bda564c3c0dca8d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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`
52052025-10-27T23:31:43.130Z 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=cfe8cb9a07525c1d -C extra-filename=-9fccba9afaf7768e --out-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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-55cb95299d123267.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3bf4b90359eea4af.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.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-524f6095cf2bdf36.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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-a216011634f95693/out/build/artifacts -L native=/work/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`
52062025-10-27T23:42:16.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30m 29s
52072025-10-27T23:42:48.326Z
52082025-10-27T23:42:48.334Zreal 31:00.675762149
52092025-10-27T23:42:48.334Zuser 2:03:01.776814720
52102025-10-27T23:42:48.334Zsys 20:41.970883571
52112025-10-27T23:42:48.334Ztrap 9.243278385
52122025-10-27T23:42:48.334Ztflt 8.799209160
52132025-10-27T23:42:48.334Zdflt 35:15.289360029
52142025-10-27T23:42:48.334Zkflt 1.532007318
52152025-10-27T23:42:48.334Zlock 8:27:36.361482306
52162025-10-27T23:42:48.334Zslp 14:10:58.290782103
52172025-10-27T23:42:48.334Zlat 9:41.046766081
52182025-10-27T23:42:48.334Zstop 17:20.691288223
52192025-10-27T23:42:49.350Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
52202025-10-27T23:42:55.154Z Fresh unicode-ident v1.0.19
52212025-10-27T23:42:55.158Z Fresh cfg-if v1.0.1
52222025-10-27T23:42:55.158Z Fresh autocfg v1.4.0
52232025-10-27T23:42:55.158Z Fresh memchr v2.7.4
52242025-10-27T23:42:55.158Z Fresh proc-macro2 v1.0.101
52252025-10-27T23:42:55.158Z Fresh value-bag v1.9.0
52262025-10-27T23:42:55.158Z Fresh smallvec v1.15.1
52272025-10-27T23:42:55.161Z Fresh version_check v0.9.5
52282025-10-27T23:42:55.165Z Fresh quote v1.0.40
52292025-10-27T23:42:55.165Z Fresh libc v0.2.174
52302025-10-27T23:42:55.165Z Fresh serde_core v1.0.226
52312025-10-27T23:42:55.165Z Fresh log v0.4.27
52322025-10-27T23:42:55.165Z Fresh scopeguard v1.2.0
52332025-10-27T23:42:55.165Z Fresh itoa v1.0.11
52342025-10-27T23:42:55.165Z Fresh ryu v1.0.18
52352025-10-27T23:42:55.165Z Fresh syn v2.0.106
52362025-10-27T23:42:55.165Z Fresh lock_api v0.4.12
52372025-10-27T23:42:55.165Z Fresh getrandom v0.2.15
52382025-10-27T23:42:55.171Z Fresh stable_deref_trait v1.2.0
52392025-10-27T23:42:55.171Z Fresh serde_derive v1.0.226
52402025-10-27T23:42:55.171Z Fresh zeroize_derive v1.4.2
52412025-10-27T23:42:55.171Z Fresh synstructure v0.13.1
52422025-10-27T23:42:55.171Z Fresh critical-section v1.1.3
52432025-10-27T23:42:55.171Z Fresh serde v1.0.226
52442025-10-27T23:42:55.171Z Fresh zeroize v1.8.1
52452025-10-27T23:42:55.171Z Fresh libm v0.2.8
52462025-10-27T23:42:55.171Z Fresh serde_json v1.0.145
52472025-10-27T23:42:55.171Z Fresh portable-atomic v1.11.0
52482025-10-27T23:42:55.171Z Fresh zerofrom-derive v0.1.4
52492025-10-27T23:42:55.171Z Fresh pin-project-lite v0.2.14
52502025-10-27T23:42:55.171Z Fresh fnv v1.0.7
52512025-10-27T23:42:55.171Z Fresh bitflags v2.9.4
52522025-10-27T23:42:55.171Z Fresh bytes v1.10.1
52532025-10-27T23:42:55.171Z Fresh num-traits v0.2.19
52542025-10-27T23:42:55.171Z Fresh once_cell v1.21.3
52552025-10-27T23:42:55.171Z Fresh zerofrom v0.1.4
52562025-10-27T23:42:55.171Z Fresh yoke-derive v0.7.4
52572025-10-27T23:42:55.175Z Fresh zerovec-derive v0.10.3
52582025-10-27T23:42:55.175Z Fresh yoke v0.7.4
52592025-10-27T23:42:55.175Z Fresh displaydoc v0.2.5
52602025-10-27T23:42:55.175Z Fresh regex-syntax v0.8.5
52612025-10-27T23:42:55.175Z Fresh shlex v1.3.0
52622025-10-27T23:42:55.175Z Fresh allocator-api2 v0.2.21
52632025-10-27T23:42:55.178Z Fresh rand_core v0.6.4
52642025-10-27T23:42:55.178Z Fresh getrandom v0.3.4
52652025-10-27T23:42:55.178Z Fresh zerovec v0.10.4
52662025-10-27T23:42:55.178Z Fresh errno v0.3.12
52672025-10-27T23:42:55.178Z Fresh equivalent v1.0.2
52682025-10-27T23:42:55.178Z Fresh writeable v0.5.5
52692025-10-27T23:42:55.178Z Fresh byteorder v1.5.0
52702025-10-27T23:42:55.178Z Fresh percent-encoding v2.3.2
52712025-10-27T23:42:55.182Z Fresh tinystr v0.7.6
52722025-10-27T23:42:55.182Z Fresh litemap v0.7.3
52732025-10-27T23:42:55.182Z Fresh parking_lot_core v0.9.10
52742025-10-27T23:42:55.182Z Fresh icu_provider_macros v1.5.0
52752025-10-27T23:42:55.182Z Fresh jobserver v0.1.32
52762025-10-27T23:42:55.182Z Fresh icu_locid_transform_data v1.5.0
52772025-10-27T23:42:55.182Z Fresh icu_collections v1.5.0
52782025-10-27T23:42:55.182Z Fresh semver v1.0.27
52792025-10-27T23:42:55.182Z Fresh icu_locid v1.5.0
52802025-10-27T23:42:55.182Z Fresh cc v1.2.30
52812025-10-27T23:42:55.182Z Fresh parking_lot v0.12.3
52822025-10-27T23:42:55.183Z Fresh icu_properties_data v1.5.0
52832025-10-27T23:42:55.183Z Fresh utf8_iter v1.0.4
52842025-10-27T23:42:55.183Z Fresh icu_normalizer_data v1.5.0
52852025-10-27T23:42:55.183Z Fresh utf16_iter v1.0.5
52862025-10-27T23:42:55.183Z Fresh write16 v1.0.0
52872025-10-27T23:42:55.183Z Fresh icu_provider v1.5.0
52882025-10-27T23:42:55.183Z Fresh form_urlencoded v1.2.2
52892025-10-27T23:42:55.186Z Fresh subtle v2.6.1
52902025-10-27T23:42:55.186Z Fresh signal-hook-registry v1.4.2
52912025-10-27T23:42:55.186Z Fresh aho-corasick v1.1.3
52922025-10-27T23:42:55.186Z Fresh heck v0.5.0
52932025-10-27T23:42:55.186Z Fresh mio v1.0.2
52942025-10-27T23:42:55.186Z Fresh futures-core v0.3.31
52952025-10-27T23:42:55.186Z Fresh icu_locid_transform v1.5.0
52962025-10-27T23:42:55.186Z Fresh regex-automata v0.4.11
52972025-10-27T23:42:55.190Z Fresh hashbrown v0.16.0
52982025-10-27T23:42:55.190Z Fresh tokio-macros v2.5.0
52992025-10-27T23:42:55.190Z Fresh socket2 v0.6.0
53002025-10-27T23:42:55.190Z Fresh icu_properties v1.5.1
53012025-10-27T23:42:55.190Z Fresh regex v1.11.3
53022025-10-27T23:42:55.190Z Fresh either v1.15.0
53032025-10-27T23:42:55.190Z Fresh tokio v1.47.0
53042025-10-27T23:42:55.190Z Fresh icu_normalizer v1.5.0
53052025-10-27T23:42:55.190Z Fresh typenum v1.17.0
53062025-10-27T23:42:55.190Z Fresh rustix v0.38.37
53072025-10-27T23:42:55.190Z Fresh indexmap v2.11.4
53082025-10-27T23:42:55.190Z Fresh thiserror-impl v2.0.17
53092025-10-27T23:42:55.190Z Fresh iana-time-zone v0.1.63
53102025-10-27T23:42:55.190Z Fresh spin v0.9.8
53112025-10-27T23:42:55.190Z Fresh idna_adapter v1.2.0
53122025-10-27T23:42:55.190Z Fresh generic-array v0.14.7
53132025-10-27T23:42:55.190Z Fresh thiserror v2.0.17
53142025-10-27T23:42:55.190Z Fresh chrono v0.4.42
53152025-10-27T23:42:55.190Z Fresh zerocopy-derive v0.7.35
53162025-10-27T23:42:55.190Z Fresh futures-io v0.3.31
53172025-10-27T23:42:55.195Z Fresh idna v1.0.3
53182025-10-27T23:42:55.195Z Fresh crypto-common v0.1.6
53192025-10-27T23:42:55.195Z Fresh zerocopy v0.7.35
53202025-10-27T23:42:55.195Z Fresh uuid v1.18.1
53212025-10-27T23:42:55.195Z Fresh thiserror-impl v1.0.69
53222025-10-27T23:42:55.195Z Fresh lazy_static v1.5.0
53232025-10-27T23:42:55.195Z Fresh url v2.5.4
53242025-10-27T23:42:55.195Z Fresh slab v0.4.9
53252025-10-27T23:42:55.195Z Fresh thiserror v1.0.69
53262025-10-27T23:42:55.195Z Fresh const-oid v0.9.6
53272025-10-27T23:42:55.195Z Fresh pkg-config v0.3.31
53282025-10-27T23:42:55.195Z Fresh block-buffer v0.10.4
53292025-10-27T23:42:55.195Z Fresh futures-sink v0.3.31
53302025-10-27T23:42:55.195Z Fresh pin-utils v0.1.0
53312025-10-27T23:42:55.195Z Fresh digest v0.10.7
53322025-10-27T23:42:55.195Z Fresh serde_derive_internals v0.29.1
53332025-10-27T23:42:55.195Z Fresh dyn-clone v1.0.20
53342025-10-27T23:42:55.199Z Fresh futures-channel v0.3.31
53352025-10-27T23:42:55.199Z Fresh futures-macro v0.3.31
53362025-10-27T23:42:55.199Z Fresh futures-task v0.3.31
53372025-10-27T23:42:55.199Z Fresh foldhash v0.1.5
53382025-10-27T23:42:55.199Z Fresh schemars_derive v0.8.22
53392025-10-27T23:42:55.199Z Fresh futures-util v0.3.31
53402025-10-27T23:42:55.199Z Fresh cpufeatures v0.2.14
53412025-10-27T23:42:55.199Z Fresh hashbrown v0.15.4
53422025-10-27T23:42:55.199Z Fresh strsim v0.11.1
53432025-10-27T23:42:55.199Z Fresh ppv-lite86 v0.2.20
53442025-10-27T23:42:55.203Z Fresh schemars v0.8.22
53452025-10-27T23:42:55.203Z Fresh tracing-core v0.1.32
53462025-10-27T23:42:55.203Z Fresh tracing-attributes v0.1.27
53472025-10-27T23:42:55.203Z Fresh adler2 v2.0.0
53482025-10-27T23:42:55.203Z Fresh glob v0.3.2
53492025-10-27T23:42:55.203Z Fresh http v1.3.1
53502025-10-27T23:42:55.206Z Fresh syn v1.0.109
53512025-10-27T23:42:55.206Z Fresh miniz_oxide v0.8.5
53522025-10-27T23:42:55.206Z Fresh tracing v0.1.40
53532025-10-27T23:42:55.210Z Fresh minimal-lexical v0.2.1
53542025-10-27T23:42:55.210Z Fresh nom v7.1.3
53552025-10-27T23:42:55.210Z Fresh serde_tokenstream v0.2.2
53562025-10-27T23:42:55.210Z Fresh crossbeam-utils v0.8.21
53572025-10-27T23:42:55.210Z Fresh gimli v0.31.1
53582025-10-27T23:42:55.210Z Fresh object v0.36.5
53592025-10-27T23:42:55.210Z Fresh paste v1.0.15
53602025-10-27T23:42:55.210Z Fresh addr2line v0.24.2
53612025-10-27T23:42:55.210Z Fresh libloading v0.8.5
53622025-10-27T23:42:55.210Z Fresh rustc-demangle v0.1.24
53632025-10-27T23:42:55.213Z Fresh cexpr v0.6.0
53642025-10-27T23:42:55.213Z Fresh prettyplease v0.2.36
53652025-10-27T23:42:55.213Z Fresh num-conv v0.1.0
53662025-10-27T23:42:55.213Z Fresh clang-sys v1.8.1
53672025-10-27T23:42:55.213Z Fresh backtrace v0.3.74
53682025-10-27T23:42:55.213Z Fresh home v0.5.9
53692025-10-27T23:42:55.213Z Fresh powerfmt v0.2.0
53702025-10-27T23:42:55.213Z Fresh time-core v0.1.6
53712025-10-27T23:42:55.213Z Fresh num_threads v0.1.7
53722025-10-27T23:42:55.217Z Fresh anyhow v1.0.99
53732025-10-27T23:42:55.217Z Fresh deranged v0.5.3
53742025-10-27T23:42:55.217Z Fresh time-macros v0.2.24
53752025-10-27T23:42:55.217Z Fresh vcpkg v0.2.15
53762025-10-27T23:42:55.217Z Fresh block-padding v0.3.3
53772025-10-27T23:42:55.217Z Fresh itertools v0.12.1
53782025-10-27T23:42:55.217Z Fresh base64 v0.22.1
53792025-10-27T23:42:55.217Z Fresh time v0.3.43
53802025-10-27T23:42:55.220Z Fresh inout v0.1.3
53812025-10-27T23:42:55.220Z Fresh which v4.4.2
53822025-10-27T23:42:55.220Z Fresh tokio-util v0.7.15
53832025-10-27T23:42:55.220Z Fresh ipnet v2.11.0
53842025-10-27T23:42:55.221Z Fresh rustc-hash v1.1.0
53852025-10-27T23:42:55.224Z Fresh atomic-waker v1.1.2
53862025-10-27T23:42:55.224Z Fresh lazycell v1.3.0
53872025-10-27T23:42:55.224Z Fresh cipher v0.4.4
53882025-10-27T23:42:55.224Z Fresh cmake v0.1.51
53892025-10-27T23:42:55.224Z Fresh fs_extra v1.3.0
53902025-10-27T23:42:55.228Z Fresh rustversion v1.0.22
53912025-10-27T23:42:55.228Z Fresh bindgen v0.69.5
53922025-10-27T23:42:55.228Z Fresh untrusted v0.9.0
53932025-10-27T23:42:55.228Z Fresh base64ct v1.6.0
53942025-10-27T23:42:55.228Z Fresh dunce v1.0.5
53952025-10-27T23:42:55.228Z Fresh fastrand v2.1.1
53962025-10-27T23:42:55.228Z Fresh ident_case v1.0.1
53972025-10-27T23:42:55.228Z Fresh httparse v1.9.5
53982025-10-27T23:42:55.231Z Fresh ring v0.17.14
53992025-10-27T23:42:55.231Z Fresh sha2 v0.10.9
54002025-10-27T23:42:55.231Z Fresh utf8parse v0.2.2
54012025-10-27T23:42:55.231Z Fresh hmac v0.12.1
54022025-10-27T23:42:55.231Z Fresh rustls-pki-types v1.10.0
54032025-10-27T23:42:55.231Z Fresh http-body v1.0.1
54042025-10-27T23:42:55.231Z Fresh rand_chacha v0.3.1
54052025-10-27T23:42:55.234Z Fresh pem-rfc7468 v0.7.0
54062025-10-27T23:42:55.234Z Fresh try-lock v0.2.5
54072025-10-27T23:42:55.234Z Fresh anstyle v1.0.11
54082025-10-27T23:42:55.235Z Fresh httpdate v1.0.3
54092025-10-27T23:42:55.235Z Fresh untrusted v0.7.1
54102025-10-27T23:42:55.235Z Fresh aws-lc-sys v0.26.0
54112025-10-27T23:42:55.235Z Fresh rand v0.8.5
54122025-10-27T23:42:55.235Z Fresh want v0.3.1
54132025-10-27T23:42:55.235Z Fresh h2 v0.4.6
54142025-10-27T23:42:55.235Z Fresh serde_spanned v0.6.9
54152025-10-27T23:42:55.235Z Fresh toml_datetime v0.6.11
54162025-10-27T23:42:55.235Z Fresh tower-service v0.3.3
54172025-10-27T23:42:55.238Z Fresh aws-lc-rs v1.12.4
54182025-10-27T23:42:55.238Z Fresh hyper v1.7.0
54192025-10-27T23:42:55.238Z Fresh anstyle-parse v0.2.5
54202025-10-27T23:42:55.238Z Fresh der_derive v0.7.3
54212025-10-27T23:42:55.238Z Fresh async-trait v0.1.89
54222025-10-27T23:42:55.242Z Fresh is_terminal_polyfill v1.70.1
54232025-10-27T23:42:55.242Z Fresh rustls-webpki v0.102.8
54242025-10-27T23:42:55.242Z Fresh anstyle-query v1.1.1
54252025-10-27T23:42:55.242Z Fresh colorchoice v1.0.2
54262025-10-27T23:42:55.242Z Fresh flagset v0.4.6
54272025-10-27T23:42:55.242Z Fresh rand_core v0.9.3
54282025-10-27T23:42:55.242Z Fresh anstream v0.6.18
54292025-10-27T23:42:55.242Z Fresh der v0.7.10
54302025-10-27T23:42:55.242Z Fresh ucd-trie v0.1.7
54312025-10-27T23:42:55.242Z Fresh mime v0.3.17
54322025-10-27T23:42:55.242Z Fresh slog v2.7.0
54332025-10-27T23:42:55.242Z Fresh hyper-util v0.1.17
54342025-10-27T23:42:55.246Z Fresh pest v2.8.2
54352025-10-27T23:42:55.246Z Fresh terminal_size v0.4.0
54362025-10-27T23:42:55.246Z Fresh rustix v1.0.7
54372025-10-27T23:42:55.246Z Fresh spki v0.7.3
54382025-10-27T23:42:55.246Z Fresh http-body-util v0.1.3
54392025-10-27T23:42:55.247Z Fresh pbkdf2 v0.12.2
54402025-10-27T23:42:55.247Z Fresh camino v1.2.0
54412025-10-27T23:42:55.247Z Fresh pest_meta v2.8.2
54422025-10-27T23:42:55.251Z Fresh aes v0.8.4
54432025-10-27T23:42:55.251Z Fresh rustc_version v0.4.1
54442025-10-27T23:42:55.251Z Fresh zerocopy-derive v0.8.27
54452025-10-27T23:42:55.251Z Fresh plain v0.2.3
54462025-10-27T23:42:55.251Z Fresh clap_lex v0.7.4
54472025-10-27T23:42:55.251Z Fresh clap_builder v4.5.48
54482025-10-27T23:42:55.251Z Fresh zerocopy v0.8.27
54492025-10-27T23:42:55.251Z Fresh pest_generator v2.8.2
54502025-10-27T23:42:55.251Z Fresh rand_chacha v0.9.0
54512025-10-27T23:42:55.251Z Fresh salsa20 v0.10.2
54522025-10-27T23:42:55.251Z Fresh cbc v0.1.2
54532025-10-27T23:42:55.251Z Fresh clap_derive v4.5.47
54542025-10-27T23:42:55.255Z Fresh foreign-types-shared v0.1.1
54552025-10-27T23:42:55.255Z Fresh openssl-probe v0.1.5
54562025-10-27T23:42:55.255Z Fresh scrypt v0.11.0
54572025-10-27T23:42:55.255Z Fresh clap v4.5.48
54582025-10-27T23:42:55.255Z Fresh pest_derive v2.8.2
54592025-10-27T23:42:55.255Z Fresh rand v0.9.2
54602025-10-27T23:42:55.255Z Fresh tempfile v3.20.0
54612025-10-27T23:42:55.255Z Fresh foreign-types v0.3.2
54622025-10-27T23:42:55.255Z Fresh openssl-sys v0.9.109
54632025-10-27T23:42:55.255Z Fresh darling_core v0.20.10
54642025-10-27T23:42:55.279Z Fresh serde_urlencoded v0.7.1
54652025-10-27T23:42:55.280Z Fresh openssl-macros v0.1.1
54662025-10-27T23:42:55.280Z Fresh encoding_rs v0.8.34
54672025-10-27T23:42:55.280Z Fresh pretty-hex v0.4.1
54682025-10-27T23:42:55.280Z Fresh darling_macro v0.20.10
54692025-10-27T23:42:55.280Z Fresh openssl v0.10.73
54702025-10-27T23:42:55.280Z Fresh pkcs5 v0.7.1
54712025-10-27T23:42:55.280Z Fresh openapiv3 v2.2.0
54722025-10-27T23:42:55.280Z Fresh litrs v0.4.1
54732025-10-27T23:42:55.280Z Fresh pkcs8 v0.10.2
54742025-10-27T23:42:55.280Z Fresh darling v0.20.10
54752025-10-27T23:42:55.280Z Fresh rustls v0.23.19
54762025-10-27T23:42:55.280Z Fresh document-features v0.2.11
54772025-10-27T23:42:55.280Z Fresh sync_wrapper v1.0.1
54782025-10-27T23:42:55.280Z Fresh psl-types v2.0.11
54792025-10-27T23:42:55.280Z Fresh tokio-rustls v0.26.0
54802025-10-27T23:42:55.280Z Fresh native-tls v0.2.12
54812025-10-27T23:42:55.280Z Fresh tower-layer v0.3.3
54822025-10-27T23:42:55.280Z Fresh winnow v0.7.13
54832025-10-27T23:42:55.280Z Fresh cookie v0.18.1
54842025-10-27T23:42:55.280Z Fresh publicsuffix v2.3.0
54852025-10-27T23:42:55.280Z Fresh rustls-native-certs v0.8.1
54862025-10-27T23:42:55.280Z Fresh webpki-roots v1.0.1
54872025-10-27T23:42:55.280Z Fresh tokio-native-tls v0.3.1
54882025-10-27T23:42:55.280Z Fresh tower v0.5.2
54892025-10-27T23:42:55.280Z Fresh ipnetwork v0.21.1
54902025-10-27T23:42:55.280Z Fresh scroll_derive v0.12.0
54912025-10-27T23:42:55.280Z Fresh iri-string v0.7.8
54922025-10-27T23:42:55.280Z Fresh unicode-segmentation v1.12.0
54932025-10-27T23:42:55.280Z Fresh hyper-rustls v0.27.7
54942025-10-27T23:42:55.280Z Fresh cookie_store v0.21.1
54952025-10-27T23:42:55.281Z Fresh hyper-tls v0.6.0
54962025-10-27T23:42:55.281Z Fresh tower-http v0.6.6
54972025-10-27T23:42:55.281Z Fresh scroll v0.12.0
54982025-10-27T23:42:55.281Z Fresh data-encoding v2.9.0
54992025-10-27T23:42:55.281Z Fresh winnow v0.5.40
55002025-10-27T23:42:55.281Z Fresh tinyvec_macros v0.1.1
55012025-10-27T23:42:55.281Z Fresh dtrace-parser v0.2.0
55022025-10-27T23:42:55.281Z Fresh reqwest v0.12.22
55032025-10-27T23:42:55.281Z Fresh goblin v0.8.2
55042025-10-27T23:42:55.281Z Fresh toml_edit v0.19.15
55052025-10-27T23:42:55.281Z Fresh tinyvec v1.8.0
55062025-10-27T23:42:55.281Z Fresh signature v2.2.0
55072025-10-27T23:42:55.281Z Fresh thread-id v4.2.2
55082025-10-27T23:42:55.281Z Fresh quick-error v1.2.3
55092025-10-27T23:42:55.281Z Fresh dof v0.3.0
55102025-10-27T23:42:55.281Z Fresh sha1 v0.10.6
55112025-10-27T23:42:55.281Z Fresh strum_macros v0.26.4
55122025-10-27T23:42:55.281Z Fresh bit-vec v0.8.0
55132025-10-27T23:42:55.281Z Fresh bstr v1.10.0
55142025-10-27T23:42:55.281Z Fresh num-integer v0.1.46
55152025-10-27T23:42:55.281Z Fresh memmap v0.7.0
55162025-10-27T23:42:55.281Z Fresh wait-timeout v0.2.0
55172025-10-27T23:42:55.281Z Fresh usdt-impl v0.5.0
55182025-10-27T23:42:55.281Z Fresh bit-set v0.8.0
55192025-10-27T23:42:55.281Z Fresh strum v0.26.3
55202025-10-27T23:42:55.281Z Fresh crc32fast v1.4.2
55212025-10-27T23:42:55.281Z Fresh static_assertions v1.1.0
55222025-10-27T23:42:55.281Z Fresh toml_write v0.1.2
55232025-10-27T23:42:55.281Z Fresh heck v0.4.1
55242025-10-27T23:42:55.286Z Fresh oxnet v0.1.3
55252025-10-27T23:42:55.286Z Fresh usdt-macro v0.5.0
55262025-10-27T23:42:55.286Z Fresh usdt-attr-macro v0.5.0
55272025-10-27T23:42:55.286Z Fresh toml_edit v0.22.27
55282025-10-27T23:42:55.286Z Fresh crossbeam-epoch v0.9.18
55292025-10-27T23:42:55.286Z Fresh hubpack_derive v0.1.1
55302025-10-27T23:42:55.286Z Fresh itertools v0.13.0
55312025-10-27T23:42:55.286Z Fresh base16ct v0.2.0
55322025-10-27T23:42:55.286Z Fresh rusty-fork v0.3.0
55332025-10-27T23:42:55.286Z Fresh usdt v0.5.0
55342025-10-27T23:42:55.286Z Fresh sec1 v0.7.3
55352025-10-27T23:42:55.286Z Fresh hubpack v0.1.2
55362025-10-27T23:42:55.286Z Fresh rand_xorshift v0.4.0
55372025-10-27T23:42:55.286Z Fresh ff v0.13.0
55382025-10-27T23:42:55.286Z Fresh zlib-rs v0.5.1
55392025-10-27T23:42:55.287Z Fresh unarray v0.1.4
55402025-10-27T23:42:55.287Z Fresh num-iter v0.1.45
55412025-10-27T23:42:55.287Z Fresh libz-rs-sys v0.5.1
55422025-10-27T23:42:55.287Z Fresh group v0.13.0
55432025-10-27T23:42:55.287Z Fresh proptest v1.7.0
55442025-10-27T23:42:55.287Z Fresh hkdf v0.12.4
55452025-10-27T23:42:55.287Z Fresh crypto-bigint v0.5.5
55462025-10-27T23:42:55.287Z Fresh bitflags v1.3.2
55472025-10-27T23:42:55.287Z Fresh elliptic-curve v0.13.8
55482025-10-27T23:42:55.287Z Fresh flate2 v1.1.2
55492025-10-27T23:42:55.287Z Fresh derive_builder_core v0.20.2
55502025-10-27T23:42:55.287Z Fresh siphasher v0.3.11
55512025-10-27T23:42:55.287Z Fresh newtype-uuid v1.3.1
55522025-10-27T23:42:55.287Z Fresh num-bigint-dig v0.8.4
55532025-10-27T23:42:55.287Z Fresh bzip2-sys v0.1.13+1.0.8
55542025-10-27T23:42:55.287Z Fresh derive_builder_macro v0.20.2
55552025-10-27T23:42:55.287Z Fresh phf_shared v0.11.2
55562025-10-27T23:42:55.287Z Fresh pkcs1 v0.7.5
55572025-10-27T23:42:55.287Z Fresh daft-derive v0.1.4
55582025-10-27T23:42:55.291Z Fresh cfg_aliases v0.2.1
55592025-10-27T23:42:55.291Z Fresh signal-hook v0.3.18
55602025-10-27T23:42:55.291Z Fresh derive_builder v0.20.2
55612025-10-27T23:42:55.291Z Fresh daft v0.1.4
55622025-10-27T23:42:55.291Z Fresh rsa v0.9.6
55632025-10-27T23:42:55.291Z Fresh toml v0.7.8
55642025-10-27T23:42:55.291Z Fresh unicode-normalization v0.1.24
55652025-10-27T23:42:55.291Z Fresh x509-cert v0.2.5
55662025-10-27T23:42:55.291Z Fresh rfc6979 v0.4.0
55672025-10-27T23:42:55.291Z Fresh enum-as-inner v0.6.1
55682025-10-27T23:42:55.291Z Fresh scroll_derive v0.13.1
55692025-10-27T23:42:55.291Z Fresh curve25519-dalek-derive v0.1.1
55702025-10-27T23:42:55.291Z Fresh env_filter v0.1.2
55712025-10-27T23:42:55.291Z Fresh managed v0.8.0
55722025-10-27T23:42:55.291Z Fresh ahash v0.8.12
55732025-10-27T23:42:55.295Z Fresh ecdsa v0.16.9
55742025-10-27T23:42:55.295Z Fresh scroll v0.13.0
55752025-10-27T23:42:55.295Z Fresh env_logger v0.11.8
55762025-10-27T23:42:55.295Z Fresh curve25519-dalek v4.1.3
55772025-10-27T23:42:55.295Z Fresh memoffset v0.9.1
55782025-10-27T23:42:55.295Z Fresh itertools v0.10.5
55792025-10-27T23:42:55.295Z Fresh cargo-platform v0.1.8
55802025-10-27T23:42:55.298Z Fresh fixedbitset v0.4.2
55812025-10-27T23:42:55.298Z Fresh new_debug_unreachable v1.0.6
55822025-10-27T23:42:55.298Z Fresh precomputed-hash v0.1.1
55832025-10-27T23:42:55.298Z Fresh cargo_metadata v0.19.2
55842025-10-27T23:42:55.298Z Fresh vergen-lib v0.1.6
55852025-10-27T23:42:55.298Z Fresh string_cache v0.8.9
55862025-10-27T23:42:55.302Z Fresh petgraph v0.6.5
55872025-10-27T23:42:55.302Z Fresh goblin v0.10.2
55882025-10-27T23:42:55.302Z Fresh signal-hook-mio v0.2.4
55892025-10-27T23:42:55.302Z Fresh zstd-sys v2.0.14+zstd.1.5.7
55902025-10-27T23:42:55.302Z Fresh ed25519 v2.2.3
55912025-10-27T23:42:55.302Z Fresh ref-cast-impl v1.0.24
55922025-10-27T23:42:55.302Z Fresh rustc-hash v2.1.1
55932025-10-27T23:42:55.302Z Fresh zstd-safe v7.2.3
55942025-10-27T23:42:55.302Z Fresh dof v0.4.0
55952025-10-27T23:42:55.302Z Fresh ed25519-dalek v2.1.1
55962025-10-27T23:42:55.302Z Fresh vergen v9.0.6
55972025-10-27T23:42:55.302Z Fresh bzip2 v0.4.4
55982025-10-27T23:42:55.302Z Fresh ref-cast v1.0.24
55992025-10-27T23:42:55.302Z Fresh serde_with_macros v3.14.0
56002025-10-27T23:42:55.302Z Fresh dtrace-parser v0.3.0
56012025-10-27T23:42:55.302Z Fresh thread-id v5.0.0
56022025-10-27T23:42:55.302Z Fresh lockfree-object-pool v0.1.6
56032025-10-27T23:42:55.302Z Fresh simd-adler32 v0.3.7
56042025-10-27T23:42:55.302Z Fresh bumpalo v3.16.0
56052025-10-27T23:42:55.306Z Fresh lalrpop-util v0.19.12
56062025-10-27T23:42:55.306Z Fresh serde_with v3.14.0
56072025-10-27T23:42:55.306Z Fresh usdt-impl v0.6.0
56082025-10-27T23:42:55.306Z Fresh zip v0.6.6
56092025-10-27T23:42:55.306Z Fresh zstd v0.13.3
56102025-10-27T23:42:55.306Z Fresh crossterm v0.28.1
56112025-10-27T23:42:55.306Z Fresh zopfli v0.8.1
56122025-10-27T23:42:55.306Z Fresh bzip2 v0.5.2
56132025-10-27T23:42:55.306Z Fresh similar v2.7.0
56142025-10-27T23:42:55.306Z Fresh hash32 v0.2.1
56152025-10-27T23:42:55.306Z Fresh serde-big-array v0.5.1
56162025-10-27T23:42:55.306Z Fresh socket2 v0.5.10
56172025-10-27T23:42:55.306Z Fresh winnow v0.6.26
56182025-10-27T23:42:55.306Z Fresh keccak v0.1.5
56192025-10-27T23:42:55.306Z Fresh predicates-core v1.0.8
56202025-10-27T23:42:55.306Z Fresh unicode-properties v0.1.3
56212025-10-27T23:42:55.306Z Fresh unicode-bidi v0.3.17
56222025-10-27T23:42:55.310Z Fresh heapless v0.7.17
56232025-10-27T23:42:55.310Z Fresh stringprep v0.1.5
56242025-10-27T23:42:55.310Z Fresh sha3 v0.10.8
56252025-10-27T23:42:55.310Z Fresh zip v4.2.0
56262025-10-27T23:42:55.310Z Fresh hickory-proto v0.25.2
56272025-10-27T23:42:55.310Z Fresh tokio-stream v0.1.17
56282025-10-27T23:42:55.310Z Fresh md-5 v0.10.6
56292025-10-27T23:42:55.310Z Fresh strum_macros v0.27.2
56302025-10-27T23:42:55.310Z Fresh float-cmp v0.10.0
56312025-10-27T23:42:55.310Z Fresh fallible-iterator v0.2.0
56322025-10-27T23:42:55.310Z Fresh difflib v0.4.0
56332025-10-27T23:42:55.310Z Fresh normalize-line-endings v0.3.0
56342025-10-27T23:42:55.310Z Fresh fs-err v3.1.1
56352025-10-27T23:42:55.310Z Fresh strum v0.27.2
56362025-10-27T23:42:55.310Z Fresh postgres-protocol v0.6.8
56372025-10-27T23:42:55.310Z Fresh predicates v3.1.3
56382025-10-27T23:42:55.310Z Fresh buf-list v1.0.3
56392025-10-27T23:42:55.310Z Fresh nix v0.29.0
56402025-10-27T23:42:55.314Z Fresh smoltcp v0.9.1
56412025-10-27T23:42:55.314Z Fresh serde_repr v0.1.19
56422025-10-27T23:42:55.314Z Fresh peg-runtime v0.8.5
56432025-10-27T23:42:55.314Z Fresh foldhash v0.2.0
56442025-10-27T23:42:55.314Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
56452025-10-27T23:42:55.314Z Fresh postgres-types v0.2.9
56462025-10-27T23:42:55.314Z Fresh phf v0.11.2
56472025-10-27T23:42:55.314Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
56482025-10-27T23:42:55.314Z Fresh whoami v1.5.2
56492025-10-27T23:42:55.314Z Fresh futures-executor v0.3.31
56502025-10-27T23:42:55.314Z Fresh regress v0.10.4
56512025-10-27T23:42:55.314Z Fresh iddqd v0.3.13
56522025-10-27T23:42:55.314Z Fresh tokio-postgres v0.7.13
56532025-10-27T23:42:55.314Z Fresh futures v0.3.31
56542025-10-27T23:42:55.314Z Fresh crossbeam-channel v0.5.15
56552025-10-27T23:42:55.314Z Fresh is-terminal v0.4.13
56562025-10-27T23:42:55.315Z Fresh unsafe-libyaml v0.2.11
56572025-10-27T23:42:55.315Z Fresh typify-impl v0.4.3
56582025-10-27T23:42:55.315Z Fresh thread_local v1.1.8
56592025-10-27T23:42:55.318Z Fresh serde_yaml v0.9.34+deprecated
56602025-10-27T23:42:55.318Z Fresh typify-macro v0.4.3
56612025-10-27T23:42:55.318Z Fresh term v1.1.0
56622025-10-27T23:42:55.318Z Fresh take_mut v0.2.2
56632025-10-27T23:42:55.318Z Fresh hex v0.4.3
56642025-10-27T23:42:55.318Z Fresh match_cfg v0.1.0
56652025-10-27T23:42:55.318Z Fresh typify v0.4.3
56662025-10-27T23:42:55.319Z Fresh slog-term v2.9.2
56672025-10-27T23:42:55.319Z Fresh hostname v0.3.1
56682025-10-27T23:42:55.323Z Fresh debug-ignore v1.0.5
56692025-10-27T23:42:55.323Z Fresh structmeta-derive v0.3.0
56702025-10-27T23:42:55.323Z Fresh slog-async v2.8.0
56712025-10-27T23:42:55.323Z Fresh structmeta v0.3.0
56722025-10-27T23:42:55.328Z Fresh progenitor-client v0.10.0
56732025-10-27T23:42:55.328Z Fresh toml_parser v1.0.2
56742025-10-27T23:42:55.328Z Fresh serde_spanned v1.0.0
56752025-10-27T23:42:55.328Z Fresh serde_path_to_error v0.1.17
56762025-10-27T23:42:55.328Z Fresh toml_datetime v0.7.0
56772025-10-27T23:42:55.328Z Fresh toml_writer v1.0.2
56782025-10-27T23:42:55.328Z Fresh rustls v0.22.4
56792025-10-27T23:42:55.328Z Fresh slog-json v2.6.1
56802025-10-27T23:42:55.328Z Fresh async-stream-impl v0.3.6
56812025-10-27T23:42:55.328Z Fresh rustls-pemfile v2.2.0
56822025-10-27T23:42:55.328Z Fresh toml v0.9.5
56832025-10-27T23:42:55.328Z Fresh tokio-rustls v0.25.0
56842025-10-27T23:42:55.328Z Fresh slog-bunyan v2.5.0
56852025-10-27T23:42:55.328Z Fresh async-stream v0.3.6
56862025-10-27T23:42:55.328Z Fresh waitgroup v0.1.2
56872025-10-27T23:42:55.328Z Fresh dropshot_endpoint v0.16.4
56882025-10-27T23:42:55.328Z Fresh multer v3.1.0
56892025-10-27T23:42:55.328Z Fresh hostname v0.4.0
56902025-10-27T23:42:55.328Z Fresh derive-ex v0.1.8
56912025-10-27T23:42:55.328Z Fresh newtype-uuid-macros v0.1.0
56922025-10-27T23:42:55.328Z Fresh macaddr v1.0.1
56932025-10-27T23:42:55.328Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
56942025-10-27T23:42:55.329Z Fresh instant v0.1.13
56952025-10-27T23:42:55.329Z Fresh progenitor-impl v0.11.2
56962025-10-27T23:42:55.329Z Fresh dropshot v0.16.4
56972025-10-27T23:42:55.329Z Fresh test-strategy v0.4.3
56982025-10-27T23:42:55.329Z Fresh derive-where v1.5.0
56992025-10-27T23:42:55.329Z Fresh progenitor-macro v0.11.2
57002025-10-27T23:42:55.329Z Fresh parse-display-derive v0.10.0
57012025-10-27T23:42:55.334Z Fresh progenitor-client v0.11.2
57022025-10-27T23:42:55.334Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
57032025-10-27T23:42:55.334Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
57042025-10-27T23:42:55.334Z Fresh progenitor v0.11.2
57052025-10-27T23:42:55.334Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
57062025-10-27T23:42:55.334Z Fresh parse-display v0.10.0
57072025-10-27T23:42:55.334Z Fresh backoff v0.4.0
57082025-10-27T23:42:55.334Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
57092025-10-27T23:42:55.334Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
57102025-10-27T23:42:55.334Z Fresh itertools v0.14.0
57112025-10-27T23:42:55.334Z Fresh camino-tempfile v1.4.1
57122025-10-27T23:42:55.334Z Fresh toml v0.8.23
57132025-10-27T23:42:55.334Z Fresh unicode-width v0.1.14
57142025-10-27T23:42:55.334Z Fresh crossbeam-deque v0.8.5
57152025-10-27T23:42:55.335Z Fresh unicode-width v0.2.0
57162025-10-27T23:42:55.335Z Fresh progenitor-impl v0.10.0
57172025-10-27T23:42:55.339Z Fresh darling_core v0.21.0
57182025-10-27T23:42:55.339Z Fresh proc-macro-crate v1.3.1
57192025-10-27T23:42:55.339Z Fresh rayon-core v1.12.1
57202025-10-27T23:42:55.339Z Fresh progenitor-macro v0.10.0
57212025-10-27T23:42:55.339Z Fresh darling_macro v0.21.0
57222025-10-27T23:42:55.339Z Fresh num_enum_derive v0.5.11
57232025-10-27T23:42:55.342Z Fresh proc-macro-error-attr v1.0.4
57242025-10-27T23:42:55.342Z Fresh progenitor v0.10.0
57252025-10-27T23:42:55.342Z Fresh crucible-workspace-hack v0.1.0
57262025-10-27T23:42:55.342Z Fresh rayon v1.10.0
57272025-10-27T23:42:55.342Z Fresh darling v0.21.0
57282025-10-27T23:42:55.342Z Fresh num_enum v0.5.11
57292025-10-27T23:42:55.345Z Fresh proc-macro-error v1.0.4
57302025-10-27T23:42:55.346Z Fresh ingot-macros v0.1.1
57312025-10-27T23:42:55.346Z Fresh hash32 v0.3.1
57322025-10-27T23:42:55.346Z Fresh tabwriter v1.4.0
57332025-10-27T23:42:55.346Z Fresh foreign-types-macros v0.2.3
57342025-10-27T23:42:55.346Z Fresh ingot-types v0.1.2
57352025-10-27T23:42:55.346Z Fresh heapless v0.8.0
57362025-10-27T23:42:55.346Z Fresh cobs v0.2.3
57372025-10-27T23:42:55.346Z Fresh foreign-types-shared v0.3.1
57382025-10-27T23:42:55.346Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57392025-10-27T23:42:55.346Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
57402025-10-27T23:42:55.346Z Fresh postcard v1.0.10
57412025-10-27T23:42:55.349Z Fresh foreign-types v0.5.0
57422025-10-27T23:42:55.349Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57432025-10-27T23:42:55.349Z Fresh smoltcp v0.11.0
57442025-10-27T23:42:55.349Z Fresh ingot v0.1.1
57452025-10-27T23:42:55.349Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57462025-10-27T23:42:55.349Z Fresh cstr-argument v0.1.2
57472025-10-27T23:42:55.349Z Fresh pretty-hex v0.2.1
57482025-10-27T23:42:55.349Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
57492025-10-27T23:42:55.349Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57502025-10-27T23:42:55.349Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
57512025-10-27T23:42:55.349Z Fresh colored v2.2.0
57522025-10-27T23:42:55.349Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57532025-10-27T23:42:55.353Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
57542025-10-27T23:42:55.353Z Fresh sigpipe v0.1.3
57552025-10-27T23:42:55.353Z Fresh jiff v0.2.15
57562025-10-27T23:42:55.353Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57572025-10-27T23:42:55.353Z Fresh zone_cfg_derive v0.3.0
57582025-10-27T23:42:55.353Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
57592025-10-27T23:42:55.353Z Fresh smf v0.2.3
57602025-10-27T23:42:55.353Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
57612025-10-27T23:42:55.354Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57622025-10-27T23:42:55.354Z Fresh num-derive v0.4.2
57632025-10-27T23:42:55.354Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
57642025-10-27T23:42:55.354Z Fresh zone v0.3.1
57652025-10-27T23:42:55.354Z Fresh convert_case v0.4.0
57662025-10-27T23:42:55.354Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
57672025-10-27T23:42:55.354Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
57682025-10-27T23:42:55.354Z Fresh derive_more v0.99.20
57692025-10-27T23:42:55.354Z Fresh indent_write v2.2.0
57702025-10-27T23:42:55.354Z Fresh num-rational v0.4.2
57712025-10-27T23:42:55.354Z Fresh num-complex v0.4.6
57722025-10-27T23:42:55.354Z Fresh float-ord v0.3.2
57732025-10-27T23:42:55.354Z Fresh num v0.4.3
57742025-10-27T23:42:55.354Z Fresh secrecy v0.10.3
57752025-10-27T23:42:55.354Z Fresh swrite v0.1.0
57762025-10-27T23:42:55.354Z Fresh console v0.15.10
57772025-10-27T23:42:55.354Z Fresh password-hash v0.5.0
57782025-10-27T23:42:55.354Z Fresh blake2 v0.10.6
57792025-10-27T23:42:55.354Z Fresh argon2 v0.5.3
57802025-10-27T23:42:55.354Z Fresh atomicwrites v0.4.4
57812025-10-27T23:42:55.358Z Fresh newline-converter v0.3.0
57822025-10-27T23:42:55.358Z Fresh bytecount v0.6.8
57832025-10-27T23:42:55.358Z Fresh fixedbitset v0.5.7
57842025-10-27T23:42:55.358Z Fresh tokio-dtrace v0.1.0
57852025-10-27T23:42:55.358Z Fresh expectorate v1.2.0
57862025-10-27T23:42:55.358Z Fresh petgraph v0.8.2
57872025-10-27T23:42:55.358Z Fresh oxide-tokio-rt v0.1.2
57882025-10-27T23:42:55.358Z Fresh base64 v0.21.7
57892025-10-27T23:42:55.358Z Fresh libsw-core v0.3.1
57902025-10-27T23:42:55.361Z Fresh owo-colors v4.2.2
57912025-10-27T23:42:55.361Z Fresh libsw v3.5.0
57922025-10-27T23:42:55.361Z Fresh linear-map v1.2.0
57932025-10-27T23:42:55.361Z Fresh same-file v1.0.6
57942025-10-27T23:42:55.362Z Fresh unicode-xid v0.2.6
57952025-10-27T23:42:55.362Z Fresh cancel-safe-futures v0.1.5
57962025-10-27T23:42:55.362Z Fresh walkdir v2.5.0
57972025-10-27T23:42:55.362Z Fresh gethostname v0.5.0
57982025-10-27T23:42:55.362Z Fresh resolv-conf v0.7.0
57992025-10-27T23:42:55.362Z Fresh utf-8 v0.7.6
58002025-10-27T23:42:55.362Z Fresh convert_case v0.7.1
58012025-10-27T23:42:55.366Z Fresh derive_more-impl v2.0.1
58022025-10-27T23:42:55.366Z Fresh globset v0.4.15
58032025-10-27T23:42:55.366Z Fresh async-recursion v1.1.1
58042025-10-27T23:42:55.366Z Fresh vte_generate_state_changes v0.1.2
58052025-10-27T23:42:55.366Z Fresh derive_more v2.0.1
58062025-10-27T23:42:55.366Z Fresh termtree v0.5.1
58072025-10-27T23:42:55.366Z Fresh vte v0.11.1
58082025-10-27T23:42:55.366Z Fresh fd-lock v4.0.2
58092025-10-27T23:42:55.366Z Fresh linked-hash-map v0.5.6
58102025-10-27T23:42:55.366Z Fresh tungstenite v0.21.0
58112025-10-27T23:42:55.366Z Fresh crossterm v0.29.0
58122025-10-27T23:42:55.366Z Fresh slog-dtrace v0.3.0
58132025-10-27T23:42:55.366Z Fresh lru-cache v0.1.2
58142025-10-27T23:42:55.366Z Fresh strip-ansi-escapes v0.2.0
58152025-10-27T23:42:55.366Z Fresh hickory-proto v0.24.4
58162025-10-27T23:42:55.366Z Fresh nibble_vec v0.1.0
58172025-10-27T23:42:55.366Z Fresh endian-type v0.1.2
58182025-10-27T23:42:55.366Z Fresh nu-ansi-term v0.50.1
58192025-10-27T23:42:55.366Z Fresh display-error-chain v0.2.2
58202025-10-27T23:42:55.366Z Fresh reedline v0.40.0
58212025-10-27T23:42:55.366Z Fresh radix_trie v0.2.1
58222025-10-27T23:42:55.366Z Fresh tokio-tungstenite v0.21.0
58232025-10-27T23:42:55.366Z Fresh pin-project-internal v1.1.6
58242025-10-27T23:42:55.370Z Fresh unicode-linebreak v0.1.5
58252025-10-27T23:42:55.370Z Fresh smawk v0.3.2
58262025-10-27T23:42:55.370Z Fresh pin-project v1.1.6
58272025-10-27T23:42:55.370Z Fresh hickory-resolver v0.24.4
58282025-10-27T23:42:55.370Z Fresh pem v3.0.5
58292025-10-27T23:42:55.370Z Fresh snafu-derive v0.8.5
58302025-10-27T23:42:55.370Z Fresh textwrap v0.16.2
58312025-10-27T23:42:55.370Z Fresh qorb v0.4.1
58322025-10-27T23:42:55.370Z Fresh cfg_aliases v0.1.1
58332025-10-27T23:42:55.370Z Fresh humantime v2.2.0
58342025-10-27T23:42:55.370Z Fresh snafu v0.8.5
58352025-10-27T23:42:55.370Z Fresh olpc-cjson v0.1.4
58362025-10-27T23:42:55.370Z Fresh bcs v0.1.6
58372025-10-27T23:42:55.370Z Fresh serde_plain v1.0.2
58382025-10-27T23:42:55.370Z Fresh typed-path v0.9.3
58392025-10-27T23:42:55.374Z Fresh siphasher v1.0.1
58402025-10-27T23:42:55.374Z Fresh papergrid v0.11.0
58412025-10-27T23:42:55.374Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
58422025-10-27T23:42:55.374Z Fresh tabled_derive v0.7.0
58432025-10-27T23:42:55.374Z Fresh csv-core v0.1.11
58442025-10-27T23:42:55.374Z Fresh phf_shared v0.12.1
58452025-10-27T23:42:55.374Z Fresh tough v0.20.0
58462025-10-27T23:42:55.374Z Fresh highway v1.3.0
58472025-10-27T23:42:55.374Z Fresh semver v0.1.20
58482025-10-27T23:42:55.374Z Fresh tabled v0.15.0
58492025-10-27T23:42:55.374Z Fresh csv v1.3.1
58502025-10-27T23:42:55.377Z Fresh rustc_version v0.1.7
58512025-10-27T23:42:55.377Z Fresh phf v0.12.1
58522025-10-27T23:42:55.377Z Fresh nix v0.28.0
58532025-10-27T23:42:55.377Z Fresh const_format_proc_macros v0.2.34
58542025-10-27T23:42:55.377Z Fresh peg-macros v0.8.5
58552025-10-27T23:42:55.377Z Fresh sqlparser_derive v0.2.2
58562025-10-27T23:42:55.377Z Fresh unicode_categories v0.1.1
58572025-10-27T23:42:55.382Z Fresh rustyline v14.0.0
58582025-10-27T23:42:55.382Z Fresh chrono-tz v0.10.4
58592025-10-27T23:42:55.382Z Fresh const_format v0.2.34
58602025-10-27T23:42:55.382Z Fresh peg v0.8.5
58612025-10-27T23:42:55.382Z Fresh sqlparser v0.45.0
58622025-10-27T23:42:55.382Z Fresh sqlformat v0.3.5
58632025-10-27T23:42:55.385Z Fresh arc-swap v1.7.1
58642025-10-27T23:42:55.385Z Fresh xattr v1.3.1
58652025-10-27T23:42:55.385Z Fresh newtype_derive v0.1.6
58662025-10-27T23:42:55.385Z Fresh slog-scope v4.4.0
58672025-10-27T23:42:55.385Z Fresh filetime v0.2.25
58682025-10-27T23:42:55.385Z Fresh half v2.4.1
58692025-10-27T23:42:55.385Z Fresh ciborium-io v0.2.2
58702025-10-27T23:42:55.385Z Fresh universal-hash v0.5.1
58712025-10-27T23:42:55.388Z Fresh steno v0.4.1
58722025-10-27T23:42:55.388Z Fresh slog-stdlog v4.1.1
58732025-10-27T23:42:55.389Z Fresh tar v0.4.44
58742025-10-27T23:42:55.389Z Fresh ciborium-ll v0.2.2
58752025-10-27T23:42:55.389Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
58762025-10-27T23:42:55.389Z Fresh opaque-debug v0.3.1
58772025-10-27T23:42:55.389Z Fresh typify-impl v0.2.0
58782025-10-27T23:42:55.389Z Fresh subprocess v0.2.9
58792025-10-27T23:42:55.389Z Fresh slog-envlogger v2.2.0
58802025-10-27T23:42:55.389Z Fresh ciborium v0.2.2
58812025-10-27T23:42:55.389Z Fresh typify-macro v0.2.0
58822025-10-27T23:42:55.389Z Fresh headers-core v0.3.0
58832025-10-27T23:42:55.389Z Fresh aead v0.5.2
58842025-10-27T23:42:55.389Z Fresh poly1305 v0.8.0
58852025-10-27T23:42:55.389Z Fresh chacha20 v0.9.1
58862025-10-27T23:42:55.394Z Fresh headers v0.4.1
58872025-10-27T23:42:55.394Z Fresh typify v0.2.0
58882025-10-27T23:42:55.394Z Fresh progenitor-client v0.8.0
58892025-10-27T23:42:55.394Z Fresh heck v0.3.3
58902025-10-27T23:42:55.394Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
58912025-10-27T23:42:55.394Z Fresh yasna v0.5.2
58922025-10-27T23:42:55.394Z Fresh progenitor-impl v0.8.0
58932025-10-27T23:42:55.394Z Fresh zone_cfg_derive v0.1.2
58942025-10-27T23:42:55.394Z Fresh base64 v0.13.1
58952025-10-27T23:42:55.394Z Fresh number_prefix v0.4.0
58962025-10-27T23:42:55.394Z Fresh rcgen v0.12.1
58972025-10-27T23:42:55.394Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
58982025-10-27T23:42:55.394Z Fresh thiserror-impl-no-std v2.0.2
58992025-10-27T23:42:55.394Z Fresh progenitor-macro v0.8.0
59002025-10-27T23:42:55.394Z Fresh lzma-sys v0.1.20
59012025-10-27T23:42:55.394Z Fresh zone v0.1.8
59022025-10-27T23:42:55.394Z Fresh indicatif v0.17.11
59032025-10-27T23:42:55.395Z Fresh ron v0.7.1
59042025-10-27T23:42:55.395Z Fresh thiserror-no-std v2.0.2
59052025-10-27T23:42:55.395Z Fresh chacha20poly1305 v0.10.1
59062025-10-27T23:42:55.395Z Fresh progenitor v0.8.0
59072025-10-27T23:42:55.395Z Fresh xz2 v0.1.7
59082025-10-27T23:42:55.395Z Fresh vsss-rs v3.3.4
59092025-10-27T23:42:55.395Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
59102025-10-27T23:42:55.395Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
59112025-10-27T23:42:55.395Z Fresh tagptr v0.2.0
59122025-10-27T23:42:55.399Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
59132025-10-27T23:42:55.399Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
59142025-10-27T23:42:55.399Z Fresh dropshot-api-manager-types v0.2.2
59152025-10-27T23:42:55.399Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
59162025-10-27T23:42:55.399Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
59172025-10-27T23:42:55.399Z Fresh moka v0.12.10
59182025-10-27T23:42:55.399Z Fresh bitfield-struct v0.6.2
59192025-10-27T23:42:55.399Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59202025-10-27T23:42:55.402Z Fresh hickory-resolver v0.25.2
59212025-10-27T23:42:55.402Z Fresh nix v0.30.1
59222025-10-27T23:42:55.403Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
59232025-10-27T23:42:55.403Z Fresh libefi-sys v0.1.0
59242025-10-27T23:42:55.403Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
59252025-10-27T23:42:55.403Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
59262025-10-27T23:42:55.403Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
59272025-10-27T23:42:55.403Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
59282025-10-27T23:42:55.403Z Fresh xshell-macros v0.2.7
59292025-10-27T23:42:55.403Z Fresh xshell v0.2.7
59302025-10-27T23:42:55.408Z Fresh tap v1.0.1
59312025-10-27T23:42:55.408Z Fresh zerocopy-derive v0.6.6
59322025-10-27T23:42:55.408Z Fresh funty v2.0.0
59332025-10-27T23:42:55.408Z Fresh wyz v0.5.1
59342025-10-27T23:42:55.408Z Fresh crc-catalog v2.4.0
59352025-10-27T23:42:55.408Z Fresh zerocopy v0.6.6
59362025-10-27T23:42:55.408Z Fresh packed_struct_codegen v0.10.1
59372025-10-27T23:42:55.408Z Fresh radium v0.7.0
59382025-10-27T23:42:55.408Z Fresh maybe-uninit v2.0.0
59392025-10-27T23:42:55.408Z Fresh crc v3.2.1
59402025-10-27T23:42:55.412Z Fresh bitfield-macros v0.19.2
59412025-10-27T23:42:55.412Z Fresh memmap2 v0.9.8
59422025-10-27T23:42:55.412Z Fresh nodrop v0.1.14
59432025-10-27T23:42:55.412Z Fresh proc-macro-error-attr2 v2.0.0
59442025-10-27T23:42:55.412Z Fresh bitvec v1.0.1
59452025-10-27T23:42:55.412Z Fresh smallvec v0.6.14
59462025-10-27T23:42:55.412Z Fresh bitfield v0.19.2
59472025-10-27T23:42:55.412Z Fresh array-init v0.0.4
59482025-10-27T23:42:55.412Z Fresh hashbrown v0.12.3
59492025-10-27T23:42:55.413Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
59502025-10-27T23:42:55.413Z Fresh proc-macro-error2 v2.0.1
59512025-10-27T23:42:55.413Z Fresh packed_struct v0.10.1
59522025-10-27T23:42:55.413Z Fresh indexmap v1.9.3
59532025-10-27T23:42:55.413Z Fresh serde-hex v0.1.0
59542025-10-27T23:42:55.413Z Fresh ron v0.8.1
59552025-10-27T23:42:55.413Z Fresh hashbrown v0.13.2
59562025-10-27T23:42:55.413Z Fresh crc-any v2.5.0
59572025-10-27T23:42:55.413Z Fresh maplit v1.0.2
59582025-10-27T23:42:55.413Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
59592025-10-27T23:42:55.413Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
59602025-10-27T23:42:55.413Z Fresh object v0.30.4
59612025-10-27T23:42:55.413Z Fresh path-slash v0.1.5
59622025-10-27T23:42:55.413Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
59632025-10-27T23:42:55.413Z Fresh num-derive v0.3.3
59642025-10-27T23:42:55.413Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
59652025-10-27T23:42:55.413Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
59662025-10-27T23:42:55.413Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
59672025-10-27T23:42:55.413Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
59682025-10-27T23:42:55.413Z Fresh libscf-sys v1.1.0
59692025-10-27T23:42:55.413Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
59702025-10-27T23:42:55.413Z Fresh tabled_derive v0.11.0
59712025-10-27T23:42:55.413Z Fresh papergrid v0.17.0
59722025-10-27T23:42:55.413Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
59732025-10-27T23:42:55.413Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
59742025-10-27T23:42:55.413Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
59752025-10-27T23:42:55.413Z Fresh testing_table v0.3.0
59762025-10-27T23:42:55.421Z Fresh usdt-macro v0.6.0
59772025-10-27T23:42:55.421Z Fresh usdt-attr-macro v0.6.0
59782025-10-27T23:42:55.421Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
59792025-10-27T23:42:55.421Z Fresh tabled v0.20.0
59802025-10-27T23:42:55.422Z Fresh usdt v0.6.0
59812025-10-27T23:42:55.422Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
59822025-10-27T23:42:55.422Z Fresh unicase v2.8.1
59832025-10-27T23:42:55.422Z Fresh fxhash v0.2.1
59842025-10-27T23:42:55.422Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
59852025-10-27T23:42:55.422Z Fresh crc8 v0.1.1
59862025-10-27T23:42:55.422Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
59872025-10-27T23:42:55.422Z Fresh diff v0.1.13
59882025-10-27T23:42:55.422Z Fresh half v1.8.3
59892025-10-27T23:42:55.422Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
59902025-10-27T23:42:55.422Z Fresh serde_cbor v0.11.2
59912025-10-27T23:42:55.422Z Fresh dsl_auto_type v0.1.2
59922025-10-27T23:42:55.422Z Fresh scheduled-thread-pool v0.2.7
59932025-10-27T23:42:55.422Z Fresh diesel_table_macro_syntax v0.2.0
59942025-10-27T23:42:55.422Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
59952025-10-27T23:42:55.422Z Fresh r2d2 v0.8.10
59962025-10-27T23:42:55.422Z Fresh diesel_derives v2.2.3
59972025-10-27T23:42:55.422Z Fresh kstat-rs v0.2.4
59982025-10-27T23:42:55.422Z Fresh dirs-sys-next v0.1.2
59992025-10-27T23:42:55.422Z Fresh vergen-gitcl v1.0.8
60002025-10-27T23:42:55.422Z Fresh diesel v2.2.12
60012025-10-27T23:42:55.422Z Fresh dirs-next v2.0.0
60022025-10-27T23:42:55.426Z Fresh crunchy v0.2.2
60032025-10-27T23:42:55.426Z Fresh term v0.7.0
60042025-10-27T23:42:55.427Z Fresh bit-vec v0.6.3
60052025-10-27T23:42:55.427Z Fresh ena v0.14.3
60062025-10-27T23:42:55.427Z Fresh tiny-keccak v2.0.2
60072025-10-27T23:42:55.427Z Fresh bit-set v0.5.3
60082025-10-27T23:42:55.427Z Fresh ascii-canvas v3.0.0
60092025-10-27T23:42:55.427Z Fresh regex-syntax v0.6.29
60102025-10-27T23:42:55.431Z Fresh lalrpop v0.19.12
60112025-10-27T23:42:55.432Z Fresh nanorand v0.7.0
60122025-10-27T23:42:55.432Z Fresh parking_lot_core v0.8.6
60132025-10-27T23:42:55.432Z Fresh bindgen v0.71.1
60142025-10-27T23:42:55.432Z Fresh flume v0.11.1
60152025-10-27T23:42:55.435Z Fresh parking_lot v0.11.2
60162025-10-27T23:42:55.435Z Fresh strum_macros v0.24.3
60172025-10-27T23:42:55.439Z Fresh prefix-trie v0.7.0
60182025-10-27T23:42:55.439Z Fresh indoc v1.0.9
60192025-10-27T23:42:55.439Z Fresh hickory-server v0.25.2
60202025-10-27T23:42:55.439Z Fresh polar-core v0.27.3
60212025-10-27T23:42:55.439Z Fresh sled v0.34.7
60222025-10-27T23:42:55.439Z Fresh libxml v0.3.3
60232025-10-27T23:42:55.439Z Fresh hickory-client v0.25.2
60242025-10-27T23:42:55.439Z Fresh impl-trait-for-tuples v0.2.2
60252025-10-27T23:42:55.439Z Fresh oso-derive v0.27.3
60262025-10-27T23:42:55.439Z Fresh quick-xml v0.37.2
60272025-10-27T23:42:55.442Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
60282025-10-27T23:42:55.442Z Fresh samael v0.0.19
60292025-10-27T23:42:55.442Z Fresh oso v0.27.3
60302025-10-27T23:42:55.442Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs#dbe1cb7e)
60312025-10-27T23:42:55.442Z Fresh predicates-tree v1.0.12
60322025-10-27T23:42:55.446Z Fresh bb8 v0.8.5
60332025-10-27T23:42:55.446Z Fresh parse-size v1.1.0
60342025-10-27T23:42:55.450Z Fresh fs-err v2.11.0
60352025-10-27T23:42:55.450Z Fresh diesel-dtrace v0.4.2
60362025-10-27T23:42:55.450Z Fresh async-bb8-diesel v0.2.1
60372025-10-27T23:42:55.450Z Fresh primeorder v0.13.6
60382025-10-27T23:42:55.450Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
60392025-10-27T23:42:55.450Z Fresh ignore v0.4.23
60402025-10-27T23:42:55.450Z Fresh assert_matches v1.5.0
60412025-10-27T23:42:55.450Z Fresh http-range v0.1.5
60422025-10-27T23:42:55.450Z Fresh signal-hook-tokio v0.3.1
60432025-10-27T23:42:55.450Z Fresh globwalk v0.9.1
60442025-10-27T23:42:55.454Z Fresh atty v0.2.14
60452025-10-27T23:42:55.454Z Fresh mime_guess v2.0.5
60462025-10-27T23:42:55.454Z Fresh p384 v0.13.1
60472025-10-27T23:42:55.454Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
60482025-10-27T23:42:55.454Z Fresh camino-tempfile-ext v0.3.2
60492025-10-27T23:42:55.454Z Fresh hyper-staticfile v0.10.1
60502025-10-27T23:42:55.454Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
60512025-10-27T23:42:55.454Z Fresh salty v0.3.0
60522025-10-27T23:42:55.454Z Fresh tungstenite v0.23.0
60532025-10-27T23:42:55.454Z Fresh corncobs v0.1.4
60542025-10-27T23:42:55.459Z Fresh void v1.0.2
60552025-10-27T23:42:55.459Z Fresh attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
60562025-10-27T23:42:55.459Z Fresh tokio-tungstenite v0.23.1
60572025-10-27T23:42:55.459Z Fresh dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
60582025-10-27T23:42:55.459Z Fresh lzss v0.8.2
60592025-10-27T23:42:55.460Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
60602025-10-27T23:42:55.460Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
60612025-10-27T23:42:55.460Z Fresh nix v0.27.1
60622025-10-27T23:42:55.460Z Fresh secrecy v0.8.0
60632025-10-27T23:42:55.460Z Fresh serde_bytes v0.11.19
60642025-10-27T23:42:55.460Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
60652025-10-27T23:42:55.460Z Fresh rand_seeder v0.4.0
60662025-10-27T23:42:55.460Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
60672025-10-27T23:42:55.460Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=7da1f0b5dcd3d631da18b43ba78a84b1a2b425ee#7da1f0b5)
60682025-10-27T23:42:55.460Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
60692025-10-27T23:42:55.460Z Fresh yansi v1.0.1
60702025-10-27T23:42:55.460Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
60712025-10-27T23:42:55.464Z Fresh pretty_assertions v1.4.1
60722025-10-27T23:42:55.467Z Fresh tabled_derive v0.10.0
60732025-10-27T23:42:55.467Z Fresh papergrid v0.14.0
60742025-10-27T23:42:55.467Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
60752025-10-27T23:42:55.467Z Fresh concurrent-queue v2.5.0
60762025-10-27T23:42:55.467Z Fresh parking v2.2.1
60772025-10-27T23:42:55.467Z Fresh typeid v1.0.3
60782025-10-27T23:42:55.467Z Fresh tabled v0.18.0
60792025-10-27T23:42:55.467Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
60802025-10-27T23:42:55.467Z Fresh castaway v0.2.3
60812025-10-27T23:42:55.470Z Fresh indoc v2.0.6
60822025-10-27T23:42:55.470Z Fresh erased-serde v0.4.6
60832025-10-27T23:42:55.470Z Fresh compact_str v0.8.0
60842025-10-27T23:42:55.470Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
60852025-10-27T23:42:55.470Z Fresh libz-sys v1.1.20
60862025-10-27T23:42:55.470Z Fresh unicode-truncate v1.1.0
60872025-10-27T23:42:55.470Z Fresh lru v0.12.5
60882025-10-27T23:42:55.474Z Fresh ordered-float v2.10.1
60892025-10-27T23:42:55.474Z Fresh instability v0.3.2
60902025-10-27T23:42:55.474Z Fresh cassowary v0.3.0
60912025-10-27T23:42:55.474Z Fresh libgit2-sys v0.18.2+1.9.1
60922025-10-27T23:42:55.474Z Fresh serde-value v0.7.0
60932025-10-27T23:42:55.474Z Fresh serde-untagged v0.1.7
60942025-10-27T23:42:55.474Z Fresh event-listener v5.3.1
60952025-10-27T23:42:55.474Z Fresh console v0.16.0
60962025-10-27T23:42:55.474Z Fresh unit-prefix v0.5.1
60972025-10-27T23:42:55.474Z Fresh ratatui v0.29.0
60982025-10-27T23:42:55.474Z Fresh is_ci v1.2.0
60992025-10-27T23:42:55.474Z Fresh git2 v0.20.2
61002025-10-27T23:42:55.474Z Fresh indicatif v0.18.0
61012025-10-27T23:42:55.474Z Fresh event-listener-strategy v0.5.2
61022025-10-27T23:42:55.474Z Fresh cargo-util-schemas v0.8.2
61032025-10-27T23:42:55.474Z Fresh supports-color v3.0.2
61042025-10-27T23:42:55.478Z Fresh cargo-platform v0.2.0
61052025-10-27T23:42:55.478Z Fresh vergen-git2 v1.0.7
61062025-10-27T23:42:55.478Z Fresh futures-lite v2.3.0
61072025-10-27T23:42:55.478Z Fresh cargo_metadata v0.21.0
61082025-10-27T23:42:55.478Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
61092025-10-27T23:42:55.478Z Fresh sct v0.7.1
61102025-10-27T23:42:55.478Z Fresh rustls-webpki v0.101.7
61112025-10-27T23:42:55.481Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
61122025-10-27T23:42:55.486Z Fresh rustls v0.21.12
61132025-10-27T23:42:55.486Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
61142025-10-27T23:42:55.486Z Fresh async-lock v3.4.0
61152025-10-27T23:42:55.490Z Fresh tokio-rustls v0.24.1
61162025-10-27T23:42:55.490Z Fresh rustls-pemfile v1.0.4
61172025-10-27T23:42:55.490Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
61182025-10-27T23:42:55.490Z Fresh twox-hash v2.1.0
61192025-10-27T23:42:55.490Z Fresh polling v3.7.3
61202025-10-27T23:42:55.490Z Fresh shell-words v1.1.0
61212025-10-27T23:42:55.490Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
61222025-10-27T23:42:55.490Z Fresh async-io v2.3.4
61232025-10-27T23:42:55.490Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
61242025-10-27T23:42:55.490Z Fresh fatfs v0.3.6
61252025-10-27T23:42:55.491Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
61262025-10-27T23:42:55.491Z Fresh async-task v4.7.1
61272025-10-27T23:42:55.491Z Fresh async-channel v2.3.1
61282025-10-27T23:42:55.491Z Fresh piper v0.2.4
61292025-10-27T23:42:55.491Z Fresh plotters-backend v0.3.7
61302025-10-27T23:42:55.491Z Fresh hex-literal v0.4.1
61312025-10-27T23:42:55.495Z Fresh blocking v1.6.1
61322025-10-27T23:42:55.496Z Fresh plotters-svg v0.3.7
61332025-10-27T23:42:55.496Z Fresh async-executor v1.13.1
61342025-10-27T23:42:55.496Z Fresh async-signal v0.2.10
61352025-10-27T23:42:55.496Z Fresh rtoolbox v0.0.2
61362025-10-27T23:42:55.496Z Fresh event-listener v2.5.3
61372025-10-27T23:42:55.496Z Fresh cast v0.3.0
61382025-10-27T23:42:55.496Z Fresh futures-timer v3.0.3
61392025-10-27T23:42:55.496Z Fresh plotters v0.3.7
61402025-10-27T23:42:55.496Z Fresh rpassword v7.4.0
61412025-10-27T23:42:55.496Z Fresh async-channel v1.9.0
61422025-10-27T23:42:55.496Z Fresh async-process v2.3.0
61432025-10-27T23:42:55.496Z Fresh async-global-executor v2.4.1
61442025-10-27T23:42:55.496Z Fresh criterion-plot v0.6.0
61452025-10-27T23:42:55.496Z Fresh tui-tree-widget v0.23.1
61462025-10-27T23:42:55.496Z Fresh async-attributes v1.1.2
61472025-10-27T23:42:55.496Z Fresh tinytemplate v1.2.1
61482025-10-27T23:42:55.496Z Fresh kv-log-macro v1.0.7
61492025-10-27T23:42:55.496Z Fresh oorandom v11.1.4
61502025-10-27T23:42:55.496Z Fresh anes v0.1.6
61512025-10-27T23:42:55.496Z Fresh petname v2.0.2
61522025-10-27T23:42:55.496Z Fresh criterion v0.7.0
61532025-10-27T23:42:55.496Z Fresh async-std v1.13.0
61542025-10-27T23:42:55.496Z Fresh polyval v0.6.2
61552025-10-27T23:42:55.496Z Fresh sync-ptr v0.1.4
61562025-10-27T23:42:55.496Z Fresh ghash v0.5.1
61572025-10-27T23:42:55.496Z Fresh async-object-pool v0.1.5
61582025-10-27T23:42:55.501Z Fresh ctr v0.9.2
61592025-10-27T23:42:55.501Z Fresh serde_regex v1.1.0
61602025-10-27T23:42:55.501Z Fresh assert-json-diff v2.0.2
61612025-10-27T23:42:55.501Z Fresh path-tree v0.8.1
61622025-10-27T23:42:55.501Z Fresh stringmetrics v2.2.2
61632025-10-27T23:42:55.501Z Fresh aes-gcm v0.10.3
61642025-10-27T23:42:55.501Z Fresh ssh-encoding v0.2.0
61652025-10-27T23:42:55.501Z Fresh blowfish v0.9.1
61662025-10-27T23:42:55.501Z Fresh httpmock v0.8.0-alpha.1
61672025-10-27T23:42:55.501Z Fresh arrayref v0.3.9
61682025-10-27T23:42:55.505Z Fresh constant_time_eq v0.3.1
61692025-10-27T23:42:55.505Z Fresh arrayvec v0.7.6
61702025-10-27T23:42:55.505Z Fresh bcrypt-pbkdf v0.10.0
61712025-10-27T23:42:55.505Z Fresh ssh-cipher v0.2.0
61722025-10-27T23:42:55.505Z Fresh target-lexicon v0.13.2
61732025-10-27T23:42:55.505Z Fresh password-hash v0.4.2
61742025-10-27T23:42:55.505Z Fresh ssh-key v0.6.6
61752025-10-27T23:42:55.505Z Fresh p521 v0.13.3
61762025-10-27T23:42:55.505Z Fresh pbkdf2 v0.11.0
61772025-10-27T23:42:55.505Z Fresh cfg-expr v0.20.1
61782025-10-27T23:42:55.505Z Fresh guppy-workspace-hack v0.1.0
61792025-10-27T23:42:55.505Z Fresh p256 v0.13.2
61802025-10-27T23:42:55.505Z Fresh russh-cryptovec v0.7.3
61812025-10-27T23:42:55.505Z Fresh md5 v0.7.0
61822025-10-27T23:42:55.509Z Fresh target-spec v3.5.0
61832025-10-27T23:42:55.509Z Fresh russh-keys v0.45.0
61842025-10-27T23:42:55.509Z Fresh httptest v0.16.3
61852025-10-27T23:42:55.509Z Fresh num-bigint v0.4.6
61862025-10-27T23:42:55.509Z Fresh pathdiff v0.2.3
61872025-10-27T23:42:55.509Z Fresh des v0.8.1
61882025-10-27T23:42:55.509Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
61892025-10-27T23:42:55.509Z Fresh nested v0.1.1
61902025-10-27T23:42:55.509Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
61912025-10-27T23:42:55.509Z Fresh russh v0.45.0
61922025-10-27T23:42:55.509Z Fresh guppy v0.17.20
61932025-10-27T23:42:55.509Z Fresh blake3 v1.5.4
61942025-10-27T23:42:55.512Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
61952025-10-27T23:42:55.512Z Fresh internet-checksum v0.2.1
61962025-10-27T23:42:55.515Z Fresh topological-sort v0.2.2
61972025-10-27T23:42:55.515Z Fresh escape8259 v0.5.3
61982025-10-27T23:42:55.515Z Fresh doc-comment v0.3.3
61992025-10-27T23:42:55.515Z Fresh omicron-zone-package v0.12.2
62002025-10-27T23:42:55.515Z Fresh libtest-mimic v0.8.1
62012025-10-27T23:42:55.515Z Compiling similar-asserts v1.7.0
62022025-10-27T23:42:55.516Z Fresh proc-macro-crate v3.2.0
62032025-10-27T23:42:55.516Z Fresh fancy-regex v0.14.0
62042025-10-27T23:42:55.699Z Fresh relative-path v1.9.3
62052025-10-27T23:42:55.705Z 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=b276fb40ea453c5f -C extra-filename=-930f3149299c57f3 --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-0aabb5f2c70f4cd7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
62062025-10-27T23:42:55.705Z Fresh rstest_macros v0.25.0
62072025-10-27T23:42:55.705Z Fresh datatest-stable v0.3.2
62082025-10-27T23:42:55.705Z Fresh assert_cmd v2.0.17
62092025-10-27T23:42:55.705Z Fresh target-triple v0.1.3
62102025-10-27T23:42:55.705Z Fresh support-bundle-viewer v0.1.2
62112025-10-27T23:42:55.709Z Fresh multimap v0.10.1
62122025-10-27T23:42:55.709Z Fresh uzers v0.12.1
62132025-10-27T23:42:55.710Z Fresh termcolor v1.4.1
62142025-10-27T23:42:55.710Z Fresh rstest v0.25.0
62152025-10-27T23:42:55.710Z Fresh blake2b_simd v1.0.2
62162025-10-27T23:42:55.710Z Fresh trybuild v1.0.106
62172025-10-27T23:42:55.713Z Fresh partial-io v0.5.4
62182025-10-27T23:42:55.713Z Fresh drift v0.1.0
62192025-10-27T23:42:55.713Z Fresh rand_distr v0.5.1
62202025-10-27T23:42:55.713Z Fresh approx v0.5.1
62212025-10-27T23:42:55.713Z Fresh dropshot-api-manager v0.2.2
62222025-10-27T23:42:55.713Z Fresh rust-argon2 v2.1.0
62232025-10-27T23:42:55.719Z Fresh cargo_toml v0.21.0
62242025-10-27T23:42:55.719Z Fresh termios v0.3.3
62252025-10-27T23:42:55.719Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
62262025-10-27T23:42:55.719Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
62272025-10-27T23:42:55.723Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
62282025-10-27T23:42:55.723Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
62292025-10-27T23:42:55.723Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
62302025-10-27T23:42:55.724Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
62312025-10-27T23:42:55.724Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
62322025-10-27T23:42:55.724Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
62332025-10-27T23:42:55.724Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
62342025-10-27T23:42:55.724Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
62352025-10-27T23:42:55.724Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
62362025-10-27T23:42:55.728Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
62372025-10-27T23:42:55.728Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
62382025-10-27T23:42:55.728Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
62392025-10-27T23:42:55.728Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
62402025-10-27T23:42:55.733Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
62412025-10-27T23:42:55.733Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
62422025-10-27T23:42:55.733Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
62432025-10-27T23:42:55.733Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
62442025-10-27T23:42:55.733Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
62452025-10-27T23:42:55.733Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
62462025-10-27T23:42:55.733Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
62472025-10-27T23:42:55.737Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
62482025-10-27T23:42:55.737Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
62492025-10-27T23:42:55.737Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
62502025-10-27T23:42:55.737Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
62512025-10-27T23:42:55.737Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
62522025-10-27T23:42:55.737Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
62532025-10-27T23:42:55.737Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
62542025-10-27T23:42:55.742Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
62552025-10-27T23:42:55.742Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
62562025-10-27T23:42:55.742Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
62572025-10-27T23:42:55.742Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
62582025-10-27T23:42:55.742Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
62592025-10-27T23:42:55.742Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
62602025-10-27T23:42:55.742Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
62612025-10-27T23:42:55.742Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
62622025-10-27T23:42:55.742Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
62632025-10-27T23:42:55.742Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
62642025-10-27T23:42:55.742Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
62652025-10-27T23:42:55.743Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
62662025-10-27T23:42:55.769Z 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=884971d18b4f8854 -C extra-filename=-04246e90ebd0812b --out-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-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-5f1d497634fcdbc8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-fa00d48391acfa16.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-15738577b730c42f.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-addb2b6faeaa7fc7.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-dc3d070fa461b3a7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-5cba1f8427e70270.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-08df69d800910628.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-115409b92f07f32e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c10ff4791882aba9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-728fe14ae286f740.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8d1e0208b0ab3ef3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-ff7517fabb00a92f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d023a253381de5a0.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2bedefd646d6d0c1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-888338f1243c8322.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-7a0ca4de35ec99b5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c5b32acc714967d6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-60ca7336fa44c0ca.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-55cb95299d123267.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.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-b384f512323b2c56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3bf4b90359eea4af.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-804cba670396b00c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.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-20304b56dc00b56c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-066fa3d51db4f528.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2ac102a834c44ca9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-46c58c2514593e59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.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-a216011634f95693/out/build/artifacts -L native=/work/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`
62672025-10-27T23:42:55.780Z 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=15724db203cd03cc -C extra-filename=-f4de670cfb5cccf9 --out-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-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-5f1d497634fcdbc8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-fa00d48391acfa16.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-15738577b730c42f.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-addb2b6faeaa7fc7.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-dc3d070fa461b3a7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-5cba1f8427e70270.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-08df69d800910628.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-115409b92f07f32e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c10ff4791882aba9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-728fe14ae286f740.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8d1e0208b0ab3ef3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-ff7517fabb00a92f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d023a253381de5a0.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2bedefd646d6d0c1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-888338f1243c8322.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-7a0ca4de35ec99b5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c5b32acc714967d6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-60ca7336fa44c0ca.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-55cb95299d123267.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.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-b384f512323b2c56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3bf4b90359eea4af.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-804cba670396b00c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.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-20304b56dc00b56c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-066fa3d51db4f528.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2ac102a834c44ca9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-46c58c2514593e59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.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-a216011634f95693/out/build/artifacts -L native=/work/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`
62682025-10-27T23:42:55.781Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
62692025-10-27T23:42:55.781Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
62702025-10-27T23:42:55.781Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
62712025-10-27T23:42:55.785Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
62722025-10-27T23:42:55.785Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
62732025-10-27T23:42:55.785Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
62742025-10-27T23:42:55.785Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
62752025-10-27T23:42:55.785Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
62762025-10-27T23:42:55.785Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
62772025-10-27T23:42:55.785Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
62782025-10-27T23:42:55.785Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
62792025-10-27T23:42:55.785Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
62802025-10-27T23:42:55.785Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
62812025-10-27T23:42:55.785Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
62822025-10-27T23:42:55.785Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
62832025-10-27T23:42:55.785Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
62842025-10-27T23:42:55.785Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
62852025-10-27T23:42:55.788Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
62862025-10-27T23:42:55.788Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
62872025-10-27T23:42:55.788Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
62882025-10-27T23:42:55.789Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
62892025-10-27T23:42:55.789Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
62902025-10-27T23:42:55.789Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
62912025-10-27T23:42:55.789Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
62922025-10-27T23:42:55.789Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
62932025-10-27T23:42:55.789Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
62942025-10-27T23:42:55.789Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
62952025-10-27T23:42:55.789Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
62962025-10-27T23:42:55.793Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
62972025-10-27T23:42:55.793Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
62982025-10-27T23:42:55.793Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
62992025-10-27T23:42:55.793Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
63002025-10-27T23:42:55.793Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
63012025-10-27T23:42:55.793Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
63022025-10-27T23:42:55.794Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
63032025-10-27T23:42:55.794Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
63042025-10-27T23:42:55.794Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
63052025-10-27T23:42:55.794Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
63062025-10-27T23:42:55.794Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
63072025-10-27T23:42:55.794Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
63082025-10-27T23:42:55.794Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
63092025-10-27T23:42:55.794Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
63102025-10-27T23:42:55.794Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
63112025-10-27T23:42:55.794Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
63122025-10-27T23:42:55.794Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
63132025-10-27T23:42:55.794Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
63142025-10-27T23:42:55.794Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
63152025-10-27T23:42:55.794Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
63162025-10-27T23:42:55.794Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
63172025-10-27T23:42:55.794Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
63182025-10-27T23:42:55.794Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
63192025-10-27T23:42:55.794Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
63202025-10-27T23:42:55.794Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
63212025-10-27T23:42:55.795Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
63222025-10-27T23:42:55.795Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
63232025-10-27T23:42:55.795Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
63242025-10-27T23:42:55.795Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
63252025-10-27T23:42:55.795Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
63262025-10-27T23:42:55.801Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
63272025-10-27T23:42:55.801Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
63282025-10-27T23:42:55.801Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
63292025-10-27T23:42:55.801Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
63302025-10-27T23:42:55.801Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
63312025-10-27T23:42:55.801Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
63322025-10-27T23:42:55.801Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
63332025-10-27T23:42:55.801Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
63342025-10-27T23:42:55.801Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
63352025-10-27T23:42:55.801Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
63362025-10-27T23:42:55.801Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
63372025-10-27T23:42:55.801Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
63382025-10-27T23:42:55.801Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
63392025-10-27T23:42:55.801Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
63402025-10-27T23:42:55.802Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
63412025-10-27T23:42:55.802Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
63422025-10-27T23:42:55.802Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
63432025-10-27T23:42:55.802Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
63442025-10-27T23:42:55.802Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
63452025-10-27T23:42:55.806Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
63462025-10-27T23:42:55.806Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
63472025-10-27T23:42:55.806Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
63482025-10-27T23:42:55.806Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
63492025-10-27T23:42:55.806Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
63502025-10-27T23:42:55.806Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
63512025-10-27T23:42:55.806Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
63522025-10-27T23:42:55.806Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
63532025-10-27T23:42:55.806Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
63542025-10-27T23:42:55.806Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
63552025-10-27T23:42:55.806Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
63562025-10-27T23:42:55.806Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
63572025-10-27T23:42:55.806Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
63582025-10-27T23:42:55.807Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
63592025-10-27T23:42:55.807Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
63602025-10-27T23:42:55.807Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
63612025-10-27T23:42:55.807Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
63622025-10-27T23:42:55.807Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
63632025-10-27T23:42:55.807Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
63642025-10-27T23:42:55.807Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
63652025-10-27T23:42:55.807Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
63662025-10-27T23:42:55.807Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
63672025-10-27T23:42:55.807Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
63682025-10-27T23:42:55.811Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
63692025-10-27T23:42:55.811Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
63702025-10-27T23:42:55.811Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
63712025-10-27T23:42:55.811Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
63722025-10-27T23:42:55.811Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
63732025-10-27T23:42:55.811Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
63742025-10-27T23:42:55.811Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
63752025-10-27T23:42:55.811Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
63762025-10-27T23:42:55.811Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
63772025-10-27T23:42:55.812Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
63782025-10-27T23:42:55.812Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
63792025-10-27T23:42:55.812Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
63802025-10-27T23:42:55.812Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
63812025-10-27T23:42:55.812Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
63822025-10-27T23:42:55.812Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
63832025-10-27T23:42:55.812Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
63842025-10-27T23:42:57.571Z 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=1e176741e1a9eba4 -C extra-filename=-7a434b532969f427 --out-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-c980ca968957c2be.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-5f1d497634fcdbc8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-fa00d48391acfa16.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-15738577b730c42f.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-addb2b6faeaa7fc7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.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-e5a186e6ef04817f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-06e4d26757e00926.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-5cba1f8427e70270.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-08df69d800910628.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-115409b92f07f32e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c10ff4791882aba9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-728fe14ae286f740.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8d1e0208b0ab3ef3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-ff7517fabb00a92f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d023a253381de5a0.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2bedefd646d6d0c1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-888338f1243c8322.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-7a0ca4de35ec99b5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c5b32acc714967d6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-60ca7336fa44c0ca.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-55cb95299d123267.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ff784372295504f8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.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-b384f512323b2c56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3bf4b90359eea4af.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b7e359a2a2845599.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-09b27d4509c6abfe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-804cba670396b00c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.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-3b137b6cc80cde20.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-20304b56dc00b56c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-066fa3d51db4f528.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2ac102a834c44ca9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-46c58c2514593e59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-930f3149299c57f3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.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-a216011634f95693/out/build/artifacts -L native=/work/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`
63852025-10-27T23:42:57.584Z 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=48b05ac7e8994be7 -C extra-filename=-61be2f0201929bab --out-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-c980ca968957c2be.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-5f1d497634fcdbc8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-fa00d48391acfa16.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-15738577b730c42f.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-addb2b6faeaa7fc7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.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-e5a186e6ef04817f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-06e4d26757e00926.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-5cba1f8427e70270.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-08df69d800910628.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-115409b92f07f32e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c10ff4791882aba9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-728fe14ae286f740.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8d1e0208b0ab3ef3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-ff7517fabb00a92f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d023a253381de5a0.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2bedefd646d6d0c1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-888338f1243c8322.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-7a0ca4de35ec99b5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c5b32acc714967d6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-60ca7336fa44c0ca.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-55cb95299d123267.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ff784372295504f8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.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-b384f512323b2c56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b7e359a2a2845599.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-09b27d4509c6abfe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-804cba670396b00c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.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-3b137b6cc80cde20.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-20304b56dc00b56c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-066fa3d51db4f528.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2ac102a834c44ca9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-46c58c2514593e59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-930f3149299c57f3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.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-a216011634f95693/out/build/artifacts -L native=/work/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`
63862025-10-27T23:42:57.589Z 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=08ddb51da0a0a539 -C extra-filename=-280c1ce27ab46aa1 --out-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-c980ca968957c2be.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-5f1d497634fcdbc8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-fa00d48391acfa16.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-15738577b730c42f.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-addb2b6faeaa7fc7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.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-e5a186e6ef04817f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-06e4d26757e00926.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-5cba1f8427e70270.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-08df69d800910628.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-115409b92f07f32e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c10ff4791882aba9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-728fe14ae286f740.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8d1e0208b0ab3ef3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-ff7517fabb00a92f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d023a253381de5a0.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2bedefd646d6d0c1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-888338f1243c8322.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-7a0ca4de35ec99b5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c5b32acc714967d6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-60ca7336fa44c0ca.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-55cb95299d123267.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ff784372295504f8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.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-b384f512323b2c56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3bf4b90359eea4af.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b7e359a2a2845599.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-09b27d4509c6abfe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-804cba670396b00c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.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-3b137b6cc80cde20.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-20304b56dc00b56c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-066fa3d51db4f528.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2ac102a834c44ca9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-46c58c2514593e59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-930f3149299c57f3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.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-a216011634f95693/out/build/artifacts -L native=/work/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`
63872025-10-27T23:42:57.603Z 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=7893ec9ba6bca3af -C extra-filename=-2324a0cfc407e235 --out-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-c980ca968957c2be.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-5f1d497634fcdbc8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-fa00d48391acfa16.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-15738577b730c42f.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-addb2b6faeaa7fc7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.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-e5a186e6ef04817f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-06e4d26757e00926.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-5cba1f8427e70270.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-08df69d800910628.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-115409b92f07f32e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c10ff4791882aba9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-728fe14ae286f740.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8d1e0208b0ab3ef3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-ff7517fabb00a92f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d023a253381de5a0.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2bedefd646d6d0c1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-888338f1243c8322.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-7a0ca4de35ec99b5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c5b32acc714967d6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-60ca7336fa44c0ca.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-55cb95299d123267.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ff784372295504f8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.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-b384f512323b2c56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3bf4b90359eea4af.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b7e359a2a2845599.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-09b27d4509c6abfe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-804cba670396b00c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.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-3b137b6cc80cde20.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-20304b56dc00b56c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-066fa3d51db4f528.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2ac102a834c44ca9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-46c58c2514593e59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-930f3149299c57f3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.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-a216011634f95693/out/build/artifacts -L native=/work/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`
63882025-10-27T23:48:22.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 32s
63892025-10-27T23:48:22.674Z
63902025-10-27T23:48:22.674Zreal 5:33.170845057
63912025-10-27T23:48:22.674Zuser 12:21.206262419
63922025-10-27T23:48:22.674Zsys 1:06.731596065
63932025-10-27T23:48:22.678Ztrap 0.190464641
63942025-10-27T23:48:22.678Ztflt 1.748136014
63952025-10-27T23:48:22.678Zdflt 26.942878483
63962025-10-27T23:48:22.678Zkflt 0.199562557
63972025-10-27T23:48:22.678Zlock 33:07.455263306
63982025-10-27T23:48:22.678Zslp 39:55.206431359
63992025-10-27T23:48:22.678Zlat 2.265756955
64002025-10-27T23:48:22.678Zstop 32.707179734
64012025-10-27T23:48:22.678Z+ banner test
64022025-10-27T23:48:22.686Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose --test-threads -2
64032025-10-27T23:48:23.340Z
64042025-10-27T23:48:23.340Z ##### ###### #### #####
64052025-10-27T23:48:23.340Z # # # #
64062025-10-27T23:48:23.340Z # ##### #### #
64072025-10-27T23:48:23.340Z # # # #
64082025-10-27T23:48:23.340Z # # # # #
64092025-10-27T23:48:23.340Z # ###### #### #
64102025-10-27T23:48:23.340Z
64112025-10-27T23:48:24.591Zinfo: experimental features enabled: setup-scripts
64122025-10-27T23:48:26.384Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
64132025-10-27T23:48:26.573Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
64142025-10-27T23:48:26.592Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
64152025-10-27T23:48:26.616Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
64162025-10-27T23:48:39.145Z Finished `test` profile [unoptimized + debuginfo] target(s) in 14.53s
64172025-10-27T23:48:48.107Z────────────
64182025-10-27T23:48:48.107Z Nextest run ID 8d997a2e-66bd-4308-96f6-13416308536b with nextest profile: ci
64192025-10-27T23:48:48.110Z Starting 2276 tests across 211 binaries (4 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
64202025-10-27T23:48:48.113Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
64212025-10-27T23:48:49.262Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
64222025-10-27T23:48:49.402Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
64232025-10-27T23:48:49.418Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
64242025-10-27T23:48:49.430Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
64252025-10-27T23:48:49.446Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
64262025-10-27T23:48:49.465Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
64272025-10-27T23:48:49.465Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
64282025-10-27T23:48:49.468Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
64292025-10-27T23:48:52.700Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
64302025-10-27T23:48:53.634Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
64312025-10-27T23:48:54.514Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
64322025-10-27T23:48:57.055Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
64332025-10-27T23:49:16.184Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
64342025-10-27T23:49:18.517Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64352025-10-27T23:49:21.353Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
64362025-10-27T23:49:30.920Z Finished `test` profile [unoptimized + debuginfo] target(s) in 42.73s
64372025-10-27T23:49:31.091Z Running `target/debug/crdb-seed`
64382025-10-27T23:49:31.152ZOct 27 23:49:29.805 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp95gFh1
64392025-10-27T23:49:31.152ZOct 27 23:49:29.812 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpf4td9d,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp95gFh1/listen-url
64402025-10-27T23:49:31.156ZOct 27 23:49:29.812 INFO cockroach environment: BUILDOMAT_JOB_ID=01K8KYKZEWQ7WFMGK873CJNMGZ 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=bump-console-f9854c63 GITHUB_REF=refs/heads/bump-console-f9854c63 GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=8f1fe46132f4bb6f2cc45e51e041600361a5a1c5 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-a216011634f95693/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-a216011634f95693/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-d90a11d8e385de4b/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-envTjNevB NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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-d90a11d8e385de4b/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=8d997a2e-66bd-4308-96f6-13416308536b 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
64412025-10-27T23:49:32.613ZOct 27 23:49:31.273 INFO cockroach pid: 12626
64422025-10-27T23:49:32.613ZOct 27 23:49:31.273 INFO cockroach listen URL: postgresql://root@[::1]:49575/omicron?sslmode=disable
64432025-10-27T23:49:32.617ZOct 27 23:49:31.277 INFO cockroach: populating
64442025-10-27T23:49:34.261ZOct 27 23:49:32.917 INFO cockroach: populated
64452025-10-27T23:49:35.357ZOct 27 23:49:33.990 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/f83989eb5c1e564cbf235c0e3b04dac547e15b5a06b0ece66dd46ed9b0dc3f23.tar`
64462025-10-27T23:49:35.384Z SETUP PASS [ 47.218s] crdb-seed: cargo run -p crdb-seed --profile test
64472025-10-27T23:49:35.384Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
64482025-10-27T23:49:36.481Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
64492025-10-27T23:49:36.481Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64502025-10-27T23:49:37.911Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
64512025-10-27T23:49:38.960Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
64522025-10-27T23:49:48.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.23s
64532025-10-27T23:49:48.810Z Running `target/debug/clickhouse-cluster-dev`
64542025-10-27T23:49:48.862ZOct 27 23:49:47.520 INFO Setting up a ClickHouse cluster
64552025-10-27T23:49:48.866ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
64562025-10-27T23:49:48.869ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
64572025-10-27T23:49:48.869ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
64582025-10-27T23:49:48.872ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
64592025-10-27T23:49:48.872ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
64602025-10-27T23:49:52.314ZOct 27 23:49:50.971 INFO ClickHouse server ready
64612025-10-27T23:49:52.317ZOct 27 23:49:50.971 INFO ClickHouse server ready
64622025-10-27T23:49:52.516ZOct 27 23:49:51.173 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
64632025-10-27T23:49:52.519Z SETUP PASS [ 17.182s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
64642025-10-27T23:50:12.062Z PASS [ 19.534s] ( 1/2276) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
64652025-10-27T23:50:12.093Z PASS [ 19.569s] ( 2/2276) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
64662025-10-27T23:50:17.041Z PASS [ 24.516s] ( 3/2276) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
64672025-10-27T23:50:17.301Z PASS [ 24.775s] ( 4/2276) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
64682025-10-27T23:50:41.017Z PASS [ 28.954s] ( 5/2276) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
64692025-10-27T23:50:41.315Z PASS [ 29.219s] ( 6/2276) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
64702025-10-27T23:50:45.304Z PASS [ 28.260s] ( 7/2276) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
64712025-10-27T23:50:46.392Z PASS [ 29.090s] ( 8/2276) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
64722025-10-27T23:50:52.530Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64732025-10-27T23:50:52.533Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64742025-10-27T23:51:13.557Z PASS [ 32.238s] ( 9/2276) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
64752025-10-27T23:51:14.630Z PASS [ 29.323s] ( 10/2276) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
64762025-10-27T23:51:15.428Z PASS [ 29.031s] ( 11/2276) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
64772025-10-27T23:51:41.025Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
64782025-10-27T23:51:43.517Z PASS [ 62.495s] ( 12/2276) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
64792025-10-27T23:51:43.818Z PASS [ 30.257s] ( 13/2276) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
64802025-10-27T23:51:44.557Z PASS [ 29.919s] ( 14/2276) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
64812025-10-27T23:51:52.539Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64822025-10-27T23:51:52.542Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64832025-10-27T23:52:05.392Z PASS [ 20.839s] ( 15/2276) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
64842025-10-27T23:52:09.600Z PASS [ 25.782s] ( 16/2276) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
64852025-10-27T23:52:15.433Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64862025-10-27T23:52:25.104Z PASS [ 19.702s] ( 17/2276) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
64872025-10-27T23:52:25.134Z PASS [ 0.037s] ( 18/2276) api_identity test::test_identity
64882025-10-27T23:52:25.156Z PASS [ 0.023s] ( 19/2276) api_identity test::test_identity_no_field
64892025-10-27T23:52:25.230Z PASS [ 0.072s] ( 20/2276) authz-macros tests::test_authz_snapshots
64902025-10-27T23:52:25.278Z PASS [ 0.049s] ( 21/2276) bootstore schemes::tests::hello_roundtrip
64912025-10-27T23:52:26.405Z PASS [ 1.126s] ( 22/2276) bootstore schemes::v0::peer::tests::basic_3_nodes
64922025-10-27T23:52:26.451Z PASS [ 0.046s] ( 23/2276) bootstore schemes::v0::peer::tests::network_config
64932025-10-27T23:52:26.480Z PASS [ 0.028s] ( 24/2276) bootstore schemes::v0::share_pkg::tests::create_packages
64942025-10-27T23:52:26.504Z PASS [ 0.024s] ( 25/2276) bootstore trust_quorum::rack_secret::tests::create_and_verify
64952025-10-27T23:52:26.523Z PASS [ 0.020s] ( 26/2276) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
64962025-10-27T23:52:29.834Z PASS [ 3.309s] ( 27/2276) bootstore::v0-fsm-proptest-learner run
64972025-10-27T23:52:35.531Z PASS [ 5.699s] ( 28/2276) bootstore::v0-fsm-proptest-rack-coordinator run
64982025-10-27T23:52:35.906Z PASS [ 0.373s] ( 29/2276) cert-dev::test-cert-dev test_cert_create
64992025-10-27T23:52:36.229Z PASS [ 0.324s] ( 30/2276) clickana chart::tests::gather_chart_data_failure
65002025-10-27T23:52:36.258Z PASS [ 0.029s] ( 31/2276) clickana chart::tests::gather_chart_data_for_disk_usage_success
65012025-10-27T23:52:36.284Z PASS [ 0.026s] ( 32/2276) clickana chart::tests::gather_chart_data_for_memory_tracking_success
65022025-10-27T23:52:36.306Z PASS [ 0.022s] ( 33/2276) clickana chart::tests::gather_chart_data_for_query_count_success
65032025-10-27T23:52:36.327Z PASS [ 0.022s] ( 34/2276) clickana chart::tests::gather_chart_data_for_running_queries_success
65042025-10-27T23:52:36.421Z PASS [ 0.093s] ( 35/2276) clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
65052025-10-27T23:52:36.464Z PASS [ 0.043s] ( 36/2276) clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
65062025-10-27T23:52:36.488Z PASS [ 0.024s] ( 37/2276) clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
65072025-10-27T23:52:36.513Z PASS [ 0.024s] ( 38/2276) clickhouse-admin-types tests::test_empty_output_parse_fail
65082025-10-27T23:52:36.534Z PASS [ 0.022s] ( 39/2276) clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
65092025-10-27T23:52:36.558Z PASS [ 0.024s] ( 40/2276) clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
65102025-10-27T23:52:36.586Z PASS [ 0.027s] ( 41/2276) clickhouse-admin-types tests::test_full_keeper_conf_parse_success
65112025-10-27T23:52:36.611Z PASS [ 0.025s] ( 42/2276) clickhouse-admin-types tests::test_full_lgif_parse_success
65122025-10-27T23:52:36.639Z PASS [ 0.027s] ( 43/2276) clickhouse-admin-types tests::test_full_raft_config_parse_success
65132025-10-27T23:52:36.683Z PASS [ 0.044s] ( 44/2276) clickhouse-admin-types tests::test_generate_keeper_config
65142025-10-27T23:52:36.714Z PASS [ 0.031s] ( 45/2276) clickhouse-admin-types tests::test_generate_replica_config
65152025-10-27T23:52:36.738Z PASS [ 0.024s] ( 46/2276) clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
65162025-10-27T23:52:36.762Z PASS [ 0.023s] ( 47/2276) clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
65172025-10-27T23:52:36.789Z PASS [ 0.027s] ( 48/2276) clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
65182025-10-27T23:52:36.817Z PASS [ 0.028s] ( 49/2276) clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
65192025-10-27T23:52:36.845Z PASS [ 0.027s] ( 50/2276) clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
65202025-10-27T23:52:36.868Z PASS [ 0.023s] ( 51/2276) clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
65212025-10-27T23:52:36.889Z PASS [ 0.021s] ( 52/2276) clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
65222025-10-27T23:52:36.912Z PASS [ 0.023s] ( 53/2276) clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
65232025-10-27T23:52:36.940Z PASS [ 0.027s] ( 54/2276) clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
65242025-10-27T23:52:36.963Z PASS [ 0.023s] ( 55/2276) clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
65252025-10-27T23:52:36.984Z PASS [ 0.022s] ( 56/2276) clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
65262025-10-27T23:52:37.007Z PASS [ 0.022s] ( 57/2276) clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
65272025-10-27T23:52:37.032Z PASS [ 0.025s] ( 58/2276) clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
65282025-10-27T23:52:37.055Z PASS [ 0.023s] ( 59/2276) clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
65292025-10-27T23:52:37.078Z PASS [ 0.023s] ( 60/2276) clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
65302025-10-27T23:52:37.101Z PASS [ 0.022s] ( 61/2276) clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
65312025-10-27T23:52:37.124Z PASS [ 0.023s] ( 62/2276) clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
65322025-10-27T23:52:37.149Z PASS [ 0.023s] ( 63/2276) clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
65332025-10-27T23:52:37.169Z PASS [ 0.022s] ( 64/2276) clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
65342025-10-27T23:52:37.193Z PASS [ 0.024s] ( 65/2276) clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
65352025-10-27T23:52:37.217Z PASS [ 0.024s] ( 66/2276) clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
65362025-10-27T23:52:37.242Z PASS [ 0.024s] ( 67/2276) clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
65372025-10-27T23:52:37.268Z PASS [ 0.026s] ( 68/2276) clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
65382025-10-27T23:52:37.370Z PASS [ 0.101s] ( 69/2276) cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
65392025-10-27T23:52:37.445Z PASS [ 0.072s] ( 70/2276) cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
65402025-10-27T23:52:37.463Z PASS [ 0.021s] ( 71/2276) cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
65412025-10-27T23:52:37.480Z PASS [ 0.017s] ( 72/2276) cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
65422025-10-27T23:52:37.497Z PASS [ 0.017s] ( 73/2276) cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
65432025-10-27T23:52:37.515Z PASS [ 0.018s] ( 74/2276) cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
65442025-10-27T23:52:37.531Z PASS [ 0.016s] ( 75/2276) cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
65452025-10-27T23:52:37.945Z PASS [ 0.414s] ( 76/2276) db-dev::test-db-dev test_db_dev_populate_no_args
65462025-10-27T23:52:37.993Z PASS [ 0.047s] ( 77/2276) db-dev::test-db-dev test_db_dev_wipe_no_args
65472025-10-27T23:52:43.524Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
65482025-10-27T23:52:43.828Z PASS [ 5.834s] ( 78/2276) db-dev::test-db-dev test_db_killed
65492025-10-27T23:52:48.467Z PASS [ 64.945s] ( 79/2276) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
65502025-10-27T23:52:48.575Z PASS [ 0.108s] ( 80/2276) db-macros lookup::test::test_lookup_snapshots
65512025-10-27T23:52:48.597Z PASS [ 0.021s] ( 81/2276) db-macros tests::test_derive_metadata_identity_fails_for_enums
65522025-10-27T23:52:48.617Z PASS [ 0.020s] ( 82/2276) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
65532025-10-27T23:52:48.636Z PASS [ 0.019s] ( 83/2276) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
65542025-10-27T23:52:48.660Z PASS [ 0.023s] ( 84/2276) db-macros tests::test_derive_metadata_identity_fails_without_table_name
65552025-10-27T23:52:48.682Z PASS [ 0.021s] ( 85/2276) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
65562025-10-27T23:52:48.731Z PASS [ 0.050s] ( 86/2276) db-macros tests::test_derive_snapshots
65572025-10-27T23:52:48.751Z PASS [ 0.020s] ( 87/2276) db-macros tests::test_derive_with_unknown_field
65582025-10-27T23:52:49.247Z PASS [ 0.496s] ( 88/2276) dns-server storage::test::test_update_basic
65592025-10-27T23:52:49.397Z PASS [ 0.149s] ( 89/2276) dns-server storage::test::test_update_in_progress
65602025-10-27T23:52:49.537Z PASS [ 0.140s] ( 90/2276) dns-server storage::test::test_update_interrupted
65612025-10-27T23:52:49.700Z PASS [ 0.163s] ( 91/2276) dns-server storage::test::test_zone_gets_soa_record
65622025-10-27T23:52:50.560Z PASS [ 0.860s] ( 92/2276) dns-server::basic_test a_crud
65632025-10-27T23:52:51.047Z PASS [ 0.487s] ( 93/2276) dns-server::basic_test aaaa_crud
65642025-10-27T23:52:51.348Z PASS [ 0.301s] ( 94/2276) dns-server::basic_test answers_match_question
65652025-10-27T23:52:51.638Z PASS [ 0.290s] ( 95/2276) dns-server::basic_test empty_record
65662025-10-27T23:52:52.014Z PASS [ 0.375s] ( 96/2276) dns-server::basic_test multi_record_crud
65672025-10-27T23:52:52.277Z PASS [ 0.261s] ( 97/2276) dns-server::basic_test name_contains_zone
65682025-10-27T23:52:52.509Z PASS [ 0.234s] ( 98/2276) dns-server::basic_test nxdomain
65692025-10-27T23:52:52.548Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65702025-10-27T23:52:52.548Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65712025-10-27T23:52:52.837Z PASS [ 0.328s] ( 99/2276) dns-server::basic_test servfail
65722025-10-27T23:52:53.145Z PASS [ 0.308s] ( 100/2276) dns-server::basic_test soa
65732025-10-27T23:52:53.433Z PASS [ 0.288s] ( 101/2276) dns-server::basic_test srv_crud
65742025-10-27T23:52:57.660Z PASS [ 4.227s] ( 102/2276) dns-server::commands_test test_dnsadm
65752025-10-27T23:52:58.973Z PASS [ 1.312s] ( 103/2276) dns-server::cross_version_test cross_version_works
65762025-10-27T23:52:59.035Z PASS [ 0.062s] ( 104/2276) ereport-types tests::test_arb_json_deserializes
65772025-10-27T23:52:59.061Z PASS [ 0.027s] ( 105/2276) ereport-types tests::test_ena_from_str
65782025-10-27T23:52:59.083Z PASS [ 0.021s] ( 106/2276) ereport-types tests::test_ena_from_str_roundtrip
65792025-10-27T23:52:59.134Z PASS [ 0.051s] ( 107/2276) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
65802025-10-27T23:52:59.154Z PASS [ 0.020s] ( 108/2276) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
65812025-10-27T23:52:59.178Z PASS [ 0.018s] ( 109/2276) gfss gf256::tests::test_all_multiplication
65822025-10-27T23:52:59.185Z PASS [ 0.013s] ( 110/2276) gfss gf256::tests::test_all_multiplicative_inverses
65832025-10-27T23:52:59.201Z PASS [ 0.016s] ( 111/2276) gfss gf256::tests::test_docs_example
65842025-10-27T23:53:02.136Z PASS [ 18.307s] ( 112/2276) db-dev::test-db-dev test_db_run
65852025-10-27T23:53:03.654Z PASS [ 1.517s] ( 113/2276) gfss shamir::tests::split_and_combine
65862025-10-27T23:53:03.686Z PASS [ 0.031s] ( 114/2276) gfss shamir::tests::test_share_reconstruction
65872025-10-27T23:53:03.721Z PASS [ 0.036s] ( 115/2276) id-map tests::deserialize_rejects_duplicates
65882025-10-27T23:53:03.741Z PASS [ 0.019s] ( 116/2276) id-map tests::deserialize_rejects_mismatched_keys
65892025-10-27T23:53:03.927Z PASS [ 0.186s] ( 117/2276) id-map tests::get_mut_panics_if_id_changes
65902025-10-27T23:53:03.984Z PASS [ 0.057s] ( 118/2276) id-map tests::iter_mut_panics_if_id_changes
65912025-10-27T23:53:04.003Z PASS [ 0.019s] ( 119/2276) id-map tests::methods_allow_borrowed_ids
65922025-10-27T23:53:04.057Z PASS [ 0.054s] ( 120/2276) id-map tests::mut_into_iter_panics_if_id_changes
65932025-10-27T23:53:04.114Z PASS [ 0.056s] ( 121/2276) id-map tests::occupied_entry_panics_if_id_changed_via_get_mut
65942025-10-27T23:53:04.166Z PASS [ 0.052s] ( 122/2276) id-map tests::occupied_entry_panics_if_id_changed_via_into_mut
65952025-10-27T23:53:04.227Z PASS [ 0.060s] ( 123/2276) id-map tests::occupied_entry_panics_if_id_changes_on_insert
65962025-10-27T23:53:04.286Z PASS [ 0.059s] ( 124/2276) id-map tests::retain_panics_if_id_changes
65972025-10-27T23:53:04.364Z PASS [ 0.077s] ( 125/2276) id-map tests::serialization_is_transparent
65982025-10-27T23:53:04.456Z PASS [ 0.092s] ( 126/2276) id-map tests::serialization_roundtrip
65992025-10-27T23:53:04.510Z PASS [ 0.054s] ( 127/2276) id-map tests::vacant_entry_panics_if_id_changed_after_insert
66002025-10-27T23:53:04.566Z PASS [ 0.056s] ( 128/2276) id-map tests::vacant_entry_panics_if_id_changes_on_insert
66012025-10-27T23:53:04.708Z PASS [ 0.142s] ( 129/2276) illumos-utils destructor::test::test_delayed_delete
66022025-10-27T23:53:04.774Z PASS [ 5.573s] ( 130/2276) gfss polynomial::tests::test_polynomial_eval
66032025-10-27T23:53:04.805Z PASS [ 0.029s] ( 131/2276) illumos-utils destructor::test::test_destructor_bad_close
66042025-10-27T23:53:04.840Z PASS [ 0.037s] ( 132/2276) illumos-utils link::test::test_allocate
66052025-10-27T23:53:04.871Z PASS [ 0.031s] ( 133/2276) illumos-utils link::test::test_allocate_within_scopes
66062025-10-27T23:53:04.966Z PASS [ 0.094s] ( 134/2276) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
66072025-10-27T23:53:04.990Z PASS [ 0.024s] ( 135/2276) illumos-utils running_zone::tests::test_is_oxide_smf_service
66082025-10-27T23:53:05.078Z PASS [ 0.088s] ( 136/2276) illumos-utils zfs::test::directory_mutability
66092025-10-27T23:53:05.147Z PASS [ 0.068s] ( 137/2276) illumos-utils zfs::test::get_values_of_rpool
66102025-10-27T23:53:05.188Z PASS [ 0.042s] ( 138/2276) illumos-utils zfs::test::parse_dataset_bad_avail
66112025-10-27T23:53:05.216Z PASS [ 0.028s] ( 139/2276) illumos-utils zfs::test::parse_dataset_bad_quota
66122025-10-27T23:53:05.246Z PASS [ 0.028s] ( 140/2276) illumos-utils zfs::test::parse_dataset_bad_reservation
66132025-10-27T23:53:05.272Z PASS [ 0.028s] ( 141/2276) illumos-utils zfs::test::parse_dataset_bad_usage
66142025-10-27T23:53:05.305Z PASS [ 0.033s] ( 142/2276) illumos-utils zfs::test::parse_dataset_bad_uuid
66152025-10-27T23:53:05.329Z PASS [ 0.023s] ( 143/2276) illumos-utils zfs::test::parse_dataset_missing_fields
66162025-10-27T23:53:05.353Z PASS [ 0.024s] ( 144/2276) illumos-utils zfs::test::parse_dataset_props
66172025-10-27T23:53:05.380Z PASS [ 0.027s] ( 145/2276) illumos-utils zfs::test::parse_dataset_props_with_optionals
66182025-10-27T23:53:05.407Z PASS [ 0.026s] ( 146/2276) illumos-utils zfs::test::parse_dataset_too_many_columns
66192025-10-27T23:53:05.434Z PASS [ 0.027s] ( 147/2276) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
66202025-10-27T23:53:05.459Z PASS [ 0.025s] ( 148/2276) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
66212025-10-27T23:53:05.484Z PASS [ 0.025s] ( 149/2276) illumos-utils zfs::test::parse_quota_ignored_if_default
66222025-10-27T23:53:05.510Z PASS [ 0.025s] ( 150/2276) illumos-utils zfs::test::parse_reservation_ignored_if_default
66232025-10-27T23:53:05.533Z PASS [ 0.023s] ( 151/2276) illumos-utils zfs::test::parse_sorts_and_dedups
66242025-10-27T23:53:05.568Z PASS [ 0.035s] ( 152/2276) illumos-utils zone::tests::delete_nonexistent_address
66252025-10-27T23:53:05.595Z PASS [ 0.027s] ( 153/2276) illumos-utils zone::tests::test_parse_ip_network
66262025-10-27T23:53:05.620Z PASS [ 0.025s] ( 154/2276) illumos-utils zpool::test::test_parse_zpool
66272025-10-27T23:53:05.639Z PASS [ 0.930s] ( 155/2276) illumos-utils destructor::test::test_delayed_delete_with_error
66282025-10-27T23:53:05.643Z PASS [ 0.023s] ( 156/2276) illumos-utils zpool::test::test_parse_zpool_missing_column
66292025-10-27T23:53:06.887Z PASS [ 1.244s] ( 157/2276) installinator write::tests::proptest_write_artifact
66302025-10-27T23:53:07.081Z PASS [ 0.194s] ( 158/2276) installinator-common block_size_writer::tests::proptest_block_writer
66312025-10-27T23:53:07.828Z PASS [ 0.747s] ( 159/2276) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
66322025-10-27T23:53:08.098Z PASS [ 0.269s] ( 160/2276) internal-dns-resolver resolver::test::insert_and_lookup_one_record
66332025-10-27T23:53:08.365Z PASS [ 0.268s] ( 161/2276) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
66342025-10-27T23:53:08.489Z PASS [ 2.850s] ( 162/2276) installinator mock_peers::tests::proptest_fetch_artifact
66352025-10-27T23:53:08.849Z PASS [ 0.359s] ( 163/2276) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
66362025-10-27T23:53:08.855Z PASS [ 0.490s] ( 164/2276) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
66372025-10-27T23:53:09.124Z PASS [ 0.269s] ( 165/2276) internal-dns-resolver resolver::test::update_record
66382025-10-27T23:53:09.166Z PASS [ 0.317s] ( 166/2276) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
66392025-10-27T23:53:09.187Z PASS [ 0.063s] ( 167/2276) internal-dns-types config::test::display_hosts
66402025-10-27T23:53:09.197Z PASS [ 0.031s] ( 168/2276) internal-dns-types config::test::display_srv_service
66412025-10-27T23:53:09.235Z PASS [ 0.048s] ( 169/2276) internal-dns-types config::test::test_builder_errors
66422025-10-27T23:53:09.264Z PASS [ 0.067s] ( 170/2276) internal-dns-types config::test::test_builder_output
66432025-10-27T23:53:09.267Z PASS [ 0.032s] ( 171/2276) internal-dns-types diff::test::diff_different
66442025-10-27T23:53:09.285Z PASS [ 0.022s] ( 172/2276) internal-dns-types diff::test::diff_equivalent
66452025-10-27T23:53:09.289Z PASS [ 0.022s] ( 173/2276) internal-dns-types diff::test::diff_invalid
66462025-10-27T23:53:09.312Z PASS [ 0.027s] ( 174/2276) ipcc tests::deserialize_fixed_value
66472025-10-27T23:53:09.324Z PASS [ 0.034s] ( 175/2276) ipcc tests::installinator_image_id_round_trip
66482025-10-27T23:53:09.330Z PASS [ 0.017s] ( 176/2276) ipcc tests::serialized_size
66492025-10-27T23:53:09.397Z PASS [ 0.073s] ( 177/2276) key-manager tests::different_disks_produce_different_keys
66502025-10-27T23:53:09.397Z PASS [ 0.067s] ( 178/2276) key-manager tests::different_ikm_produces_different_keys
66512025-10-27T23:53:09.424Z PASS [ 0.027s] ( 179/2276) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
66522025-10-27T23:53:09.424Z PASS [ 0.027s] ( 180/2276) key-manager tests::disk_encryption_key_epoch_0
66532025-10-27T23:53:09.599Z PASS [ 0.175s] ( 181/2276) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
66542025-10-27T23:53:09.599Z PASS [ 0.175s] ( 182/2276) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
66552025-10-27T23:53:09.607Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
66562025-10-27T23:53:09.631Z PASS [ 0.031s] ( 183/2276) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
66572025-10-27T23:53:09.638Z PASS [ 0.037s] ( 184/2276) nexus-auth authn::external::session_cookie::test::test_get_token
66582025-10-27T23:53:09.658Z PASS [ 0.028s] ( 185/2276) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
66592025-10-27T23:53:09.667Z PASS [ 0.030s] ( 186/2276) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
66602025-10-27T23:53:09.692Z PASS [ 0.033s] ( 187/2276) nexus-auth authn::external::session_cookie::test::test_missing_cookie
66612025-10-27T23:53:09.699Z PASS [ 0.032s] ( 188/2276) nexus-auth authn::external::session_cookie::test::test_other_cookie
66622025-10-27T23:53:09.723Z PASS [ 0.031s] ( 189/2276) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
66632025-10-27T23:53:09.741Z PASS [ 0.042s] ( 190/2276) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
66642025-10-27T23:53:09.759Z PASS [ 0.036s] ( 191/2276) nexus-auth authn::external::session_cookie::test::test_valid_cookie
66652025-10-27T23:53:09.782Z PASS [ 0.041s] ( 192/2276) nexus-auth authn::external::spoof::test::test_make_header_value
66662025-10-27T23:53:09.791Z PASS [ 0.032s] ( 193/2276) nexus-auth authn::external::spoof::test::test_make_header_value_raw
66672025-10-27T23:53:09.824Z PASS [ 0.033s] ( 194/2276) nexus-auth authn::external::spoof::test::test_spoof_header_missing
66682025-10-27T23:53:09.839Z PASS [ 0.056s] ( 195/2276) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
66692025-10-27T23:53:09.854Z PASS [ 0.030s] ( 196/2276) nexus-auth authn::external::spoof::test::test_spoof_header_valid
66702025-10-27T23:53:09.870Z PASS [ 0.031s] ( 197/2276) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
66712025-10-27T23:53:09.899Z PASS [ 0.045s] ( 198/2276) nexus-auth authn::external::test::test_authn_sequence
66722025-10-27T23:53:09.904Z PASS [ 0.033s] ( 199/2276) nexus-auth authn::external::token::test::test_make_header_value
66732025-10-27T23:53:09.929Z PASS [ 0.029s] ( 200/2276) nexus-auth authn::external::token::test::test_token_header_bad_utf8
66742025-10-27T23:53:09.933Z PASS [ 0.030s] ( 201/2276) nexus-auth authn::external::token::test::test_token_header_missing
66752025-10-27T23:53:09.958Z PASS [ 0.030s] ( 202/2276) nexus-auth authn::external::token::test::test_token_header_valid
66762025-10-27T23:53:10.001Z PASS [ 0.067s] ( 203/2276) nexus-auth authn::test::test_internal_users
66772025-10-27T23:53:10.051Z PASS [ 0.050s] ( 204/2276) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
66782025-10-27T23:53:10.132Z PASS [ 0.081s] ( 205/2276) nexus-auth context::test::test_background_context
66792025-10-27T23:53:10.133Z PASS [ 0.174s] ( 206/2276) nexus-auth authz::context::test::test_unregistered_resource
66802025-10-27T23:53:10.220Z PASS [ 0.087s] ( 207/2276) nexus-auth context::test::test_test_context
66812025-10-27T23:53:10.229Z PASS [ 0.097s] ( 208/2276) nexus-auth context::test::test_child_context
66822025-10-27T23:53:10.296Z PASS [ 0.066s] ( 209/2276) nexus-config nexus_config::test::test_config_bad_toml
66832025-10-27T23:53:10.324Z PASS [ 0.029s] ( 210/2276) nexus-config nexus_config::test::test_config_empty
66842025-10-27T23:53:10.351Z PASS [ 0.027s] ( 211/2276) nexus-config nexus_config::test::test_config_nonexistent
66852025-10-27T23:53:10.372Z PASS [ 0.152s] ( 212/2276) nexus-config nexus_config::test::test_bad_authn_schemes
66862025-10-27T23:53:10.407Z PASS [ 0.035s] ( 213/2276) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
66872025-10-27T23:53:10.450Z PASS [ 0.099s] ( 214/2276) nexus-config nexus_config::test::test_deployment_config_schema
66882025-10-27T23:53:10.483Z PASS [ 0.076s] ( 215/2276) nexus-config nexus_config::test::test_repo_configs_are_valid
66892025-10-27T23:53:10.507Z PASS [ 0.056s] ( 216/2276) nexus-config nexus_config::test::test_valid
66902025-10-27T23:53:10.516Z PASS [ 0.033s] ( 217/2276) nexus-config postgres_config::test::test_bad_url
66912025-10-27T23:53:10.531Z PASS [ 0.025s] ( 218/2276) nexus-config postgres_config::test::test_example_url
66922025-10-27T23:53:10.563Z PASS [ 0.028s] ( 219/2276) nexus-db-fixed-data test::test_allowlist_id_is_valid
66932025-10-27T23:53:10.570Z PASS [ 0.045s] ( 220/2276) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
66942025-10-27T23:53:10.587Z PASS [ 0.024s] ( 221/2276) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
66952025-10-27T23:53:10.594Z PASS [ 0.032s] ( 222/2276) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
66962025-10-27T23:53:10.633Z PASS [ 0.038s] ( 223/2276) nexus-db-model alert_class::tests::test_from_str_roundtrips
66972025-10-27T23:53:10.665Z PASS [ 0.030s] ( 224/2276) nexus-db-model alert_class::tests::test_is_test
66982025-10-27T23:53:10.710Z PASS [ 0.047s] ( 225/2276) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
66992025-10-27T23:53:10.763Z PASS [ 0.051s] ( 226/2276) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
67002025-10-27T23:53:10.857Z PASS [ 0.095s] ( 227/2276) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
67012025-10-27T23:53:10.886Z PASS [ 0.029s] ( 228/2276) nexus-db-model bytecount::test::test_bytecount_i64_conversions
67022025-10-27T23:53:10.933Z PASS [ 0.046s] ( 229/2276) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
67032025-10-27T23:53:10.988Z PASS [ 0.055s] ( 230/2276) nexus-db-model device_auth::test::test_generate_user_code
67042025-10-27T23:53:11.007Z PASS [ 0.020s] ( 231/2276) nexus-db-model instance_state::tests::test_from_str_roundtrips
67052025-10-27T23:53:11.052Z PASS [ 0.044s] ( 232/2276) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
67062025-10-27T23:53:11.084Z PASS [ 0.032s] ( 233/2276) nexus-db-model role_assignment::tests::test_role_assignment_from_database
67072025-10-27T23:53:11.148Z PASS [ 0.064s] ( 234/2276) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
67082025-10-27T23:53:11.172Z PASS [ 0.024s] ( 235/2276) nexus-db-model schema_versions::test::test_known_versions
67092025-10-27T23:53:11.200Z PASS [ 0.028s] ( 236/2276) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
67102025-10-27T23:53:11.229Z PASS [ 0.029s] ( 237/2276) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
67112025-10-27T23:53:11.258Z PASS [ 0.028s] ( 238/2276) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
67122025-10-27T23:53:11.284Z PASS [ 0.027s] ( 239/2276) nexus-db-model schema_versions::test::test_verify
67132025-10-27T23:53:11.319Z PASS [ 0.034s] ( 240/2276) nexus-db-model semver_version::test::test_to_from_sortable_string
67142025-10-27T23:53:11.350Z PASS [ 0.031s] ( 241/2276) nexus-db-model tests::test_ip_subnet_check_requestable_address
67152025-10-27T23:53:11.378Z PASS [ 0.028s] ( 242/2276) nexus-db-model tests::test_ipv6_net_random_subnet
67162025-10-27T23:53:11.410Z PASS [ 0.032s] ( 243/2276) nexus-db-model tests::test_roles_database_strings
67172025-10-27T23:53:11.439Z PASS [ 0.029s] ( 244/2276) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
67182025-10-27T23:53:11.464Z PASS [ 0.025s] ( 245/2276) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
67192025-10-27T23:53:11.488Z PASS [ 0.024s] ( 246/2276) nexus-db-model vmm_state::tests::test_from_str_roundtrips
67202025-10-27T23:53:15.438Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67212025-10-27T23:53:15.848Z PASS [ 5.264s] ( 247/2276) nexus-db-lookup::integration lookup::test_lookup
67222025-10-27T23:53:17.559Z PASS [ 6.070s] ( 248/2276) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
67232025-10-27T23:53:18.713Z PASS [ 2.865s] ( 249/2276) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
67242025-10-27T23:53:20.445Z PASS [ 2.886s] ( 250/2276) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
67252025-10-27T23:53:21.626Z PASS [ 2.912s] ( 251/2276) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
67262025-10-27T23:53:23.477Z PASS [ 3.031s] ( 252/2276) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
67272025-10-27T23:53:24.863Z PASS [ 3.235s] ( 253/2276) nexus-db-queries db::collection_attach::test::test_attach_once
67282025-10-27T23:53:26.495Z PASS [ 3.018s] ( 254/2276) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
67292025-10-27T23:53:28.039Z PASS [ 3.177s] ( 255/2276) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
67302025-10-27T23:53:29.190Z PASS [ 2.696s] ( 256/2276) nexus-db-queries db::collection_attach::test::test_attach_with_filters
67312025-10-27T23:53:29.238Z PASS [ 0.045s] ( 257/2276) nexus-db-queries db::collection_attach::test::test_verify_query
67322025-10-27T23:53:30.952Z PASS [ 2.913s] ( 258/2276) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
67332025-10-27T23:53:32.171Z PASS [ 2.935s] ( 259/2276) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
67342025-10-27T23:53:33.765Z PASS [ 2.813s] ( 260/2276) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
67352025-10-27T23:53:35.076Z PASS [ 2.905s] ( 261/2276) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
67362025-10-27T23:53:36.998Z PASS [ 3.231s] ( 262/2276) nexus-db-queries db::collection_detach::test::test_detach_once
67372025-10-27T23:53:38.392Z PASS [ 3.315s] ( 263/2276) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
67382025-10-27T23:53:38.429Z PASS [ 0.038s] ( 264/2276) nexus-db-queries db::collection_detach::test::test_verify_query
67392025-10-27T23:53:39.847Z PASS [ 2.849s] ( 265/2276) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
67402025-10-27T23:53:41.259Z PASS [ 2.830s] ( 266/2276) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
67412025-10-27T23:53:42.673Z PASS [ 2.827s] ( 267/2276) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
67422025-10-27T23:53:44.164Z PASS [ 2.904s] ( 268/2276) nexus-db-queries db::collection_detach_many::test::test_detach_many
67432025-10-27T23:53:45.479Z PASS [ 2.805s] ( 269/2276) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
67442025-10-27T23:53:47.214Z PASS [ 3.050s] ( 270/2276) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
67452025-10-27T23:53:48.584Z PASS [ 3.103s] ( 271/2276) nexus-db-queries db::collection_detach_many::test::test_detach_once
67462025-10-27T23:53:50.183Z PASS [ 2.968s] ( 272/2276) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
67472025-10-27T23:53:50.229Z PASS [ 0.046s] ( 273/2276) nexus-db-queries db::collection_detach_many::test::test_verify_query
67482025-10-27T23:53:51.595Z PASS [ 3.011s] ( 274/2276) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
67492025-10-27T23:53:52.548Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67502025-10-27T23:53:52.551Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67512025-10-27T23:53:52.899Z PASS [ 2.669s] ( 275/2276) nexus-db-queries db::collection_insert::test::test_collection_not_present
67522025-10-27T23:53:52.942Z PASS [ 0.043s] ( 276/2276) nexus-db-queries db::collection_insert::test::test_verify_query
67532025-10-27T23:53:52.993Z PASS [ 0.049s] ( 277/2276) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
67542025-10-27T23:53:53.040Z PASS [ 0.049s] ( 278/2276) nexus-db-queries db::column_walker::test::test_walk_columns
67552025-10-27T23:53:53.084Z PASS [ 0.042s] ( 279/2276) nexus-db-queries db::column_walker::test::test_walk_table
67562025-10-27T23:53:54.364Z PASS [ 2.769s] ( 280/2276) nexus-db-queries db::collection_insert::test::test_collection_present
67572025-10-27T23:53:58.771Z PASS [ 5.688s] ( 281/2276) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
67582025-10-27T23:54:00.040Z PASS [ 5.676s] ( 282/2276) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
67592025-10-27T23:54:05.309Z PASS [ 5.268s] ( 283/2276) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
67602025-10-27T23:54:06.402Z PASS [ 7.630s] ( 284/2276) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
67612025-10-27T23:54:09.612Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
67622025-10-27T23:54:10.723Z PASS [ 5.413s] ( 285/2276) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
67632025-10-27T23:54:12.924Z PASS [ 6.521s] ( 286/2276) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
67642025-10-27T23:54:15.445Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67652025-10-27T23:54:15.991Z PASS [ 5.266s] ( 287/2276) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
67662025-10-27T23:54:18.628Z PASS [ 5.702s] ( 288/2276) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
67672025-10-27T23:54:21.063Z PASS [ 5.072s] ( 289/2276) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
67682025-10-27T23:54:24.071Z PASS [ 5.439s] ( 290/2276) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
67692025-10-27T23:54:26.549Z PASS [ 5.486s] ( 291/2276) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
67702025-10-27T23:54:29.343Z PASS [ 5.276s] ( 292/2276) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
67712025-10-27T23:54:31.681Z PASS [ 5.130s] ( 293/2276) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
67722025-10-27T23:54:36.952Z PASS [ 7.609s] ( 294/2276) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
67732025-10-27T23:54:37.089Z PASS [ 5.408s] ( 295/2276) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
67742025-10-27T23:54:42.153Z PASS [ 5.200s] ( 296/2276) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
67752025-10-27T23:54:43.104Z PASS [ 6.015s] ( 297/2276) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
67762025-10-27T23:54:47.581Z PASS [ 5.427s] ( 298/2276) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
67772025-10-27T23:54:49.113Z PASS [ 6.009s] ( 299/2276) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
67782025-10-27T23:54:52.554Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67792025-10-27T23:54:52.557Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67802025-10-27T23:54:52.579Z PASS [ 4.998s] ( 300/2276) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
67812025-10-27T23:54:54.005Z PASS [ 4.891s] ( 301/2276) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
67822025-10-27T23:54:57.863Z PASS [ 5.283s] ( 302/2276) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
67832025-10-27T23:55:01.532Z PASS [ 7.525s] ( 303/2276) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
67842025-10-27T23:55:04.382Z PASS [ 2.850s] ( 304/2276) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
67852025-10-27T23:55:04.841Z PASS [ 6.977s] ( 305/2276) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
67862025-10-27T23:55:06.341Z PASS [ 230.896s] ( 306/2276) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67872025-10-27T23:55:09.618Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
67882025-10-27T23:55:10.139Z PASS [ 5.752s] ( 307/2276) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
67892025-10-27T23:55:10.294Z PASS [ 5.452s] ( 308/2276) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
67902025-10-27T23:55:11.445Z PASS [ 5.104s] ( 309/2276) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
67912025-10-27T23:55:15.311Z PASS [ 5.017s] ( 310/2276) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
67922025-10-27T23:55:15.376Z PASS [ 5.241s] ( 311/2276) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
67932025-10-27T23:55:16.562Z PASS [ 5.116s] ( 312/2276) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
67942025-10-27T23:55:19.836Z PASS [ 4.445s] ( 313/2276) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
67952025-10-27T23:55:20.098Z PASS [ 4.786s] ( 314/2276) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
67962025-10-27T23:55:21.132Z PASS [ 4.570s] ( 315/2276) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
67972025-10-27T23:55:22.779Z PASS [ 2.681s] ( 316/2276) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
67982025-10-27T23:55:24.652Z PASS [ 3.519s] ( 317/2276) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
67992025-10-27T23:55:24.812Z PASS [ 4.989s] ( 318/2276) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
68002025-10-27T23:55:25.590Z PASS [ 2.810s] ( 319/2276) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
68012025-10-27T23:55:27.559Z PASS [ 2.907s] ( 320/2276) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
68022025-10-27T23:55:27.785Z PASS [ 2.973s] ( 321/2276) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
68032025-10-27T23:55:28.617Z PASS [ 3.018s] ( 322/2276) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
68042025-10-27T23:55:30.455Z PASS [ 2.896s] ( 323/2276) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
68052025-10-27T23:55:30.707Z PASS [ 2.922s] ( 324/2276) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
68062025-10-27T23:55:31.500Z PASS [ 2.891s] ( 325/2276) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
68072025-10-27T23:55:33.472Z PASS [ 3.016s] ( 326/2276) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
68082025-10-27T23:55:33.768Z PASS [ 3.061s] ( 327/2276) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
68092025-10-27T23:55:34.496Z PASS [ 2.996s] ( 328/2276) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
68102025-10-27T23:55:36.239Z PASS [ 2.766s] ( 329/2276) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
68112025-10-27T23:55:36.674Z PASS [ 2.904s] ( 330/2276) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
68122025-10-27T23:55:39.042Z PASS [ 4.545s] ( 331/2276) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
68132025-10-27T23:55:41.397Z PASS [ 5.158s] ( 332/2276) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
68142025-10-27T23:55:41.665Z PASS [ 4.991s] ( 333/2276) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
68152025-10-27T23:55:43.784Z PASS [ 4.741s] ( 334/2276) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
68162025-10-27T23:55:47.071Z PASS [ 5.406s] ( 335/2276) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
68172025-10-27T23:55:47.259Z PASS [ 5.862s] ( 336/2276) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
68182025-10-27T23:55:51.072Z PASS [ 7.288s] ( 337/2276) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
68192025-10-27T23:55:52.089Z PASS [ 5.017s] ( 338/2276) nexus-db-queries db::datastore::deployment::tests::test_set_target
68202025-10-27T23:55:52.141Z PASS [ 0.052s] ( 339/2276) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
68212025-10-27T23:55:52.472Z PASS [ 5.211s] ( 340/2276) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
68222025-10-27T23:55:52.560Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68232025-10-27T23:55:52.563Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68242025-10-27T23:55:55.742Z PASS [ 4.669s] ( 341/2276) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
68252025-10-27T23:55:56.608Z PASS [ 4.466s] ( 342/2276) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
68262025-10-27T23:55:57.304Z PASS [ 4.833s] ( 343/2276) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
68272025-10-27T23:56:01.237Z PASS [ 4.629s] ( 344/2276) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
68282025-10-27T23:56:01.327Z PASS [ 5.584s] ( 345/2276) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
68292025-10-27T23:56:01.844Z PASS [ 4.539s] ( 346/2276) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
68302025-10-27T23:56:03.793Z PASS [ 2.466s] ( 347/2276) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
68312025-10-27T23:56:04.490Z PASS [ 2.646s] ( 348/2276) nexus-db-queries db::datastore::ereport::tests::explain_host_restart_list_by_serial
68322025-10-27T23:56:06.103Z PASS [ 4.866s] ( 349/2276) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
68332025-10-27T23:56:07.031Z PASS [ 3.237s] ( 350/2276) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
68342025-10-27T23:56:07.236Z PASS [ 2.745s] ( 351/2276) nexus-db-queries db::datastore::ereport::tests::explain_sp_restart_list_by_serial
68352025-10-27T23:56:09.624Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
68362025-10-27T23:56:11.850Z PASS [ 5.333s] ( 352/2276) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
68372025-10-27T23:56:11.968Z PASS [ 4.729s] ( 353/2276) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
68382025-10-27T23:56:13.994Z PASS [ 6.963s] ( 354/2276) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
68392025-10-27T23:56:17.030Z PASS [ 5.592s] ( 355/2276) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
68402025-10-27T23:56:17.555Z PASS [ 5.590s] ( 356/2276) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
68412025-10-27T23:56:19.363Z PASS [ 5.368s] ( 357/2276) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
68422025-10-27T23:56:21.531Z PASS [ 4.481s] ( 358/2276) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
68432025-10-27T23:56:22.116Z PASS [ 4.548s] ( 359/2276) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
68442025-10-27T23:56:22.535Z PASS [ 389.978s] ( 360/2276) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68452025-10-27T23:56:23.780Z PASS [ 4.417s] ( 361/2276) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
68462025-10-27T23:56:26.165Z PASS [ 4.653s] ( 362/2276) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
68472025-10-27T23:56:26.820Z PASS [ 4.716s] ( 363/2276) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
68482025-10-27T23:56:26.994Z PASS [ 4.459s] ( 364/2276) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
68492025-10-27T23:56:29.041Z PASS [ 5.261s] ( 365/2276) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
68502025-10-27T23:56:31.753Z PASS [ 4.759s] ( 366/2276) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
68512025-10-27T23:56:31.813Z PASS [ 4.993s] ( 367/2276) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
68522025-10-27T23:56:33.398Z PASS [ 7.233s] ( 368/2276) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
68532025-10-27T23:56:33.965Z PASS [ 4.924s] ( 369/2276) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
68542025-10-27T23:56:34.499Z PASS [ 2.685s] ( 370/2276) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_external_ip_pool_query
68552025-10-27T23:56:34.521Z PASS [ 2.769s] ( 371/2276) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
68562025-10-27T23:56:35.902Z PASS [ 2.504s] ( 372/2276) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_internal_ip_pool_query
68572025-10-27T23:56:36.896Z PASS [ 2.930s] ( 373/2276) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
68582025-10-27T23:56:38.836Z PASS [ 4.337s] ( 374/2276) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_internally_reserved_ip_pool
68592025-10-27T23:56:38.931Z PASS [ 4.409s] ( 375/2276) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_ip_pool_with_outstanding_external_ips
68602025-10-27T23:56:40.113Z PASS [ 4.209s] ( 376/2276) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_last_internally_reserved_ip_pool
68612025-10-27T23:56:40.984Z PASS [ 4.088s] ( 377/2276) nexus-db-queries db::datastore::ip_pool::test::cannot_link_oxide_internal_pool_to_external_silo
68622025-10-27T23:56:41.226Z PASS [ 0.241s] ( 378/2276) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
68632025-10-27T23:56:41.563Z PASS [ 0.336s] ( 379/2276) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query
68642025-10-27T23:56:41.803Z PASS [ 0.240s] ( 380/2276) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query
68652025-10-27T23:56:43.127Z PASS [ 4.290s] ( 381/2276) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
68662025-10-27T23:56:43.202Z PASS [ 4.270s] ( 382/2276) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
68672025-10-27T23:56:44.185Z PASS [ 4.073s] ( 383/2276) nexus-db-queries db::datastore::ip_pool::test::cannot_reserve_externally_linked_pool_for_internal_use
68682025-10-27T23:56:47.075Z PASS [ 5.272s] ( 384/2276) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
68692025-10-27T23:56:47.885Z PASS [ 4.758s] ( 385/2276) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
68702025-10-27T23:56:48.245Z PASS [ 5.042s] ( 386/2276) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
68712025-10-27T23:56:49.133Z PASS [ 4.947s] ( 387/2276) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
68722025-10-27T23:56:52.315Z PASS [ 5.239s] ( 388/2276) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
68732025-10-27T23:56:52.567Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68742025-10-27T23:56:52.682Z PASS [ 4.437s] ( 389/2276) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
68752025-10-27T23:56:53.139Z PASS [ 5.253s] ( 390/2276) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
68762025-10-27T23:56:53.816Z PASS [ 4.683s] ( 391/2276) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
68772025-10-27T23:56:57.033Z PASS [ 4.718s] ( 392/2276) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
68782025-10-27T23:56:57.596Z PASS [ 4.913s] ( 393/2276) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
68792025-10-27T23:56:58.434Z PASS [ 4.618s] ( 394/2276) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
68802025-10-27T23:56:58.978Z PASS [ 5.838s] ( 395/2276) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
68812025-10-27T23:57:01.808Z PASS [ 4.774s] ( 396/2276) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
68822025-10-27T23:57:02.129Z PASS [ 4.533s] ( 397/2276) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
68832025-10-27T23:57:03.177Z PASS [ 4.198s] ( 398/2276) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
68842025-10-27T23:57:03.795Z PASS [ 5.361s] ( 399/2276) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
68852025-10-27T23:57:07.026Z PASS [ 5.218s] ( 400/2276) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
68862025-10-27T23:57:07.730Z PASS [ 4.553s] ( 401/2276) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
68872025-10-27T23:57:09.631Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
68882025-10-27T23:57:11.750Z PASS [ 4.723s] ( 402/2276) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
68892025-10-27T23:57:12.560Z PASS [ 4.830s] ( 403/2276) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
68902025-10-27T23:57:14.182Z PASS [ 12.052s] ( 404/2276) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
68912025-10-27T23:57:17.249Z PASS [ 5.498s] ( 405/2276) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
68922025-10-27T23:57:18.106Z PASS [ 5.545s] ( 406/2276) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
68932025-10-27T23:57:18.629Z PASS [ 446.068s] ( 407/2276) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68942025-10-27T23:57:19.792Z PASS [ 5.610s] ( 408/2276) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
68952025-10-27T23:57:22.188Z PASS [ 4.939s] ( 409/2276) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
68962025-10-27T23:57:23.287Z PASS [ 19.488s] ( 410/2276) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
68972025-10-27T23:57:23.364Z PASS [ 5.258s] ( 411/2276) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
68982025-10-27T23:57:23.591Z PASS [ 4.961s] ( 412/2276) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
68992025-10-27T23:57:24.994Z PASS [ 5.201s] ( 413/2276) nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
69002025-10-27T23:57:27.903Z PASS [ 4.538s] ( 414/2276) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
69012025-10-27T23:57:28.129Z PASS [ 4.841s] ( 415/2276) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
69022025-10-27T23:57:28.208Z PASS [ 4.617s] ( 416/2276) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
69032025-10-27T23:57:28.341Z PASS [ 6.146s] ( 417/2276) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
69042025-10-27T23:57:29.219Z PASS [ 4.225s] ( 418/2276) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
69052025-10-27T23:57:29.254Z PASS [ 0.035s] ( 419/2276) nexus-db-queries db::datastore::region::test::test_extent_count
69062025-10-27T23:57:32.314Z PASS [ 4.106s] ( 420/2276) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
69072025-10-27T23:57:32.386Z PASS [ 4.050s] ( 421/2276) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
69082025-10-27T23:57:33.126Z PASS [ 5.221s] ( 422/2276) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
69092025-10-27T23:57:33.393Z PASS [ 5.265s] ( 423/2276) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
69102025-10-27T23:57:33.733Z PASS [ 4.478s] ( 424/2276) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
69112025-10-27T23:57:37.008Z PASS [ 327.380s] ( 425/2276) oximeter-db client::tests::test_replicated
69122025-10-27T23:57:37.101Z PASS [ 4.786s] ( 426/2276) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
69132025-10-27T23:57:37.104Z PASS [ 0.091s] ( 427/2276) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
69142025-10-27T23:57:37.128Z PASS [ 4.742s] ( 428/2276) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
69152025-10-27T23:57:37.134Z PASS [ 0.032s] ( 429/2276) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
69162025-10-27T23:57:37.155Z PASS [ 0.021s] ( 430/2276) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
69172025-10-27T23:57:37.176Z PASS [ 0.020s] ( 431/2276) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
69182025-10-27T23:57:37.198Z PASS [ 0.023s] ( 432/2276) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
69192025-10-27T23:57:37.529Z PASS [ 4.404s] ( 433/2276) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
69202025-10-27T23:57:37.728Z PASS [ 0.529s] ( 434/2276) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
69212025-10-27T23:57:37.845Z PASS [ 0.117s] ( 435/2276) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
69222025-10-27T23:57:37.851Z PASS [ 4.457s] ( 436/2276) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
69232025-10-27T23:57:37.958Z PASS [ 0.113s] ( 437/2276) omicron-clickhouse-admin::integration_test test_lgif_parsing
69242025-10-27T23:57:37.997Z PASS [ 4.263s] ( 438/2276) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
69252025-10-27T23:57:38.073Z PASS [ 0.115s] ( 439/2276) omicron-clickhouse-admin::integration_test test_raft_config_parsing
69262025-10-27T23:57:38.187Z PASS [ 0.114s] ( 440/2276) omicron-clickhouse-admin::integration_test test_teardown
69272025-10-27T23:57:38.299Z PASS [ 0.111s] ( 441/2276) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
69282025-10-27T23:57:41.190Z PASS [ 4.061s] ( 442/2276) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
69292025-10-27T23:57:41.253Z PASS [ 4.152s] ( 443/2276) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
69302025-10-27T23:57:41.538Z PASS [ 4.008s] ( 444/2276) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
69312025-10-27T23:57:41.859Z PASS [ 3.861s] ( 445/2276) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
69322025-10-27T23:57:41.933Z PASS [ 4.081s] ( 446/2276) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
69332025-10-27T23:57:45.297Z PASS [ 4.107s] ( 447/2276) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
69342025-10-27T23:57:45.297Z PASS [ 4.044s] ( 448/2276) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
69352025-10-27T23:57:45.751Z PASS [ 3.892s] ( 449/2276) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
69362025-10-27T23:57:45.810Z PASS [ 4.271s] ( 450/2276) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
69372025-10-27T23:57:46.107Z PASS [ 4.175s] ( 451/2276) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
69382025-10-27T23:57:49.488Z PASS [ 4.191s] ( 452/2276) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
69392025-10-27T23:57:49.507Z PASS [ 4.210s] ( 453/2276) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
69402025-10-27T23:57:50.406Z PASS [ 4.596s] ( 454/2276) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
69412025-10-27T23:57:50.446Z PASS [ 4.695s] ( 455/2276) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
69422025-10-27T23:57:50.756Z PASS [ 4.648s] ( 456/2276) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
69432025-10-27T23:57:54.286Z PASS [ 4.797s] ( 457/2276) nexus-db-queries db::datastore::sled::test::affinity_multi_group
69442025-10-27T23:57:54.292Z PASS [ 4.785s] ( 458/2276) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
69452025-10-27T23:57:55.030Z PASS [ 4.623s] ( 459/2276) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
69462025-10-27T23:57:55.100Z PASS [ 4.653s] ( 460/2276) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
69472025-10-27T23:57:55.214Z PASS [ 4.458s] ( 461/2276) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
69482025-10-27T23:57:59.089Z PASS [ 4.801s] ( 462/2276) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
69492025-10-27T23:57:59.171Z PASS [ 4.878s] ( 463/2276) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
69502025-10-27T23:57:59.745Z PASS [ 4.714s] ( 464/2276) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
69512025-10-27T23:57:59.779Z PASS [ 4.678s] ( 465/2276) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
69522025-10-27T23:57:59.839Z PASS [ 4.622s] ( 466/2276) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
69532025-10-27T23:58:03.967Z PASS [ 4.795s] ( 467/2276) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
69542025-10-27T23:58:04.053Z PASS [ 4.965s] ( 468/2276) nexus-db-queries db::datastore::sled::test::sled_list_batch
69552025-10-27T23:58:04.402Z PASS [ 4.566s] ( 469/2276) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
69562025-10-27T23:58:04.430Z PASS [ 4.651s] ( 470/2276) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
69572025-10-27T23:58:04.455Z PASS [ 4.710s] ( 471/2276) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
69582025-10-27T23:58:08.832Z PASS [ 4.377s] ( 472/2276) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
69592025-10-27T23:58:08.975Z PASS [ 4.921s] ( 473/2276) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
69602025-10-27T23:58:09.008Z PASS [ 4.577s] ( 474/2276) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
69612025-10-27T23:58:09.110Z PASS [ 5.143s] ( 475/2276) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
69622025-10-27T23:58:12.032Z PASS [ 7.629s] ( 476/2276) nexus-db-queries db::datastore::sled::test::test_sled_transitions
69632025-10-27T23:58:13.353Z PASS [ 4.520s] ( 477/2276) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
69642025-10-27T23:58:14.783Z PASS [ 5.807s] ( 478/2276) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
69652025-10-27T23:58:14.795Z PASS [ 5.685s] ( 479/2276) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
69662025-10-27T23:58:14.795Z PASS [ 5.787s] ( 480/2276) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
69672025-10-27T23:58:17.990Z PASS [ 5.955s] ( 481/2276) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
69682025-10-27T23:58:18.047Z PASS [ 4.692s] ( 482/2276) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
69692025-10-27T23:58:18.885Z PASS [ 4.089s] ( 483/2276) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
69702025-10-27T23:58:19.080Z PASS [ 4.297s] ( 484/2276) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
69712025-10-27T23:58:19.080Z PASS [ 4.284s] ( 485/2276) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
69722025-10-27T23:58:22.391Z PASS [ 4.345s] ( 486/2276) nexus-db-queries db::datastore::target_release::test::target_release_datastore
69732025-10-27T23:58:22.391Z PASS [ 4.402s] ( 487/2276) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
69742025-10-27T23:58:23.249Z PASS [ 4.168s] ( 488/2276) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
69752025-10-27T23:58:23.306Z PASS [ 4.225s] ( 489/2276) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
69762025-10-27T23:58:23.380Z PASS [ 4.494s] ( 490/2276) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
69772025-10-27T23:58:26.656Z PASS [ 4.265s] ( 491/2276) nexus-db-queries db::datastore::test::test_project_creation
69782025-10-27T23:58:26.921Z PASS [ 4.530s] ( 492/2276) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
69792025-10-27T23:58:27.408Z PASS [ 4.159s] ( 493/2276) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
69802025-10-27T23:58:27.903Z PASS [ 4.597s] ( 494/2276) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
69812025-10-27T23:58:31.418Z PASS [ 4.762s] ( 495/2276) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
69822025-10-27T23:58:32.123Z PASS [ 5.201s] ( 496/2276) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
69832025-10-27T23:58:32.132Z PASS [ 4.724s] ( 497/2276) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
69842025-10-27T23:58:32.921Z PASS [ 9.540s] ( 498/2276) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
69852025-10-27T23:58:36.986Z PASS [ 9.081s] ( 499/2276) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
69862025-10-27T23:58:37.195Z PASS [ 4.274s] ( 500/2276) nexus-db-queries db::datastore::test::test_session_methods
69872025-10-27T23:58:38.305Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
69882025-10-27T23:58:38.569Z PASS [ 60.265s] ( 501/2276) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
69892025-10-27T23:58:40.628Z PASS [ 9.209s] ( 502/2276) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
69902025-10-27T23:58:41.182Z PASS [ 3.986s] ( 503/2276) nexus-db-queries db::datastore::test::test_ssh_keys
69912025-10-27T23:58:41.210Z PASS [ 4.225s] ( 504/2276) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
69922025-10-27T23:58:41.329Z PASS [ 2.759s] ( 505/2276) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
69932025-10-27T23:58:42.356Z PASS [ 10.222s] ( 506/2276) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
69942025-10-27T23:58:43.255Z PASS [ 11.130s] ( 507/2276) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
69952025-10-27T23:58:44.350Z PASS [ 3.721s] ( 508/2276) nexus-db-queries db::datastore::test::test_table_scan
69962025-10-27T23:58:45.696Z PASS [ 4.485s] ( 509/2276) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
69972025-10-27T23:58:46.483Z PASS [ 4.127s] ( 510/2276) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
69982025-10-27T23:58:47.132Z PASS [ 3.876s] ( 511/2276) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
69992025-10-27T23:58:48.393Z PASS [ 4.042s] ( 512/2276) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
70002025-10-27T23:58:49.553Z PASS [ 3.855s] ( 513/2276) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
70012025-10-27T23:58:50.617Z PASS [ 4.133s] ( 514/2276) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
70022025-10-27T23:58:52.357Z PASS [ 5.224s] ( 515/2276) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
70032025-10-27T23:58:52.852Z PASS [ 4.459s] ( 516/2276) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
70042025-10-27T23:58:53.926Z PASS [ 4.373s] ( 517/2276) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
70052025-10-27T23:58:55.534Z PASS [ 4.917s] ( 518/2276) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
70062025-10-27T23:58:56.394Z PASS [ 4.037s] ( 519/2276) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
70072025-10-27T23:58:57.616Z PASS [ 4.764s] ( 520/2276) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
70082025-10-27T23:58:58.130Z PASS [ 4.205s] ( 521/2276) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
70092025-10-27T23:58:58.925Z PASS [ 17.595s] ( 522/2276) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
70102025-10-27T23:58:59.636Z PASS [ 4.100s] ( 523/2276) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
70112025-10-27T23:59:00.634Z PASS [ 4.240s] ( 524/2276) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
70122025-10-27T23:59:01.589Z PASS [ 3.972s] ( 525/2276) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
70132025-10-27T23:59:01.921Z PASS [ 3.790s] ( 526/2276) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
70142025-10-27T23:59:03.312Z PASS [ 3.677s] ( 527/2276) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
70152025-10-27T23:59:04.356Z PASS [ 3.721s] ( 528/2276) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
70162025-10-27T23:59:05.184Z PASS [ 24.000s] ( 529/2276) nexus-db-queries db::datastore::update::test::test_list_unpruned
70172025-10-27T23:59:05.218Z PASS [ 0.034s] ( 530/2276) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
70182025-10-27T23:59:05.253Z PASS [ 0.035s] ( 531/2276) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
70192025-10-27T23:59:05.427Z PASS [ 3.506s] ( 532/2276) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
70202025-10-27T23:59:05.610Z PASS [ 4.021s] ( 533/2276) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
70212025-10-27T23:59:07.084Z PASS [ 3.771s] ( 534/2276) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
70222025-10-27T23:59:09.467Z PASS [ 3.856s] ( 535/2276) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
70232025-10-27T23:59:11.093Z PASS [ 4.009s] ( 536/2276) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
70242025-10-27T23:59:13.306Z PASS [ 8.949s] ( 537/2276) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
70252025-10-27T23:59:13.536Z PASS [ 4.069s] ( 538/2276) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
70262025-10-27T23:59:14.316Z PASS [ 9.062s] ( 539/2276) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
70272025-10-27T23:59:14.970Z PASS [ 9.542s] ( 540/2276) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
70282025-10-27T23:59:15.508Z PASS [ 4.414s] ( 541/2276) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
70292025-10-27T23:59:15.742Z PASS [ 0.234s] ( 542/2276) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
70302025-10-27T23:59:17.938Z PASS [ 4.631s] ( 543/2276) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
70312025-10-27T23:59:18.501Z PASS [ 2.758s] ( 544/2276) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
70322025-10-27T23:59:18.764Z PASS [ 19.838s] ( 545/2276) oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
70332025-10-27T23:59:19.400Z PASS [ 5.083s] ( 546/2276) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
70342025-10-27T23:59:19.809Z PASS [ 6.271s] ( 547/2276) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
70352025-10-27T23:59:20.532Z PASS [ 5.560s] ( 548/2276) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
70362025-10-27T23:59:20.733Z PASS [ 2.232s] ( 549/2276) nexus-db-queries db::explain::test::test_explain_async
70372025-10-27T23:59:21.048Z PASS [ 2.284s] ( 550/2276) nexus-db-queries db::explain::test::test_explain_full_table_scan
70382025-10-27T23:59:21.915Z PASS [ 2.515s] ( 551/2276) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
70392025-10-27T23:59:22.210Z PASS [ 4.272s] ( 552/2276) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
70402025-10-27T23:59:22.598Z PASS [ 2.791s] ( 553/2276) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
70412025-10-27T23:59:22.635Z PASS [ 0.037s] ( 554/2276) nexus-db-queries db::pagination::test::test_paginator
70422025-10-27T23:59:23.224Z PASS [ 2.693s] ( 555/2276) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
70432025-10-27T23:59:23.284Z PASS [ 2.551s] ( 556/2276) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
70442025-10-27T23:59:23.664Z PASS [ 2.615s] ( 557/2276) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
70452025-10-27T23:59:24.075Z PASS [ 1.439s] ( 558/2276) nexus-db-queries db::pool::test::test_pool_can_be_terminated
70462025-10-27T23:59:24.654Z PASS [ 2.738s] ( 559/2276) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
70472025-10-27T23:59:24.706Z PASS [ 1.482s] ( 560/2276) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
70482025-10-27T23:59:24.796Z PASS [ 2.585s] ( 561/2276) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
70492025-10-27T23:59:28.418Z PASS [ 5.134s] ( 562/2276) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
70502025-10-27T23:59:28.613Z PASS [ 4.949s] ( 563/2276) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
70512025-10-27T23:59:28.613Z PASS [ 4.538s] ( 564/2276) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
70522025-10-27T23:59:28.819Z PASS [ 4.165s] ( 565/2276) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
70532025-10-27T23:59:28.939Z PASS [ 4.232s] ( 566/2276) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
70542025-10-27T23:59:29.218Z PASS [ 4.422s] ( 567/2276) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
70552025-10-27T23:59:33.275Z PASS [ 4.455s] ( 568/2276) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
70562025-10-27T23:59:33.321Z PASS [ 4.707s] ( 569/2276) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
70572025-10-27T23:59:33.336Z PASS [ 4.917s] ( 570/2276) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
70582025-10-27T23:59:33.336Z PASS [ 4.722s] ( 571/2276) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
70592025-10-27T23:59:33.679Z PASS [ 4.739s] ( 572/2276) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
70602025-10-27T23:59:33.714Z PASS [ 0.035s] ( 573/2276) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
70612025-10-27T23:59:33.883Z PASS [ 4.665s] ( 574/2276) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
70622025-10-27T23:59:37.755Z PASS [ 4.417s] ( 575/2276) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
70632025-10-27T23:59:37.810Z PASS [ 4.534s] ( 576/2276) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
70642025-10-27T23:59:37.819Z PASS [ 4.498s] ( 577/2276) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
70652025-10-27T23:59:38.061Z PASS [ 4.347s] ( 578/2276) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
70662025-10-27T23:59:38.266Z PASS [ 4.383s] ( 579/2276) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
70672025-10-27T23:59:38.582Z PASS [ 5.246s] ( 580/2276) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
70682025-10-27T23:59:42.070Z PASS [ 4.259s] ( 581/2276) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
70692025-10-27T23:59:42.096Z PASS [ 4.341s] ( 582/2276) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
70702025-10-27T23:59:42.270Z PASS [ 4.209s] ( 583/2276) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
70712025-10-27T23:59:42.307Z PASS [ 4.041s] ( 584/2276) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
70722025-10-27T23:59:42.373Z PASS [ 4.553s] ( 585/2276) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
70732025-10-27T23:59:42.677Z PASS [ 4.094s] ( 586/2276) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
70742025-10-27T23:59:46.642Z PASS [ 4.572s] ( 587/2276) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
70752025-10-27T23:59:46.669Z PASS [ 0.026s] ( 588/2276) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
70762025-10-27T23:59:46.690Z PASS [ 4.593s] ( 589/2276) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
70772025-10-27T23:59:46.701Z PASS [ 4.328s] ( 590/2276) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
70782025-10-27T23:59:46.725Z PASS [ 4.417s] ( 591/2276) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
70792025-10-27T23:59:46.725Z PASS [ 4.454s] ( 592/2276) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
70802025-10-27T23:59:47.032Z PASS [ 4.354s] ( 593/2276) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
70812025-10-27T23:59:47.064Z PASS [ 0.032s] ( 594/2276) nexus-db-queries db::queries::next_item::tests::test_shift_indices
70822025-10-27T23:59:49.386Z PASS [ 2.697s] ( 595/2276) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
70832025-10-27T23:59:49.541Z PASS [ 2.815s] ( 596/2276) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
70842025-10-27T23:59:49.553Z PASS [ 2.851s] ( 597/2276) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
70852025-10-27T23:59:49.645Z PASS [ 0.259s] ( 598/2276) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
70862025-10-27T23:59:49.745Z PASS [ 0.204s] ( 599/2276) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
70872025-10-27T23:59:49.774Z PASS [ 0.030s] ( 600/2276) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
70882025-10-27T23:59:49.779Z PASS [ 3.049s] ( 601/2276) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
70892025-10-27T23:59:49.790Z PASS [ 2.725s] ( 602/2276) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
70902025-10-27T23:59:49.804Z PASS [ 0.029s] ( 603/2276) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
70912025-10-27T23:59:50.013Z PASS [ 0.209s] ( 604/2276) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
70922025-10-27T23:59:50.597Z PASS [ 0.822s] ( 605/2276) nexus-db-queries db::queries::region_allocation::test::expectorate_query
70932025-10-27T23:59:50.791Z PASS [ 0.194s] ( 606/2276) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
70942025-10-27T23:59:51.045Z PASS [ 0.252s] ( 607/2276) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
70952025-10-27T23:59:51.290Z PASS [ 4.620s] ( 608/2276) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
70962025-10-27T23:59:51.407Z PASS [ 0.364s] ( 609/2276) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
70972025-10-27T23:59:51.756Z PASS [ 2.204s] ( 610/2276) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
70982025-10-27T23:59:51.990Z PASS [ 0.233s] ( 611/2276) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
70992025-10-27T23:59:52.108Z PASS [ 2.448s] ( 612/2276) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
71002025-10-27T23:59:52.118Z PASS [ 2.100s] ( 613/2276) nexus-db-queries db::queries::regions_hard_delete::test::explainable
71012025-10-27T23:59:52.178Z PASS [ 0.188s] ( 614/2276) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
71022025-10-27T23:59:52.261Z PASS [ 2.472s] ( 615/2276) nexus-db-queries db::queries::region_allocation::test::explainable
71032025-10-27T23:59:52.284Z PASS [ 0.190s] ( 616/2276) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
71042025-10-27T23:59:52.297Z PASS [ 0.183s] ( 617/2276) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
71052025-10-27T23:59:53.513Z PASS [ 2.104s] ( 618/2276) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
71062025-10-27T23:59:53.609Z PASS [ 0.097s] ( 619/2276) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
71072025-10-27T23:59:53.637Z PASS [ 2.348s] ( 620/2276) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
71082025-10-27T23:59:53.642Z PASS [ 0.031s] ( 621/2276) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
71092025-10-27T23:59:53.669Z PASS [ 0.031s] ( 622/2276) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
71102025-10-27T23:59:53.669Z PASS [ 0.028s] ( 623/2276) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
71112025-10-27T23:59:53.708Z PASS [ 0.036s] ( 624/2276) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
71122025-10-27T23:59:54.454Z PASS [ 2.276s] ( 625/2276) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
71132025-10-27T23:59:54.494Z PASS [ 2.209s] ( 626/2276) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
71142025-10-27T23:59:54.494Z PASS [ 2.232s] ( 627/2276) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
71152025-10-27T23:59:54.592Z PASS [ 2.295s] ( 628/2276) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
71162025-10-27T23:59:55.979Z PASS [ 2.308s] ( 629/2276) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
71172025-10-27T23:59:56.575Z PASS [ 2.871s] ( 630/2276) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
71182025-10-27T23:59:56.628Z PASS [ 0.054s] ( 631/2276) nexus-defaults tests::test_random_vpc_ipv6_prefix
71192025-10-27T23:59:56.676Z PASS [ 2.222s] ( 632/2276) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
71202025-10-27T23:59:56.733Z PASS [ 0.057s] ( 633/2276) nexus-inventory builder::test::test_empty
71212025-10-27T23:59:56.811Z PASS [ 0.078s] ( 634/2276) nexus-inventory builder::test::test_problems
71222025-10-27T23:59:57.069Z PASS [ 0.440s] ( 635/2276) nexus-inventory builder::test::test_basic
71232025-10-27T23:59:58.433Z PASS [ 1.622s] ( 636/2276) nexus-inventory collector::test::test_basic
71242025-10-27T23:59:58.471Z PASS [ 3.879s] ( 637/2276) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
71252025-10-27T23:59:58.478Z PASS [ 1.408s] ( 638/2276) nexus-inventory collector::test::test_multi_mgs
71262025-10-27T23:59:58.965Z PASS [ 0.532s] ( 639/2276) nexus-inventory collector::test::test_multi_mgs_failure
71272025-10-27T23:59:59.596Z PASS [ 1.124s] ( 640/2276) nexus-inventory collector::test::test_sled_agent_failure
71282025-10-27T23:59:59.950Z PASS [ 3.972s] ( 641/2276) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
71292025-10-28T00:00:02.192Z PASS [ 2.242s] ( 642/2276) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
71302025-10-28T00:00:02.422Z PASS [ 2.826s] ( 643/2276) nexus-mgs-updates driver_update::test::test_rot_basic_failures
71312025-10-28T00:00:04.176Z PASS [ 9.681s] ( 644/2276) nexus-db-queries policy_test::test_conferred_roles
71322025-10-28T00:00:05.344Z PASS [ 6.378s] ( 645/2276) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
71332025-10-28T00:00:05.344Z PASS [ 6.865s] ( 646/2276) nexus-metrics-producer-gc tests::test_prune_expired_producers
71342025-10-28T00:00:05.515Z PASS [ 1.339s] ( 647/2276) nexus-mgs-updates driver_update::test::test_sp_basic_failures
71352025-10-28T00:00:09.349Z PASS [ 7.156s] ( 648/2276) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
71362025-10-28T00:00:09.630Z PASS [ 7.207s] ( 649/2276) nexus-mgs-updates driver_update::test::test_rot_update_basic
71372025-10-28T00:00:10.294Z PASS [ 4.779s] ( 650/2276) nexus-mgs-updates driver_update::test::test_sp_update_watched
71382025-10-28T00:00:11.683Z PASS [ 2.053s] ( 651/2276) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
71392025-10-28T00:00:14.462Z PASS [ 9.117s] ( 652/2276) nexus-mgs-updates driver_update::test::test_sp_update_basic
71402025-10-28T00:00:14.704Z PASS [ 0.242s] ( 653/2276) nexus-mgs-updates test_util::step_through::test::test_basic
71412025-10-28T00:00:15.362Z PASS [ 6.013s] ( 654/2276) nexus-mgs-updates driver_update::test_host_phase_1::basic
71422025-10-28T00:00:15.721Z PASS [ 1.016s] ( 655/2276) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
71432025-10-28T00:00:15.729Z PASS [ 0.368s] ( 656/2276) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
71442025-10-28T00:00:15.757Z PASS [ 0.036s] ( 657/2276) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
71452025-10-28T00:00:15.766Z PASS [ 0.037s] ( 658/2276) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
71462025-10-28T00:00:15.794Z PASS [ 0.037s] ( 659/2276) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
71472025-10-28T00:00:15.803Z PASS [ 0.037s] ( 660/2276) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
71482025-10-28T00:00:15.832Z PASS [ 0.038s] ( 661/2276) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
71492025-10-28T00:00:15.844Z PASS [ 0.041s] ( 662/2276) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
71502025-10-28T00:00:15.875Z PASS [ 0.042s] ( 663/2276) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
71512025-10-28T00:00:15.887Z PASS [ 0.042s] ( 664/2276) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
71522025-10-28T00:00:15.922Z PASS [ 0.047s] ( 665/2276) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
71532025-10-28T00:00:15.930Z PASS [ 0.043s] ( 666/2276) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
71542025-10-28T00:00:15.959Z PASS [ 0.037s] ( 667/2276) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
71552025-10-28T00:00:15.971Z PASS [ 0.041s] ( 668/2276) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
71562025-10-28T00:00:15.993Z PASS [ 0.034s] ( 669/2276) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
71572025-10-28T00:00:16.007Z PASS [ 0.036s] ( 670/2276) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
71582025-10-28T00:00:16.027Z PASS [ 0.034s] ( 671/2276) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
71592025-10-28T00:00:16.043Z PASS [ 0.035s] ( 672/2276) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
71602025-10-28T00:00:16.063Z PASS [ 0.036s] ( 673/2276) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
71612025-10-28T00:00:16.271Z PASS [ 0.208s] ( 674/2276) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
71622025-10-28T00:00:20.167Z PASS [ 14.821s] ( 675/2276) nexus-mgs-updates driver_update::test::test_sp_update_takeover
71632025-10-28T00:00:21.971Z PASS [ 10.286s] ( 676/2276) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
71642025-10-28T00:00:29.315Z PASS [ 7.344s] ( 677/2276) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
71652025-10-28T00:00:29.315Z PASS [ 9.147s] ( 678/2276) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
71662025-10-28T00:00:30.389Z PASS [ 20.093s] ( 679/2276) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
71672025-10-28T00:00:30.492Z PASS [ 0.102s] ( 680/2276) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
71682025-10-28T00:00:30.591Z PASS [ 0.097s] ( 681/2276) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
71692025-10-28T00:00:30.638Z PASS [ 0.048s] ( 682/2276) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
71702025-10-28T00:00:30.690Z PASS [ 0.052s] ( 683/2276) nexus-reconfigurator-execution dns::test::test_dns_compute_update
71712025-10-28T00:00:36.214Z PASS [ 6.898s] ( 684/2276) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
71722025-10-28T00:00:36.491Z PASS [ 7.175s] ( 685/2276) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
71732025-10-28T00:00:54.501Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
71742025-10-28T00:01:00.013Z PASS [ 23.797s] ( 686/2276) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
71752025-10-28T00:01:00.498Z PASS [ 24.004s] ( 687/2276) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
71762025-10-28T00:01:19.399Z SLOW [> 60.000s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
71772025-10-28T00:01:19.616Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
71782025-10-28T00:01:24.685Z PASS [ 24.186s] ( 688/2276) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
71792025-10-28T00:01:25.139Z PASS [ 0.454s] ( 689/2276) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
71802025-10-28T00:01:25.173Z PASS [ 0.035s] ( 690/2276) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
71812025-10-28T00:01:25.205Z PASS [ 0.031s] ( 691/2276) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
71822025-10-28T00:01:25.287Z PASS [ 0.082s] ( 692/2276) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
71832025-10-28T00:01:25.330Z PASS [ 0.043s] ( 693/2276) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
71842025-10-28T00:01:25.371Z PASS [ 0.041s] ( 694/2276) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
71852025-10-28T00:01:25.418Z PASS [ 0.046s] ( 695/2276) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
71862025-10-28T00:01:25.453Z PASS [ 0.035s] ( 696/2276) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
71872025-10-28T00:01:25.499Z PASS [ 0.046s] ( 697/2276) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
71882025-10-28T00:01:25.523Z PASS [ 0.023s] ( 698/2276) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
71892025-10-28T00:01:25.553Z PASS [ 0.030s] ( 699/2276) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
71902025-10-28T00:01:25.563Z PASS [ 25.548s] ( 700/2276) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
71912025-10-28T00:01:25.582Z PASS [ 0.028s] ( 701/2276) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
71922025-10-28T00:01:25.591Z PASS [ 0.028s] ( 702/2276) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
71932025-10-28T00:01:25.608Z PASS [ 0.026s] ( 703/2276) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
71942025-10-28T00:01:25.616Z PASS [ 0.025s] ( 704/2276) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
71952025-10-28T00:01:25.634Z PASS [ 0.025s] ( 705/2276) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
71962025-10-28T00:01:25.641Z PASS [ 0.025s] ( 706/2276) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
71972025-10-28T00:01:25.700Z PASS [ 0.067s] ( 707/2276) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
71982025-10-28T00:01:25.743Z PASS [ 0.043s] ( 708/2276) nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
71992025-10-28T00:01:26.345Z PASS [ 0.602s] ( 709/2276) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
72002025-10-28T00:01:26.740Z PASS [ 0.394s] ( 710/2276) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
72012025-10-28T00:01:27.023Z PASS [ 0.284s] ( 711/2276) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
72022025-10-28T00:01:27.186Z PASS [ 0.162s] ( 712/2276) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
72032025-10-28T00:01:27.216Z PASS [ 0.030s] ( 713/2276) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
72042025-10-28T00:01:27.301Z PASS [ 0.085s] ( 714/2276) nexus-reconfigurator-planning example::tests::builder_zone_counts
72052025-10-28T00:01:27.329Z PASS [ 0.028s] ( 715/2276) nexus-reconfigurator-planning example::tests::instances_on_examples
72062025-10-28T00:01:27.333Z PASS [ 71.284s] ( 716/2276) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
72072025-10-28T00:01:27.375Z PASS [ 0.044s] ( 717/2276) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
72082025-10-28T00:01:27.375Z PASS [ 0.041s] ( 718/2276) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
72092025-10-28T00:01:27.409Z PASS [ 0.035s] ( 719/2276) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
72102025-10-28T00:01:27.413Z PASS [ 0.040s] ( 720/2276) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
72112025-10-28T00:01:27.444Z PASS [ 0.035s] ( 721/2276) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
72122025-10-28T00:01:27.449Z PASS [ 0.036s] ( 722/2276) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
72132025-10-28T00:01:27.484Z PASS [ 0.039s] ( 723/2276) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
72142025-10-28T00:01:27.488Z PASS [ 0.038s] ( 724/2276) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
72152025-10-28T00:01:27.525Z PASS [ 0.038s] ( 725/2276) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
72162025-10-28T00:01:27.532Z PASS [ 0.050s] ( 726/2276) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
72172025-10-28T00:01:27.604Z PASS [ 0.079s] ( 727/2276) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
72182025-10-28T00:01:27.625Z PASS [ 0.092s] ( 728/2276) nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
72192025-10-28T00:01:27.648Z PASS [ 0.044s] ( 729/2276) nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
72202025-10-28T00:01:27.698Z PASS [ 0.050s] ( 730/2276) nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
72212025-10-28T00:01:27.711Z PASS [ 0.084s] ( 731/2276) nexus-reconfigurator-planning planner::test::test_basic_add_sled
72222025-10-28T00:01:27.752Z PASS [ 0.053s] ( 732/2276) nexus-reconfigurator-planning planner::test::test_crucible_pantry
72232025-10-28T00:01:27.760Z PASS [ 0.051s] ( 733/2276) nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
72242025-10-28T00:01:27.808Z PASS [ 0.048s] ( 734/2276) nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
72252025-10-28T00:01:27.812Z PASS [ 0.056s] ( 735/2276) nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
72262025-10-28T00:01:27.854Z PASS [ 0.045s] ( 736/2276) nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
72272025-10-28T00:01:27.854Z PASS [ 0.045s] ( 737/2276) nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
72282025-10-28T00:01:27.931Z PASS [ 0.077s] ( 738/2276) nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
72292025-10-28T00:01:27.956Z PASS [ 0.102s] ( 739/2276) nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
72302025-10-28T00:01:28.012Z PASS [ 0.078s] ( 740/2276) nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
72312025-10-28T00:01:28.102Z PASS [ 0.146s] ( 741/2276) nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
72322025-10-28T00:01:28.134Z PASS [ 0.124s] ( 742/2276) nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
72332025-10-28T00:01:28.174Z PASS [ 0.071s] ( 743/2276) nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
72342025-10-28T00:01:28.200Z PASS [ 0.066s] ( 744/2276) nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
72352025-10-28T00:01:28.227Z PASS [ 0.053s] ( 745/2276) nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
72362025-10-28T00:01:28.254Z PASS [ 0.053s] ( 746/2276) nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
72372025-10-28T00:01:28.279Z PASS [ 0.052s] ( 747/2276) nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
72382025-10-28T00:01:29.655Z PASS [ 1.376s] ( 748/2276) nexus-reconfigurator-planning planner::test::test_update_boundary_ntp
72392025-10-28T00:01:29.818Z PASS [ 1.562s] ( 749/2276) nexus-reconfigurator-planning planner::test::test_update_all_zones
72402025-10-28T00:01:30.084Z PASS [ 95.583s] ( 750/2276) nexus-db-queries policy_test::test_iam_roles_behavior
72412025-10-28T00:01:30.422Z PASS [ 0.766s] ( 751/2276) nexus-reconfigurator-planning planner::test::test_update_cockroach
72422025-10-28T00:01:30.486Z PASS [ 0.064s] ( 752/2276) nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
72432025-10-28T00:01:30.628Z PASS [ 0.811s] ( 753/2276) nexus-reconfigurator-planning planner::test::test_update_crucible_pantry_before_nexus
72442025-10-28T00:01:30.697Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
72452025-10-28T00:01:30.701Z PASS [ 5.057s] ( 754/2276) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
72462025-10-28T00:01:30.761Z PASS [ 0.062s] ( 755/2276) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
72472025-10-28T00:01:30.798Z PASS [ 0.713s] ( 756/2276) nexus-reconfigurator-planning planner::test::test_update_internal_dns
72482025-10-28T00:01:30.909Z PASS [ 0.111s] ( 757/2276) nexus-saga-recovery recovery::test::test_plan_basic
72492025-10-28T00:01:30.923Z PASS [ 0.161s] ( 758/2276) nexus-saga-recovery recovery::test::test_execution_basic
72502025-10-28T00:01:30.936Z PASS [ 0.027s] ( 759/2276) nexus-saga-recovery recovery::test::test_read_all_from_channel
72512025-10-28T00:01:30.958Z PASS [ 0.035s] ( 760/2276) nexus-saga-recovery test::test_basic
72522025-10-28T00:01:30.962Z PASS [ 0.025s] ( 761/2276) nexus-sled-agent-shared inventory::tests::test_artifact_id_to_install_dataset_file
72532025-10-28T00:01:30.984Z PASS [ 0.022s] ( 762/2276) nexus-sled-agent-shared inventory::tests::test_zone_prefix_matches_artifact_in_install_dataset
72542025-10-28T00:01:30.988Z PASS [ 0.028s] ( 763/2276) nexus-sled-agent-shared inventory::tests::test_name_prefixes
72552025-10-28T00:01:31.027Z PASS [ 0.044s] ( 764/2276) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
72562025-10-28T00:01:31.065Z PASS [ 0.078s] ( 765/2276) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
72572025-10-28T00:01:31.065Z PASS [ 0.038s] ( 766/2276) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
72582025-10-28T00:01:31.089Z PASS [ 0.023s] ( 767/2276) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
72592025-10-28T00:01:31.094Z PASS [ 0.027s] ( 768/2276) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
72602025-10-28T00:01:31.111Z PASS [ 0.022s] ( 769/2276) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
72612025-10-28T00:01:31.129Z PASS [ 0.037s] ( 770/2276) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
72622025-10-28T00:01:31.212Z PASS [ 0.083s] ( 771/2276) nexus-types deployment::test::test_serialize_pending_mgs_updates
72632025-10-28T00:01:31.261Z PASS [ 0.048s] ( 772/2276) nexus-types external_api::shared::test::test_policy_parsing
72642025-10-28T00:01:31.336Z PASS [ 0.076s] ( 773/2276) nexus-types external_api::shared::test::test_webhook_subscription_validation
72652025-10-28T00:01:31.362Z PASS [ 0.025s] ( 774/2276) nexus-types external_api::views::test::test_expected_one_of
72662025-10-28T00:01:31.398Z PASS [ 0.036s] ( 775/2276) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status
72672025-10-28T00:01:31.430Z PASS [ 0.031s] ( 776/2276) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
72682025-10-28T00:01:31.498Z PASS [ 0.069s] ( 777/2276) nexus-types quiesce::test::test_drained_blueprint
72692025-10-28T00:01:31.528Z PASS [ 0.030s] ( 778/2276) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
72702025-10-28T00:01:31.557Z PASS [ 0.029s] ( 779/2276) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
72712025-10-28T00:01:31.585Z PASS [ 0.027s] ( 780/2276) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
72722025-10-28T00:01:31.609Z PASS [ 0.024s] ( 781/2276) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
72732025-10-28T00:01:31.633Z PASS [ 0.024s] ( 782/2276) nexus-types quiesce::test::test_quiesce_block_on_reassignment
72742025-10-28T00:01:31.657Z PASS [ 0.024s] ( 783/2276) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
72752025-10-28T00:01:31.688Z PASS [ 0.031s] ( 784/2276) nexus-types quiesce::test::test_quiesce_block_on_saga_started
72762025-10-28T00:01:31.719Z PASS [ 0.031s] ( 785/2276) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
72772025-10-28T00:01:31.749Z PASS [ 0.030s] ( 786/2276) nexus-types quiesce::test::test_quiesce_noop
72782025-10-28T00:01:31.780Z PASS [ 0.031s] ( 787/2276) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
72792025-10-28T00:01:31.957Z PASS [ 0.176s] ( 788/2276) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
72802025-10-28T00:01:32.030Z PASS [ 0.073s] ( 789/2276) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
72812025-10-28T00:01:32.104Z PASS [ 0.074s] ( 790/2276) omicron-certificates tests::test_cert_extended_key_usage
72822025-10-28T00:01:32.161Z PASS [ 0.055s] ( 791/2276) omicron-certificates tests::test_common_name_is_validated
72832025-10-28T00:01:32.214Z PASS [ 0.055s] ( 792/2276) omicron-certificates tests::test_subject_alternate_names_are_validated
72842025-10-28T00:01:32.499Z PASS [ 0.285s] ( 793/2276) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
72852025-10-28T00:01:35.977Z PASS [ 3.478s] ( 794/2276) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
72862025-10-28T00:01:42.982Z PASS [ 7.004s] ( 795/2276) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
72872025-10-28T00:01:43.481Z PASS [ 87.202s] ( 796/2276) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
72882025-10-28T00:01:44.652Z PASS [ 1.670s] ( 797/2276) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
72892025-10-28T00:01:45.001Z PASS [ 1.519s] ( 798/2276) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
72902025-10-28T00:01:46.325Z PASS [ 1.325s] ( 799/2276) omicron-cockroach-admin context::tests::test_node_id
72912025-10-28T00:01:46.400Z PASS [ 0.074s] ( 800/2276) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
72922025-10-28T00:01:46.477Z PASS [ 0.077s] ( 801/2276) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
72932025-10-28T00:01:46.770Z PASS [ 0.293s] ( 802/2276) omicron-cockroach-metrics tests::test_cluster_client_caching
72942025-10-28T00:01:46.792Z PASS [ 0.023s] ( 803/2276) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
72952025-10-28T00:01:46.813Z PASS [ 0.020s] ( 804/2276) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
72962025-10-28T00:01:46.834Z PASS [ 0.022s] ( 805/2276) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
72972025-10-28T00:01:46.855Z PASS [ 0.021s] ( 806/2276) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
72982025-10-28T00:01:46.878Z PASS [ 0.022s] ( 807/2276) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
72992025-10-28T00:01:46.904Z PASS [ 0.027s] ( 808/2276) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
73002025-10-28T00:01:46.927Z PASS [ 0.021s] ( 809/2276) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
73012025-10-28T00:01:47.013Z PASS [ 0.088s] ( 810/2276) omicron-common address::test::test_dns_subnets
73022025-10-28T00:01:47.038Z PASS [ 0.025s] ( 811/2276) omicron-common address::test::test_ip_range_checks_non_decreasing
73032025-10-28T00:01:47.090Z PASS [ 0.052s] ( 812/2276) omicron-common address::test::test_ip_range_enum_deserialization
73042025-10-28T00:01:47.118Z PASS [ 0.024s] ( 813/2276) omicron-common address::test::test_ip_range_iter
73052025-10-28T00:01:47.137Z PASS [ 0.022s] ( 814/2276) omicron-common address::test::test_ip_range_length
73062025-10-28T00:01:47.157Z PASS [ 0.020s] ( 815/2276) omicron-common address::test::test_ip_range_try_from
73072025-10-28T00:01:47.189Z PASS [ 0.030s] ( 816/2276) omicron-common address::test::test_ipv6_subnet_deserialize
73082025-10-28T00:01:47.210Z PASS [ 0.023s] ( 817/2276) omicron-common address::test::test_sled_address
73092025-10-28T00:01:47.238Z PASS [ 0.027s] ( 818/2276) omicron-common api::external::error::test::test_bail_unless
73102025-10-28T00:01:47.261Z PASS [ 0.023s] ( 819/2276) omicron-common api::external::error::test::test_context
73112025-10-28T00:01:47.308Z PASS [ 0.047s] ( 820/2276) omicron-common api::external::http_pagination::test::test_pagination_examples
73122025-10-28T00:01:47.348Z PASS [ 0.040s] ( 821/2276) omicron-common api::external::http_pagination::test::test_pagination_schemas
73132025-10-28T00:01:47.401Z PASS [ 0.053s] ( 822/2276) omicron-common api::external::http_pagination::test::test_scan_by_id
73142025-10-28T00:01:47.425Z PASS [ 0.024s] ( 823/2276) omicron-common api::external::http_pagination::test::test_scan_by_name
73152025-10-28T00:01:47.447Z PASS [ 0.021s] ( 824/2276) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
73162025-10-28T00:01:47.469Z PASS [ 0.023s] ( 825/2276) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
73172025-10-28T00:01:47.496Z PASS [ 0.023s] ( 826/2276) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
73182025-10-28T00:01:47.515Z PASS [ 0.022s] ( 827/2276) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
73192025-10-28T00:01:47.535Z PASS [ 0.020s] ( 828/2276) omicron-common api::external::test::test_bytecount
73202025-10-28T00:01:47.557Z PASS [ 0.022s] ( 829/2276) omicron-common api::external::test::test_bytecount_display
73212025-10-28T00:01:47.598Z PASS [ 0.041s] ( 830/2276) omicron-common api::external::test::test_digest
73222025-10-28T00:01:47.624Z PASS [ 0.026s] ( 831/2276) omicron-common api::external::test::test_firewall_deserialization
73232025-10-28T00:01:47.703Z PASS [ 0.079s] ( 832/2276) omicron-common api::external::test::test_firewall_rule_host_filter_parse
73242025-10-28T00:01:47.728Z PASS [ 0.025s] ( 833/2276) omicron-common api::external::test::test_firewall_rule_proto_filter_parse
73252025-10-28T00:01:47.775Z PASS [ 0.047s] ( 834/2276) omicron-common api::external::test::test_firewall_rule_target_parse
73262025-10-28T00:01:47.798Z PASS [ 0.022s] ( 835/2276) omicron-common api::external::test::test_generation_display_parse
73272025-10-28T00:01:47.820Z PASS [ 0.023s] ( 836/2276) omicron-common api::external::test::test_generation_from_int
73282025-10-28T00:01:48.179Z PASS [ 17.692s] ( 837/2276) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
73292025-10-28T00:01:48.203Z PASS [ 0.024s] ( 838/2276) omicron-common api::external::test::test_generation_serde
73302025-10-28T00:01:48.241Z PASS [ 0.038s] ( 839/2276) omicron-common api::external::test::test_hostname_from_str
73312025-10-28T00:01:48.265Z PASS [ 0.024s] ( 840/2276) omicron-common api::external::test::test_ip_port_range_from_str
73322025-10-28T00:01:48.289Z PASS [ 0.023s] ( 841/2276) omicron-common api::external::test::test_ip_port_range_into_str
73332025-10-28T00:01:48.313Z PASS [ 0.024s] ( 842/2276) omicron-common api::external::test::test_ipv6_net_operations
73342025-10-28T00:01:48.338Z PASS [ 0.025s] ( 843/2276) omicron-common api::external::test::test_mac_system_iterator
73352025-10-28T00:01:48.359Z PASS [ 0.021s] ( 844/2276) omicron-common api::external::test::test_mac_to_int_conversions
73362025-10-28T00:01:48.387Z PASS [ 0.027s] ( 845/2276) omicron-common api::external::test::test_macaddr
73372025-10-28T00:01:48.411Z PASS [ 0.023s] ( 846/2276) omicron-common api::external::test::test_name_parse
73382025-10-28T00:01:48.432Z PASS [ 0.022s] ( 847/2276) omicron-common api::external::test::test_name_parse_from_param
73392025-10-28T00:01:48.455Z PASS [ 0.023s] ( 848/2276) omicron-common api::external::test::test_resource_name_parse
73402025-10-28T00:01:48.502Z PASS [ 0.042s] ( 849/2276) omicron-common api::external::test::test_route_destination_parse
73412025-10-28T00:01:48.545Z PASS [ 0.048s] ( 850/2276) omicron-common api::external::test::test_route_target_parse
73422025-10-28T00:01:48.570Z PASS [ 0.024s] ( 851/2276) omicron-common api::external::test::test_semver_serialize
73432025-10-28T00:01:48.592Z PASS [ 0.022s] ( 852/2276) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
73442025-10-28T00:01:48.616Z PASS [ 0.024s] ( 853/2276) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
73452025-10-28T00:01:48.639Z PASS [ 0.023s] ( 854/2276) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
73462025-10-28T00:01:48.662Z PASS [ 0.023s] ( 855/2276) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
73472025-10-28T00:01:48.700Z PASS [ 0.038s] ( 856/2276) omicron-common disk::tests::parse_dataset_name
73482025-10-28T00:01:48.758Z PASS [ 0.057s] ( 857/2276) omicron-common ledger::test::test_commit_handles_write_failures
73492025-10-28T00:01:48.778Z PASS [ 0.958s] ( 858/2276) omicron-common api::external::test::test_generation_overflow
73502025-10-28T00:01:48.783Z PASS [ 0.026s] ( 859/2276) omicron-common ledger::test::test_create_default_ledger
73512025-10-28T00:01:48.804Z PASS [ 0.025s] ( 860/2276) omicron-common ledger::test::test_create_ledger_reads_from_storage
73522025-10-28T00:01:48.812Z PASS [ 0.027s] ( 861/2276) omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
73532025-10-28T00:01:48.831Z PASS [ 0.027s] ( 862/2276) omicron-common zpool_name::test::test_parse_bad_zpool_names
73542025-10-28T00:01:48.834Z PASS [ 0.022s] ( 863/2276) omicron-common zpool_name::test::test_parse_external_zpool_name
73552025-10-28T00:01:48.853Z PASS [ 0.022s] ( 864/2276) omicron-common zpool_name::test::test_parse_internal_zpool_name
73562025-10-28T00:01:48.856Z PASS [ 0.022s] ( 865/2276) omicron-common zpool_name::test::test_parse_zpool_name_json
73572025-10-28T00:01:48.875Z PASS [ 0.022s] ( 866/2276) omicron-common zpool_name::test::test_zpool_name_regex
73582025-10-28T00:01:49.869Z PASS [ 5.217s] ( 867/2276) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
73592025-10-28T00:01:50.206Z PASS [ 19.094s] ( 868/2276) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
73602025-10-28T00:01:50.770Z PASS [ 1.895s] ( 869/2276) omicron-dev::test-omicron-dev test_omicron_dev_no_args
73612025-10-28T00:01:50.770Z PASS [ 1.914s] ( 870/2276) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
73622025-10-28T00:01:50.803Z PASS [ 20.173s] ( 871/2276) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
73632025-10-28T00:01:50.851Z PASS [ 0.081s] ( 872/2276) omicron-gateway management_switch::location_map::tests::test_resolve_location
73642025-10-28T00:01:50.859Z PASS [ 0.089s] ( 873/2276) omicron-gateway management_switch::location_map::tests::test_config_validation
73652025-10-28T00:01:50.981Z PASS [ 0.129s] ( 874/2276) omicron-gateway::test_all integration_tests::config::read_production_smf_config
73662025-10-28T00:01:51.565Z PASS [ 0.706s] ( 875/2276) omicron-gateway::test_all integration_tests::ereports::ereports_basic
73672025-10-28T00:01:51.569Z PASS [ 0.588s] ( 876/2276) omicron-gateway::test_all integration_tests::ereports::ereports_commit
73682025-10-28T00:01:51.569Z PASS [ 0.765s] ( 877/2276) omicron-gateway::test_all integration_tests::component_list::component_list
73692025-10-28T00:01:51.802Z PASS [ 0.237s] ( 878/2276) omicron-gateway::test_all integration_tests::ereports::ereports_limit
73702025-10-28T00:01:51.822Z PASS [ 0.253s] ( 879/2276) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
73712025-10-28T00:01:52.038Z PASS [ 0.469s] ( 880/2276) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
73722025-10-28T00:01:52.078Z PASS [ 0.275s] ( 881/2276) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
73732025-10-28T00:01:52.093Z PASS [ 0.271s] ( 882/2276) omicron-gateway::test_all integration_tests::task_dump::task_dump
73742025-10-28T00:01:52.130Z PASS [ 0.052s] ( 883/2276) omicron-nexus app::alert::tests::test_alert_class_list
73752025-10-28T00:01:56.505Z PASS [ 6.298s] ( 884/2276) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
73762025-10-28T00:02:08.995Z PASS [ 16.864s] ( 885/2276) omicron-nexus app::background::driver::test::test_driver_basic
73772025-10-28T00:02:09.780Z PASS [ 19.909s] ( 886/2276) omicron-dev::test-omicron-dev test_run_all
73782025-10-28T00:02:09.919Z PASS [ 17.825s] ( 887/2276) omicron-nexus app::background::driver::test::test_activation_in_progress
73792025-10-28T00:02:11.601Z PASS [ 100.902s] ( 888/2276) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
73802025-10-28T00:02:12.972Z PASS [ 20.932s] ( 889/2276) omicron-ls-apis::test_dependencies test_api_dependencies
73812025-10-28T00:02:13.101Z PASS [ 16.594s] ( 890/2276) omicron-nexus app::background::init::test::test_dns_propagation_basic
73822025-10-28T00:02:28.260Z PASS [ 16.658s] ( 891/2276) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
73832025-10-28T00:02:30.002Z PASS [ 16.899s] ( 892/2276) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
73842025-10-28T00:02:31.018Z PASS [ 22.020s] ( 893/2276) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
73852025-10-28T00:02:31.617Z PASS [ 21.835s] ( 894/2276) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
73862025-10-28T00:02:31.655Z PASS [ 18.682s] ( 895/2276) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
73872025-10-28T00:02:32.281Z PASS [ 22.359s] ( 896/2276) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
73882025-10-28T00:02:32.327Z PASS [ 0.046s] ( 897/2276) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
73892025-10-28T00:02:35.954Z PASS [ 4.936s] ( 898/2276) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
73902025-10-28T00:02:36.196Z PASS [ 6.195s] ( 899/2276) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
73912025-10-28T00:02:36.655Z PASS [ 5.037s] ( 900/2276) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
73922025-10-28T00:02:36.772Z PASS [ 5.116s] ( 901/2276) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
73932025-10-28T00:02:49.036Z PASS [ 20.774s] ( 902/2276) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
73942025-10-28T00:02:49.463Z PASS [ 17.135s] ( 903/2276) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
73952025-10-28T00:02:52.847Z PASS [ 16.649s] ( 904/2276) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
73962025-10-28T00:02:53.129Z PASS [ 17.174s] ( 905/2276) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
73972025-10-28T00:02:53.593Z PASS [ 16.937s] ( 906/2276) omicron-nexus app::background::tasks::dns_config::test::test_basic
73982025-10-28T00:02:53.652Z PASS [ 16.878s] ( 907/2276) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
73992025-10-28T00:03:07.193Z PASS [ 17.729s] ( 908/2276) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
74002025-10-28T00:03:07.283Z PASS [ 18.245s] ( 909/2276) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
74012025-10-28T00:03:16.544Z PASS [ 23.412s] ( 910/2276) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
74022025-10-28T00:03:17.200Z PASS [ 23.546s] ( 911/2276) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
74032025-10-28T00:03:21.691Z PASS [ 5.145s] ( 912/2276) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
74042025-10-28T00:03:24.112Z PASS [ 16.828s] ( 913/2276) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
74052025-10-28T00:03:30.634Z PASS [ 13.433s] ( 914/2276) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
74062025-10-28T00:03:32.237Z PASS [ 39.387s] ( 915/2276) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
74072025-10-28T00:03:35.266Z PASS [ 28.070s] ( 916/2276) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
74082025-10-28T00:03:38.582Z PASS [ 14.469s] ( 917/2276) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
74092025-10-28T00:03:42.037Z PASS [ 20.345s] ( 918/2276) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
74102025-10-28T00:03:47.002Z PASS [ 16.366s] ( 919/2276) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
74112025-10-28T00:03:48.523Z PASS [ 16.283s] ( 920/2276) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
74122025-10-28T00:03:51.967Z PASS [ 16.699s] ( 921/2276) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
74132025-10-28T00:03:53.599Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
74142025-10-28T00:03:55.376Z PASS [ 61.778s] ( 922/2276) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
74152025-10-28T00:03:55.441Z PASS [ 16.856s] ( 923/2276) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
74162025-10-28T00:03:59.573Z PASS [ 17.535s] ( 924/2276) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
74172025-10-28T00:04:02.990Z PASS [ 15.987s] ( 925/2276) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
74182025-10-28T00:04:05.221Z PASS [ 16.696s] ( 926/2276) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
74192025-10-28T00:04:08.452Z PASS [ 16.484s] ( 927/2276) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
74202025-10-28T00:04:09.044Z PASS [ 3.825s] ( 928/2276) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
74212025-10-28T00:04:12.741Z PASS [ 3.696s] ( 929/2276) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
74222025-10-28T00:04:16.421Z PASS [ 21.043s] ( 930/2276) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
74232025-10-28T00:04:16.950Z PASS [ 17.375s] ( 931/2276) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
74242025-10-28T00:04:17.834Z PASS [ 22.393s] ( 932/2276) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
74252025-10-28T00:04:20.034Z PASS [ 17.042s] ( 933/2276) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
74262025-10-28T00:04:27.329Z PASS [ 18.875s] ( 934/2276) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
74272025-10-28T00:04:31.314Z PASS [ 18.572s] ( 935/2276) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
74282025-10-28T00:04:33.938Z PASS [ 16.987s] ( 936/2276) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
74292025-10-28T00:04:34.937Z PASS [ 18.514s] ( 937/2276) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
74302025-10-28T00:04:35.971Z PASS [ 18.135s] ( 938/2276) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
74312025-10-28T00:04:36.279Z PASS [ 16.243s] ( 939/2276) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
74322025-10-28T00:04:44.009Z PASS [ 16.678s] ( 940/2276) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
74332025-10-28T00:04:44.153Z PASS [ 0.144s] ( 941/2276) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
74342025-10-28T00:04:44.695Z PASS [ 0.542s] ( 942/2276) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
74352025-10-28T00:04:45.146Z PASS [ 0.451s] ( 943/2276) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
74362025-10-28T00:04:45.568Z PASS [ 0.421s] ( 944/2276) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
74372025-10-28T00:04:46.765Z PASS [ 1.197s] ( 945/2276) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
74382025-10-28T00:04:46.823Z PASS [ 0.058s] ( 946/2276) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
74392025-10-28T00:04:46.893Z PASS [ 0.070s] ( 947/2276) omicron-nexus app::deployment::tests::test_is_target_release_change_allowed
74402025-10-28T00:04:47.728Z PASS [ 0.834s] ( 948/2276) omicron-nexus app::external_endpoints::test::test_authority
74412025-10-28T00:04:47.829Z PASS [ 0.101s] ( 949/2276) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
74422025-10-28T00:04:49.057Z PASS [ 1.228s] ( 950/2276) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
74432025-10-28T00:04:49.153Z PASS [ 0.095s] ( 951/2276) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
74442025-10-28T00:04:49.210Z PASS [ 0.058s] ( 952/2276) omicron-nexus app::external_endpoints::test::test_no_endpoint
74452025-10-28T00:04:49.261Z PASS [ 0.051s] ( 953/2276) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
74462025-10-28T00:04:49.316Z PASS [ 0.054s] ( 954/2276) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
74472025-10-28T00:04:49.363Z PASS [ 0.047s] ( 955/2276) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
74482025-10-28T00:04:49.416Z PASS [ 0.053s] ( 956/2276) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
74492025-10-28T00:04:49.479Z PASS [ 0.062s] ( 957/2276) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
74502025-10-28T00:04:49.531Z PASS [ 0.052s] ( 958/2276) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
74512025-10-28T00:04:49.592Z PASS [ 0.061s] ( 959/2276) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
74522025-10-28T00:04:51.228Z PASS [ 16.290s] ( 960/2276) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
74532025-10-28T00:04:51.869Z PASS [ 20.553s] ( 961/2276) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
74542025-10-28T00:04:53.704Z PASS [ 19.764s] ( 962/2276) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
74552025-10-28T00:04:53.750Z PASS [ 0.046s] ( 963/2276) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
74562025-10-28T00:04:54.012Z PASS [ 17.729s] ( 964/2276) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
74572025-10-28T00:04:54.126Z PASS [ 18.153s] ( 965/2276) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
74582025-10-28T00:05:06.457Z PASS [ 16.863s] ( 966/2276) omicron-nexus app::quiesce::test::test_quiesce_easy
74592025-10-28T00:05:07.480Z PASS [ 15.608s] ( 967/2276) omicron-nexus app::quiesce::test::test_quiesce_multi
74602025-10-28T00:05:08.098Z PASS [ 16.866s] ( 968/2276) omicron-nexus app::quiesce::test::test_quiesce_full
74612025-10-28T00:05:14.058Z PASS [ 20.047s] ( 969/2276) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
74622025-10-28T00:05:14.454Z PASS [ 20.326s] ( 970/2276) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
74632025-10-28T00:05:15.147Z PASS [ 21.395s] ( 971/2276) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
74642025-10-28T00:05:26.548Z PASS [ 19.067s] ( 972/2276) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
74652025-10-28T00:05:28.328Z PASS [ 21.869s] ( 973/2276) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
74662025-10-28T00:05:32.151Z PASS [ 24.053s] ( 974/2276) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
74672025-10-28T00:05:32.569Z PASS [ 18.510s] ( 975/2276) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
74682025-10-28T00:05:42.187Z PASS [ 27.037s] ( 976/2276) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
74692025-10-28T00:05:43.571Z PASS [ 29.114s] ( 977/2276) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
74702025-10-28T00:05:53.311Z PASS [ 26.761s] ( 978/2276) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
74712025-10-28T00:05:54.821Z PASS [ 26.490s] ( 979/2276) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
74722025-10-28T00:05:57.366Z PASS [ 24.795s] ( 980/2276) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
74732025-10-28T00:05:57.569Z PASS [ 25.416s] ( 981/2276) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
74742025-10-28T00:06:09.249Z PASS [ 27.060s] ( 982/2276) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
74752025-10-28T00:06:09.853Z PASS [ 26.280s] ( 983/2276) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
74762025-10-28T00:06:17.700Z PASS [ 24.349s] ( 984/2276) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
74772025-10-28T00:06:20.431Z PASS [ 22.860s] ( 985/2276) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
74782025-10-28T00:06:20.868Z PASS [ 23.500s] ( 986/2276) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
74792025-10-28T00:06:21.982Z PASS [ 27.157s] ( 987/2276) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
74802025-10-28T00:06:32.019Z PASS [ 22.767s] ( 988/2276) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
74812025-10-28T00:06:41.591Z PASS [ 23.926s] ( 989/2276) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
74822025-10-28T00:06:43.371Z PASS [ 22.938s] ( 990/2276) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
74832025-10-28T00:06:46.309Z PASS [ 25.439s] ( 991/2276) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
74842025-10-28T00:06:57.389Z PASS [ 25.368s] ( 992/2276) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
74852025-10-28T00:07:07.286Z PASS [ 25.693s] ( 993/2276) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
74862025-10-28T00:07:09.861Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
74872025-10-28T00:07:10.990Z PASS [ 24.678s] ( 994/2276) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
74882025-10-28T00:07:21.988Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
74892025-10-28T00:07:24.282Z PASS [ 26.891s] ( 995/2276) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
74902025-10-28T00:07:35.421Z PASS [ 85.560s] ( 996/2276) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
74912025-10-28T00:07:39.576Z PASS [ 28.584s] ( 997/2276) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
74922025-10-28T00:07:43.377Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
74932025-10-28T00:07:53.622Z PASS [ 29.337s] ( 998/2276) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
74942025-10-28T00:08:07.292Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
74952025-10-28T00:08:09.155Z PASS [ 29.577s] ( 999/2276) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
74962025-10-28T00:08:21.994Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
74972025-10-28T00:08:22.231Z PASS [ 120.241s] (1000/2276) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
74982025-10-28T00:08:25.643Z PASS [ 32.018s] (1001/2276) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
74992025-10-28T00:08:35.428Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
75002025-10-28T00:08:43.385Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
75012025-10-28T00:08:48.662Z PASS [ 125.279s] (1002/2276) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
75022025-10-28T00:08:53.034Z PASS [ 30.799s] (1003/2276) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
75032025-10-28T00:08:55.560Z PASS [ 29.914s] (1004/2276) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
75042025-10-28T00:09:05.687Z PASS [ 90.258s] (1005/2276) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
75052025-10-28T00:09:07.298Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
75062025-10-28T00:09:09.162Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
75072025-10-28T00:09:21.790Z PASS [ 28.755s] (1006/2276) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
75082025-10-28T00:09:24.479Z PASS [ 28.917s] (1007/2276) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
75092025-10-28T00:09:48.668Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
75102025-10-28T00:09:49.969Z PASS [ 28.177s] (1008/2276) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
75112025-10-28T00:10:05.693Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
75122025-10-28T00:10:07.305Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
75132025-10-28T00:10:09.168Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
75142025-10-28T00:10:11.065Z PASS [ 82.397s] (1009/2276) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
75152025-10-28T00:10:19.819Z PASS [ 29.847s] (1010/2276) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
75162025-10-28T00:10:23.446Z PASS [ 134.279s] (1011/2276) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
75172025-10-28T00:10:24.486Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
75182025-10-28T00:10:38.148Z PASS [ 210.844s] (1012/2276) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
75192025-10-28T00:10:41.078Z PASS [ 30.010s] (1013/2276) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
75202025-10-28T00:10:48.428Z PASS [ 24.978s] (1014/2276) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
75212025-10-28T00:10:55.868Z PASS [ 17.718s] (1015/2276) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
75222025-10-28T00:10:56.376Z PASS [ 36.551s] (1016/2276) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
75232025-10-28T00:10:58.460Z PASS [ 17.380s] (1017/2276) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
75242025-10-28T00:11:05.698Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
75252025-10-28T00:11:12.385Z PASS [ 23.956s] (1018/2276) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
75262025-10-28T00:11:12.610Z PASS [ 16.739s] (1019/2276) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
75272025-10-28T00:11:12.669Z PASS [ 126.972s] (1020/2276) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
75282025-10-28T00:11:12.872Z PASS [ 108.383s] (1021/2276) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
75292025-10-28T00:11:14.569Z PASS [ 16.049s] (1022/2276) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
75302025-10-28T00:11:19.275Z PASS [ 22.899s] (1023/2276) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
75312025-10-28T00:11:36.695Z PASS [ 17.419s] (1024/2276) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
75322025-10-28T00:11:36.750Z PASS [ 0.055s] (1025/2276) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
75332025-10-28T00:11:38.451Z PASS [ 26.065s] (1026/2276) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
75342025-10-28T00:11:38.458Z PASS [ 25.847s] (1027/2276) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
75352025-10-28T00:11:38.776Z PASS [ 25.903s] (1028/2276) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
75362025-10-28T00:11:39.032Z PASS [ 26.362s] (1029/2276) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
75372025-10-28T00:11:40.205Z PASS [ 25.693s] (1030/2276) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
75382025-10-28T00:11:55.651Z PASS [ 16.874s] (1031/2276) omicron-nexus app::sagas::test_saga::test_saga_stuck
75392025-10-28T00:11:59.355Z PASS [ 20.320s] (1032/2276) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
75402025-10-28T00:12:00.006Z PASS [ 19.799s] (1033/2276) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
75412025-10-28T00:12:00.807Z PASS [ 24.055s] (1034/2276) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
75422025-10-28T00:12:09.710Z PASS [ 31.249s] (1035/2276) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
75432025-10-28T00:12:11.039Z PASS [ 32.584s] (1036/2276) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
75442025-10-28T00:12:13.254Z PASS [ 17.601s] (1037/2276) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
75452025-10-28T00:12:13.301Z PASS [ 0.046s] (1038/2276) omicron-nexus external_api::console_api::test::test_accept_gz
75462025-10-28T00:12:13.348Z PASS [ 0.047s] (1039/2276) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
75472025-10-28T00:12:13.393Z PASS [ 0.045s] (1040/2276) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
75482025-10-28T00:12:13.438Z PASS [ 0.044s] (1041/2276) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
75492025-10-28T00:12:13.478Z PASS [ 0.040s] (1042/2276) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
75502025-10-28T00:12:13.522Z PASS [ 0.044s] (1043/2276) omicron-nexus external_api::console_api::test::test_find_file_finds_file
75512025-10-28T00:12:13.564Z PASS [ 0.041s] (1044/2276) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
75522025-10-28T00:12:13.610Z PASS [ 0.045s] (1045/2276) omicron-nexus external_api::console_api::test::test_relative_uri
75532025-10-28T00:12:13.657Z PASS [ 0.048s] (1046/2276) omicron-nexus external_api::http_entrypoints::tests::test_is_new_target_release_version_allowed
75542025-10-28T00:12:14.793Z PASS [ 3.753s] (1047/2276) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
75552025-10-28T00:12:16.824Z PASS [ 17.468s] (1048/2276) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
75562025-10-28T00:12:17.899Z PASS [ 17.890s] (1049/2276) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
75572025-10-28T00:12:18.924Z PASS [ 18.114s] (1050/2276) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
75582025-10-28T00:12:27.853Z PASS [ 18.142s] (1051/2276) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
75592025-10-28T00:12:31.606Z PASS [ 16.813s] (1052/2276) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
75602025-10-28T00:12:31.697Z PASS [ 14.871s] (1053/2276) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
75612025-10-28T00:12:41.153Z PASS [ 23.252s] (1054/2276) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
75622025-10-28T00:12:42.235Z PASS [ 23.310s] (1055/2276) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
75632025-10-28T00:12:47.939Z PASS [ 34.276s] (1056/2276) omicron-nexus populate::test::test_populators
75642025-10-28T00:12:52.422Z PASS [ 20.814s] (1057/2276) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
75652025-10-28T00:12:53.980Z PASS [ 22.276s] (1058/2276) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
75662025-10-28T00:13:00.379Z PASS [ 32.524s] (1059/2276) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
75672025-10-28T00:13:03.560Z PASS [ 22.406s] (1060/2276) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
75682025-10-28T00:13:08.866Z PASS [ 20.927s] (1061/2276) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
75692025-10-28T00:13:10.801Z PASS [ 18.377s] (1062/2276) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
75702025-10-28T00:13:10.823Z PASS [ 1.957s] (1063/2276) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
75712025-10-28T00:13:11.367Z PASS [ 0.544s] (1064/2276) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
75722025-10-28T00:13:12.439Z PASS [ 1.638s] (1065/2276) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
75732025-10-28T00:13:15.860Z PASS [ 33.622s] (1066/2276) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
75742025-10-28T00:13:20.738Z PASS [ 26.761s] (1067/2276) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
75752025-10-28T00:13:20.836Z PASS [ 20.455s] (1068/2276) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
75762025-10-28T00:13:25.775Z PASS [ 22.212s] (1069/2276) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
75772025-10-28T00:13:29.086Z PASS [ 17.718s] (1070/2276) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
75782025-10-28T00:13:29.640Z PASS [ 17.199s] (1071/2276) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
75792025-10-28T00:13:33.343Z PASS [ 17.482s] (1072/2276) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
75802025-10-28T00:13:38.147Z PASS [ 17.407s] (1073/2276) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
75812025-10-28T00:13:38.700Z PASS [ 17.862s] (1074/2276) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
75822025-10-28T00:13:42.011Z PASS [ 16.235s] (1075/2276) omicron-nexus::test_all integration_tests::basic::test_basic_failures
75832025-10-28T00:13:44.936Z PASS [ 15.848s] (1076/2276) omicron-nexus::test_all integration_tests::basic::test_ping
75842025-10-28T00:13:52.950Z PASS [ 23.309s] (1077/2276) omicron-nexus::test_all integration_tests::basic::test_projects_basic
75852025-10-28T00:13:54.585Z PASS [ 16.436s] (1078/2276) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
75862025-10-28T00:13:54.933Z PASS [ 16.232s] (1079/2276) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
75872025-10-28T00:13:56.443Z PASS [ 14.431s] (1080/2276) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
75882025-10-28T00:13:59.205Z PASS [ 25.859s] (1081/2276) omicron-nexus::test_all integration_tests::basic::test_projects_list
75892025-10-28T00:13:59.789Z PASS [ 14.852s] (1082/2276) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
75902025-10-28T00:14:09.294Z PASS [ 16.341s] (1083/2276) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
75912025-10-28T00:14:12.397Z PASS [ 17.461s] (1084/2276) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
75922025-10-28T00:14:12.397Z PASS [ 17.810s] (1085/2276) omicron-nexus::test_all integration_tests::certificates::test_crud
75932025-10-28T00:14:13.688Z PASS [ 1.291s] (1086/2276) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
75942025-10-28T00:14:13.688Z PASS [ 1.291s] (1087/2276) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
75952025-10-28T00:14:13.814Z PASS [ 0.126s] (1088/2276) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
75962025-10-28T00:14:15.499Z PASS [ 15.705s] (1089/2276) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
75972025-10-28T00:14:15.616Z PASS [ 16.409s] (1090/2276) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
75982025-10-28T00:14:18.594Z PASS [ 22.147s] (1091/2276) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
75992025-10-28T00:14:26.034Z PASS [ 16.737s] (1092/2276) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
76002025-10-28T00:14:29.537Z PASS [ 15.848s] (1093/2276) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
76012025-10-28T00:14:30.648Z PASS [ 16.830s] (1094/2276) omicron-nexus::test_all integration_tests::console_api::test_assets
76022025-10-28T00:14:32.060Z PASS [ 16.562s] (1095/2276) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
76032025-10-28T00:14:35.467Z PASS [ 19.850s] (1096/2276) omicron-nexus::test_all integration_tests::console_api::test_console_pages
76042025-10-28T00:14:39.077Z PASS [ 20.482s] (1097/2276) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
76052025-10-28T00:14:42.142Z PASS [ 16.107s] (1098/2276) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
76062025-10-28T00:14:47.808Z PASS [ 18.269s] (1099/2276) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
76072025-10-28T00:14:48.197Z PASS [ 17.550s] (1100/2276) omicron-nexus::test_all integration_tests::console_api::test_session_me
76082025-10-28T00:14:48.428Z PASS [ 16.354s] (1101/2276) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
76092025-10-28T00:14:54.845Z PASS [ 15.101s] (1102/2276) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
76102025-10-28T00:14:57.750Z PASS [ 22.281s] (1103/2276) omicron-nexus::test_all integration_tests::console_api::test_sessions
76112025-10-28T00:15:14.727Z PASS [ 32.581s] (1104/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
76122025-10-28T00:15:17.624Z PASS [ 29.807s] (1105/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
76132025-10-28T00:15:19.212Z PASS [ 31.005s] (1106/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
76142025-10-28T00:15:20.297Z PASS [ 31.839s] (1107/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
76152025-10-28T00:15:34.293Z PASS [ 40.097s] (1108/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
76162025-10-28T00:15:39.069Z PASS [ 41.315s] (1109/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
76172025-10-28T00:15:50.910Z PASS [ 33.254s] (1110/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
76182025-10-28T00:15:54.025Z PASS [ 39.255s] (1111/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
76192025-10-28T00:15:55.822Z PASS [ 35.528s] (1112/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
76202025-10-28T00:16:00.015Z PASS [ 40.769s] (1113/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
76212025-10-28T00:16:10.561Z PASS [ 36.276s] (1114/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
76222025-10-28T00:16:14.855Z PASS [ 23.975s] (1115/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
76232025-10-28T00:16:39.078Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
76242025-10-28T00:16:43.853Z PASS [ 43.871s] (1116/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
76252025-10-28T00:16:44.514Z PASS [ 65.436s] (1117/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
76262025-10-28T00:16:54.046Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
76272025-10-28T00:16:55.795Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
76282025-10-28T00:16:58.218Z PASS [ 47.654s] (1118/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
76292025-10-28T00:17:10.257Z PASS [ 55.400s] (1119/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
76302025-10-28T00:17:16.078Z PASS [ 80.283s] (1120/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
76312025-10-28T00:17:16.348Z PASS [ 82.358s] (1121/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
76322025-10-28T00:17:18.689Z PASS [ 20.470s] (1122/2276) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
76332025-10-28T00:17:33.160Z PASS [ 17.080s] (1123/2276) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
76342025-10-28T00:17:37.176Z PASS [ 26.916s] (1124/2276) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
76352025-10-28T00:17:37.997Z PASS [ 21.646s] (1125/2276) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
76362025-10-28T00:17:39.065Z PASS [ 20.373s] (1126/2276) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
76372025-10-28T00:17:43.858Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
76382025-10-28T00:17:44.516Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
76392025-10-28T00:17:49.315Z PASS [ 16.153s] (1127/2276) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
76402025-10-28T00:18:01.439Z PASS [ 77.581s] (1128/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
76412025-10-28T00:18:06.171Z PASS [ 28.172s] (1129/2276) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
76422025-10-28T00:18:12.835Z PASS [ 23.519s] (1130/2276) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
76432025-10-28T00:18:12.893Z PASS [ 33.827s] (1131/2276) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
76442025-10-28T00:18:16.638Z PASS [ 92.121s] (1132/2276) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
76452025-10-28T00:18:24.405Z PASS [ 22.963s] (1133/2276) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
76462025-10-28T00:18:29.261Z PASS [ 23.088s] (1134/2276) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
76472025-10-28T00:18:34.847Z PASS [ 21.952s] (1135/2276) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
76482025-10-28T00:18:35.382Z PASS [ 22.545s] (1136/2276) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
76492025-10-28T00:18:37.182Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
76502025-10-28T00:18:40.193Z PASS [ 63.013s] (1137/2276) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
76512025-10-28T00:18:45.790Z PASS [ 21.384s] (1138/2276) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
76522025-10-28T00:18:51.353Z PASS [ 22.090s] (1139/2276) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
76532025-10-28T00:18:52.542Z PASS [ 17.691s] (1140/2276) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
76542025-10-28T00:18:54.410Z PASS [ 19.026s] (1141/2276) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
76552025-10-28T00:18:56.902Z PASS [ 40.261s] (1142/2276) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
76562025-10-28T00:19:01.737Z PASS [ 21.541s] (1143/2276) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
76572025-10-28T00:19:03.596Z PASS [ 17.805s] (1144/2276) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
76582025-10-28T00:19:14.831Z PASS [ 23.476s] (1145/2276) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
76592025-10-28T00:19:17.444Z PASS [ 23.032s] (1146/2276) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
76602025-10-28T00:19:20.428Z PASS [ 23.522s] (1147/2276) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
76612025-10-28T00:19:25.754Z PASS [ 24.015s] (1148/2276) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
76622025-10-28T00:19:26.451Z PASS [ 33.907s] (1149/2276) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
76632025-10-28T00:19:30.641Z PASS [ 27.042s] (1150/2276) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
76642025-10-28T00:19:40.724Z PASS [ 25.891s] (1151/2276) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
76652025-10-28T00:19:43.483Z PASS [ 26.036s] (1152/2276) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
76662025-10-28T00:19:44.539Z PASS [ 24.107s] (1153/2276) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
76672025-10-28T00:19:49.063Z PASS [ 22.609s] (1154/2276) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
76682025-10-28T00:19:49.621Z PASS [ 23.863s] (1155/2276) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
76692025-10-28T00:19:54.937Z PASS [ 24.294s] (1156/2276) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
76702025-10-28T00:20:01.483Z PASS [ 20.757s] (1157/2276) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
76712025-10-28T00:20:04.213Z PASS [ 20.727s] (1158/2276) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
76722025-10-28T00:20:09.421Z PASS [ 24.883s] (1159/2276) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
76732025-10-28T00:20:12.290Z PASS [ 23.226s] (1160/2276) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
76742025-10-28T00:20:18.058Z PASS [ 23.119s] (1161/2276) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
76752025-10-28T00:20:18.402Z PASS [ 28.780s] (1162/2276) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
76762025-10-28T00:20:25.937Z PASS [ 24.451s] (1163/2276) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
76772025-10-28T00:20:32.824Z PASS [ 28.610s] (1164/2276) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
76782025-10-28T00:20:36.179Z PASS [ 18.119s] (1165/2276) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
76792025-10-28T00:20:43.954Z PASS [ 25.544s] (1166/2276) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
76802025-10-28T00:20:44.473Z PASS [ 35.049s] (1167/2276) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
76812025-10-28T00:20:45.007Z PASS [ 19.069s] (1168/2276) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
76822025-10-28T00:20:47.447Z PASS [ 35.155s] (1169/2276) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
76832025-10-28T00:20:54.619Z PASS [ 18.437s] (1170/2276) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
76842025-10-28T00:21:00.196Z PASS [ 27.369s] (1171/2276) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
76852025-10-28T00:21:02.119Z PASS [ 18.169s] (1172/2276) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
76862025-10-28T00:21:02.771Z PASS [ 18.297s] (1173/2276) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
76872025-10-28T00:21:03.904Z PASS [ 18.895s] (1174/2276) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
76882025-10-28T00:21:05.837Z PASS [ 18.388s] (1175/2276) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
76892025-10-28T00:21:13.142Z PASS [ 18.523s] (1176/2276) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
76902025-10-28T00:21:22.463Z PASS [ 22.264s] (1177/2276) omicron-nexus::test_all integration_tests::images::test_image_create
76912025-10-28T00:21:25.513Z PASS [ 23.390s] (1178/2276) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
76922025-10-28T00:21:27.502Z PASS [ 23.596s] (1179/2276) omicron-nexus::test_all integration_tests::images::test_image_promotion
76932025-10-28T00:21:27.787Z PASS [ 25.014s] (1180/2276) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
76942025-10-28T00:21:29.400Z PASS [ 23.561s] (1181/2276) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
76952025-10-28T00:21:33.998Z PASS [ 20.854s] (1182/2276) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
76962025-10-28T00:21:34.669Z PASS [ 6.880s] (1183/2276) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
76972025-10-28T00:21:35.504Z PASS [ 6.104s] (1184/2276) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
76982025-10-28T00:21:37.718Z PASS [ 3.717s] (1185/2276) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
76992025-10-28T00:21:41.888Z PASS [ 19.424s] (1186/2276) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
77002025-10-28T00:21:43.170Z PASS [ 15.667s] (1187/2276) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
77012025-10-28T00:21:43.801Z PASS [ 18.287s] (1188/2276) omicron-nexus::test_all integration_tests::images::test_silo_image_create
77022025-10-28T00:21:43.833Z PASS [ 9.163s] (1189/2276) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
77032025-10-28T00:22:05.019Z PASS [ 22.250s] (1190/2276) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
77042025-10-28T00:22:05.184Z PASS [ 27.466s] (1191/2276) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
77052025-10-28T00:22:08.093Z PASS [ 32.585s] (1192/2276) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
77062025-10-28T00:22:12.107Z PASS [ 26.168s] (1193/2276) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
77072025-10-28T00:22:12.119Z PASS [ 25.920s] (1194/2276) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
77082025-10-28T00:22:12.120Z PASS [ 26.916s] (1195/2276) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
77092025-10-28T00:22:25.885Z PASS [ 17.791s] (1196/2276) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
77102025-10-28T00:22:28.543Z PASS [ 19.200s] (1197/2276) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
77112025-10-28T00:22:31.491Z PASS [ 26.305s] (1198/2276) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
77122025-10-28T00:22:36.614Z PASS [ 26.882s] (1199/2276) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
77132025-10-28T00:22:37.172Z PASS [ 33.028s] (1200/2276) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
77142025-10-28T00:22:42.931Z PASS [ 17.044s] (1201/2276) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
77152025-10-28T00:22:42.931Z PASS [ 32.176s] (1202/2276) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
77162025-10-28T00:22:53.240Z PASS [ 21.746s] (1203/2276) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
77172025-10-28T00:22:57.344Z PASS [ 20.734s] (1204/2276) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
77182025-10-28T00:23:00.812Z PASS [ 32.267s] (1205/2276) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
77192025-10-28T00:23:05.962Z PASS [ 23.029s] (1206/2276) omicron-nexus::test_all integration_tests::instances::test_instance_access
77202025-10-28T00:23:09.928Z PASS [ 16.687s] (1207/2276) omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
77212025-10-28T00:23:16.464Z PASS [ 33.530s] (1208/2276) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
77222025-10-28T00:23:22.357Z PASS [ 25.012s] (1209/2276) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
77232025-10-28T00:23:27.628Z PASS [ 50.453s] (1210/2276) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
77242025-10-28T00:23:29.840Z PASS [ 29.025s] (1211/2276) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
77252025-10-28T00:23:34.834Z PASS [ 28.870s] (1212/2276) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
77262025-10-28T00:23:42.939Z PASS [ 29.211s] (1213/2276) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
77272025-10-28T00:23:43.536Z PASS [ 27.071s] (1214/2276) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
77282025-10-28T00:23:49.844Z PASS [ 27.484s] (1215/2276) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
77292025-10-28T00:23:52.121Z PASS [ 22.279s] (1216/2276) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
77302025-10-28T00:23:52.576Z PASS [ 24.942s] (1217/2276) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
77312025-10-28T00:24:00.546Z PASS [ 25.709s] (1218/2276) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
77322025-10-28T00:24:09.468Z PASS [ 30.324s] (1219/2276) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
77332025-10-28T00:24:12.099Z PASS [ 22.226s] (1220/2276) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
77342025-10-28T00:24:12.691Z PASS [ 20.569s] (1221/2276) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
77352025-10-28T00:24:16.516Z PASS [ 23.941s] (1222/2276) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
77362025-10-28T00:24:23.371Z PASS [ 39.831s] (1223/2276) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
77372025-10-28T00:24:26.185Z PASS [ 25.637s] (1224/2276) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
77382025-10-28T00:24:34.431Z PASS [ 24.961s] (1225/2276) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
77392025-10-28T00:24:37.527Z PASS [ 24.834s] (1226/2276) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
77402025-10-28T00:24:39.026Z PASS [ 26.953s] (1227/2276) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
77412025-10-28T00:24:41.230Z PASS [ 24.705s] (1228/2276) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
77422025-10-28T00:25:03.787Z PASS [ 29.353s] (1229/2276) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
77432025-10-28T00:25:05.875Z PASS [ 26.845s] (1230/2276) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
77442025-10-28T00:25:07.296Z PASS [ 29.766s] (1231/2276) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
77452025-10-28T00:25:08.126Z PASS [ 41.936s] (1232/2276) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
77462025-10-28T00:25:09.120Z PASS [ 27.895s] (1233/2276) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
77472025-10-28T00:25:23.378Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
77482025-10-28T00:25:25.516Z PASS [ 62.140s] (1234/2276) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
77492025-10-28T00:25:28.165Z PASS [ 22.289s] (1235/2276) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
77502025-10-28T00:25:28.852Z PASS [ 21.555s] (1236/2276) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
77512025-10-28T00:25:30.148Z PASS [ 26.359s] (1237/2276) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
77522025-10-28T00:25:42.662Z PASS [ 34.534s] (1238/2276) omicron-nexus::test_all integration_tests::instances::test_instance_serial
77532025-10-28T00:25:44.411Z PASS [ 18.893s] (1239/2276) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
77542025-10-28T00:25:45.705Z PASS [ 16.851s] (1240/2276) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
77552025-10-28T00:25:49.355Z PASS [ 40.231s] (1241/2276) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
77562025-10-28T00:25:58.458Z PASS [ 28.308s] (1242/2276) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
77572025-10-28T00:25:58.964Z PASS [ 30.796s] (1243/2276) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
77582025-10-28T00:26:00.170Z PASS [ 17.506s] (1244/2276) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
77592025-10-28T00:26:06.581Z PASS [ 17.224s] (1245/2276) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
77602025-10-28T00:26:08.468Z PASS [ 22.762s] (1246/2276) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
77612025-10-28T00:26:08.532Z PASS [ 24.118s] (1247/2276) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
77622025-10-28T00:26:21.688Z PASS [ 23.227s] (1248/2276) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
77632025-10-28T00:26:22.121Z PASS [ 23.155s] (1249/2276) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
77642025-10-28T00:26:23.969Z PASS [ 15.435s] (1250/2276) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
77652025-10-28T00:26:28.151Z PASS [ 21.568s] (1251/2276) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
77662025-10-28T00:26:33.217Z PASS [ 33.044s] (1252/2276) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
77672025-10-28T00:26:35.172Z PASS [ 26.701s] (1253/2276) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
77682025-10-28T00:26:38.920Z PASS [ 17.231s] (1254/2276) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
77692025-10-28T00:26:39.486Z PASS [ 17.363s] (1255/2276) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
77702025-10-28T00:26:42.198Z PASS [ 18.227s] (1256/2276) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
77712025-10-28T00:26:48.873Z PASS [ 15.654s] (1257/2276) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
77722025-10-28T00:26:55.764Z PASS [ 27.611s] (1258/2276) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
77732025-10-28T00:27:04.568Z PASS [ 25.647s] (1259/2276) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
77742025-10-28T00:27:04.748Z PASS [ 25.260s] (1260/2276) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
77752025-10-28T00:27:05.113Z PASS [ 29.938s] (1261/2276) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
77762025-10-28T00:27:09.574Z PASS [ 27.373s] (1262/2276) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
77772025-10-28T00:27:14.122Z PASS [ 25.246s] (1263/2276) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
77782025-10-28T00:27:14.625Z PASS [ 18.859s] (1264/2276) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
77792025-10-28T00:27:21.980Z PASS [ 17.230s] (1265/2276) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
77802025-10-28T00:27:24.848Z PASS [ 19.733s] (1266/2276) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
77812025-10-28T00:27:27.469Z PASS [ 17.894s] (1267/2276) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
77822025-10-28T00:27:30.235Z PASS [ 25.664s] (1268/2276) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
77832025-10-28T00:27:30.559Z PASS [ 15.932s] (1269/2276) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
77842025-10-28T00:27:30.559Z PASS [ 16.435s] (1270/2276) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
77852025-10-28T00:27:37.293Z PASS [ 15.312s] (1271/2276) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
77862025-10-28T00:27:41.060Z PASS [ 16.211s] (1272/2276) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
77872025-10-28T00:27:44.020Z PASS [ 16.549s] (1273/2276) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
77882025-10-28T00:27:48.065Z PASS [ 17.828s] (1274/2276) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
77892025-10-28T00:27:49.268Z PASS [ 18.708s] (1275/2276) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
77902025-10-28T00:27:50.130Z PASS [ 19.570s] (1276/2276) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
77912025-10-28T00:27:57.185Z PASS [ 16.123s] (1277/2276) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
77922025-10-28T00:27:59.360Z PASS [ 22.065s] (1278/2276) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
77932025-10-28T00:28:03.011Z PASS [ 18.990s] (1279/2276) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
77942025-10-28T00:28:05.251Z PASS [ 15.981s] (1280/2276) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
77952025-10-28T00:28:06.566Z PASS [ 16.435s] (1281/2276) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
77962025-10-28T00:28:14.438Z PASS [ 26.371s] (1282/2276) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
77972025-10-28T00:28:21.449Z PASS [ 18.436s] (1283/2276) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
77982025-10-28T00:28:24.867Z PASS [ 18.299s] (1284/2276) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
77992025-10-28T00:28:26.625Z PASS [ 29.438s] (1285/2276) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
78002025-10-28T00:28:30.176Z PASS [ 15.736s] (1286/2276) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
78012025-10-28T00:28:40.745Z PASS [ 35.492s] (1287/2276) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
78022025-10-28T00:28:41.421Z PASS [ 19.970s] (1288/2276) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
78032025-10-28T00:28:46.325Z PASS [ 46.961s] (1289/2276) omicron-nexus::test_all integration_tests::metrics::test_metrics
78042025-10-28T00:28:52.792Z PASS [ 22.614s] (1290/2276) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
78052025-10-28T00:28:54.012Z PASS [ 29.143s] (1291/2276) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
78062025-10-28T00:29:02.987Z PASS [ 21.564s] (1292/2276) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
78072025-10-28T00:29:03.187Z PASS [ 22.439s] (1293/2276) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
78082025-10-28T00:29:07.674Z PASS [ 41.045s] (1294/2276) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
78092025-10-28T00:29:16.524Z PASS [ 22.509s] (1295/2276) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
78102025-10-28T00:29:26.076Z PASS [ 39.747s] (1296/2276) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
78112025-10-28T00:29:32.961Z PASS [ 40.166s] (1297/2276) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
78122025-10-28T00:29:34.548Z PASS [ 31.359s] (1298/2276) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
78132025-10-28T00:29:35.217Z PASS [ 27.541s] (1299/2276) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
78142025-10-28T00:29:41.591Z PASS [ 38.491s] (1300/2276) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
78152025-10-28T00:29:44.809Z PASS [ 28.283s] (1301/2276) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
78162025-10-28T00:29:49.133Z PASS [ 21.475s] (1302/2276) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
78172025-10-28T00:30:00.616Z PASS [ 19.132s] (1303/2276) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
78182025-10-28T00:30:01.724Z PASS [ 16.913s] (1304/2276) omicron-nexus::test_all integration_tests::projects::test_project_deletion
78192025-10-28T00:30:03.906Z PASS [ 16.350s] (1305/2276) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
78202025-10-28T00:30:12.519Z PASS [ 39.555s] (1306/2276) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
78212025-10-28T00:30:16.260Z PASS [ 41.708s] (1307/2276) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
78222025-10-28T00:30:18.490Z PASS [ 17.873s] (1308/2276) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
78232025-10-28T00:30:24.443Z PASS [ 22.717s] (1309/2276) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
78242025-10-28T00:30:27.274Z PASS [ 23.368s] (1310/2276) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
78252025-10-28T00:30:30.379Z PASS [ 17.859s] (1311/2276) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
78262025-10-28T00:30:35.224Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
78272025-10-28T00:30:38.491Z PASS [ 22.228s] (1312/2276) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
78282025-10-28T00:30:38.491Z PASS [ 63.268s] (1313/2276) omicron-nexus::test_all integration_tests::password_login::test_local_users
78292025-10-28T00:30:43.347Z PASS [ 24.855s] (1314/2276) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
78302025-10-28T00:30:43.544Z PASS [ 19.099s] (1315/2276) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
78312025-10-28T00:30:45.494Z PASS [ 18.218s] (1316/2276) omicron-nexus::test_all integration_tests::projects::test_projects
78322025-10-28T00:30:47.806Z PASS [ 17.426s] (1317/2276) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
78332025-10-28T00:30:57.851Z PASS [ 19.360s] (1318/2276) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
78342025-10-28T00:30:58.071Z PASS [ 19.580s] (1319/2276) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
78352025-10-28T00:30:59.762Z PASS [ 16.217s] (1320/2276) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
78362025-10-28T00:31:01.295Z PASS [ 15.800s] (1321/2276) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
78372025-10-28T00:31:05.809Z PASS [ 17.999s] (1322/2276) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
78382025-10-28T00:31:15.162Z PASS [ 17.309s] (1323/2276) omicron-nexus::test_all integration_tests::rack::test_sled_add
78392025-10-28T00:31:15.290Z PASS [ 17.217s] (1324/2276) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
78402025-10-28T00:31:16.544Z PASS [ 16.780s] (1325/2276) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
78412025-10-28T00:31:19.610Z PASS [ 18.314s] (1326/2276) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
78422025-10-28T00:31:20.782Z PASS [ 14.973s] (1327/2276) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
78432025-10-28T00:31:25.293Z PASS [ 41.942s] (1328/2276) omicron-nexus::test_all integration_tests::quotas::test_quotas
78442025-10-28T00:31:31.768Z PASS [ 16.604s] (1329/2276) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
78452025-10-28T00:31:32.039Z PASS [ 0.271s] (1330/2276) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
78462025-10-28T00:31:32.195Z PASS [ 0.156s] (1331/2276) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
78472025-10-28T00:31:32.336Z PASS [ 0.141s] (1332/2276) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
78482025-10-28T00:31:32.592Z PASS [ 0.256s] (1333/2276) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
78492025-10-28T00:31:32.740Z PASS [ 0.148s] (1334/2276) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
78502025-10-28T00:31:35.955Z PASS [ 20.664s] (1335/2276) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
78512025-10-28T00:31:36.315Z PASS [ 19.769s] (1336/2276) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
78522025-10-28T00:31:40.217Z PASS [ 19.432s] (1337/2276) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
78532025-10-28T00:31:43.362Z PASS [ 23.749s] (1338/2276) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
78542025-10-28T00:31:45.182Z PASS [ 19.887s] (1339/2276) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
78552025-10-28T00:31:49.349Z PASS [ 16.607s] (1340/2276) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
78562025-10-28T00:31:49.544Z PASS [ 0.194s] (1341/2276) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
78572025-10-28T00:31:52.714Z PASS [ 16.398s] (1342/2276) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
78582025-10-28T00:31:53.387Z PASS [ 17.430s] (1343/2276) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
78592025-10-28T00:31:53.524Z PASS [ 0.137s] (1344/2276) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
78602025-10-28T00:31:53.647Z PASS [ 0.123s] (1345/2276) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
78612025-10-28T00:31:56.055Z PASS [ 15.837s] (1346/2276) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
78622025-10-28T00:31:59.932Z PASS [ 16.568s] (1347/2276) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
78632025-10-28T00:32:01.925Z PASS [ 16.741s] (1348/2276) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
78642025-10-28T00:32:08.653Z PASS [ 19.108s] (1349/2276) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
78652025-10-28T00:32:10.369Z PASS [ 16.720s] (1350/2276) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
78662025-10-28T00:32:10.701Z PASS [ 17.985s] (1351/2276) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
78672025-10-28T00:32:11.913Z PASS [ 15.857s] (1352/2276) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
78682025-10-28T00:32:13.674Z PASS [ 13.740s] (1353/2276) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
78692025-10-28T00:32:14.048Z PASS [ 2.133s] (1354/2276) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
78702025-10-28T00:32:14.669Z PASS [ 12.742s] (1355/2276) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
78712025-10-28T00:32:15.847Z PASS [ 1.799s] (1356/2276) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
78722025-10-28T00:32:17.387Z PASS [ 1.540s] (1357/2276) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
78732025-10-28T00:32:18.977Z PASS [ 1.590s] (1358/2276) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
78742025-10-28T00:32:20.507Z PASS [ 1.529s] (1359/2276) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
78752025-10-28T00:32:22.101Z PASS [ 1.593s] (1360/2276) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
78762025-10-28T00:33:21.019Z PASS [ 58.914s] (1361/2276) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
78772025-10-28T00:33:22.165Z PASS [ 1.146s] (1362/2276) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
78782025-10-28T00:34:04.913Z PASS [ 42.744s] (1363/2276) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
78792025-10-28T00:34:37.465Z PASS [ 32.549s] (1364/2276) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
78802025-10-28T00:35:15.499Z PASS [ 38.031s] (1365/2276) omicron-nexus::test_all integration_tests::schema::validate_data_migration
78812025-10-28T00:35:26.300Z PASS [ 10.800s] (1366/2276) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
78822025-10-28T00:35:26.331Z PASS [ 10.831s] (1367/2276) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
78832025-10-28T00:35:37.051Z PASS [ 10.750s] (1368/2276) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
78842025-10-28T00:35:37.286Z PASS [ 10.951s] (1369/2276) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
78852025-10-28T00:35:48.482Z PASS [ 11.429s] (1370/2276) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
78862025-10-28T00:35:49.063Z PASS [ 11.779s] (1371/2276) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
78872025-10-28T00:35:58.857Z PASS [ 10.374s] (1372/2276) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
78882025-10-28T00:35:59.752Z PASS [ 10.688s] (1373/2276) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
78892025-10-28T00:36:09.265Z PASS [ 10.407s] (1374/2276) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
78902025-10-28T00:36:09.830Z PASS [ 54.325s] (1375/2276) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
78912025-10-28T00:36:10.889Z PASS [ 11.136s] (1376/2276) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
78922025-10-28T00:36:27.121Z PASS [ 17.854s] (1377/2276) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
78932025-10-28T00:36:27.704Z PASS [ 17.873s] (1378/2276) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
78942025-10-28T00:36:27.899Z PASS [ 18.068s] (1379/2276) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
78952025-10-28T00:36:28.198Z PASS [ 18.367s] (1380/2276) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
78962025-10-28T00:36:28.227Z PASS [ 17.336s] (1381/2276) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
78972025-10-28T00:36:28.554Z PASS [ 18.723s] (1382/2276) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
78982025-10-28T00:36:44.398Z PASS [ 17.276s] (1383/2276) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
78992025-10-28T00:36:45.277Z PASS [ 17.377s] (1384/2276) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
79002025-10-28T00:36:45.327Z PASS [ 17.621s] (1385/2276) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
79012025-10-28T00:36:46.673Z PASS [ 18.117s] (1386/2276) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
79022025-10-28T00:36:46.816Z PASS [ 18.617s] (1387/2276) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
79032025-10-28T00:36:50.403Z PASS [ 22.175s] (1388/2276) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
79042025-10-28T00:37:02.696Z PASS [ 17.368s] (1389/2276) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
79052025-10-28T00:37:02.803Z PASS [ 17.524s] (1390/2276) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
79062025-10-28T00:37:03.252Z PASS [ 18.852s] (1391/2276) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
79072025-10-28T00:37:04.248Z PASS [ 17.573s] (1392/2276) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
79082025-10-28T00:37:04.889Z PASS [ 18.071s] (1393/2276) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
79092025-10-28T00:37:07.034Z PASS [ 16.629s] (1394/2276) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
79102025-10-28T00:37:20.878Z PASS [ 17.624s] (1395/2276) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
79112025-10-28T00:37:23.101Z PASS [ 18.211s] (1396/2276) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
79122025-10-28T00:37:23.935Z PASS [ 21.236s] (1397/2276) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
79132025-10-28T00:37:24.413Z PASS [ 21.608s] (1398/2276) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
79142025-10-28T00:37:25.496Z PASS [ 21.247s] (1399/2276) omicron-nexus::test_all integration_tests::silos::test_silos
79152025-10-28T00:37:34.316Z PASS [ 27.280s] (1400/2276) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
79162025-10-28T00:37:38.522Z PASS [ 17.642s] (1401/2276) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
79172025-10-28T00:37:43.187Z PASS [ 19.250s] (1402/2276) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
79182025-10-28T00:37:46.042Z PASS [ 22.939s] (1403/2276) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
79192025-10-28T00:37:51.627Z PASS [ 27.211s] (1404/2276) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
79202025-10-28T00:37:52.920Z PASS [ 14.396s] (1405/2276) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
79212025-10-28T00:37:54.488Z PASS [ 28.989s] (1406/2276) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
79222025-10-28T00:38:00.642Z PASS [ 26.323s] (1407/2276) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
79232025-10-28T00:38:00.672Z PASS [ 17.483s] (1408/2276) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
79242025-10-28T00:38:04.864Z PASS [ 18.820s] (1409/2276) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
79252025-10-28T00:38:11.074Z PASS [ 19.445s] (1410/2276) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
79262025-10-28T00:38:19.212Z PASS [ 24.722s] (1411/2276) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
79272025-10-28T00:38:22.144Z PASS [ 29.222s] (1412/2276) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
79282025-10-28T00:38:25.811Z PASS [ 25.136s] (1413/2276) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
79292025-10-28T00:38:27.466Z PASS [ 16.391s] (1414/2276) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
79302025-10-28T00:38:28.092Z PASS [ 27.447s] (1415/2276) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
79312025-10-28T00:38:29.288Z PASS [ 24.422s] (1416/2276) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
79322025-10-28T00:38:43.298Z PASS [ 21.151s] (1417/2276) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
79332025-10-28T00:38:44.796Z PASS [ 16.703s] (1418/2276) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
79342025-10-28T00:38:47.159Z PASS [ 21.348s] (1419/2276) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
79352025-10-28T00:38:47.248Z PASS [ 28.034s] (1420/2276) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
79362025-10-28T00:38:47.519Z PASS [ 20.051s] (1421/2276) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
79372025-10-28T00:38:49.849Z PASS [ 2.331s] (1422/2276) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
79382025-10-28T00:38:50.357Z PASS [ 21.067s] (1423/2276) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
79392025-10-28T00:39:03.263Z PASS [ 19.964s] (1424/2276) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
79402025-10-28T00:39:04.511Z PASS [ 19.713s] (1425/2276) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
79412025-10-28T00:39:05.934Z PASS [ 18.773s] (1426/2276) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
79422025-10-28T00:39:08.950Z PASS [ 18.593s] (1427/2276) omicron-nexus::test_all integration_tests::updates::test_repo_prune
79432025-10-28T00:39:09.965Z PASS [ 20.113s] (1428/2276) omicron-nexus::test_all integration_tests::updates::test_repo_list
79442025-10-28T00:39:20.432Z PASS [ 15.919s] (1429/2276) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
79452025-10-28T00:39:24.548Z PASS [ 18.612s] (1430/2276) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
79462025-10-28T00:39:26.408Z PASS [ 16.442s] (1431/2276) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
79472025-10-28T00:39:28.126Z PASS [ 24.859s] (1432/2276) omicron-nexus::test_all integration_tests::updates::test_repo_upload
79482025-10-28T00:39:28.337Z PASS [ 19.384s] (1433/2276) omicron-nexus::test_all integration_tests::updates::test_update_status
79492025-10-28T00:39:46.323Z PASS [ 25.888s] (1434/2276) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
79502025-10-28T00:39:47.255Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
79512025-10-28T00:39:52.639Z PASS [ 24.301s] (1435/2276) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
79522025-10-28T00:39:53.072Z PASS [ 28.522s] (1436/2276) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
79532025-10-28T00:39:53.337Z PASS [ 26.926s] (1437/2276) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
79542025-10-28T00:39:58.118Z PASS [ 29.991s] (1438/2276) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
79552025-10-28T00:40:15.767Z PASS [ 29.443s] (1439/2276) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
79562025-10-28T00:40:19.891Z PASS [ 27.249s] (1440/2276) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
79572025-10-28T00:40:20.742Z PASS [ 27.403s] (1441/2276) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
79582025-10-28T00:40:20.954Z PASS [ 27.879s] (1442/2276) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
79592025-10-28T00:40:22.388Z PASS [ 95.132s] (1443/2276) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
79602025-10-28T00:40:25.228Z PASS [ 27.108s] (1444/2276) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
79612025-10-28T00:40:42.204Z PASS [ 26.435s] (1445/2276) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
79622025-10-28T00:40:43.265Z PASS [ 22.521s] (1446/2276) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
79632025-10-28T00:40:44.962Z PASS [ 25.069s] (1447/2276) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
79642025-10-28T00:40:45.990Z PASS [ 20.760s] (1448/2276) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
79652025-10-28T00:41:04.962Z PASS [ 21.696s] (1449/2276) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
79662025-10-28T00:41:07.503Z PASS [ 45.110s] (1450/2276) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
79672025-10-28T00:41:10.377Z PASS [ 28.170s] (1451/2276) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
79682025-10-28T00:41:10.435Z PASS [ 49.477s] (1452/2276) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
79692025-10-28T00:41:11.199Z PASS [ 26.235s] (1453/2276) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
79702025-10-28T00:41:16.344Z PASS [ 30.351s] (1454/2276) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
79712025-10-28T00:41:33.243Z PASS [ 28.278s] (1455/2276) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
79722025-10-28T00:41:38.783Z PASS [ 31.278s] (1456/2276) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
79732025-10-28T00:41:41.978Z PASS [ 25.631s] (1457/2276) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
79742025-10-28T00:41:42.330Z PASS [ 31.950s] (1458/2276) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
79752025-10-28T00:41:42.843Z PASS [ 32.404s] (1459/2276) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
79762025-10-28T00:41:43.964Z PASS [ 32.759s] (1460/2276) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
79772025-10-28T00:41:59.025Z PASS [ 25.777s] (1461/2276) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
79782025-10-28T00:42:07.225Z PASS [ 23.261s] (1462/2276) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
79792025-10-28T00:42:09.608Z PASS [ 30.822s] (1463/2276) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
79802025-10-28T00:42:22.591Z PASS [ 23.566s] (1464/2276) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
79812025-10-28T00:42:24.095Z PASS [ 41.762s] (1465/2276) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
79822025-10-28T00:42:28.351Z PASS [ 45.505s] (1466/2276) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
79832025-10-28T00:42:30.729Z PASS [ 23.502s] (1467/2276) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
79842025-10-28T00:42:34.105Z PASS [ 24.494s] (1468/2276) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
79852025-10-28T00:42:41.985Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
79862025-10-28T00:42:47.037Z PASS [ 24.443s] (1469/2276) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
79872025-10-28T00:42:48.172Z PASS [ 17.442s] (1470/2276) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
79882025-10-28T00:42:50.710Z PASS [ 16.605s] (1471/2276) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
79892025-10-28T00:42:52.963Z PASS [ 28.865s] (1472/2276) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
79902025-10-28T00:42:56.430Z PASS [ 28.076s] (1473/2276) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
79912025-10-28T00:43:03.720Z PASS [ 16.682s] (1474/2276) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
79922025-10-28T00:43:04.278Z PASS [ 16.104s] (1475/2276) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
79932025-10-28T00:43:06.788Z PASS [ 84.804s] (1476/2276) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
79942025-10-28T00:43:07.003Z PASS [ 16.291s] (1477/2276) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
79952025-10-28T00:43:08.612Z PASS [ 15.648s] (1478/2276) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
79962025-10-28T00:43:10.850Z PASS [ 14.419s] (1479/2276) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
79972025-10-28T00:43:20.208Z PASS [ 16.486s] (1480/2276) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
79982025-10-28T00:43:21.357Z PASS [ 17.077s] (1481/2276) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
79992025-10-28T00:43:23.500Z PASS [ 16.496s] (1482/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
80002025-10-28T00:43:24.341Z PASS [ 17.551s] (1483/2276) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
80012025-10-28T00:43:24.668Z PASS [ 16.054s] (1484/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
80022025-10-28T00:43:25.902Z PASS [ 15.051s] (1485/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
80032025-10-28T00:43:36.457Z PASS [ 16.248s] (1486/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
80042025-10-28T00:43:38.414Z PASS [ 17.056s] (1487/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
80052025-10-28T00:43:39.936Z PASS [ 16.433s] (1488/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
80062025-10-28T00:43:40.631Z PASS [ 15.961s] (1489/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
80072025-10-28T00:43:41.854Z PASS [ 15.950s] (1490/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
80082025-10-28T00:43:52.924Z PASS [ 16.466s] (1491/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
80092025-10-28T00:43:53.114Z PASS [ 28.770s] (1492/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
80102025-10-28T00:43:54.404Z PASS [ 15.988s] (1493/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
80112025-10-28T00:43:56.031Z PASS [ 15.399s] (1494/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
80122025-10-28T00:43:56.031Z PASS [ 16.095s] (1495/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
80132025-10-28T00:44:08.968Z PASS [ 27.112s] (1496/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
80142025-10-28T00:44:09.576Z PASS [ 16.461s] (1497/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
80152025-10-28T00:44:10.671Z PASS [ 16.266s] (1498/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
80162025-10-28T00:44:12.167Z PASS [ 16.134s] (1499/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
80172025-10-28T00:44:12.684Z PASS [ 16.651s] (1500/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
80182025-10-28T00:44:21.887Z PASS [ 28.960s] (1501/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
80192025-10-28T00:44:25.771Z PASS [ 16.801s] (1502/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
80202025-10-28T00:44:27.755Z PASS [ 17.082s] (1503/2276) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
80212025-10-28T00:44:30.605Z PASS [ 17.919s] (1504/2276) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
80222025-10-28T00:44:31.565Z PASS [ 19.397s] (1505/2276) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
80232025-10-28T00:44:35.466Z PASS [ 25.887s] (1506/2276) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
80242025-10-28T00:44:40.223Z PASS [ 18.334s] (1507/2276) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
80252025-10-28T00:44:46.019Z PASS [ 20.243s] (1508/2276) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
80262025-10-28T00:44:50.946Z PASS [ 20.338s] (1509/2276) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
80272025-10-28T00:44:50.946Z PASS [ 23.188s] (1510/2276) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
80282025-10-28T00:45:01.289Z PASS [ 25.821s] (1511/2276) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
80292025-10-28T00:45:02.405Z PASS [ 22.180s] (1512/2276) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
80302025-10-28T00:45:05.982Z PASS [ 15.036s] (1513/2276) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
80312025-10-28T00:45:07.350Z PASS [ 21.332s] (1514/2276) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
80322025-10-28T00:45:10.232Z PASS [ 38.664s] (1515/2276) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
80332025-10-28T00:45:16.531Z PASS [ 15.240s] (1516/2276) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
80342025-10-28T00:45:19.080Z PASS [ 16.674s] (1517/2276) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
80352025-10-28T00:45:21.426Z PASS [ 15.442s] (1518/2276) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
80362025-10-28T00:45:22.414Z PASS [ 15.063s] (1519/2276) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
80372025-10-28T00:45:34.291Z PASS [ 12.864s] (1520/2276) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
80382025-10-28T00:45:35.287Z PASS [ 12.872s] (1521/2276) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
80392025-10-28T00:45:40.921Z PASS [ 49.970s] (1522/2276) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
80402025-10-28T00:45:45.302Z PASS [ 11.010s] (1523/2276) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
80412025-10-28T00:45:45.717Z PASS [ 10.429s] (1524/2276) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
80422025-10-28T00:45:45.761Z PASS [ 0.044s] (1525/2276) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
80432025-10-28T00:45:45.787Z PASS [ 0.026s] (1526/2276) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
80442025-10-28T00:45:45.813Z PASS [ 0.025s] (1527/2276) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
80452025-10-28T00:45:45.835Z PASS [ 0.021s] (1528/2276) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
80462025-10-28T00:45:45.856Z PASS [ 0.022s] (1529/2276) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
80472025-10-28T00:45:45.883Z PASS [ 0.026s] (1530/2276) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
80482025-10-28T00:45:45.907Z PASS [ 0.024s] (1531/2276) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
80492025-10-28T00:45:45.929Z PASS [ 0.022s] (1532/2276) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
80502025-10-28T00:45:45.956Z PASS [ 0.027s] (1533/2276) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
80512025-10-28T00:45:45.980Z PASS [ 0.024s] (1534/2276) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
80522025-10-28T00:45:46.001Z PASS [ 0.020s] (1535/2276) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
80532025-10-28T00:45:46.021Z PASS [ 0.020s] (1536/2276) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
80542025-10-28T00:45:46.043Z PASS [ 0.022s] (1537/2276) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
80552025-10-28T00:45:46.064Z PASS [ 0.021s] (1538/2276) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
80562025-10-28T00:45:46.085Z PASS [ 0.021s] (1539/2276) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
80572025-10-28T00:45:51.473Z PASS [ 10.553s] (1540/2276) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
80582025-10-28T00:45:53.923Z PASS [ 43.687s] (1541/2276) omicron-nexus::test_all integration_tests::webhooks::test_probe
80592025-10-28T00:45:56.492Z PASS [ 11.187s] (1542/2276) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
80602025-10-28T00:45:56.539Z PASS [ 0.049s] (1543/2276) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
80612025-10-28T00:45:56.562Z PASS [ 0.023s] (1544/2276) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
80622025-10-28T00:45:56.651Z PASS [ 0.089s] (1545/2276) omicron-package config::tests::multi_preset_arg
80632025-10-28T00:45:56.715Z PASS [ 0.064s] (1546/2276) omicron-package dot::test::test_bad_dependency
80642025-10-28T00:45:56.750Z PASS [ 0.035s] (1547/2276) omicron-package dot::test::test_dot_output
80652025-10-28T00:46:03.438Z PASS [ 9.514s] (1548/2276) omicron-omdb::test_all_output test_omdb_usage_errors
80662025-10-28T00:46:03.450Z PASS [ 0.012s] (1549/2276) omicron-passwords test::test_password_constraints
80672025-10-28T00:46:04.035Z PASS [ 47.499s] (1550/2276) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
80682025-10-28T00:46:04.118Z PASS [ 7.367s] (1551/2276) omicron-passwords test::test_compatible
80692025-10-28T00:46:04.148Z PASS [ 0.030s] (1552/2276) omicron-passwords test::test_stable
80702025-10-28T00:46:04.161Z PASS [ 0.013s] (1553/2276) omicron-passwords test::test_weak_hashes
80712025-10-28T00:46:04.175Z PASS [ 0.013s] (1554/2276) omicron-rpaths internal::tests::test_configure_from_path
80722025-10-28T00:46:04.213Z PASS [ 0.038s] (1555/2276) omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
80732025-10-28T00:46:04.228Z PASS [ 0.015s] (1556/2276) omicron-rpaths internal::tests::test_emit_rpath
80742025-10-28T00:46:04.777Z PASS [ 0.549s] (1557/2276) omicron-sled-agent artifact_store::test::generations
80752025-10-28T00:46:04.905Z PASS [ 0.128s] (1558/2276) omicron-sled-agent artifact_store::test::issue_7796
80762025-10-28T00:46:05.017Z PASS [ 0.112s] (1559/2276) omicron-sled-agent artifact_store::test::list_get_put
80772025-10-28T00:46:05.113Z PASS [ 0.096s] (1560/2276) omicron-sled-agent artifact_store::test::no_dataset
80782025-10-28T00:46:05.213Z PASS [ 0.100s] (1561/2276) omicron-sled-agent artifact_store::test::wrong_hash
80792025-10-28T00:46:05.263Z PASS [ 0.050s] (1562/2276) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
80802025-10-28T00:46:05.298Z PASS [ 0.035s] (1563/2276) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
80812025-10-28T00:46:05.368Z PASS [ 0.070s] (1564/2276) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
80822025-10-28T00:46:05.397Z PASS [ 0.029s] (1565/2276) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
80832025-10-28T00:46:05.423Z PASS [ 0.026s] (1566/2276) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
80842025-10-28T00:46:05.449Z PASS [ 0.026s] (1567/2276) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
80852025-10-28T00:46:05.471Z PASS [ 0.022s] (1568/2276) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
80862025-10-28T00:46:05.494Z PASS [ 0.023s] (1569/2276) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
80872025-10-28T00:46:05.520Z PASS [ 0.026s] (1570/2276) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
80882025-10-28T00:46:05.581Z PASS [ 0.060s] (1571/2276) omicron-sled-agent config::test::test_smf_configs
80892025-10-28T00:46:05.979Z PASS [ 0.399s] (1572/2276) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
80902025-10-28T00:46:06.218Z PASS [ 0.238s] (1573/2276) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
80912025-10-28T00:46:06.278Z PASS [ 2.828s] (1574/2276) omicron-passwords test::test_reproducible
80922025-10-28T00:46:06.613Z PASS [ 0.394s] (1575/2276) omicron-sled-agent instance::tests::test_instance_create_events_normal
80932025-10-28T00:46:07.930Z PASS [ 1.317s] (1576/2276) omicron-sled-agent instance::tests::test_instance_manager_creation
80942025-10-28T00:46:07.933Z PASS [ 1.651s] (1577/2276) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
80952025-10-28T00:46:08.297Z PASS [ 0.365s] (1578/2276) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
80962025-10-28T00:46:08.329Z PASS [ 0.032s] (1579/2276) omicron-sled-agent probe_manager::test::probe_state_set_ops
80972025-10-28T00:46:08.357Z PASS [ 0.028s] (1580/2276) omicron-sled-agent profile::tests::empty_profile
80982025-10-28T00:46:08.381Z PASS [ 0.024s] (1581/2276) omicron-sled-agent profile::tests::test_disabled_instance
80992025-10-28T00:46:08.408Z PASS [ 0.027s] (1582/2276) omicron-sled-agent profile::tests::test_instance
81002025-10-28T00:46:08.436Z PASS [ 0.028s] (1583/2276) omicron-sled-agent profile::tests::test_multiple
81012025-10-28T00:46:08.464Z PASS [ 0.028s] (1584/2276) omicron-sled-agent profile::tests::test_property
81022025-10-28T00:46:08.493Z PASS [ 0.029s] (1585/2276) omicron-sled-agent profile::tests::test_property_group
81032025-10-28T00:46:08.518Z PASS [ 0.025s] (1586/2276) omicron-sled-agent profile::tests::test_service
81042025-10-28T00:46:08.537Z PASS [ 49.452s] (1587/2276) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
81052025-10-28T00:46:08.543Z PASS [ 0.025s] (1588/2276) omicron-sled-agent profile::tests::test_service_property_group
81062025-10-28T00:46:08.558Z PASS [ 0.022s] (1589/2276) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
81072025-10-28T00:46:08.564Z PASS [ 0.021s] (1590/2276) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
81082025-10-28T00:46:08.590Z PASS [ 0.032s] (1591/2276) omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
81092025-10-28T00:46:08.616Z PASS [ 0.052s] (1592/2276) omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
81102025-10-28T00:46:08.653Z PASS [ 0.062s] (1593/2276) omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
81112025-10-28T00:46:08.657Z PASS [ 0.041s] (1594/2276) omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
81122025-10-28T00:46:08.674Z PASS [ 0.021s] (1595/2276) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
81132025-10-28T00:46:08.685Z PASS [ 0.027s] (1596/2276) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
81142025-10-28T00:46:08.707Z PASS [ 0.032s] (1597/2276) omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
81152025-10-28T00:46:08.714Z PASS [ 0.029s] (1598/2276) omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
81162025-10-28T00:46:08.737Z PASS [ 0.030s] (1599/2276) omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
81172025-10-28T00:46:08.747Z PASS [ 0.032s] (1600/2276) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
81182025-10-28T00:46:08.766Z PASS [ 0.028s] (1601/2276) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
81192025-10-28T00:46:08.773Z PASS [ 0.026s] (1602/2276) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
81202025-10-28T00:46:08.806Z PASS [ 0.034s] (1603/2276) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
81212025-10-28T00:46:08.840Z PASS [ 0.033s] (1604/2276) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
81222025-10-28T00:46:08.869Z PASS [ 0.029s] (1605/2276) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
81232025-10-28T00:46:08.905Z PASS [ 0.035s] (1606/2276) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
81242025-10-28T00:46:08.934Z PASS [ 0.029s] (1607/2276) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
81252025-10-28T00:46:08.972Z PASS [ 0.038s] (1608/2276) omicron-sled-agent sim::storage::test::nested_dataset
81262025-10-28T00:46:09.005Z PASS [ 0.032s] (1609/2276) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
81272025-10-28T00:46:09.031Z PASS [ 0.026s] (1610/2276) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
81282025-10-28T00:46:09.057Z PASS [ 0.026s] (1611/2276) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
81292025-10-28T00:46:09.079Z PASS [ 0.022s] (1612/2276) omicron-sled-agent sim::storage::test::snapshot_needs_region
81302025-10-28T00:46:09.127Z PASS [ 0.048s] (1613/2276) omicron-sled-agent support_bundle::storage::tests::basic_crud
81312025-10-28T00:46:09.155Z PASS [ 0.028s] (1614/2276) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
81322025-10-28T00:46:09.200Z PASS [ 0.044s] (1615/2276) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
81332025-10-28T00:46:09.249Z PASS [ 0.049s] (1616/2276) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
81342025-10-28T00:46:09.291Z PASS [ 0.042s] (1617/2276) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
81352025-10-28T00:46:09.326Z PASS [ 0.036s] (1618/2276) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
81362025-10-28T00:46:09.366Z PASS [ 0.040s] (1619/2276) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
81372025-10-28T00:46:09.403Z PASS [ 0.037s] (1620/2276) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
81382025-10-28T00:46:09.442Z PASS [ 0.039s] (1621/2276) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
81392025-10-28T00:46:09.479Z PASS [ 0.036s] (1622/2276) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
81402025-10-28T00:46:09.525Z PASS [ 0.046s] (1623/2276) omicron-sled-agent support_bundle::storage::tests::ranges
81412025-10-28T00:46:09.564Z PASS [ 0.039s] (1624/2276) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
81422025-10-28T00:46:09.595Z PASS [ 0.031s] (1625/2276) omicron-sled-agent updates::test::test_query_no_components
81432025-10-28T00:46:09.622Z PASS [ 0.026s] (1626/2276) omicron-sled-agent updates::test::test_query_sled_agent_version
81442025-10-28T00:46:09.664Z PASS [ 0.042s] (1627/2276) omicron-sled-agent updates::test::test_query_zone_version
81452025-10-28T00:46:09.689Z PASS [ 0.025s] (1628/2276) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
81462025-10-28T00:46:11.136Z PASS [ 25.049s] (1629/2276) omicron-omdb::test_all_output test_omdb_env_settings
81472025-10-28T00:46:11.778Z PASS [ 3.012s] (1630/2276) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
81482025-10-28T00:46:11.815Z PASS [ 0.036s] (1631/2276) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
81492025-10-28T00:46:11.842Z PASS [ 2.152s] (1632/2276) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
81502025-10-28T00:46:13.372Z PASS [ 2.235s] (1633/2276) omicron-sled-agent zone_bundle::illumos_tests::test_context
81512025-10-28T00:46:14.123Z PASS [ 2.308s] (1634/2276) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
81522025-10-28T00:46:14.169Z PASS [ 0.045s] (1635/2276) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
81532025-10-28T00:46:14.201Z PASS [ 0.031s] (1636/2276) omicron-sled-agent zone_bundle::tests::test_dir_size
81542025-10-28T00:46:14.205Z PASS [ 2.363s] (1637/2276) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
81552025-10-28T00:46:14.234Z PASS [ 0.034s] (1638/2276) omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
81562025-10-28T00:46:14.821Z PASS [ 0.587s] (1639/2276) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
81572025-10-28T00:46:14.893Z PASS [ 0.687s] (1640/2276) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
81582025-10-28T00:46:14.983Z PASS [ 0.162s] (1641/2276) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
81592025-10-28T00:46:15.015Z PASS [ 0.031s] (1642/2276) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
81602025-10-28T00:46:15.034Z PASS [ 0.019s] (1643/2276) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
81612025-10-28T00:46:15.655Z PASS [ 2.283s] (1644/2276) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
81622025-10-28T00:46:15.788Z PASS [ 0.895s] (1645/2276) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
81632025-10-28T00:46:15.887Z PASS [ 0.231s] (1646/2276) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
81642025-10-28T00:46:15.891Z PASS [ 0.852s] (1647/2276) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
81652025-10-28T00:46:15.910Z PASS [ 0.023s] (1648/2276) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
81662025-10-28T00:46:15.910Z PASS [ 0.023s] (1649/2276) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
81672025-10-28T00:46:16.072Z PASS [ 0.162s] (1650/2276) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
81682025-10-28T00:46:16.246Z PASS [ 0.173s] (1651/2276) omicron-test-utils dev::db::test::test_bad_cmd
81692025-10-28T00:46:16.350Z PASS [ 0.440s] (1652/2276) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
81702025-10-28T00:46:16.584Z PASS [ 0.339s] (1653/2276) omicron-test-utils dev::db::test::test_cmd_fails
81712025-10-28T00:46:16.797Z PASS [ 0.211s] (1654/2276) omicron-test-utils dev::db::test::test_database_start_hang
81722025-10-28T00:46:16.814Z PASS [ 1.024s] (1655/2276) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
81732025-10-28T00:46:16.849Z PASS [ 0.031s] (1656/2276) omicron-test-utils dev::db::test::test_make_pg_config_fail
81742025-10-28T00:46:16.871Z PASS [ 0.026s] (1657/2276) omicron-test-utils dev::db::test::test_make_pg_config_ok
81752025-10-28T00:46:16.901Z PASS [ 0.030s] (1658/2276) omicron-test-utils dev::db::test::test_parse_http_addr
81762025-10-28T00:46:16.928Z PASS [ 0.027s] (1659/2276) omicron-test-utils dev::db::test::test_process_exit_abnormal
81772025-10-28T00:46:16.963Z PASS [ 0.034s] (1660/2276) omicron-test-utils dev::db::test::test_process_exit_normal
81782025-10-28T00:46:17.332Z PASS [ 0.369s] (1661/2276) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
81792025-10-28T00:46:17.670Z PASS [ 0.875s] (1662/2276) omicron-test-utils dev::db::test::test_http_addr_integration
81802025-10-28T00:46:18.174Z PASS [ 1.823s] (1663/2276) omicron-test-utils dev::db::test::test_database_concurrent
81812025-10-28T00:46:18.203Z PASS [ 0.029s] (1664/2276) omicron-test-utils dev::db::test::test_starter_tmpdir
81822025-10-28T00:46:18.264Z PASS [ 0.061s] (1665/2276) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
81832025-10-28T00:46:18.295Z PASS [ 0.028s] (1666/2276) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
81842025-10-28T00:46:18.320Z PASS [ 0.028s] (1667/2276) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
81852025-10-28T00:46:18.347Z PASS [ 0.027s] (1668/2276) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
81862025-10-28T00:46:18.405Z PASS [ 0.058s] (1669/2276) omicron-test-utils dev::test_cmds::tests::test_redact_extra
81872025-10-28T00:46:18.468Z PASS [ 0.060s] (1670/2276) omicron-test-utils dev::test_cmds::tests::test_redact_section
81882025-10-28T00:46:18.860Z PASS [ 0.392s] (1671/2276) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
81892025-10-28T00:46:18.912Z PASS [ 0.055s] (1672/2276) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
81902025-10-28T00:46:18.954Z PASS [ 1.284s] (1673/2276) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
81912025-10-28T00:46:19.296Z PASS [ 0.384s] (1674/2276) oximeter test::timeseries_schema_consistency
81922025-10-28T00:46:19.509Z PASS [ 0.212s] (1675/2276) oximeter-collector agent::tests::test_self_stat_error_counter
81932025-10-28T00:46:19.513Z PASS [ 0.555s] (1676/2276) oximeter-collector agent::tests::test_self_stat_collection_count
81942025-10-28T00:46:19.652Z PASS [ 0.142s] (1677/2276) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
81952025-10-28T00:46:19.657Z PASS [ 0.149s] (1678/2276) oximeter-collector agent::tests::test_self_stat_unreachable_counter
81962025-10-28T00:46:19.684Z PASS [ 0.027s] (1679/2276) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
81972025-10-28T00:46:19.714Z PASS [ 0.029s] (1680/2276) oximeter-collector self_stats::tests::test_failure_reason_serialization
81982025-10-28T00:46:19.786Z PASS [ 0.135s] (1681/2276) oximeter-collector agent::tests::verify_producer_details
81992025-10-28T00:46:19.818Z PASS [ 0.032s] (1682/2276) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
82002025-10-28T00:46:19.850Z PASS [ 0.031s] (1683/2276) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
82012025-10-28T00:46:19.876Z PASS [ 0.026s] (1684/2276) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
82022025-10-28T00:46:19.902Z PASS [ 0.026s] (1685/2276) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
82032025-10-28T00:46:19.932Z PASS [ 0.026s] (1686/2276) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
82042025-10-28T00:46:20.337Z PASS [ 0.623s] (1687/2276) oximeter-collector::test_commands test_oximeter_no_args
82052025-10-28T00:46:20.846Z PASS [ 16.810s] (1688/2276) omicron-passwords test::test_smoke
82062025-10-28T00:46:20.894Z PASS [ 0.966s] (1689/2276) oximeter-db client::oxql::tests::test_get_entire_table
82072025-10-28T00:46:21.260Z PASS [ 0.923s] (1690/2276) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
82082025-10-28T00:46:21.761Z PASS [ 0.915s] (1691/2276) oximeter-db client::oxql::tests::test_get_fields
82092025-10-28T00:46:21.788Z PASS [ 0.894s] (1692/2276) oximeter-db client::oxql::tests::test_get_fields_query
82102025-10-28T00:46:22.234Z PASS [ 0.972s] (1693/2276) oximeter-db client::oxql::tests::test_get_one_timeseries
82112025-10-28T00:46:22.396Z PASS [ 0.608s] (1694/2276) oximeter-db client::tests::can_ping_clickhouse
82122025-10-28T00:46:22.467Z PASS [ 0.072s] (1695/2276) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
82132025-10-28T00:46:22.839Z PASS [ 1.078s] (1696/2276) oximeter-db client::oxql::tests::test_limit_operations
82142025-10-28T00:46:24.183Z PASS [ 1.715s] (1697/2276) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
82152025-10-28T00:46:24.900Z PASS [ 0.717s] (1698/2276) oximeter-db client::tests::read_latest_version_reports_max
82162025-10-28T00:46:25.058Z PASS [ 2.219s] (1699/2276) oximeter-db client::tests::insert_samples_fails_fast
82172025-10-28T00:46:25.631Z PASS [ 0.731s] (1700/2276) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
82182025-10-28T00:46:25.664Z PASS [ 0.606s] (1701/2276) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
82192025-10-28T00:46:25.813Z PASS [ 8.481s] (1702/2276) omicron-test-utils dev::db::test::test_setup_database_default_dir
82202025-10-28T00:46:26.335Z PASS [ 0.704s] (1703/2276) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
82212025-10-28T00:46:26.428Z PASS [ 0.611s] (1704/2276) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
82222025-10-28T00:46:26.459Z PASS [ 0.794s] (1705/2276) oximeter-db client::tests::select_timeseries_with_select_one
82232025-10-28T00:46:27.071Z PASS [ 0.736s] (1706/2276) oximeter-db client::tests::test_client_select_timeseries_one
82242025-10-28T00:46:27.164Z PASS [ 0.706s] (1707/2276) oximeter-db client::tests::test_database_version_will_not_downgrade
82252025-10-28T00:46:27.167Z PASS [ 0.741s] (1708/2276) oximeter-db client::tests::test_database_version_update_is_idempotent
82262025-10-28T00:46:27.782Z PASS [ 0.710s] (1709/2276) oximeter-db client::tests::test_database_version_will_not_upgrade
82272025-10-28T00:46:27.876Z PASS [ 0.711s] (1710/2276) oximeter-db client::tests::test_differentiate_by_timeseries_name
82282025-10-28T00:46:27.892Z PASS [ 0.726s] (1711/2276) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
82292025-10-28T00:46:28.259Z PASS [ 36.782s] (1712/2276) omicron-omdb::test_all_output test_omdb_success_cases
82302025-10-28T00:46:28.459Z PASS [ 0.671s] (1713/2276) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
82312025-10-28T00:46:28.559Z PASS [ 0.683s] (1714/2276) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
82322025-10-28T00:46:28.823Z PASS [ 0.931s] (1715/2276) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
82332025-10-28T00:46:28.939Z PASS [ 0.680s] (1716/2276) oximeter-db client::tests::test_field_record_count
82342025-10-28T00:46:29.142Z PASS [ 0.688s] (1717/2276) oximeter-db client::tests::test_get_schema_no_new_values
82352025-10-28T00:46:29.235Z PASS [ 0.677s] (1718/2276) oximeter-db client::tests::test_insert_samples
82362025-10-28T00:46:29.257Z PASS [ 0.022s] (1719/2276) oximeter-db client::tests::test_read_schema_upgrade_sql_files
82372025-10-28T00:46:29.280Z PASS [ 0.021s] (1720/2276) oximeter-db client::tests::test_read_timeseries_to_delete
82382025-10-28T00:46:29.296Z PASS [ 0.016s] (1721/2276) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
82392025-10-28T00:46:29.309Z PASS [ 0.015s] (1722/2276) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
82402025-10-28T00:46:29.475Z PASS [ 0.652s] (1723/2276) oximeter-db client::tests::test_is_oximeter_cluster
82412025-10-28T00:46:29.650Z PASS [ 0.712s] (1724/2276) oximeter-db client::tests::test_list_timeseries
82422025-10-28T00:46:29.818Z PASS [ 0.677s] (1725/2276) oximeter-db client::tests::test_new_schema_removed_when_not_inserted
82432025-10-28T00:46:30.146Z PASS [ 0.670s] (1726/2276) oximeter-db client::tests::test_schema_mismatch
82442025-10-28T00:46:30.261Z PASS [ 0.952s] (1727/2276) oximeter-db client::tests::test_recall_of_all_fields
82452025-10-28T00:46:30.333Z PASS [ 0.682s] (1728/2276) oximeter-db client::tests::test_schema_update
82462025-10-28T00:46:30.545Z PASS [ 0.726s] (1729/2276) oximeter-db client::tests::test_select_all_datum_types
82472025-10-28T00:46:30.838Z PASS [ 0.692s] (1730/2276) oximeter-db client::tests::test_select_all_field_types
82482025-10-28T00:46:30.998Z PASS [ 0.734s] (1731/2276) oximeter-db client::tests::test_select_timeseries_with_all
82492025-10-28T00:46:31.234Z PASS [ 0.900s] (1732/2276) oximeter-db client::tests::test_select_timeseries_with_limit
82502025-10-28T00:46:31.399Z PASS [ 0.855s] (1733/2276) oximeter-db client::tests::test_select_timeseries_with_order
82512025-10-28T00:46:31.572Z PASS [ 0.733s] (1734/2276) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
82522025-10-28T00:46:31.746Z PASS [ 0.748s] (1735/2276) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
82532025-10-28T00:46:31.765Z PASS [ 0.018s] (1736/2276) oximeter-db client::tests::test_unravel_index
82542025-10-28T00:46:31.970Z PASS [ 0.738s] (1737/2276) oximeter-db client::tests::test_select_timeseries_with_start_time
82552025-10-28T00:46:31.996Z PASS [ 0.026s] (1738/2276) oximeter-db client::tests::test_verify_schema_upgrades
82562025-10-28T00:46:32.016Z PASS [ 0.019s] (1739/2276) oximeter-db model::fields::tests::test_extract_fields_as_block
82572025-10-28T00:46:32.030Z PASS [ 0.014s] (1740/2276) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
82582025-10-28T00:46:32.046Z PASS [ 0.017s] (1741/2276) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
82592025-10-28T00:46:32.062Z PASS [ 0.016s] (1742/2276) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
82602025-10-28T00:46:32.084Z PASS [ 0.017s] (1743/2276) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
82612025-10-28T00:46:32.093Z PASS [ 0.013s] (1744/2276) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
82622025-10-28T00:46:32.107Z PASS [ 0.015s] (1745/2276) oximeter-db native::block::tests::concat_blocks
82632025-10-28T00:46:32.121Z PASS [ 0.014s] (1746/2276) oximeter-db native::block::tests::datetime64_scale_checks_range
82642025-10-28T00:46:32.135Z PASS [ 0.014s] (1747/2276) oximeter-db native::block::tests::parse_date_time
82652025-10-28T00:46:32.150Z PASS [ 0.015s] (1748/2276) oximeter-db native::block::tests::parse_date_time64
82662025-10-28T00:46:32.168Z PASS [ 0.018s] (1749/2276) oximeter-db native::block::tests::parse_escaped_date_time64
82672025-10-28T00:46:32.185Z PASS [ 0.018s] (1750/2276) oximeter-db native::block::tests::test_data_type_to_string
82682025-10-28T00:46:32.203Z PASS [ 0.018s] (1751/2276) oximeter-db native::block::tests::test_datetime64_conversions
82692025-10-28T00:46:32.220Z PASS [ 0.017s] (1752/2276) oximeter-db native::block::tests::test_parse_all_known_timezones
82702025-10-28T00:46:32.241Z PASS [ 0.019s] (1753/2276) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
82712025-10-28T00:46:32.255Z PASS [ 0.016s] (1754/2276) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
82722025-10-28T00:46:32.268Z PASS [ 0.697s] (1755/2276) oximeter-db client::tests::test_timeseries_schema_list
82732025-10-28T00:46:32.272Z PASS [ 0.015s] (1756/2276) oximeter-db native::block::tests::test_parse_enum8
82742025-10-28T00:46:32.282Z PASS [ 0.014s] (1757/2276) oximeter-db native::block::tests::test_parse_enum_variant
82752025-10-28T00:46:32.285Z PASS [ 0.014s] (1758/2276) oximeter-db native::block::tests::test_parse_invalid_data_type
82762025-10-28T00:46:32.466Z PASS [ 0.698s] (1759/2276) oximeter-db client::tests::test_update_schema_cache_on_new_sample
82772025-10-28T00:46:32.483Z PASS [ 1.084s] (1760/2276) oximeter-db client::tests::test_sql_query_output
82782025-10-28T00:46:32.848Z PASS [ 0.566s] (1761/2276) oximeter-db native::connection::tests::test_basic_select_query
82792025-10-28T00:46:32.944Z PASS [ 0.659s] (1762/2276) oximeter-db native::connection::tests::test_can_cancel_query
82802025-10-28T00:46:33.029Z PASS [ 0.565s] (1763/2276) oximeter-db native::connection::tests::test_exchange_hello
82812025-10-28T00:46:33.052Z PASS [ 0.569s] (1764/2276) oximeter-db native::connection::tests::test_insert_and_select_data
82822025-10-28T00:46:33.408Z PASS [ 0.559s] (1765/2276) oximeter-db native::connection::tests::test_insert_and_select_uuid
82832025-10-28T00:46:33.502Z PASS [ 0.559s] (1766/2276) oximeter-db native::connection::tests::test_select_array_column
82842025-10-28T00:46:33.518Z PASS [ 0.015s] (1767/2276) oximeter-db native::io::block::tests::test_decode_block_with_nulls
82852025-10-28T00:46:33.532Z PASS [ 0.014s] (1768/2276) oximeter-db native::io::block::tests::test_decode_full_block
82862025-10-28T00:46:33.546Z PASS [ 0.014s] (1769/2276) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
82872025-10-28T00:46:33.570Z PASS [ 0.015s] (1770/2276) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
82882025-10-28T00:46:33.586Z PASS [ 0.024s] (1771/2276) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
82892025-10-28T00:46:33.602Z PASS [ 0.569s] (1772/2276) oximeter-db native::connection::tests::test_select_array_of_nullable_column
82902025-10-28T00:46:33.622Z PASS [ 0.021s] (1773/2276) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
82912025-10-28T00:46:33.625Z PASS [ 0.017s] (1774/2276) oximeter-db native::io::column::tests::test_decode_string_column
82922025-10-28T00:46:33.625Z PASS [ 0.016s] (1775/2276) oximeter-db native::io::column::tests::test_decode_uint64_column
82932025-10-28T00:46:33.625Z PASS [ 0.570s] (1776/2276) oximeter-db native::connection::tests::test_select_nullable_column
82942025-10-28T00:46:33.633Z PASS [ 0.018s] (1777/2276) oximeter-db native::io::column::tests::test_decode_uint8_column
82952025-10-28T00:46:33.637Z PASS [ 0.017s] (1778/2276) oximeter-db native::io::column::tests::test_decode_uuid_column
82962025-10-28T00:46:33.642Z PASS [ 0.016s] (1779/2276) oximeter-db native::io::column::tests::test_encode_decode_column
82972025-10-28T00:46:33.647Z PASS [ 0.014s] (1780/2276) oximeter-db native::io::packet::server::tests::test_decode_full_hello
82982025-10-28T00:46:33.650Z PASS [ 0.013s] (1781/2276) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
82992025-10-28T00:46:33.654Z PASS [ 0.014s] (1782/2276) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
83002025-10-28T00:46:33.661Z PASS [ 0.014s] (1783/2276) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
83012025-10-28T00:46:33.664Z PASS [ 0.012s] (1784/2276) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
83022025-10-28T00:46:33.667Z PASS [ 0.012s] (1785/2276) oximeter-db native::io::packet::server::tests::test_decode_pong
83032025-10-28T00:46:33.674Z PASS [ 0.013s] (1786/2276) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
83042025-10-28T00:46:33.678Z PASS [ 0.013s] (1787/2276) oximeter-db native::io::packet::server::tests::test_decode_single_exception
83052025-10-28T00:46:33.678Z PASS [ 0.013s] (1788/2276) oximeter-db native::io::string::test::test_encode_decode
83062025-10-28T00:46:33.686Z PASS [ 0.012s] (1789/2276) oximeter-db native::io::string::test::test_encode_hello_world
83072025-10-28T00:46:33.689Z PASS [ 0.012s] (1790/2276) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
83082025-10-28T00:46:33.692Z PASS [ 0.012s] (1791/2276) oximeter-db native::io::table_columns::tests::test_column_count
83092025-10-28T00:46:33.699Z PASS [ 0.012s] (1792/2276) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
83102025-10-28T00:46:33.703Z PASS [ 0.012s] (1793/2276) oximeter-db native::io::table_columns::tests::test_column_description_with_default
83112025-10-28T00:46:33.703Z PASS [ 0.012s] (1794/2276) oximeter-db native::io::table_columns::tests::test_column_descriptions
83122025-10-28T00:46:33.711Z PASS [ 0.013s] (1795/2276) oximeter-db native::io::varuint::test_encode_decode_varuint
83132025-10-28T00:46:33.721Z PASS [ 0.013s] (1796/2276) oximeter-db oxql::ast::grammar::tests::test_align_table_op
83142025-10-28T00:46:33.721Z PASS [ 0.012s] (1797/2276) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
83152025-10-28T00:46:33.727Z PASS [ 0.013s] (1798/2276) oximeter-db oxql::ast::grammar::tests::test_comparison
83162025-10-28T00:46:33.727Z PASS [ 0.013s] (1799/2276) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
83172025-10-28T00:46:33.727Z PASS [ 0.013s] (1800/2276) oximeter-db oxql::ast::grammar::tests::test_double_literal
83182025-10-28T00:46:33.739Z PASS [ 0.013s] (1801/2276) oximeter-db oxql::ast::grammar::tests::test_duration_literal
83192025-10-28T00:46:33.742Z PASS [ 0.013s] (1802/2276) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
83202025-10-28T00:46:33.742Z PASS [ 0.015s] (1803/2276) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
83212025-10-28T00:46:33.753Z PASS [ 0.013s] (1804/2276) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
83222025-10-28T00:46:33.756Z PASS [ 0.013s] (1805/2276) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
83232025-10-28T00:46:33.756Z PASS [ 0.013s] (1806/2276) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
83242025-10-28T00:46:33.765Z PASS [ 0.013s] (1807/2276) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
83252025-10-28T00:46:33.769Z PASS [ 0.014s] (1808/2276) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
83262025-10-28T00:46:33.773Z PASS [ 0.016s] (1809/2276) oximeter-db oxql::ast::grammar::tests::test_get_table_op
83272025-10-28T00:46:33.778Z PASS [ 0.012s] (1810/2276) oximeter-db oxql::ast::grammar::tests::test_group_by
83282025-10-28T00:46:33.781Z PASS [ 0.014s] (1811/2276) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
83292025-10-28T00:46:33.784Z PASS [ 0.013s] (1812/2276) oximeter-db oxql::ast::grammar::tests::test_ident
83302025-10-28T00:46:33.790Z PASS [ 0.012s] (1813/2276) oximeter-db oxql::ast::grammar::tests::test_integer_literal
83312025-10-28T00:46:33.794Z PASS [ 0.013s] (1814/2276) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
83322025-10-28T00:46:33.797Z PASS [ 0.012s] (1815/2276) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
83332025-10-28T00:46:33.805Z PASS [ 0.013s] (1816/2276) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
83342025-10-28T00:46:33.808Z PASS [ 0.013s] (1817/2276) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
83352025-10-28T00:46:33.808Z PASS [ 0.012s] (1818/2276) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
83362025-10-28T00:46:33.815Z PASS [ 0.012s] (1819/2276) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
83372025-10-28T00:46:33.821Z PASS [ 0.015s] (1820/2276) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
83382025-10-28T00:46:33.826Z PASS [ 0.019s] (1821/2276) oximeter-db oxql::ast::grammar::tests::test_query
83392025-10-28T00:46:33.835Z PASS [ 0.019s] (1822/2276) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
83402025-10-28T00:46:33.841Z PASS [ 0.015s] (1823/2276) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
83412025-10-28T00:46:33.848Z PASS [ 0.013s] (1824/2276) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
83422025-10-28T00:46:33.852Z PASS [ 0.012s] (1825/2276) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
83432025-10-28T00:46:33.860Z PASS [ 0.012s] (1826/2276) oximeter-db oxql::ast::grammar::tests::test_reducer
83442025-10-28T00:46:33.865Z PASS [ 0.012s] (1827/2276) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
83452025-10-28T00:46:33.871Z PASS [ 0.012s] (1828/2276) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
83462025-10-28T00:46:33.877Z PASS [ 0.013s] (1829/2276) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
83472025-10-28T00:46:33.886Z PASS [ 0.014s] (1830/2276) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
83482025-10-28T00:46:33.892Z PASS [ 0.012s] (1831/2276) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
83492025-10-28T00:46:33.898Z PASS [ 0.013s] (1832/2276) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
83502025-10-28T00:46:33.902Z PASS [ 0.012s] (1833/2276) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
83512025-10-28T00:46:33.910Z PASS [ 0.012s] (1834/2276) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
83522025-10-28T00:46:33.914Z PASS [ 0.012s] (1835/2276) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
83532025-10-28T00:46:33.923Z PASS [ 0.012s] (1836/2276) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
83542025-10-28T00:46:33.926Z PASS [ 0.012s] (1837/2276) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
83552025-10-28T00:46:33.937Z PASS [ 0.014s] (1838/2276) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
83562025-10-28T00:46:33.941Z PASS [ 0.015s] (1839/2276) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
83572025-10-28T00:46:33.952Z PASS [ 0.013s] (1840/2276) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
83582025-10-28T00:46:33.956Z PASS [ 0.016s] (1841/2276) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
83592025-10-28T00:46:33.964Z PASS [ 0.557s] (1842/2276) oximeter-db native::connection::tests::test_send_cancel_with_no_query
83602025-10-28T00:46:33.970Z PASS [ 0.019s] (1843/2276) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
83612025-10-28T00:46:33.975Z PASS [ 0.019s] (1844/2276) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
83622025-10-28T00:46:33.988Z PASS [ 0.024s] (1845/2276) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
83632025-10-28T00:46:33.992Z PASS [ 0.018s] (1846/2276) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
83642025-10-28T00:46:33.993Z PASS [ 0.015s] (1847/2276) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
83652025-10-28T00:46:34.003Z PASS [ 0.015s] (1848/2276) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
83662025-10-28T00:46:34.006Z PASS [ 0.014s] (1849/2276) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
83672025-10-28T00:46:34.006Z PASS [ 0.017s] (1850/2276) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
83682025-10-28T00:46:34.017Z PASS [ 0.014s] (1851/2276) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
83692025-10-28T00:46:34.020Z PASS [ 0.013s] (1852/2276) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
83702025-10-28T00:46:34.024Z PASS [ 0.018s] (1853/2276) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
83712025-10-28T00:46:34.035Z PASS [ 0.013s] (1854/2276) oximeter-db oxql::plan::align::test::test_align_input_schema
83722025-10-28T00:46:34.052Z PASS [ 0.017s] (1855/2276) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
83732025-10-28T00:46:34.112Z PASS [ 0.090s] (1856/2276) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
83742025-10-28T00:46:34.120Z PASS [ 0.088s] (1857/2276) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
83752025-10-28T00:46:34.125Z PASS [ 0.090s] (1858/2276) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
83762025-10-28T00:46:34.196Z PASS [ 0.082s] (1859/2276) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
83772025-10-28T00:46:34.207Z PASS [ 0.083s] (1860/2276) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
83782025-10-28T00:46:34.219Z PASS [ 0.100s] (1861/2276) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
83792025-10-28T00:46:34.275Z PASS [ 0.082s] (1862/2276) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
83802025-10-28T00:46:34.303Z PASS [ 0.080s] (1863/2276) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
83812025-10-28T00:46:34.309Z PASS [ 0.099s] (1864/2276) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
83822025-10-28T00:46:34.360Z PASS [ 0.085s] (1865/2276) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
83832025-10-28T00:46:34.380Z PASS [ 0.079s] (1866/2276) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
83842025-10-28T00:46:34.392Z PASS [ 0.086s] (1867/2276) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
83852025-10-28T00:46:34.443Z PASS [ 0.082s] (1868/2276) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
83862025-10-28T00:46:34.470Z PASS [ 0.091s] (1869/2276) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
83872025-10-28T00:46:34.481Z PASS [ 0.089s] (1870/2276) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
83882025-10-28T00:46:34.527Z PASS [ 0.084s] (1871/2276) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
83892025-10-28T00:46:34.556Z PASS [ 0.086s] (1872/2276) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
83902025-10-28T00:46:34.561Z PASS [ 0.080s] (1873/2276) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
83912025-10-28T00:46:34.629Z PASS [ 0.093s] (1874/2276) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
83922025-10-28T00:46:34.643Z PASS [ 0.081s] (1875/2276) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
83932025-10-28T00:46:34.659Z PASS [ 0.101s] (1876/2276) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
83942025-10-28T00:46:34.675Z PASS [ 0.014s] (1877/2276) oximeter-db oxql::query::tests::test_coalesce_limits
83952025-10-28T00:46:34.699Z PASS [ 0.013s] (1878/2276) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
83962025-10-28T00:46:34.703Z PASS [ 0.016s] (1879/2276) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
83972025-10-28T00:46:34.707Z PASS [ 0.085s] (1880/2276) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
83982025-10-28T00:46:34.716Z PASS [ 0.015s] (1881/2276) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
83992025-10-28T00:46:34.721Z PASS [ 0.015s] (1882/2276) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
84002025-10-28T00:46:34.732Z PASS [ 0.017s] (1883/2276) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
84012025-10-28T00:46:34.738Z PASS [ 0.014s] (1884/2276) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
84022025-10-28T00:46:34.742Z PASS [ 0.096s] (1885/2276) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
84032025-10-28T00:46:34.751Z PASS [ 0.018s] (1886/2276) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
84042025-10-28T00:46:34.756Z PASS [ 0.017s] (1887/2276) oximeter-db oxql::query::tests::test_coalesce_predicates
84052025-10-28T00:46:34.756Z PASS [ 0.017s] (1888/2276) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
84062025-10-28T00:46:34.768Z PASS [ 0.016s] (1889/2276) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
84072025-10-28T00:46:34.771Z PASS [ 0.019s] (1890/2276) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
84082025-10-28T00:46:34.771Z PASS [ 0.015s] (1891/2276) oximeter-db oxql::query::tests::test_insert_filters
84092025-10-28T00:46:34.777Z PASS [ 0.955s] (1892/2276) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
84102025-10-28T00:46:34.784Z PASS [ 0.016s] (1893/2276) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
84112025-10-28T00:46:34.788Z PASS [ 0.019s] (1894/2276) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
84122025-10-28T00:46:34.792Z PASS [ 0.016s] (1895/2276) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
84132025-10-28T00:46:34.795Z PASS [ 0.022s] (1896/2276) oximeter-db oxql::query::tests::test_query_end_time
84142025-10-28T00:46:34.798Z PASS [ 0.013s] (1897/2276) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
84152025-10-28T00:46:34.803Z PASS [ 0.013s] (1898/2276) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
84162025-10-28T00:46:34.810Z PASS [ 0.013s] (1899/2276) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
84172025-10-28T00:46:34.810Z PASS [ 0.013s] (1900/2276) oximeter-db query::tests::test_field_cmp
84182025-10-28T00:46:34.815Z PASS [ 0.022s] (1901/2276) oximeter-db oxql::query::tests::test_split_query
84192025-10-28T00:46:34.818Z PASS [ 0.015s] (1902/2276) oximeter-db query::tests::test_field_selector_as_query
84202025-10-28T00:46:34.818Z PASS [ 0.013s] (1903/2276) oximeter-db query::tests::test_field_value_as_db_str
84212025-10-28T00:46:34.828Z PASS [ 0.018s] (1904/2276) oximeter-db query::tests::test_select_query_builder_field_selectors
84222025-10-28T00:46:34.836Z PASS [ 0.018s] (1905/2276) oximeter-db query::tests::test_select_query_builder_from_parts
84232025-10-28T00:46:34.839Z PASS [ 0.019s] (1906/2276) oximeter-db query::tests::test_select_query_builder_full
84242025-10-28T00:46:34.843Z PASS [ 0.026s] (1907/2276) oximeter-db query::tests::test_select_query_builder_filter_raw
84252025-10-28T00:46:34.843Z PASS [ 0.015s] (1908/2276) oximeter-db query::tests::test_select_query_builder_limit_offset
84262025-10-28T00:46:34.851Z PASS [ 0.016s] (1909/2276) oximeter-db query::tests::test_select_query_builder_no_fields
84272025-10-28T00:46:34.856Z PASS [ 0.016s] (1910/2276) oximeter-db query::tests::test_select_query_builder_no_selectors
84282025-10-28T00:46:34.856Z PASS [ 0.013s] (1911/2276) oximeter-db query::tests::test_time_range
84292025-10-28T00:46:34.865Z PASS [ 0.024s] (1912/2276) oximeter-db query::tests::test_string_field_selector
84302025-10-28T00:46:34.870Z PASS [ 0.015s] (1913/2276) oximeter-db sql::tests::test_cannot_name_database
84312025-10-28T00:46:34.873Z PASS [ 0.019s] (1914/2276) oximeter-db sql::tests::test_allow_subqueries
84322025-10-28T00:46:34.874Z PASS [ 0.020s] (1915/2276) oximeter-db sql::tests::test_allow_limit_offset
84332025-10-28T00:46:34.885Z PASS [ 0.019s] (1916/2276) oximeter-db sql::tests::test_ctes_are_not_supported
84342025-10-28T00:46:34.889Z PASS [ 0.015s] (1917/2276) oximeter-db sql::tests::test_multiple_statements_are_not_supported
84352025-10-28T00:46:34.890Z PASS [ 0.017s] (1918/2276) oximeter-db sql::tests::test_function_allow_list
84362025-10-28T00:46:34.906Z PASS [ 0.022s] (1919/2276) oximeter-db sql::tests::test_query_must_be_select_statement
84372025-10-28T00:46:34.911Z PASS [ 0.020s] (1920/2276) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
84382025-10-28T00:46:34.911Z PASS [ 0.037s] (1921/2276) oximeter-db sql::tests::test_join_must_be_inner
84392025-10-28T00:46:34.911Z PASS [ 0.022s] (1922/2276) oximeter-db sql::tests::test_require_table_is_timeseries_name
84402025-10-28T00:46:34.924Z PASS [ 0.018s] (1923/2276) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
84412025-10-28T00:46:34.927Z PASS [ 0.016s] (1924/2276) oximeter-db tests::test_timeseries_key_field_stability
84422025-10-28T00:46:34.927Z PASS [ 0.015s] (1925/2276) oximeter-db tests::test_timeseries_key_sample_stability
84432025-10-28T00:46:34.927Z PASS [ 0.019s] (1926/2276) oximeter-db sql::tests::test_with_comma_join_fails
84442025-10-28T00:46:34.973Z PASS [ 0.048s] (1927/2276) oximeter-instruments http::tests::test_latency_tracker
84452025-10-28T00:46:35.051Z PASS [ 0.125s] (1928/2276) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
84462025-10-28T00:46:35.074Z PASS [ 0.022s] (1929/2276) oximeter-instruments kstat::link::tests::test_kstat_interested
84472025-10-28T00:46:35.129Z PASS [ 0.056s] (1930/2276) oximeter-instruments kstat::link::tests::test_kstat_sampler
84482025-10-28T00:46:35.192Z PASS [ 0.060s] (1931/2276) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
84492025-10-28T00:46:35.251Z PASS [ 0.062s] (1932/2276) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
84502025-10-28T00:46:35.311Z PASS [ 0.060s] (1933/2276) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
84512025-10-28T00:46:35.363Z PASS [ 0.052s] (1934/2276) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
84522025-10-28T00:46:35.409Z PASS [ 0.045s] (1935/2276) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
84532025-10-28T00:46:35.437Z PASS [ 0.028s] (1936/2276) oximeter-instruments kstat::link::tests::test_sled_datalink
84542025-10-28T00:46:35.476Z PASS [ 0.036s] (1937/2276) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
84552025-10-28T00:46:35.499Z PASS [ 0.025s] (1938/2276) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
84562025-10-28T00:46:35.510Z PASS [ 0.011s] (1939/2276) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
84572025-10-28T00:46:35.522Z PASS [ 0.011s] (1940/2276) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
84582025-10-28T00:46:35.535Z PASS [ 0.012s] (1941/2276) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
84592025-10-28T00:46:35.544Z PASS [ 0.011s] (1942/2276) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
84602025-10-28T00:46:35.557Z PASS [ 0.012s] (1943/2276) oximeter-macro-impl tests::test_metric_annotated_field
84612025-10-28T00:46:35.571Z PASS [ 0.014s] (1944/2276) oximeter-macro-impl tests::test_metric_datum_field
84622025-10-28T00:46:35.584Z PASS [ 0.013s] (1945/2276) oximeter-macro-impl tests::test_metric_enum
84632025-10-28T00:46:35.595Z PASS [ 0.011s] (1946/2276) oximeter-macro-impl tests::test_metric_without_datum_field
84642025-10-28T00:46:35.605Z PASS [ 0.010s] (1947/2276) oximeter-macro-impl tests::test_target
84652025-10-28T00:46:35.616Z PASS [ 0.011s] (1948/2276) oximeter-macro-impl tests::test_target_empty_struct
84662025-10-28T00:46:35.626Z PASS [ 0.010s] (1949/2276) oximeter-macro-impl tests::test_target_enum
84672025-10-28T00:46:35.639Z PASS [ 0.013s] (1950/2276) oximeter-macro-impl tests::test_target_unit_struct
84682025-10-28T00:46:35.650Z PASS [ 0.010s] (1951/2276) oximeter-macro-impl tests::test_target_with_datum_field
84692025-10-28T00:46:38.694Z PASS [ 3.043s] (1952/2276) oximeter-producer tests::test_producer_registration_task
84702025-10-28T00:46:38.777Z PASS [ 0.083s] (1953/2276) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
84712025-10-28T00:46:38.798Z PASS [ 0.022s] (1954/2276) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
84722025-10-28T00:46:38.810Z PASS [ 0.012s] (1955/2276) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
84732025-10-28T00:46:38.823Z PASS [ 0.013s] (1956/2276) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
84742025-10-28T00:46:38.837Z PASS [ 0.012s] (1957/2276) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
84752025-10-28T00:46:38.861Z PASS [ 0.026s] (1958/2276) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
84762025-10-28T00:46:38.874Z PASS [ 0.012s] (1959/2276) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
84772025-10-28T00:46:38.894Z PASS [ 0.021s] (1960/2276) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
84782025-10-28T00:46:38.908Z PASS [ 0.011s] (1961/2276) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
84792025-10-28T00:46:38.926Z PASS [ 0.021s] (1962/2276) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
84802025-10-28T00:46:38.951Z PASS [ 0.024s] (1963/2276) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
84812025-10-28T00:46:38.962Z PASS [ 0.011s] (1964/2276) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
84822025-10-28T00:46:38.973Z PASS [ 0.011s] (1965/2276) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
84832025-10-28T00:46:38.983Z PASS [ 0.011s] (1966/2276) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
84842025-10-28T00:46:38.997Z PASS [ 0.014s] (1967/2276) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
84852025-10-28T00:46:39.008Z PASS [ 0.011s] (1968/2276) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
84862025-10-28T00:46:39.019Z PASS [ 0.011s] (1969/2276) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
84872025-10-28T00:46:39.030Z PASS [ 0.012s] (1970/2276) oximeter-schema ir::tests::fail_on_empty_descriptions
84882025-10-28T00:46:39.042Z PASS [ 0.012s] (1971/2276) oximeter-schema ir::tests::fail_on_empty_metric_name
84892025-10-28T00:46:39.054Z PASS [ 0.011s] (1972/2276) oximeter-schema ir::tests::fail_on_empty_target_name
84902025-10-28T00:46:39.065Z PASS [ 0.011s] (1973/2276) oximeter-schema ir::tests::fail_on_very_long_field_names
84912025-10-28T00:46:39.084Z PASS [ 0.015s] (1974/2276) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
84922025-10-28T00:46:39.092Z PASS [ 0.012s] (1975/2276) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
84932025-10-28T00:46:39.105Z PASS [ 0.013s] (1976/2276) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
84942025-10-28T00:46:39.122Z PASS [ 0.016s] (1977/2276) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
84952025-10-28T00:46:39.136Z PASS [ 0.014s] (1978/2276) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
84962025-10-28T00:46:39.151Z PASS [ 0.015s] (1979/2276) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
84972025-10-28T00:46:39.165Z PASS [ 0.014s] (1980/2276) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
84982025-10-28T00:46:39.180Z PASS [ 0.015s] (1981/2276) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
84992025-10-28T00:46:39.194Z PASS [ 0.014s] (1982/2276) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
85002025-10-28T00:46:39.207Z PASS [ 0.014s] (1983/2276) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
85012025-10-28T00:46:39.222Z PASS [ 0.015s] (1984/2276) oximeter-schema ir::tests::only_support_format_version_1
85022025-10-28T00:46:39.234Z PASS [ 0.011s] (1985/2276) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
85032025-10-28T00:46:39.247Z PASS [ 0.014s] (1986/2276) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
85042025-10-28T00:46:39.357Z PASS [ 0.109s] (1987/2276) oximeter-test-utils tests::test_gen_test_samples
85052025-10-28T00:46:39.382Z PASS [ 0.026s] (1988/2276) oximeter-test-utils tests::test_sample_struct
85062025-10-28T00:46:39.403Z PASS [ 0.020s] (1989/2276) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
85072025-10-28T00:46:39.429Z PASS [ 0.023s] (1990/2276) oximeter-test-utils tests::test_timeseries_schema_from_parts
85082025-10-28T00:46:39.440Z PASS [ 0.015s] (1991/2276) oximeter-test-utils tests::test_timeseries_schema_from_sample
85092025-10-28T00:46:39.457Z PASS [ 0.015s] (1992/2276) oximeter-types histogram::tests::test_bin_range
85102025-10-28T00:46:39.466Z PASS [ 0.011s] (1993/2276) oximeter-types histogram::tests::test_bin_range_from
85112025-10-28T00:46:39.477Z PASS [ 0.010s] (1994/2276) oximeter-types histogram::tests::test_bin_range_to
85122025-10-28T00:46:39.502Z PASS [ 0.020s] (1995/2276) oximeter-types histogram::tests::test_empty_bins_not_supported
85132025-10-28T00:46:39.508Z PASS [ 0.011s] (1996/2276) oximeter-types histogram::tests::test_ensure_finite
85142025-10-28T00:46:39.527Z PASS [ 0.021s] (1997/2276) oximeter-types histogram::tests::test_histogram
85152025-10-28T00:46:39.548Z PASS [ 0.020s] (1998/2276) oximeter-types histogram::tests::test_histogram_construct_with
85162025-10-28T00:46:39.560Z PASS [ 0.013s] (1999/2276) oximeter-types histogram::tests::test_histogram_extreme_bins
85172025-10-28T00:46:39.618Z PASS [ 0.010s] (2000/2276) oximeter-types histogram::tests::test_histogram_extreme_samples
85182025-10-28T00:46:39.618Z PASS [ 0.010s] (2001/2276) oximeter-types histogram::tests::test_histogram_float_bins
85192025-10-28T00:46:39.618Z PASS [ 0.010s] (2002/2276) oximeter-types histogram::tests::test_histogram_unbounded_samples
85202025-10-28T00:46:39.760Z PASS [ 0.017s] (2003/2276) oximeter-types histogram::tests::test_histogram_unsorted_bins
85212025-10-28T00:46:39.760Z PASS [ 0.010s] (2004/2276) oximeter-types histogram::tests::test_histogram_with_bins
85222025-10-28T00:46:39.760Z PASS [ 0.011s] (2005/2276) oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
85232025-10-28T00:46:39.760Z PASS [ 0.010s] (2006/2276) oximeter-types histogram::tests::test_histogram_with_overlapping_bins
85242025-10-28T00:46:39.760Z PASS [ 0.011s] (2007/2276) oximeter-types histogram::tests::test_log_bins_u64
85252025-10-28T00:46:39.760Z PASS [ 0.012s] (2008/2276) oximeter-types histogram::tests::test_log_bins_u8
85262025-10-28T00:46:39.760Z PASS [ 0.023s] (2009/2276) oximeter-types histogram::tests::test_log_linear_bins_all_representable
85272025-10-28T00:46:39.788Z PASS [ 0.011s] (2010/2276) oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
85282025-10-28T00:46:39.789Z PASS [ 0.011s] (2011/2276) oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
85292025-10-28T00:46:39.789Z PASS [ 0.012s] (2012/2276) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
85302025-10-28T00:46:39.789Z PASS [ 0.011s] (2013/2276) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
85312025-10-28T00:46:39.789Z PASS [ 0.011s] (2014/2276) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
85322025-10-28T00:46:39.789Z PASS [ 0.011s] (2015/2276) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
85332025-10-28T00:46:39.789Z PASS [ 0.010s] (2016/2276) oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
85342025-10-28T00:46:39.906Z PASS [ 0.010s] (2017/2276) oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
85352025-10-28T00:46:39.906Z PASS [ 0.011s] (2018/2276) oximeter-types histogram::tests::test_span_decades
85362025-10-28T00:46:39.906Z PASS [ 0.010s] (2019/2276) oximeter-types histogram::tests::test_span_decades_other_counts_f64
85372025-10-28T00:46:39.906Z PASS [ 0.011s] (2020/2276) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
85382025-10-28T00:46:39.935Z PASS [ 0.011s] (2021/2276) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
85392025-10-28T00:46:39.935Z PASS [ 0.011s] (2022/2276) oximeter-types quantile::tests::test_default_percentiles
85402025-10-28T00:46:39.935Z PASS [ 0.010s] (2023/2276) oximeter-types quantile::tests::test_empty_observations
85412025-10-28T00:46:39.935Z PASS [ 0.013s] (2024/2276) oximeter-types quantile::tests::test_find_cells
85422025-10-28T00:46:39.935Z PASS [ 0.010s] (2025/2276) oximeter-types quantile::tests::test_float_observations
85432025-10-28T00:46:39.935Z PASS [ 0.011s] (2026/2276) oximeter-types quantile::tests::test_integer_observations
85442025-10-28T00:46:39.936Z PASS [ 0.010s] (2027/2276) oximeter-types quantile::tests::test_invalid_p_value
85452025-10-28T00:46:39.936Z PASS [ 0.010s] (2028/2276) oximeter-types quantile::tests::test_max_p
85462025-10-28T00:46:39.936Z PASS [ 0.011s] (2029/2276) oximeter-types quantile::tests::test_min_p
85472025-10-28T00:46:39.944Z PASS [ 0.010s] (2030/2276) oximeter-types quantile::tests::test_non_filled_observations
85482025-10-28T00:46:39.944Z PASS [ 0.018s] (2031/2276) oximeter-types quantile::tests::test_rounding
85492025-10-28T00:46:39.948Z PASS [ 0.013s] (2032/2276) oximeter-types schema::tests::test_field_schema_ordering
85502025-10-28T00:46:39.987Z PASS [ 0.041s] (2033/2276) oximeter-types schema::tests::test_timeseries_name
85512025-10-28T00:46:40.003Z PASS [ 0.016s] (2034/2276) oximeter-types schema::tests::test_timeseries_name_from_str
85522025-10-28T00:46:40.019Z PASS [ 0.014s] (2035/2276) oximeter-types traits::tests::test_metric_trait
85532025-10-28T00:46:40.034Z PASS [ 0.017s] (2036/2276) oximeter-types traits::tests::test_producer_trait
85542025-10-28T00:46:40.052Z PASS [ 0.011s] (2037/2276) oximeter-types traits::tests::test_target_trait
85552025-10-28T00:46:40.056Z PASS [ 32.113s] (2038/2276) omicron-sled-agent nexus::test::nexus_self_notification_test
85562025-10-28T00:46:40.061Z PASS [ 0.012s] (2039/2276) oximeter-types types::tests::test_cumulative_f64
85572025-10-28T00:46:40.061Z PASS [ 0.012s] (2040/2276) oximeter-types types::tests::test_cumulative_i64
85582025-10-28T00:46:40.068Z PASS [ 0.011s] (2041/2276) oximeter-types types::tests::test_datum
85592025-10-28T00:46:40.076Z PASS [ 0.013s] (2042/2276) oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
85602025-10-28T00:46:40.081Z PASS [ 0.013s] (2043/2276) oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
85612025-10-28T00:46:40.089Z PASS [ 0.013s] (2044/2276) oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
85622025-10-28T00:46:40.097Z PASS [ 0.012s] (2045/2276) oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
85632025-10-28T00:46:40.118Z PASS [ 0.012s] (2046/2276) oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
85642025-10-28T00:46:40.123Z PASS [ 0.013s] (2047/2276) oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
85652025-10-28T00:46:40.123Z PASS [ 0.011s] (2048/2276) oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
85662025-10-28T00:46:40.123Z PASS [ 0.010s] (2049/2276) oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
85672025-10-28T00:46:40.128Z PASS [ 0.016s] (2050/2276) oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
85682025-10-28T00:46:40.132Z PASS [ 0.012s] (2051/2276) oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
85692025-10-28T00:46:40.136Z PASS [ 0.011s] (2052/2276) oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
85702025-10-28T00:46:40.139Z PASS [ 0.010s] (2053/2276) oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
85712025-10-28T00:46:40.150Z PASS [ 0.014s] (2054/2276) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
85722025-10-28T00:46:40.155Z PASS [ 0.012s] (2055/2276) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
85732025-10-28T00:46:40.160Z PASS [ 0.011s] (2056/2276) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
85742025-10-28T00:46:40.163Z PASS [ 0.012s] (2057/2276) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
85752025-10-28T00:46:40.171Z PASS [ 0.011s] (2058/2276) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
85762025-10-28T00:46:40.178Z PASS [ 0.014s] (2059/2276) oximeter-types types::tests::test_measurement
85772025-10-28T00:46:40.184Z PASS [ 0.013s] (2060/2276) oximeter-types types::tests::test_verify_field_names
85782025-10-28T00:46:40.194Z PASS [ 0.010s] (2061/2276) oxlog tests::test_is_oxide_smf_log_file
85792025-10-28T00:46:40.197Z PASS [ 0.019s] (2062/2276) oxlog tests::test_daterange_filter
85802025-10-28T00:46:40.204Z PASS [ 0.008s] (2063/2276) oxlog tests::test_oxide_smf_service_name_from_log_file_name
85812025-10-28T00:46:40.213Z PASS [ 0.010s] (2064/2276) oxlog tests::test_sort_logs
85822025-10-28T00:46:40.246Z PASS [ 0.043s] (2065/2276) oxlog::bin/oxlog tests::test_parse_timestamp
85832025-10-28T00:46:40.266Z PASS [ 0.059s] (2066/2276) oxql-types point::tests::test_cast_points_from_bool
85842025-10-28T00:46:40.271Z PASS [ 0.020s] (2067/2276) oxql-types point::tests::test_cast_points_from_double
85852025-10-28T00:46:40.286Z PASS [ 0.021s] (2068/2276) oxql-types point::tests::test_cast_points_from_int_distribution
85862025-10-28T00:46:40.291Z PASS [ 0.022s] (2069/2276) oxql-types point::tests::test_cast_points_from_double_distribution
85872025-10-28T00:46:40.301Z PASS [ 0.014s] (2070/2276) oxql-types point::tests::test_cast_points_from_integer
85882025-10-28T00:46:40.313Z PASS [ 0.024s] (2071/2276) oxql-types point::tests::test_cast_points_from_string
85892025-10-28T00:46:40.317Z PASS [ 0.012s] (2072/2276) oxql-types point::tests::test_join_point_arrays
85902025-10-28T00:46:40.328Z PASS [ 0.016s] (2073/2276) oxql-types point::tests::test_point_delta_between
85912025-10-28T00:46:40.333Z PASS [ 0.015s] (2074/2276) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
85922025-10-28T00:46:40.338Z PASS [ 0.011s] (2075/2276) oxql-types point::tests::test_point_delta_between_with_new_epoch
85932025-10-28T00:46:40.344Z PASS [ 0.012s] (2076/2276) oxql-types point::tests::test_push_concrete_values
85942025-10-28T00:46:40.354Z PASS [ 0.015s] (2077/2276) oxql-types point::tests::test_sub_between_histogram_distributions
85952025-10-28T00:46:40.400Z PASS [ 0.046s] (2078/2276) range-requests test::get_response_no_range
85962025-10-28T00:46:40.426Z PASS [ 0.086s] (2079/2276) parallel-task-set test::test_spawn_many
85972025-10-28T00:46:40.436Z PASS [ 0.009s] (2080/2276) range-requests test::invalid_ranges
85982025-10-28T00:46:40.441Z PASS [ 0.041s] (2081/2276) range-requests test::get_response_with_range
85992025-10-28T00:46:40.445Z PASS [ 0.008s] (2082/2276) range-requests test::parse_range_invalid
86002025-10-28T00:46:40.455Z PASS [ 0.009s] (2083/2276) range-requests test::parse_range_valid
86012025-10-28T00:46:40.459Z PASS [ 0.009s] (2084/2276) range-requests test::range_into_str
86022025-10-28T00:46:40.467Z PASS [ 0.015s] (2085/2276) range-requests test::potential_range_parsing_does_not_crash
86032025-10-28T00:46:40.471Z PASS [ 0.009s] (2086/2276) range-requests test::single_range_parsing_does_not_crash
86042025-10-28T00:46:41.441Z PASS [ 0.960s] (2087/2276) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
86052025-10-28T00:46:41.563Z PASS [ 0.142s] (2088/2276) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
86062025-10-28T00:46:41.777Z PASS [ 0.215s] (2089/2276) reconfigurator-cli::test-scripts script::cmds-example.txt
86072025-10-28T00:46:41.924Z PASS [ 0.146s] (2090/2276) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
86082025-10-28T00:46:42.147Z PASS [ 0.140s] (2091/2276) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
86092025-10-28T00:46:42.242Z PASS [ 1.722s] (2092/2276) reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
86102025-10-28T00:46:42.280Z PASS [ 0.127s] (2093/2276) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
86112025-10-28T00:46:42.399Z PASS [ 0.146s] (2094/2276) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
86122025-10-28T00:46:43.230Z PASS [ 0.890s] (2095/2276) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
86132025-10-28T00:46:43.814Z PASS [ 1.598s] (2096/2276) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
86142025-10-28T00:46:44.903Z PASS [ 1.112s] (2097/2276) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
86152025-10-28T00:46:44.960Z PASS [ 1.734s] (2098/2276) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
86162025-10-28T00:46:45.024Z PASS [ 0.122s] (2099/2276) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
86172025-10-28T00:46:45.153Z PASS [ 0.125s] (2100/2276) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
86182025-10-28T00:46:45.303Z PASS [ 0.151s] (2101/2276) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
86192025-10-28T00:46:45.443Z PASS [ 0.143s] (2102/2276) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
86202025-10-28T00:46:45.593Z PASS [ 0.149s] (2103/2276) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
86212025-10-28T00:46:46.450Z PASS [ 1.490s] (2104/2276) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
86222025-10-28T00:46:47.772Z PASS [ 2.179s] (2105/2276) reconfigurator-cli::test-scripts script::cmds-target-release.txt
86232025-10-28T00:46:47.982Z PASS [ 0.207s] (2106/2276) reconfigurator-cli::test-scripts script::cmds.txt
86242025-10-28T00:46:48.484Z PASS [ 2.031s] (2107/2276) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
86252025-10-28T00:46:51.461Z PASS [ 0.980s] (2108/2276) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
86262025-10-28T00:46:51.461Z PASS [ 14.283s] (2109/2276) oximeter-db::integration_test test_schemas_disjoint
86272025-10-28T00:46:51.461Z PASS [ 14.254s] (2110/2276) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
86282025-10-28T00:46:51.461Z PASS [ 0.808s] (2111/2276) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
86292025-10-28T00:46:51.462Z PASS [ 0.927s] (2112/2276) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
86302025-10-28T00:46:51.462Z PASS [ 0.962s] (2113/2276) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
86312025-10-28T00:46:51.462Z PASS [ 1.880s] (2114/2276) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
86322025-10-28T00:46:52.277Z PASS [ 30.040s] (2115/2276) oximeter-db client::tests::cannot_ping_nonexistent_server
86332025-10-28T00:46:52.451Z PASS [ 17.521s] (2116/2276) oximeter-db::integration_test test_cluster
86342025-10-28T00:46:53.025Z PASS [ 2.827s] (2117/2276) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
86352025-10-28T00:46:53.074Z PASS [ 0.049s] (2118/2276) sled-agent-config-reconciler dump_setup::tests::test_archives_rotated_logs_and_cores
86362025-10-28T00:46:53.105Z PASS [ 0.030s] (2119/2276) sled-agent-config-reconciler dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
86372025-10-28T00:46:53.137Z PASS [ 0.032s] (2120/2276) sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold
86382025-10-28T00:46:53.171Z PASS [ 0.034s] (2121/2276) sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold_many_files
86392025-10-28T00:46:53.202Z PASS [ 0.031s] (2122/2276) sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleanup_ignores_support_bundles
86402025-10-28T00:46:53.230Z PASS [ 0.028s] (2123/2276) sled-agent-config-reconciler dump_setup::tests::test_debug_dir_not_cleaned_under_threshold
86412025-10-28T00:46:53.258Z PASS [ 0.028s] (2124/2276) sled-agent-config-reconciler dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
86422025-10-28T00:46:53.311Z PASS [ 0.052s] (2125/2276) sled-agent-config-reconciler dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
86432025-10-28T00:46:53.335Z PASS [ 1.059s] (2126/2276) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
86442025-10-28T00:46:53.351Z PASS [ 0.040s] (2127/2276) sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
86452025-10-28T00:46:53.377Z PASS [ 0.042s] (2128/2276) sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
86462025-10-28T00:46:53.424Z PASS [ 0.046s] (2129/2276) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
86472025-10-28T00:46:53.478Z PASS [ 0.054s] (2130/2276) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
86482025-10-28T00:46:53.791Z PASS [ 0.312s] (2131/2276) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
86492025-10-28T00:46:53.969Z PASS [ 1.522s] (2132/2276) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
86502025-10-28T00:46:54.000Z PASS [ 0.031s] (2133/2276) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
86512025-10-28T00:46:54.035Z PASS [ 0.034s] (2134/2276) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
86522025-10-28T00:46:54.059Z PASS [ 0.025s] (2135/2276) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
86532025-10-28T00:46:54.148Z PASS [ 0.088s] (2136/2276) sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_merges_old_configs
86542025-10-28T00:46:54.239Z PASS [ 4.351s] (2137/2276) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
86552025-10-28T00:46:54.266Z PASS [ 0.026s] (2138/2276) sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_returns_none_if_no_legacy_configs
86562025-10-28T00:46:54.327Z PASS [ 0.061s] (2139/2276) sled-agent-config-reconciler ledger::legacy_configs::tests::test_merge_old_configs
86572025-10-28T00:46:54.368Z PASS [ 0.041s] (2140/2276) sled-agent-config-reconciler ledger::legacy_configs::tests::test_old_config_schema
86582025-10-28T00:46:54.439Z PASS [ 0.071s] (2141/2276) sled-agent-config-reconciler ledger::tests::convert_legacy_ledgers_if_present
86592025-10-28T00:46:54.470Z PASS [ 0.030s] (2142/2276) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
86602025-10-28T00:46:54.496Z PASS [ 0.026s] (2143/2276) sled-agent-config-reconciler ledger::tests::read_existing_config
86612025-10-28T00:46:54.532Z PASS [ 0.032s] (2144/2276) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
86622025-10-28T00:46:54.558Z PASS [ 0.027s] (2145/2276) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
86632025-10-28T00:46:54.582Z PASS [ 0.026s] (2146/2276) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
86642025-10-28T00:46:54.614Z PASS [ 0.029s] (2147/2276) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
86652025-10-28T00:46:54.637Z PASS [ 0.025s] (2148/2276) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
86662025-10-28T00:46:54.660Z PASS [ 0.023s] (2149/2276) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
86672025-10-28T00:46:54.774Z PASS [ 0.983s] (2150/2276) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
86682025-10-28T00:46:55.087Z PASS [ 0.938s] (2151/2276) sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_panics_if_partial_legacy_configs
86692025-10-28T00:46:55.805Z PASS [ 6.568s] (2152/2276) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
86702025-10-28T00:46:56.558Z PASS [ 1.890s] (2153/2276) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
86712025-10-28T00:46:57.456Z PASS [ 2.681s] (2154/2276) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
86722025-10-28T00:46:57.484Z PASS [ 0.022s] (2155/2276) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
86732025-10-28T00:46:57.512Z PASS [ 0.035s] (2156/2276) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
86742025-10-28T00:46:57.547Z PASS [ 0.026s] (2157/2276) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
86752025-10-28T00:46:57.571Z PASS [ 0.025s] (2158/2276) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
86762025-10-28T00:46:57.588Z PASS [ 0.025s] (2159/2276) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
86772025-10-28T00:46:57.619Z PASS [ 0.025s] (2160/2276) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
86782025-10-28T00:46:57.638Z PASS [ 0.024s] (2161/2276) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
86792025-10-28T00:46:57.667Z PASS [ 0.025s] (2162/2276) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
86802025-10-28T00:46:57.687Z PASS [ 0.024s] (2163/2276) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
86812025-10-28T00:46:57.729Z PASS [ 0.025s] (2164/2276) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
86822025-10-28T00:46:57.753Z PASS [ 0.024s] (2165/2276) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
86832025-10-28T00:46:57.919Z PASS [ 0.169s] (2166/2276) sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
86842025-10-28T00:46:57.940Z PASS [ 0.033s] (2167/2276) sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
86852025-10-28T00:46:58.006Z PASS [ 0.055s] (2168/2276) sled-agent-types rack_init::tests::parse_rack_initialization
86862025-10-28T00:46:58.031Z PASS [ 0.021s] (2169/2276) sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
86872025-10-28T00:46:58.070Z PASS [ 0.046s] (2170/2276) sled-agent-types rack_init::tests::test_extra_certs
86882025-10-28T00:46:58.083Z PASS [ 0.020s] (2171/2276) sled-agent-types rack_init::tests::test_subnets
86892025-10-28T00:46:58.123Z PASS [ 0.035s] (2172/2276) sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
86902025-10-28T00:46:58.143Z PASS [ 0.026s] (2173/2276) sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
86912025-10-28T00:46:58.172Z PASS [ 0.026s] (2174/2276) sled-agent-types zone_bundle::tests::test_compare_bundles
86922025-10-28T00:46:58.187Z PASS [ 0.018s] (2175/2276) sled-agent-types zone_bundle::tests::test_priority_dimension
86932025-10-28T00:46:58.207Z PASS [ 0.018s] (2176/2276) sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
86942025-10-28T00:46:58.221Z PASS [ 0.016s] (2177/2276) sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
86952025-10-28T00:46:58.413Z PASS [ 0.191s] (2178/2276) sled-agent-zone-images mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
86962025-10-28T00:46:58.439Z PASS [ 0.026s] (2179/2276) sled-agent-zone-images mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
86972025-10-28T00:46:58.448Z PASS [ 2.670s] (2180/2276) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
86982025-10-28T00:46:58.461Z PASS [ 0.021s] (2181/2276) sled-agent-zone-images mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
86992025-10-28T00:46:58.468Z PASS [ 0.020s] (2182/2276) sled-agent-zone-images mupdate_override::tests::clear_boot_not_present
87002025-10-28T00:46:58.491Z PASS [ 0.019s] (2183/2276) sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
87012025-10-28T00:46:58.496Z PASS [ 0.021s] (2184/2276) sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_matches_present
87022025-10-28T00:46:58.500Z PASS [ 0.018s] (2185/2276) sled-agent-zone-images mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
87032025-10-28T00:46:58.510Z PASS [ 0.021s] (2186/2276) sled-agent-zone-images mupdate_override::tests::clear_file_io_error
87042025-10-28T00:46:58.519Z PASS [ 0.021s] (2187/2276) sled-agent-zone-images mupdate_override::tests::clear_no_status
87052025-10-28T00:46:58.532Z PASS [ 0.022s] (2188/2276) sled-agent-zone-images mupdate_override::tests::clear_non_boot_boot_absent_other_present
87062025-10-28T00:46:58.546Z PASS [ 0.027s] (2189/2276) sled-agent-zone-images mupdate_override::tests::clear_non_boot_boot_disk_read_error
87072025-10-28T00:46:58.562Z PASS [ 0.020s] (2190/2276) sled-agent-zone-images mupdate_override::tests::clear_non_boot_disk_missing
87082025-10-28T00:46:58.568Z PASS [ 0.022s] (2191/2276) sled-agent-zone-images mupdate_override::tests::clear_non_boot_matches_absent
87092025-10-28T00:46:58.576Z PASS [ 0.023s] (2192/2276) sled-agent-zone-images mupdate_override::tests::clear_non_boot_read_error
87102025-10-28T00:46:58.589Z PASS [ 0.020s] (2193/2276) sled-agent-zone-images mupdate_override::tests::read_boot_absent_other_present
87112025-10-28T00:46:58.599Z PASS [ 0.020s] (2194/2276) sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_missing
87122025-10-28T00:46:58.610Z PASS [ 0.021s] (2195/2276) sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_not_dir
87132025-10-28T00:46:58.623Z PASS [ 0.022s] (2196/2276) sled-agent-zone-images mupdate_override::tests::read_boot_present_other_absent
87142025-10-28T00:46:58.634Z PASS [ 0.025s] (2197/2276) sled-agent-zone-images mupdate_override::tests::read_boot_read_error
87152025-10-28T00:46:58.638Z PASS [ 0.021s] (2198/2276) sled-agent-zone-images mupdate_override::tests::read_both_absent
87162025-10-28T00:46:58.656Z PASS [ 0.021s] (2199/2276) sled-agent-zone-images mupdate_override::tests::read_both_present
87172025-10-28T00:46:58.660Z PASS [ 0.021s] (2200/2276) sled-agent-zone-images mupdate_override::tests::read_different_values
87182025-10-28T00:46:58.679Z PASS [ 0.020s] (2201/2276) sled-agent-zone-images mupdate_override::tests::read_solo_boot_disk
87192025-10-28T00:46:58.690Z PASS [ 7.519s] (2202/2276) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
87202025-10-28T00:46:58.730Z PASS [ 0.025s] (2203/2276) sled-agent-zone-images source_resolver::tests::file_source_zone_manifest_invalid
87212025-10-28T00:46:58.830Z PASS [ 0.046s] (2204/2276) sled-agent-zone-images source_resolver::tests::file_source_with_errors
87222025-10-28T00:46:58.831Z PASS [ 0.023s] (2205/2276) sled-agent-zone-images source_resolver::tests::lookup_with_mupdate_override
87232025-10-28T00:46:58.831Z PASS [ 0.022s] (2206/2276) sled-agent-zone-images source_resolver::tests::lookup_with_mupdate_override_error
87242025-10-28T00:46:58.831Z PASS [ 0.021s] (2207/2276) sled-agent-zone-images source_resolver::tests::resolver_status_to_inventory
87252025-10-28T00:46:58.831Z PASS [ 0.023s] (2208/2276) sled-agent-zone-images zone_manifest::tests::read_boot_disk_missing
87262025-10-28T00:46:58.831Z PASS [ 0.022s] (2209/2276) sled-agent-zone-images zone_manifest::tests::read_boot_disk_read_error
87272025-10-28T00:46:58.847Z PASS [ 0.021s] (2210/2276) sled-agent-zone-images zone_manifest::tests::read_boot_disk_zone_mismatch
87282025-10-28T00:46:58.847Z PASS [ 0.029s] (2211/2276) sled-agent-zone-images zone_manifest::tests::read_non_boot_disk_zone_mismatch
87292025-10-28T00:46:58.848Z PASS [ 0.023s] (2212/2276) sled-agent-zone-images zone_manifest::tests::read_success
87302025-10-28T00:46:59.165Z PASS [ 4.065s] (2213/2276) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
87312025-10-28T00:46:59.673Z PASS [ 0.899s] (2214/2276) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
87322025-10-28T00:46:59.725Z PASS [ 0.051s] (2215/2276) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
87332025-10-28T00:46:59.740Z PASS [ 0.020s] (2216/2276) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
87342025-10-28T00:46:59.773Z PASS [ 0.035s] (2217/2276) sled-diagnostics queries::test::test_command_stderr_is_correct
87352025-10-28T00:46:59.803Z PASS [ 0.028s] (2218/2276) sled-diagnostics queries::test::test_command_stdout_is_correct
87362025-10-28T00:46:59.829Z PASS [ 3.270s] (2219/2276) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
87372025-10-28T00:46:59.836Z PASS [ 0.025s] (2220/2276) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
87382025-10-28T00:46:59.877Z PASS [ 0.047s] (2221/2276) sled-hardware disk::test::test_disk_paths
87392025-10-28T00:46:59.895Z PASS [ 0.021s] (2222/2276) sled-hardware disk::test::test_partition_device_paths
87402025-10-28T00:46:59.908Z PASS [ 1.161s] (2223/2276) sled-diagnostics logs::illumos_tests::collect_current_logs
87412025-10-28T00:46:59.993Z PASS [ 1.213s] (2224/2276) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
87422025-10-28T00:47:00.006Z PASS [ 0.112s] (2225/2276) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
87432025-10-28T00:47:00.006Z PASS [ 0.098s] (2226/2276) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
87442025-10-28T00:47:00.006Z PASS [ 0.026s] (2227/2276) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
87452025-10-28T00:47:00.023Z PASS [ 0.018s] (2228/2276) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
87462025-10-28T00:47:00.035Z PASS [ 0.018s] (2229/2276) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
87472025-10-28T00:47:00.044Z PASS [ 0.032s] (2230/2276) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
87482025-10-28T00:47:00.054Z PASS [ 0.021s] (2231/2276) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
87492025-10-28T00:47:00.068Z PASS [ 0.041s] (2232/2276) sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
87502025-10-28T00:47:00.088Z PASS [ 0.045s] (2233/2276) sled-storage dataset::test::serialize_dataset_name
87512025-10-28T00:47:00.104Z PASS [ 0.024s] (2234/2276) trust-quorum crypto::tests::rack_secrets_decryption_failure
87522025-10-28T00:47:00.111Z PASS [ 0.014s] (2235/2276) trust-quorum crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
87532025-10-28T00:47:00.210Z PASS [ 0.102s] (2236/2276) trust-quorum rack_secret_loader::tests::test_load_rack_secrets
87542025-10-28T00:47:00.236Z PASS [ 1.079s] (2237/2276) sled-diagnostics logs::illumos_tests::log_snapshots_work
87552025-10-28T00:47:00.291Z PASS [ 0.092s] (2238/2276) trust-quorum validators::tests::test_validate_reconfigure_msg_failure
87562025-10-28T00:47:00.337Z PASS [ 0.216s] (2239/2276) trust-quorum node::tests::initial_configuration
87572025-10-28T00:47:00.341Z PASS [ 0.094s] (2240/2276) trust-quorum validators::tests::test_validate_reconfigure_msg_new_success
87582025-10-28T00:47:00.345Z PASS [ 0.521s] (2241/2276) sled-diagnostics queries::test::test_long_running_command_is_aborted
87592025-10-28T00:47:00.782Z PASS [ 0.716s] (2242/2276) trust-quorum crypto::tests::rack_secret_test
87602025-10-28T00:47:00.886Z PASS [ 0.090s] (2243/2276) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
87612025-10-28T00:47:00.943Z PASS [ 0.076s] (2244/2276) update-common artifacts::update_plan::tests::test_bad_rot_versions
87622025-10-28T00:47:00.992Z PASS [ 0.049s] (2245/2276) update-common artifacts::update_plan::tests::test_multi_rot_bord
87632025-10-28T00:47:01.058Z PASS [ 0.062s] (2246/2276) update-common artifacts::update_plan::tests::test_multi_rot_version
87642025-10-28T00:47:01.081Z PASS [ 0.033s] (2247/2276) update-common artifacts::update_plan::tests::test_split_control_plane
87652025-10-28T00:47:01.118Z PASS [ 0.031s] (2248/2276) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
87662025-10-28T00:47:01.135Z PASS [ 0.817s] (2249/2276) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
87672025-10-28T00:47:01.151Z PASS [ 0.034s] (2250/2276) update-common artifacts::update_plan::tests::test_too_many_rot_bord
87682025-10-28T00:47:01.152Z PASS [ 0.814s] (2251/2276) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
87692025-10-28T00:47:01.183Z PASS [ 0.052s] (2252/2276) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
87702025-10-28T00:47:01.217Z PASS [ 0.032s] (2253/2276) update-engine display::line_display_shared::tests::test_format_progress_counter
87712025-10-28T00:47:01.241Z PASS [ 0.029s] (2254/2276) update-engine display::line_display_shared::tests::test_start_line
87722025-10-28T00:47:01.283Z PASS [ 0.040s] (2255/2276) update-engine engine::tests::error_exits_early
87732025-10-28T00:47:01.331Z PASS [ 0.042s] (2256/2276) update-engine events::tests::progress_event_parse_unknown
87742025-10-28T00:47:01.346Z PASS [ 0.016s] (2257/2276) update-engine events::tests::step_event_parse_unknown
87752025-10-28T00:47:01.374Z PASS [ 0.201s] (2258/2276) update-engine display::group_display::tests::test_stats
87762025-10-28T00:47:01.374Z PASS [ 0.021s] (2259/2276) update-engine spec::tests::test_merge_anyhow_list
87772025-10-28T00:47:01.400Z PASS [ 0.021s] (2260/2276) wicket state::inventory::tests::component_id_display
87782025-10-28T00:47:01.416Z PASS [ 0.025s] (2261/2276) wicket state::rack::tests::prev_next_are_opposites
87792025-10-28T00:47:01.426Z PASS [ 0.014s] (2262/2276) wicket state::rack::tests::up_down_are_opposites
87802025-10-28T00:47:01.483Z PASS [ 0.336s] (2263/2276) update-engine buffer::tests::test_buffer
87812025-10-28T00:47:01.544Z PASS [ 0.191s] (2264/2276) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
87822025-10-28T00:47:01.563Z PASS [ 0.078s] (2265/2276) wicket-common rack_setup::tests::roundtrip_import_export_policy
87832025-10-28T00:47:01.662Z PASS [ 0.124s] (2266/2276) wicketd installinator_progress::tests::test_states
87842025-10-28T00:47:01.681Z PASS [ 0.114s] (2267/2276) wicketd rss_config::tests::test_bgp_auth_key_states
87852025-10-28T00:47:01.907Z PASS [ 0.462s] (2268/2276) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
87862025-10-28T00:47:02.955Z PASS [ 1.299s] (2269/2276) wicketd::mod integration_tests::inventory::test_inventory
87872025-10-28T00:47:03.539Z PASS [ 1.653s] (2270/2276) wicketd::mod integration_tests::updates::test_installinator_fetch_no_installinator_document
87882025-10-28T00:47:03.576Z PASS [ 1.910s] (2271/2276) wicketd::mod integration_tests::updates::test_installinator_fetch
87892025-10-28T00:47:03.601Z PASS [ 3.257s] (2272/2276) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
87902025-10-28T00:47:03.987Z PASS [ 1.032s] (2273/2276) wicketd::mod integration_tests::updates::test_update_races
87912025-10-28T00:47:04.775Z PASS [ 11.403s] (2274/2276) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
87922025-10-28T00:47:05.354Z PASS [ 1.823s] (2275/2276) wicketd::mod integration_tests::updates::test_updates
87932025-10-28T00:48:00.295Z SLOW [> 60.000s] trust-quorum::cluster test_trust_quorum_protocol
87942025-10-28T00:48:38.971Z PASS [ 98.673s] (2276/2276) trust-quorum::cluster test_trust_quorum_protocol
87952025-10-28T00:48:38.975Z────────────
87962025-10-28T00:48:38.975Z Summary [3590.567s] 2276 tests run: 2276 passed (32 slow), 4 skipped
87972025-10-28T00:48:39.051Z
87982025-10-28T00:48:39.055Zreal 1:00:16.062178997
87992025-10-28T00:48:39.055Zuser 5:42:19.064358638
88002025-10-28T00:48:39.055Zsys 56:27.837674280
88012025-10-28T00:48:39.055Ztrap 3:10.494598153
88022025-10-28T00:48:39.055Ztflt 49.252444828
88032025-10-28T00:48:39.055Zdflt 3:01.198166845
88042025-10-28T00:48:39.055Zkflt 0.897309201
88052025-10-28T00:48:39.055Zlock 1433:22:19.860092384
88062025-10-28T00:48:39.055Zslp 111:16:50.543498328
88072025-10-28T00:48:39.056Zlat 4:58:33.207527611
88082025-10-28T00:48:39.056Zstop 1:23:16.529586323
88092025-10-28T00:48:39.056Z+ banner doctest
88102025-10-28T00:48:39.056Z
88112025-10-28T00:48:39.056Z ##### #### #### ##### ###### #### #####
88122025-10-28T00:48:39.056Z # # # # # # # # # #
88132025-10-28T00:48:39.056Z # # # # # # ##### #### #
88142025-10-28T00:48:39.056Z # # # # # # # # #
88152025-10-28T00:48:39.056Z # # # # # # # # # # #
88162025-10-28T00:48:39.056Z ##### #### #### # ###### #### #
88172025-10-28T00:48:39.056Z
88182025-10-28T00:48:39.056Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
88192025-10-28T00:48:41.168Z Fresh unicode-ident v1.0.19
88202025-10-28T00:48:41.183Z Fresh cfg-if v1.0.1
88212025-10-28T00:48:41.183Z Fresh autocfg v1.4.0
88222025-10-28T00:48:41.183Z Fresh memchr v2.7.4
88232025-10-28T00:48:41.183Z Fresh proc-macro2 v1.0.101
88242025-10-28T00:48:41.183Z Fresh value-bag v1.9.0
88252025-10-28T00:48:41.183Z Fresh smallvec v1.15.1
88262025-10-28T00:48:41.183Z Fresh version_check v0.9.5
88272025-10-28T00:48:41.183Z Fresh quote v1.0.40
88282025-10-28T00:48:41.183Z Fresh libc v0.2.174
88292025-10-28T00:48:41.183Z Fresh serde_core v1.0.226
88302025-10-28T00:48:41.183Z Fresh log v0.4.27
88312025-10-28T00:48:41.183Z Fresh scopeguard v1.2.0
88322025-10-28T00:48:41.183Z Fresh itoa v1.0.11
88332025-10-28T00:48:41.183Z Fresh ryu v1.0.18
88342025-10-28T00:48:41.183Z Fresh syn v2.0.106
88352025-10-28T00:48:41.183Z Fresh lock_api v0.4.12
88362025-10-28T00:48:41.183Z Fresh getrandom v0.2.15
88372025-10-28T00:48:41.183Z Fresh stable_deref_trait v1.2.0
88382025-10-28T00:48:41.183Z Fresh serde_derive v1.0.226
88392025-10-28T00:48:41.184Z Fresh zeroize_derive v1.4.2
88402025-10-28T00:48:41.184Z Fresh synstructure v0.13.1
88412025-10-28T00:48:41.184Z Fresh critical-section v1.1.3
88422025-10-28T00:48:41.184Z Fresh serde v1.0.226
88432025-10-28T00:48:41.184Z Fresh zeroize v1.8.1
88442025-10-28T00:48:41.184Z Fresh libm v0.2.8
88452025-10-28T00:48:41.184Z Fresh serde_json v1.0.145
88462025-10-28T00:48:41.184Z Fresh portable-atomic v1.11.0
88472025-10-28T00:48:41.184Z Fresh zerofrom-derive v0.1.4
88482025-10-28T00:48:41.184Z Fresh fnv v1.0.7
88492025-10-28T00:48:41.184Z Fresh yoke-derive v0.7.4
88502025-10-28T00:48:41.184Z Fresh bitflags v2.9.4
88512025-10-28T00:48:41.184Z Fresh bytes v1.10.1
88522025-10-28T00:48:41.184Z Fresh num-traits v0.2.19
88532025-10-28T00:48:41.184Z Fresh once_cell v1.21.3
88542025-10-28T00:48:41.184Z Fresh zerofrom v0.1.4
88552025-10-28T00:48:41.184Z Fresh pin-project-lite v0.2.14
88562025-10-28T00:48:41.184Z Fresh zerovec-derive v0.10.3
88572025-10-28T00:48:41.184Z Fresh yoke v0.7.4
88582025-10-28T00:48:41.185Z Fresh displaydoc v0.2.5
88592025-10-28T00:48:41.185Z Fresh shlex v1.3.0
88602025-10-28T00:48:41.185Z Fresh regex-syntax v0.8.5
88612025-10-28T00:48:41.185Z Fresh rand_core v0.6.4
88622025-10-28T00:48:41.185Z Fresh percent-encoding v2.3.2
88632025-10-28T00:48:41.185Z Fresh litemap v0.7.3
88642025-10-28T00:48:41.185Z Fresh getrandom v0.3.4
88652025-10-28T00:48:41.185Z Fresh zerovec v0.10.4
88662025-10-28T00:48:41.185Z Fresh byteorder v1.5.0
88672025-10-28T00:48:41.185Z Fresh writeable v0.5.5
88682025-10-28T00:48:41.185Z Fresh icu_provider_macros v1.5.0
88692025-10-28T00:48:41.185Z Fresh errno v0.3.12
88702025-10-28T00:48:41.185Z Fresh jobserver v0.1.32
88712025-10-28T00:48:41.185Z Fresh tinystr v0.7.6
88722025-10-28T00:48:41.185Z Fresh cc v1.2.30
88732025-10-28T00:48:41.185Z Fresh icu_locid_transform_data v1.5.0
88742025-10-28T00:48:41.185Z Fresh allocator-api2 v0.2.21
88752025-10-28T00:48:41.185Z Fresh icu_collections v1.5.0
88762025-10-28T00:48:41.185Z Fresh semver v1.0.27
88772025-10-28T00:48:41.185Z Fresh icu_properties_data v1.5.0
88782025-10-28T00:48:41.185Z Fresh icu_locid v1.5.0
88792025-10-28T00:48:41.185Z Fresh parking_lot_core v0.9.10
88802025-10-28T00:48:41.185Z Fresh equivalent v1.0.2
88812025-10-28T00:48:41.185Z Fresh icu_normalizer_data v1.5.0
88822025-10-28T00:48:41.185Z Fresh write16 v1.0.0
88832025-10-28T00:48:41.185Z Fresh utf16_iter v1.0.5
88842025-10-28T00:48:41.185Z Fresh utf8_iter v1.0.4
88852025-10-28T00:48:41.186Z Fresh subtle v2.6.1
88862025-10-28T00:48:41.186Z Fresh icu_provider v1.5.0
88872025-10-28T00:48:41.186Z Fresh parking_lot v0.12.3
88882025-10-28T00:48:41.186Z Fresh form_urlencoded v1.2.2
88892025-10-28T00:48:41.186Z Fresh aho-corasick v1.1.3
88902025-10-28T00:48:41.186Z Fresh signal-hook-registry v1.4.2
88912025-10-28T00:48:41.186Z Fresh heck v0.5.0
88922025-10-28T00:48:41.186Z Fresh icu_locid_transform v1.5.0
88932025-10-28T00:48:41.186Z Fresh regex-automata v0.4.11
88942025-10-28T00:48:41.186Z Fresh futures-core v0.3.31
88952025-10-28T00:48:41.186Z Fresh mio v1.0.2
88962025-10-28T00:48:41.186Z Fresh either v1.15.0
88972025-10-28T00:48:41.186Z Fresh icu_properties v1.5.1
88982025-10-28T00:48:41.186Z Fresh typenum v1.17.0
88992025-10-28T00:48:41.186Z Fresh regex v1.11.3
89002025-10-28T00:48:41.186Z Fresh tokio-macros v2.5.0
89012025-10-28T00:48:41.186Z Fresh socket2 v0.6.0
89022025-10-28T00:48:41.186Z Fresh thiserror-impl v2.0.17
89032025-10-28T00:48:41.186Z Fresh icu_normalizer v1.5.0
89042025-10-28T00:48:41.186Z Fresh generic-array v0.14.7
89052025-10-28T00:48:41.186Z Fresh rustix v0.38.37
89062025-10-28T00:48:41.186Z Fresh tokio v1.47.0
89072025-10-28T00:48:41.186Z Fresh hashbrown v0.16.0
89082025-10-28T00:48:41.186Z Fresh iana-time-zone v0.1.63
89092025-10-28T00:48:41.186Z Fresh spin v0.9.8
89102025-10-28T00:48:41.186Z Fresh idna_adapter v1.2.0
89112025-10-28T00:48:41.186Z Fresh crypto-common v0.1.6
89122025-10-28T00:48:41.186Z Fresh thiserror v2.0.17
89132025-10-28T00:48:41.186Z Fresh indexmap v2.11.4
89142025-10-28T00:48:41.186Z Fresh chrono v0.4.42
89152025-10-28T00:48:41.186Z Fresh futures-io v0.3.31
89162025-10-28T00:48:41.186Z Fresh zerocopy-derive v0.7.35
89172025-10-28T00:48:41.186Z Fresh idna v1.0.3
89182025-10-28T00:48:41.186Z Fresh zerocopy v0.7.35
89192025-10-28T00:48:41.186Z Fresh uuid v1.18.1
89202025-10-28T00:48:41.192Z Fresh thiserror-impl v1.0.69
89212025-10-28T00:48:41.192Z Fresh lazy_static v1.5.0
89222025-10-28T00:48:41.192Z Fresh pkg-config v0.3.31
89232025-10-28T00:48:41.192Z Fresh url v2.5.4
89242025-10-28T00:48:41.192Z Fresh slab v0.4.9
89252025-10-28T00:48:41.192Z Fresh const-oid v0.9.6
89262025-10-28T00:48:41.192Z Fresh block-buffer v0.10.4
89272025-10-28T00:48:41.192Z Fresh futures-sink v0.3.31
89282025-10-28T00:48:41.192Z Fresh pin-utils v0.1.0
89292025-10-28T00:48:41.192Z Fresh serde_derive_internals v0.29.1
89302025-10-28T00:48:41.192Z Fresh thiserror v1.0.69
89312025-10-28T00:48:41.192Z Fresh digest v0.10.7
89322025-10-28T00:48:41.192Z Fresh dyn-clone v1.0.20
89332025-10-28T00:48:41.192Z Fresh schemars_derive v0.8.22
89342025-10-28T00:48:41.192Z Fresh futures-channel v0.3.31
89352025-10-28T00:48:41.192Z Fresh futures-macro v0.3.31
89362025-10-28T00:48:41.192Z Fresh futures-task v0.3.31
89372025-10-28T00:48:41.193Z Fresh futures-util v0.3.31
89382025-10-28T00:48:41.193Z Fresh cpufeatures v0.2.14
89392025-10-28T00:48:41.193Z Fresh foldhash v0.1.5
89402025-10-28T00:48:41.193Z Fresh strsim v0.11.1
89412025-10-28T00:48:41.193Z Fresh ppv-lite86 v0.2.20
89422025-10-28T00:48:41.193Z Fresh tracing-core v0.1.32
89432025-10-28T00:48:41.193Z Fresh schemars v0.8.22
89442025-10-28T00:48:41.193Z Fresh hashbrown v0.15.4
89452025-10-28T00:48:41.193Z Fresh tracing-attributes v0.1.27
89462025-10-28T00:48:41.193Z Fresh glob v0.3.2
89472025-10-28T00:48:41.193Z Fresh http v1.3.1
89482025-10-28T00:48:41.193Z Fresh adler2 v2.0.0
89492025-10-28T00:48:41.193Z Fresh syn v1.0.109
89502025-10-28T00:48:41.193Z Fresh tracing v0.1.40
89512025-10-28T00:48:41.193Z Fresh miniz_oxide v0.8.5
89522025-10-28T00:48:41.193Z Fresh minimal-lexical v0.2.1
89532025-10-28T00:48:41.193Z Fresh nom v7.1.3
89542025-10-28T00:48:41.193Z Fresh crossbeam-utils v0.8.21
89552025-10-28T00:48:41.193Z Fresh serde_tokenstream v0.2.2
89562025-10-28T00:48:41.193Z Fresh libloading v0.8.5
89572025-10-28T00:48:41.193Z Fresh num-conv v0.1.0
89582025-10-28T00:48:41.193Z Fresh paste v1.0.15
89592025-10-28T00:48:41.193Z Fresh prettyplease v0.2.36
89602025-10-28T00:48:41.193Z Fresh clang-sys v1.8.1
89612025-10-28T00:48:41.193Z Fresh cexpr v0.6.0
89622025-10-28T00:48:41.193Z Fresh vcpkg v0.2.15
89632025-10-28T00:48:41.194Z Fresh home v0.5.9
89642025-10-28T00:48:41.194Z Fresh time-core v0.1.6
89652025-10-28T00:48:41.194Z Fresh powerfmt v0.2.0
89662025-10-28T00:48:41.194Z Fresh time-macros v0.2.24
89672025-10-28T00:48:41.194Z Fresh deranged v0.5.3
89682025-10-28T00:48:41.194Z Fresh gimli v0.31.1
89692025-10-28T00:48:41.194Z Fresh num_threads v0.1.7
89702025-10-28T00:48:41.194Z Fresh block-padding v0.3.3
89712025-10-28T00:48:41.194Z Fresh object v0.36.5
89722025-10-28T00:48:41.194Z Fresh addr2line v0.24.2
89732025-10-28T00:48:41.194Z Fresh time v0.3.43
89742025-10-28T00:48:41.194Z Fresh rustc-demangle v0.1.24
89752025-10-28T00:48:41.194Z Fresh inout v0.1.3
89762025-10-28T00:48:41.194Z Fresh itertools v0.12.1
89772025-10-28T00:48:41.194Z Fresh backtrace v0.3.74
89782025-10-28T00:48:41.194Z Fresh base64 v0.22.1
89792025-10-28T00:48:41.194Z Fresh cipher v0.4.4
89802025-10-28T00:48:41.194Z Fresh which v4.4.2
89812025-10-28T00:48:41.194Z Fresh tokio-util v0.7.15
89822025-10-28T00:48:41.195Z Fresh ipnet v2.11.0
89832025-10-28T00:48:41.195Z Fresh anyhow v1.0.99
89842025-10-28T00:48:41.195Z Fresh rustc-hash v1.1.0
89852025-10-28T00:48:41.195Z Fresh lazycell v1.3.0
89862025-10-28T00:48:41.195Z Fresh base64ct v1.6.0
89872025-10-28T00:48:41.195Z Fresh atomic-waker v1.1.2
89882025-10-28T00:48:41.195Z Fresh rustversion v1.0.22
89892025-10-28T00:48:41.195Z Fresh bindgen v0.69.5
89902025-10-28T00:48:41.195Z Fresh cmake v0.1.51
89912025-10-28T00:48:41.195Z Fresh fs_extra v1.3.0
89922025-10-28T00:48:41.195Z Fresh untrusted v0.9.0
89932025-10-28T00:48:41.195Z Fresh dunce v1.0.5
89942025-10-28T00:48:41.195Z Fresh ident_case v1.0.1
89952025-10-28T00:48:41.195Z Fresh fastrand v2.1.1
89962025-10-28T00:48:41.195Z Fresh ring v0.17.14
89972025-10-28T00:48:41.195Z Fresh httparse v1.9.5
89982025-10-28T00:48:41.195Z Fresh sha2 v0.10.9
89992025-10-28T00:48:41.195Z Fresh hmac v0.12.1
90002025-10-28T00:48:41.195Z Fresh rand_chacha v0.3.1
90012025-10-28T00:48:41.195Z Fresh rustls-pki-types v1.10.0
90022025-10-28T00:48:41.195Z Fresh utf8parse v0.2.2
90032025-10-28T00:48:41.195Z Fresh rand v0.8.5
90042025-10-28T00:48:41.195Z Fresh pem-rfc7468 v0.7.0
90052025-10-28T00:48:41.195Z Fresh http-body v1.0.1
90062025-10-28T00:48:41.195Z Fresh httpdate v1.0.3
90072025-10-28T00:48:41.195Z Fresh try-lock v0.2.5
90082025-10-28T00:48:41.195Z Fresh untrusted v0.7.1
90092025-10-28T00:48:41.196Z Fresh aws-lc-sys v0.26.0
90102025-10-28T00:48:41.196Z Fresh want v0.3.1
90112025-10-28T00:48:41.196Z Fresh h2 v0.4.6
90122025-10-28T00:48:41.196Z Fresh der_derive v0.7.3
90132025-10-28T00:48:41.196Z Fresh tower-service v0.3.3
90142025-10-28T00:48:41.196Z Fresh flagset v0.4.6
90152025-10-28T00:48:41.196Z Fresh aws-lc-rs v1.12.4
90162025-10-28T00:48:41.196Z Fresh anstyle v1.0.11
90172025-10-28T00:48:41.196Z Fresh der v0.7.10
90182025-10-28T00:48:41.196Z Fresh hyper v1.7.0
90192025-10-28T00:48:41.196Z Fresh rand_core v0.9.3
90202025-10-28T00:48:41.200Z Fresh toml_datetime v0.6.11
90212025-10-28T00:48:41.200Z Fresh serde_spanned v0.6.9
90222025-10-28T00:48:41.200Z Fresh rustls-webpki v0.102.8
90232025-10-28T00:48:41.200Z Fresh anstyle-parse v0.2.5
90242025-10-28T00:48:41.200Z Fresh async-trait v0.1.89
90252025-10-28T00:48:41.200Z Fresh anstyle-query v1.1.1
90262025-10-28T00:48:41.200Z Fresh mime v0.3.17
90272025-10-28T00:48:41.201Z Fresh colorchoice v1.0.2
90282025-10-28T00:48:41.201Z Fresh is_terminal_polyfill v1.70.1
90292025-10-28T00:48:41.201Z Fresh spki v0.7.3
90302025-10-28T00:48:41.201Z Fresh hyper-util v0.1.17
90312025-10-28T00:48:41.201Z Fresh pbkdf2 v0.12.2
90322025-10-28T00:48:41.201Z Fresh aes v0.8.4
90332025-10-28T00:48:41.201Z Fresh rustc_version v0.4.1
90342025-10-28T00:48:41.201Z Fresh anstream v0.6.18
90352025-10-28T00:48:41.201Z Fresh slog v2.7.0
90362025-10-28T00:48:41.201Z Fresh zerocopy-derive v0.8.27
90372025-10-28T00:48:41.201Z Fresh ucd-trie v0.1.7
90382025-10-28T00:48:41.201Z Fresh rand_chacha v0.9.0
90392025-10-28T00:48:41.201Z Fresh http-body-util v0.1.3
90402025-10-28T00:48:41.201Z Fresh cbc v0.1.2
90412025-10-28T00:48:41.201Z Fresh zerocopy v0.8.27
90422025-10-28T00:48:41.201Z Fresh pest v2.8.2
90432025-10-28T00:48:41.201Z Fresh salsa20 v0.10.2
90442025-10-28T00:48:41.201Z Fresh terminal_size v0.4.0
90452025-10-28T00:48:41.201Z Fresh foreign-types-shared v0.1.1
90462025-10-28T00:48:41.201Z Fresh openssl-probe v0.1.5
90472025-10-28T00:48:41.201Z Fresh pest_meta v2.8.2
90482025-10-28T00:48:41.201Z Fresh foreign-types v0.3.2
90492025-10-28T00:48:41.201Z Fresh scrypt v0.11.0
90502025-10-28T00:48:41.201Z Fresh rustix v1.0.7
90512025-10-28T00:48:41.201Z Fresh rand v0.9.2
90522025-10-28T00:48:41.201Z Fresh openssl-sys v0.9.109
90532025-10-28T00:48:41.201Z Fresh darling_core v0.20.10
90542025-10-28T00:48:41.201Z Fresh openssl-macros v0.1.1
90552025-10-28T00:48:41.201Z Fresh clap_lex v0.7.4
90562025-10-28T00:48:41.201Z Fresh plain v0.2.3
90572025-10-28T00:48:41.201Z Fresh pest_generator v2.8.2
90582025-10-28T00:48:41.201Z Fresh camino v1.2.0
90592025-10-28T00:48:41.201Z Fresh clap_builder v4.5.48
90602025-10-28T00:48:41.201Z Fresh darling_macro v0.20.10
90612025-10-28T00:48:41.201Z Fresh openssl v0.10.73
90622025-10-28T00:48:41.201Z Fresh pkcs5 v0.7.1
90632025-10-28T00:48:41.201Z Fresh serde_urlencoded v0.7.1
90642025-10-28T00:48:41.201Z Fresh clap_derive v4.5.47
90652025-10-28T00:48:41.202Z Fresh encoding_rs v0.8.34
90662025-10-28T00:48:41.202Z Fresh clap v4.5.48
90672025-10-28T00:48:41.202Z Fresh rustls v0.23.19
90682025-10-28T00:48:41.202Z Fresh pkcs8 v0.10.2
90692025-10-28T00:48:41.202Z Fresh darling v0.20.10
90702025-10-28T00:48:41.202Z Fresh pest_derive v2.8.2
90712025-10-28T00:48:41.202Z Fresh tempfile v3.20.0
90722025-10-28T00:48:41.202Z Fresh litrs v0.4.1
90732025-10-28T00:48:41.202Z Fresh pretty-hex v0.4.1
90742025-10-28T00:48:41.202Z Fresh tokio-rustls v0.26.0
90752025-10-28T00:48:41.202Z Fresh openapiv3 v2.2.0
90762025-10-28T00:48:41.202Z Fresh sync_wrapper v1.0.1
90772025-10-28T00:48:41.202Z Fresh tower-layer v0.3.3
90782025-10-28T00:48:41.202Z Fresh native-tls v0.2.12
90792025-10-28T00:48:41.202Z Fresh document-features v0.2.11
90802025-10-28T00:48:41.202Z Fresh psl-types v2.0.11
90812025-10-28T00:48:41.202Z Fresh cookie v0.18.1
90822025-10-28T00:48:41.202Z Fresh tower v0.5.2
90832025-10-28T00:48:41.202Z Fresh rustls-native-certs v0.8.1
90842025-10-28T00:48:41.202Z Fresh webpki-roots v1.0.1
90852025-10-28T00:48:41.202Z Fresh ipnetwork v0.21.1
90862025-10-28T00:48:41.202Z Fresh publicsuffix v2.3.0
90872025-10-28T00:48:41.202Z Fresh tokio-native-tls v0.3.1
90882025-10-28T00:48:41.202Z Fresh iri-string v0.7.8
90892025-10-28T00:48:41.202Z Fresh hyper-rustls v0.27.7
90902025-10-28T00:48:41.202Z Fresh data-encoding v2.9.0
90912025-10-28T00:48:41.202Z Fresh scroll_derive v0.12.0
90922025-10-28T00:48:41.202Z Fresh winnow v0.5.40
90932025-10-28T00:48:41.202Z Fresh tinyvec_macros v0.1.1
90942025-10-28T00:48:41.202Z Fresh cookie_store v0.21.1
90952025-10-28T00:48:41.202Z Fresh tower-http v0.6.6
90962025-10-28T00:48:41.202Z Fresh hyper-tls v0.6.0
90972025-10-28T00:48:41.202Z Fresh unicode-segmentation v1.12.0
90982025-10-28T00:48:41.202Z Fresh winnow v0.7.13
90992025-10-28T00:48:41.202Z Fresh tinyvec v1.8.0
91002025-10-28T00:48:41.202Z Fresh scroll v0.12.0
91012025-10-28T00:48:41.202Z Fresh toml_edit v0.19.15
91022025-10-28T00:48:41.202Z Fresh reqwest v0.12.22
91032025-10-28T00:48:41.202Z Fresh signature v2.2.0
91042025-10-28T00:48:41.203Z Fresh quick-error v1.2.3
91052025-10-28T00:48:41.203Z Fresh goblin v0.8.2
91062025-10-28T00:48:41.203Z Fresh dtrace-parser v0.2.0
91072025-10-28T00:48:41.203Z Fresh sha1 v0.10.6
91082025-10-28T00:48:41.203Z Fresh thread-id v4.2.2
91092025-10-28T00:48:41.203Z Fresh dof v0.3.0
91102025-10-28T00:48:41.203Z Fresh bit-vec v0.8.0
91112025-10-28T00:48:41.203Z Fresh strum_macros v0.26.4
91122025-10-28T00:48:41.203Z Fresh num-integer v0.1.46
91132025-10-28T00:48:41.203Z Fresh wait-timeout v0.2.0
91142025-10-28T00:48:41.203Z Fresh oxnet v0.1.3
91152025-10-28T00:48:41.203Z Fresh crossbeam-epoch v0.9.18
91162025-10-28T00:48:41.203Z Fresh bit-set v0.8.0
91172025-10-28T00:48:41.203Z Fresh usdt-impl v0.5.0
91182025-10-28T00:48:41.203Z Fresh strum v0.26.3
91192025-10-28T00:48:41.203Z Fresh hubpack_derive v0.1.1
91202025-10-28T00:48:41.207Z Fresh bstr v1.10.0
91212025-10-28T00:48:41.207Z Fresh crc32fast v1.4.2
91222025-10-28T00:48:41.208Z Fresh base16ct v0.2.0
91232025-10-28T00:48:41.208Z Fresh static_assertions v1.1.0
91242025-10-28T00:48:41.208Z Fresh heck v0.4.1
91252025-10-28T00:48:41.208Z Fresh hubpack v0.1.2
91262025-10-28T00:48:41.208Z Fresh usdt-macro v0.5.0
91272025-10-28T00:48:41.208Z Fresh usdt-attr-macro v0.5.0
91282025-10-28T00:48:41.208Z Fresh sec1 v0.7.3
91292025-10-28T00:48:41.208Z Fresh rusty-fork v0.3.0
91302025-10-28T00:48:41.208Z Fresh rand_xorshift v0.4.0
91312025-10-28T00:48:41.208Z Fresh itertools v0.13.0
91322025-10-28T00:48:41.208Z Fresh ff v0.13.0
91332025-10-28T00:48:41.208Z Fresh memmap v0.7.0
91342025-10-28T00:48:41.208Z Fresh toml_write v0.1.2
91352025-10-28T00:48:41.208Z Fresh unarray v0.1.4
91362025-10-28T00:48:41.208Z Fresh num-iter v0.1.45
91372025-10-28T00:48:41.208Z Fresh hkdf v0.12.4
91382025-10-28T00:48:41.208Z Fresh crypto-bigint v0.5.5
91392025-10-28T00:48:41.208Z Fresh zlib-rs v0.5.1
91402025-10-28T00:48:41.208Z Fresh usdt v0.5.0
91412025-10-28T00:48:41.208Z Fresh toml_edit v0.22.27
91422025-10-28T00:48:41.208Z Fresh group v0.13.0
91432025-10-28T00:48:41.208Z Fresh proptest v1.7.0
91442025-10-28T00:48:41.209Z Fresh bitflags v1.3.2
91452025-10-28T00:48:41.209Z Fresh libz-rs-sys v0.5.1
91462025-10-28T00:48:41.209Z Fresh derive_builder_core v0.20.2
91472025-10-28T00:48:41.209Z Fresh elliptic-curve v0.13.8
91482025-10-28T00:48:41.209Z Fresh siphasher v0.3.11
91492025-10-28T00:48:41.209Z Fresh derive_builder_macro v0.20.2
91502025-10-28T00:48:41.209Z Fresh newtype-uuid v1.3.1
91512025-10-28T00:48:41.209Z Fresh flate2 v1.1.2
91522025-10-28T00:48:41.209Z Fresh pkcs1 v0.7.5
91532025-10-28T00:48:41.209Z Fresh phf_shared v0.11.2
91542025-10-28T00:48:41.209Z Fresh num-bigint-dig v0.8.4
91552025-10-28T00:48:41.209Z Fresh daft-derive v0.1.4
91562025-10-28T00:48:41.209Z Fresh cfg_aliases v0.2.1
91572025-10-28T00:48:41.209Z Fresh bzip2-sys v0.1.13+1.0.8
91582025-10-28T00:48:41.209Z Fresh daft v0.1.4
91592025-10-28T00:48:41.209Z Fresh rsa v0.9.6
91602025-10-28T00:48:41.209Z Fresh derive_builder v0.20.2
91612025-10-28T00:48:41.209Z Fresh unicode-normalization v0.1.24
91622025-10-28T00:48:41.209Z Fresh toml v0.7.8
91632025-10-28T00:48:41.209Z Fresh x509-cert v0.2.5
91642025-10-28T00:48:41.209Z Fresh rfc6979 v0.4.0
91652025-10-28T00:48:41.209Z Fresh enum-as-inner v0.6.1
91662025-10-28T00:48:41.209Z Fresh curve25519-dalek-derive v0.1.1
91672025-10-28T00:48:41.209Z Fresh scroll_derive v0.13.1
91682025-10-28T00:48:41.209Z Fresh env_filter v0.1.2
91692025-10-28T00:48:41.209Z Fresh managed v0.8.0
91702025-10-28T00:48:41.209Z Fresh ecdsa v0.16.9
91712025-10-28T00:48:41.209Z Fresh signal-hook v0.3.18
91722025-10-28T00:48:41.209Z Fresh scroll v0.13.0
91732025-10-28T00:48:41.209Z Fresh curve25519-dalek v4.1.3
91742025-10-28T00:48:41.209Z Fresh env_logger v0.11.8
91752025-10-28T00:48:41.209Z Fresh memoffset v0.9.1
91762025-10-28T00:48:41.209Z Fresh ahash v0.8.12
91772025-10-28T00:48:41.209Z Fresh itertools v0.10.5
91782025-10-28T00:48:41.210Z Fresh cargo-platform v0.1.8
91792025-10-28T00:48:41.210Z Fresh precomputed-hash v0.1.1
91802025-10-28T00:48:41.210Z Fresh fixedbitset v0.4.2
91812025-10-28T00:48:41.210Z Fresh new_debug_unreachable v1.0.6
91822025-10-28T00:48:41.210Z Fresh cargo_metadata v0.19.2
91832025-10-28T00:48:41.210Z Fresh goblin v0.10.2
91842025-10-28T00:48:41.210Z Fresh vergen-lib v0.1.6
91852025-10-28T00:48:41.210Z Fresh petgraph v0.6.5
91862025-10-28T00:48:41.210Z Fresh string_cache v0.8.9
91872025-10-28T00:48:41.210Z Fresh ed25519 v2.2.3
91882025-10-28T00:48:41.210Z Fresh ref-cast-impl v1.0.24
91892025-10-28T00:48:41.210Z Fresh rustc-hash v2.1.1
91902025-10-28T00:48:41.210Z Fresh ref-cast v1.0.24
91912025-10-28T00:48:41.210Z Fresh ed25519-dalek v2.1.1
91922025-10-28T00:48:41.210Z Fresh dof v0.4.0
91932025-10-28T00:48:41.210Z Fresh vergen v9.0.6
91942025-10-28T00:48:41.210Z Fresh signal-hook-mio v0.2.4
91952025-10-28T00:48:41.210Z Fresh zstd-sys v2.0.14+zstd.1.5.7
91962025-10-28T00:48:41.210Z Fresh bzip2 v0.4.4
91972025-10-28T00:48:41.210Z Fresh dtrace-parser v0.3.0
91982025-10-28T00:48:41.210Z Fresh serde_with_macros v3.14.0
91992025-10-28T00:48:41.210Z Fresh thread-id v5.0.0
92002025-10-28T00:48:41.210Z Fresh lalrpop-util v0.19.12
92012025-10-28T00:48:41.210Z Fresh zstd-safe v7.2.3
92022025-10-28T00:48:41.210Z Fresh usdt-impl v0.6.0
92032025-10-28T00:48:41.210Z Fresh serde_with v3.14.0
92042025-10-28T00:48:41.210Z Fresh zip v0.6.6
92052025-10-28T00:48:41.210Z Fresh hash32 v0.2.1
92062025-10-28T00:48:41.210Z Fresh serde-big-array v0.5.1
92072025-10-28T00:48:41.210Z Fresh socket2 v0.5.10
92082025-10-28T00:48:41.210Z Fresh winnow v0.6.26
92092025-10-28T00:48:41.210Z Fresh unicode-bidi v0.3.17
92102025-10-28T00:48:41.210Z Fresh lockfree-object-pool v0.1.6
92112025-10-28T00:48:41.210Z Fresh predicates-core v1.0.8
92122025-10-28T00:48:41.210Z Fresh bumpalo v3.16.0
92132025-10-28T00:48:41.210Z Fresh unicode-properties v0.1.3
92142025-10-28T00:48:41.210Z Fresh keccak v0.1.5
92152025-10-28T00:48:41.210Z Fresh simd-adler32 v0.3.7
92162025-10-28T00:48:41.210Z Fresh sha3 v0.10.8
92172025-10-28T00:48:41.211Z Fresh stringprep v0.1.5
92182025-10-28T00:48:41.211Z Fresh heapless v0.7.17
92192025-10-28T00:48:41.211Z Fresh zstd v0.13.3
92202025-10-28T00:48:41.215Z Fresh zopfli v0.8.1
92212025-10-28T00:48:41.215Z Fresh crossterm v0.28.1
92222025-10-28T00:48:41.215Z Fresh hickory-proto v0.25.2
92232025-10-28T00:48:41.215Z Fresh bzip2 v0.5.2
92242025-10-28T00:48:41.215Z Fresh similar v2.7.0
92252025-10-28T00:48:41.215Z Fresh tokio-stream v0.1.17
92262025-10-28T00:48:41.215Z Fresh md-5 v0.10.6
92272025-10-28T00:48:41.215Z Fresh strum_macros v0.27.2
92282025-10-28T00:48:41.215Z Fresh float-cmp v0.10.0
92292025-10-28T00:48:41.215Z Fresh difflib v0.4.0
92302025-10-28T00:48:41.215Z Fresh fallible-iterator v0.2.0
92312025-10-28T00:48:41.215Z Fresh normalize-line-endings v0.3.0
92322025-10-28T00:48:41.215Z Fresh strum v0.27.2
92332025-10-28T00:48:41.215Z Fresh zip v4.2.0
92342025-10-28T00:48:41.215Z Fresh buf-list v1.0.3
92352025-10-28T00:48:41.215Z Fresh smoltcp v0.9.1
92362025-10-28T00:48:41.215Z Fresh predicates v3.1.3
92372025-10-28T00:48:41.215Z Fresh postgres-protocol v0.6.8
92382025-10-28T00:48:41.215Z Fresh nix v0.29.0
92392025-10-28T00:48:41.215Z Fresh serde_repr v0.1.19
92402025-10-28T00:48:41.215Z Fresh peg-runtime v0.8.5
92412025-10-28T00:48:41.215Z Fresh foldhash v0.2.0
92422025-10-28T00:48:41.215Z Fresh phf v0.11.2
92432025-10-28T00:48:41.215Z Fresh iddqd v0.3.13
92442025-10-28T00:48:41.215Z Fresh postgres-types v0.2.9
92452025-10-28T00:48:41.215Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
92462025-10-28T00:48:41.216Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
92472025-10-28T00:48:41.216Z Fresh whoami v1.5.2
92482025-10-28T00:48:41.216Z Fresh regress v0.10.4
92492025-10-28T00:48:41.216Z Fresh futures-executor v0.3.31
92502025-10-28T00:48:41.216Z Fresh fs-err v3.1.1
92512025-10-28T00:48:41.216Z Fresh tokio-postgres v0.7.13
92522025-10-28T00:48:41.216Z Fresh futures v0.3.31
92532025-10-28T00:48:41.216Z Fresh crossbeam-channel v0.5.15
92542025-10-28T00:48:41.216Z Fresh is-terminal v0.4.13
92552025-10-28T00:48:41.216Z Fresh unsafe-libyaml v0.2.11
92562025-10-28T00:48:41.216Z Fresh typify-impl v0.4.3
92572025-10-28T00:48:41.216Z Fresh thread_local v1.1.8
92582025-10-28T00:48:41.216Z Fresh serde_yaml v0.9.34+deprecated
92592025-10-28T00:48:41.216Z Fresh typify-macro v0.4.3
92602025-10-28T00:48:41.216Z Fresh take_mut v0.2.2
92612025-10-28T00:48:41.216Z Fresh term v1.1.0
92622025-10-28T00:48:41.216Z Fresh hex v0.4.3
92632025-10-28T00:48:41.216Z Fresh match_cfg v0.1.0
92642025-10-28T00:48:41.216Z Fresh typify v0.4.3
92652025-10-28T00:48:41.216Z Fresh slog-term v2.9.2
92662025-10-28T00:48:41.216Z Fresh hostname v0.3.1
92672025-10-28T00:48:41.216Z Fresh debug-ignore v1.0.5
92682025-10-28T00:48:41.216Z Fresh structmeta-derive v0.3.0
92692025-10-28T00:48:41.216Z Fresh progenitor-client v0.10.0
92702025-10-28T00:48:41.216Z Fresh slog-async v2.8.0
92712025-10-28T00:48:41.216Z Fresh structmeta v0.3.0
92722025-10-28T00:48:41.217Z Fresh toml_parser v1.0.2
92732025-10-28T00:48:41.217Z Fresh toml_datetime v0.7.0
92742025-10-28T00:48:41.217Z Fresh serde_spanned v1.0.0
92752025-10-28T00:48:41.217Z Fresh serde_path_to_error v0.1.17
92762025-10-28T00:48:41.217Z Fresh toml_writer v1.0.2
92772025-10-28T00:48:41.217Z Fresh slog-json v2.6.1
92782025-10-28T00:48:41.217Z Fresh async-stream-impl v0.3.6
92792025-10-28T00:48:41.217Z Fresh rustls-pemfile v2.2.0
92802025-10-28T00:48:41.217Z Fresh waitgroup v0.1.2
92812025-10-28T00:48:41.217Z Fresh toml v0.9.5
92822025-10-28T00:48:41.217Z Fresh rustls v0.22.4
92832025-10-28T00:48:41.217Z Fresh async-stream v0.3.6
92842025-10-28T00:48:41.217Z Fresh slog-bunyan v2.5.0
92852025-10-28T00:48:41.217Z Fresh dropshot_endpoint v0.16.4
92862025-10-28T00:48:41.217Z Fresh hostname v0.4.0
92872025-10-28T00:48:41.217Z Fresh tokio-rustls v0.25.0
92882025-10-28T00:48:41.217Z Fresh multer v3.1.0
92892025-10-28T00:48:41.217Z Fresh derive-ex v0.1.8
92902025-10-28T00:48:41.217Z Fresh newtype-uuid-macros v0.1.0
92912025-10-28T00:48:41.217Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
92922025-10-28T00:48:41.217Z Fresh macaddr v1.0.1
92932025-10-28T00:48:41.217Z Fresh instant v0.1.13
92942025-10-28T00:48:41.218Z Fresh progenitor-impl v0.11.2
92952025-10-28T00:48:41.218Z Fresh dropshot v0.16.4
92962025-10-28T00:48:41.218Z Fresh test-strategy v0.4.3
92972025-10-28T00:48:41.218Z Fresh derive-where v1.5.0
92982025-10-28T00:48:41.218Z Fresh progenitor-macro v0.11.2
92992025-10-28T00:48:41.218Z Fresh progenitor-client v0.11.2
93002025-10-28T00:48:41.218Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
93012025-10-28T00:48:41.218Z Fresh parse-display-derive v0.10.0
93022025-10-28T00:48:41.218Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
93032025-10-28T00:48:41.218Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
93042025-10-28T00:48:41.218Z Fresh progenitor v0.11.2
93052025-10-28T00:48:41.218Z Fresh parse-display v0.10.0
93062025-10-28T00:48:41.218Z Fresh backoff v0.4.0
93072025-10-28T00:48:41.218Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
93082025-10-28T00:48:41.218Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
93092025-10-28T00:48:41.218Z Fresh itertools v0.14.0
93102025-10-28T00:48:41.218Z Fresh camino-tempfile v1.4.1
93112025-10-28T00:48:41.218Z Fresh unicode-width v0.1.14
93122025-10-28T00:48:41.218Z Fresh toml v0.8.23
93132025-10-28T00:48:41.219Z Fresh crossbeam-deque v0.8.5
93142025-10-28T00:48:41.219Z Fresh progenitor-impl v0.10.0
93152025-10-28T00:48:41.219Z Fresh darling_core v0.21.0
93162025-10-28T00:48:41.219Z Fresh proc-macro-crate v1.3.1
93172025-10-28T00:48:41.219Z Fresh rayon-core v1.12.1
93182025-10-28T00:48:41.219Z Fresh progenitor-macro v0.10.0
93192025-10-28T00:48:41.219Z Fresh proc-macro-error-attr v1.0.4
93202025-10-28T00:48:41.223Z Fresh darling_macro v0.21.0
93212025-10-28T00:48:41.223Z Fresh unicode-width v0.2.0
93222025-10-28T00:48:41.223Z Fresh num_enum_derive v0.5.11
93232025-10-28T00:48:41.224Z Fresh progenitor v0.10.0
93242025-10-28T00:48:41.224Z Fresh proc-macro-error v1.0.4
93252025-10-28T00:48:41.224Z Fresh crucible-workspace-hack v0.1.0
93262025-10-28T00:48:41.224Z Fresh darling v0.21.0
93272025-10-28T00:48:41.224Z Fresh num_enum v0.5.11
93282025-10-28T00:48:41.224Z Fresh rayon v1.10.0
93292025-10-28T00:48:41.224Z Fresh ingot-macros v0.1.1
93302025-10-28T00:48:41.224Z Fresh hash32 v0.3.1
93312025-10-28T00:48:41.224Z Fresh tabwriter v1.4.0
93322025-10-28T00:48:41.224Z Fresh foreign-types-macros v0.2.3
93332025-10-28T00:48:41.224Z Fresh ingot-types v0.1.2
93342025-10-28T00:48:41.224Z Fresh heapless v0.8.0
93352025-10-28T00:48:41.224Z Fresh cobs v0.2.3
93362025-10-28T00:48:41.224Z Fresh foreign-types-shared v0.3.1
93372025-10-28T00:48:41.224Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
93382025-10-28T00:48:41.224Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
93392025-10-28T00:48:41.224Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
93402025-10-28T00:48:41.224Z Fresh postcard v1.0.10
93412025-10-28T00:48:41.224Z Fresh foreign-types v0.5.0
93422025-10-28T00:48:41.224Z Fresh ingot v0.1.1
93432025-10-28T00:48:41.224Z Fresh smoltcp v0.11.0
93442025-10-28T00:48:41.224Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
93452025-10-28T00:48:41.225Z Fresh cstr-argument v0.1.2
93462025-10-28T00:48:41.225Z Fresh pretty-hex v0.2.1
93472025-10-28T00:48:41.225Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
93482025-10-28T00:48:41.225Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
93492025-10-28T00:48:41.225Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
93502025-10-28T00:48:41.225Z Fresh colored v2.2.0
93512025-10-28T00:48:41.225Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
93522025-10-28T00:48:41.225Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
93532025-10-28T00:48:41.225Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
93542025-10-28T00:48:41.225Z Fresh sigpipe v0.1.3
93552025-10-28T00:48:41.225Z Fresh jiff v0.2.15
93562025-10-28T00:48:41.225Z Fresh zone_cfg_derive v0.3.0
93572025-10-28T00:48:41.225Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
93582025-10-28T00:48:41.225Z Fresh smf v0.2.3
93592025-10-28T00:48:41.225Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
93602025-10-28T00:48:41.225Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
93612025-10-28T00:48:41.225Z Fresh num-derive v0.4.2
93622025-10-28T00:48:41.225Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
93632025-10-28T00:48:41.225Z Fresh zone v0.3.1
93642025-10-28T00:48:41.225Z Fresh convert_case v0.4.0
93652025-10-28T00:48:41.225Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
93662025-10-28T00:48:41.226Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
93672025-10-28T00:48:41.226Z Fresh derive_more v0.99.20
93682025-10-28T00:48:41.226Z Fresh indent_write v2.2.0
93692025-10-28T00:48:41.226Z Fresh num-rational v0.4.2
93702025-10-28T00:48:41.226Z Fresh num-complex v0.4.6
93712025-10-28T00:48:41.226Z Fresh secrecy v0.10.3
93722025-10-28T00:48:41.226Z Fresh num v0.4.3
93732025-10-28T00:48:41.226Z Fresh float-ord v0.3.2
93742025-10-28T00:48:41.226Z Fresh swrite v0.1.0
93752025-10-28T00:48:41.226Z Fresh password-hash v0.5.0
93762025-10-28T00:48:41.226Z Fresh blake2 v0.10.6
93772025-10-28T00:48:41.226Z Fresh console v0.15.10
93782025-10-28T00:48:41.226Z Fresh argon2 v0.5.3
93792025-10-28T00:48:41.226Z Fresh fixedbitset v0.5.7
93802025-10-28T00:48:41.226Z Fresh newline-converter v0.3.0
93812025-10-28T00:48:41.226Z Fresh atomicwrites v0.4.4
93822025-10-28T00:48:41.226Z Fresh bytecount v0.6.8
93832025-10-28T00:48:41.226Z Fresh petgraph v0.8.2
93842025-10-28T00:48:41.226Z Fresh expectorate v1.2.0
93852025-10-28T00:48:41.226Z Fresh base64 v0.21.7
93862025-10-28T00:48:41.226Z Fresh libsw-core v0.3.1
93872025-10-28T00:48:41.227Z Fresh linear-map v1.2.0
93882025-10-28T00:48:41.227Z Fresh cancel-safe-futures v0.1.5
93892025-10-28T00:48:41.227Z Fresh owo-colors v4.2.2
93902025-10-28T00:48:41.227Z Fresh libsw v3.5.0
93912025-10-28T00:48:41.227Z Fresh same-file v1.0.6
93922025-10-28T00:48:41.227Z Fresh gethostname v0.5.0
93932025-10-28T00:48:41.227Z Fresh unicode-xid v0.2.6
93942025-10-28T00:48:41.227Z Fresh walkdir v2.5.0
93952025-10-28T00:48:41.227Z Fresh tokio-dtrace v0.1.0
93962025-10-28T00:48:41.227Z Fresh utf-8 v0.7.6
93972025-10-28T00:48:41.227Z Fresh globset v0.4.15
93982025-10-28T00:48:41.227Z Fresh oxide-tokio-rt v0.1.2
93992025-10-28T00:48:41.227Z Fresh tungstenite v0.21.0
94002025-10-28T00:48:41.227Z Fresh resolv-conf v0.7.0
94012025-10-28T00:48:41.227Z Fresh convert_case v0.7.1
94022025-10-28T00:48:41.227Z Fresh tokio-tungstenite v0.21.0
94032025-10-28T00:48:41.227Z Fresh pin-project-internal v1.1.6
94042025-10-28T00:48:41.227Z Fresh vte_generate_state_changes v0.1.2
94052025-10-28T00:48:41.227Z Fresh termtree v0.5.1
94062025-10-28T00:48:41.227Z Fresh derive_more-impl v2.0.1
94072025-10-28T00:48:41.227Z Fresh slog-dtrace v0.3.0
94082025-10-28T00:48:41.228Z Fresh pin-project v1.1.6
94092025-10-28T00:48:41.228Z Fresh vte v0.11.1
94102025-10-28T00:48:41.228Z Fresh fd-lock v4.0.2
94112025-10-28T00:48:41.228Z Fresh async-recursion v1.1.1
94122025-10-28T00:48:41.228Z Fresh csv-core v0.1.11
94132025-10-28T00:48:41.228Z Fresh linked-hash-map v0.5.6
94142025-10-28T00:48:41.228Z Fresh csv v1.3.1
94152025-10-28T00:48:41.228Z Fresh strip-ansi-escapes v0.2.0
94162025-10-28T00:48:41.228Z Fresh lru-cache v0.1.2
94172025-10-28T00:48:41.228Z Fresh derive_more v2.0.1
94182025-10-28T00:48:41.228Z Fresh hickory-proto v0.24.4
94192025-10-28T00:48:41.228Z Fresh snafu-derive v0.8.5
94202025-10-28T00:48:41.233Z Fresh pem v3.0.5
94212025-10-28T00:48:41.233Z Fresh nu-ansi-term v0.50.1
94222025-10-28T00:48:41.233Z Fresh crossterm v0.29.0
94232025-10-28T00:48:41.233Z Fresh snafu v0.8.5
94242025-10-28T00:48:41.233Z Fresh olpc-cjson v0.1.4
94252025-10-28T00:48:41.233Z Fresh serde_plain v1.0.2
94262025-10-28T00:48:41.233Z Fresh nibble_vec v0.1.0
94272025-10-28T00:48:41.233Z Fresh reedline v0.40.0
94282025-10-28T00:48:41.233Z Fresh semver v0.1.20
94292025-10-28T00:48:41.233Z Fresh display-error-chain v0.2.2
94302025-10-28T00:48:41.233Z Fresh endian-type v0.1.2
94312025-10-28T00:48:41.233Z Fresh typed-path v0.9.3
94322025-10-28T00:48:41.233Z Fresh cfg_aliases v0.1.1
94332025-10-28T00:48:41.233Z Fresh tough v0.20.0
94342025-10-28T00:48:41.234Z Fresh rustc_version v0.1.7
94352025-10-28T00:48:41.234Z Fresh radix_trie v0.2.1
94362025-10-28T00:48:41.234Z Fresh hickory-resolver v0.24.4
94372025-10-28T00:48:41.234Z Fresh bcs v0.1.6
94382025-10-28T00:48:41.234Z Fresh unicode-linebreak v0.1.5
94392025-10-28T00:48:41.234Z Fresh smawk v0.3.2
94402025-10-28T00:48:41.234Z Fresh humantime v2.2.0
94412025-10-28T00:48:41.234Z Fresh siphasher v1.0.1
94422025-10-28T00:48:41.234Z Fresh qorb v0.4.1
94432025-10-28T00:48:41.234Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
94442025-10-28T00:48:41.234Z Fresh textwrap v0.16.2
94452025-10-28T00:48:41.234Z Fresh phf_shared v0.12.1
94462025-10-28T00:48:41.234Z Fresh highway v1.3.0
94472025-10-28T00:48:41.234Z Fresh nix v0.28.0
94482025-10-28T00:48:41.234Z Fresh const_format_proc_macros v0.2.34
94492025-10-28T00:48:41.234Z Fresh papergrid v0.11.0
94502025-10-28T00:48:41.234Z Fresh phf v0.12.1
94512025-10-28T00:48:41.234Z Fresh tabled_derive v0.7.0
94522025-10-28T00:48:41.234Z Fresh peg-macros v0.8.5
94532025-10-28T00:48:41.234Z Fresh sqlparser_derive v0.2.2
94542025-10-28T00:48:41.234Z Fresh unicode_categories v0.1.1
94552025-10-28T00:48:41.235Z Fresh const_format v0.2.34
94562025-10-28T00:48:41.235Z Fresh sqlparser v0.45.0
94572025-10-28T00:48:41.235Z Fresh sqlformat v0.3.5
94582025-10-28T00:48:41.235Z Fresh tabled v0.15.0
94592025-10-28T00:48:41.235Z Fresh chrono-tz v0.10.4
94602025-10-28T00:48:41.235Z Fresh peg v0.8.5
94612025-10-28T00:48:41.235Z Fresh rustyline v14.0.0
94622025-10-28T00:48:41.235Z Fresh newtype_derive v0.1.6
94632025-10-28T00:48:41.235Z Fresh steno v0.4.1
94642025-10-28T00:48:41.235Z Fresh half v2.4.1
94652025-10-28T00:48:41.235Z Fresh ciborium-io v0.2.2
94662025-10-28T00:48:41.235Z Fresh universal-hash v0.5.1
94672025-10-28T00:48:41.235Z Fresh opaque-debug v0.3.1
94682025-10-28T00:48:41.235Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
94692025-10-28T00:48:41.235Z Fresh aead v0.5.2
94702025-10-28T00:48:41.235Z Fresh ciborium-ll v0.2.2
94712025-10-28T00:48:41.235Z Fresh poly1305 v0.8.0
94722025-10-28T00:48:41.235Z Fresh chacha20 v0.9.1
94732025-10-28T00:48:41.235Z Fresh thiserror-impl-no-std v2.0.2
94742025-10-28T00:48:41.235Z Fresh xattr v1.3.1
94752025-10-28T00:48:41.235Z Fresh filetime v0.2.25
94762025-10-28T00:48:41.236Z Fresh ciborium v0.2.2
94772025-10-28T00:48:41.236Z Fresh tar v0.4.44
94782025-10-28T00:48:41.236Z Fresh thiserror-no-std v2.0.2
94792025-10-28T00:48:41.236Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
94802025-10-28T00:48:41.236Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
94812025-10-28T00:48:41.236Z Fresh arc-swap v1.7.1
94822025-10-28T00:48:41.236Z Fresh chacha20poly1305 v0.10.1
94832025-10-28T00:48:41.236Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
94842025-10-28T00:48:41.236Z Fresh vsss-rs v3.3.4
94852025-10-28T00:48:41.236Z Fresh slog-scope v4.4.0
94862025-10-28T00:48:41.236Z Fresh typify-impl v0.2.0
94872025-10-28T00:48:41.236Z Fresh headers-core v0.3.0
94882025-10-28T00:48:41.236Z Fresh progenitor-client v0.8.0
94892025-10-28T00:48:41.236Z Fresh slog-stdlog v4.1.1
94902025-10-28T00:48:41.236Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
94912025-10-28T00:48:41.236Z Fresh typify-macro v0.2.0
94922025-10-28T00:48:41.236Z Fresh headers v0.4.1
94932025-10-28T00:48:41.236Z Fresh heck v0.3.3
94942025-10-28T00:48:41.236Z Fresh subprocess v0.2.9
94952025-10-28T00:48:41.236Z Fresh slog-envlogger v2.2.0
94962025-10-28T00:48:41.236Z Fresh typify v0.2.0
94972025-10-28T00:48:41.236Z Fresh zone_cfg_derive v0.1.2
94982025-10-28T00:48:41.237Z Fresh lzma-sys v0.1.20
94992025-10-28T00:48:41.237Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
95002025-10-28T00:48:41.237Z Fresh number_prefix v0.4.0
95012025-10-28T00:48:41.237Z Fresh base64 v0.13.1
95022025-10-28T00:48:41.237Z Fresh progenitor-impl v0.8.0
95032025-10-28T00:48:41.237Z Fresh xz2 v0.1.7
95042025-10-28T00:48:41.237Z Fresh ron v0.7.1
95052025-10-28T00:48:41.237Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
95062025-10-28T00:48:41.237Z Fresh zone v0.1.8
95072025-10-28T00:48:41.237Z Fresh indicatif v0.17.11
95082025-10-28T00:48:41.237Z Fresh yasna v0.5.2
95092025-10-28T00:48:41.237Z Fresh progenitor-macro v0.8.0
95102025-10-28T00:48:41.237Z Fresh rcgen v0.12.1
95112025-10-28T00:48:41.237Z Fresh tagptr v0.2.0
95122025-10-28T00:48:41.237Z Fresh dropshot-api-manager-types v0.2.2
95132025-10-28T00:48:41.237Z Fresh progenitor v0.8.0
95142025-10-28T00:48:41.237Z Fresh bitfield-struct v0.6.2
95152025-10-28T00:48:41.237Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
95162025-10-28T00:48:41.238Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
95172025-10-28T00:48:41.238Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
95182025-10-28T00:48:41.238Z Fresh moka v0.12.10
95192025-10-28T00:48:41.238Z Fresh libefi-sys v0.1.0
95202025-10-28T00:48:41.242Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
95212025-10-28T00:48:41.242Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
95222025-10-28T00:48:41.242Z Fresh hickory-resolver v0.25.2
95232025-10-28T00:48:41.242Z Fresh nix v0.30.1
95242025-10-28T00:48:41.242Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
95252025-10-28T00:48:41.242Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
95262025-10-28T00:48:41.243Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
95272025-10-28T00:48:41.243Z Fresh xshell-macros v0.2.7
95282025-10-28T00:48:41.243Z Fresh maplit v1.0.2
95292025-10-28T00:48:41.243Z Fresh xshell v0.2.7
95302025-10-28T00:48:41.243Z Fresh tap v1.0.1
95312025-10-28T00:48:41.243Z Fresh zerocopy-derive v0.6.6
95322025-10-28T00:48:41.243Z Fresh wyz v0.5.1
95332025-10-28T00:48:41.243Z Fresh funty v2.0.0
95342025-10-28T00:48:41.243Z Fresh crc-catalog v2.4.0
95352025-10-28T00:48:41.243Z Fresh zerocopy v0.6.6
95362025-10-28T00:48:41.243Z Fresh radium v0.7.0
95372025-10-28T00:48:41.243Z Fresh crc v3.2.1
95382025-10-28T00:48:41.243Z Fresh maybe-uninit v2.0.0
95392025-10-28T00:48:41.243Z Fresh dsl_auto_type v0.1.2
95402025-10-28T00:48:41.243Z Fresh packed_struct_codegen v0.10.1
95412025-10-28T00:48:41.243Z Fresh scheduled-thread-pool v0.2.7
95422025-10-28T00:48:41.243Z Fresh diesel_table_macro_syntax v0.2.0
95432025-10-28T00:48:41.243Z Fresh bitvec v1.0.1
95442025-10-28T00:48:41.243Z Fresh bitfield-macros v0.19.2
95452025-10-28T00:48:41.243Z Fresh proc-macro-error-attr2 v2.0.0
95462025-10-28T00:48:41.243Z Fresh nodrop v0.1.14
95472025-10-28T00:48:41.244Z Fresh diesel_derives v2.2.3
95482025-10-28T00:48:41.244Z Fresh smallvec v0.6.14
95492025-10-28T00:48:41.244Z Fresh r2d2 v0.8.10
95502025-10-28T00:48:41.244Z Fresh bitfield v0.19.2
95512025-10-28T00:48:41.244Z Fresh proc-macro-error2 v2.0.1
95522025-10-28T00:48:41.244Z Fresh array-init v0.0.4
95532025-10-28T00:48:41.244Z Fresh packed_struct v0.10.1
95542025-10-28T00:48:41.244Z Fresh memmap2 v0.9.8
95552025-10-28T00:48:41.244Z Fresh hashbrown v0.12.3
95562025-10-28T00:48:41.244Z Fresh diff v0.1.13
95572025-10-28T00:48:41.244Z Fresh indexmap v1.9.3
95582025-10-28T00:48:41.244Z Fresh serde-hex v0.1.0
95592025-10-28T00:48:41.244Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
95602025-10-28T00:48:41.244Z Fresh diesel v2.2.12
95612025-10-28T00:48:41.244Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
95622025-10-28T00:48:41.244Z Fresh ron v0.8.1
95632025-10-28T00:48:41.244Z Fresh hashbrown v0.13.2
95642025-10-28T00:48:41.244Z Fresh dirs-sys-next v0.1.2
95652025-10-28T00:48:41.244Z Fresh crc-any v2.5.0
95662025-10-28T00:48:41.244Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
95672025-10-28T00:48:41.244Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
95682025-10-28T00:48:41.244Z Fresh dirs-next v2.0.0
95692025-10-28T00:48:41.245Z Fresh object v0.30.4
95702025-10-28T00:48:41.245Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
95712025-10-28T00:48:41.245Z Fresh num-derive v0.3.3
95722025-10-28T00:48:41.245Z Fresh unicase v2.8.1
95732025-10-28T00:48:41.246Z Fresh path-slash v0.1.5
95742025-10-28T00:48:41.246Z Fresh term v0.7.0
95752025-10-28T00:48:41.246Z Fresh libscf-sys v1.1.0
95762025-10-28T00:48:41.246Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
95772025-10-28T00:48:41.246Z Fresh vergen-gitcl v1.0.8
95782025-10-28T00:48:41.246Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
95792025-10-28T00:48:41.246Z Fresh crunchy v0.2.2
95802025-10-28T00:48:41.246Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
95812025-10-28T00:48:41.246Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
95822025-10-28T00:48:41.247Z Fresh bit-vec v0.6.3
95832025-10-28T00:48:41.247Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
95842025-10-28T00:48:41.247Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
95852025-10-28T00:48:41.247Z Fresh tiny-keccak v2.0.2
95862025-10-28T00:48:41.247Z Fresh bit-set v0.5.3
95872025-10-28T00:48:41.247Z Fresh ascii-canvas v3.0.0
95882025-10-28T00:48:41.247Z Fresh tabled_derive v0.11.0
95892025-10-28T00:48:41.247Z Fresh papergrid v0.17.0
95902025-10-28T00:48:41.247Z Fresh testing_table v0.3.0
95912025-10-28T00:48:41.247Z Fresh usdt-attr-macro v0.6.0
95922025-10-28T00:48:41.247Z Fresh usdt-macro v0.6.0
95932025-10-28T00:48:41.247Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
95942025-10-28T00:48:41.247Z Fresh ena v0.14.3
95952025-10-28T00:48:41.247Z Fresh regex-syntax v0.6.29
95962025-10-28T00:48:41.248Z Fresh tabled v0.20.0
95972025-10-28T00:48:41.248Z Fresh usdt v0.6.0
95982025-10-28T00:48:41.248Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
95992025-10-28T00:48:41.248Z Fresh lalrpop v0.19.12
96002025-10-28T00:48:41.248Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
96012025-10-28T00:48:41.248Z Fresh crc8 v0.1.1
96022025-10-28T00:48:41.248Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
96032025-10-28T00:48:41.248Z Fresh bindgen v0.71.1
96042025-10-28T00:48:41.248Z Fresh strum_macros v0.24.3
96052025-10-28T00:48:41.248Z Fresh indoc v1.0.9
96062025-10-28T00:48:41.248Z Fresh libxml v0.3.3
96072025-10-28T00:48:41.248Z Fresh impl-trait-for-tuples v0.2.2
96082025-10-28T00:48:41.248Z Fresh oso-derive v0.27.3
96092025-10-28T00:48:41.248Z Fresh quick-xml v0.37.2
96102025-10-28T00:48:41.248Z Fresh polar-core v0.27.3
96112025-10-28T00:48:41.248Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
96122025-10-28T00:48:41.248Z Fresh half v1.8.3
96132025-10-28T00:48:41.248Z Fresh oso v0.27.3
96142025-10-28T00:48:41.248Z Fresh samael v0.0.19
96152025-10-28T00:48:41.249Z Fresh serde_cbor v0.11.2
96162025-10-28T00:48:41.249Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
96172025-10-28T00:48:41.249Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs#dbe1cb7e)
96182025-10-28T00:48:41.249Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
96192025-10-28T00:48:41.249Z Fresh bb8 v0.8.5
96202025-10-28T00:48:41.254Z Fresh fxhash v0.2.1
96212025-10-28T00:48:41.254Z Fresh diesel-dtrace v0.4.2
96222025-10-28T00:48:41.254Z Fresh async-bb8-diesel v0.2.1
96232025-10-28T00:48:41.254Z Fresh kstat-rs v0.2.4
96242025-10-28T00:48:41.254Z Fresh predicates-tree v1.0.12
96252025-10-28T00:48:41.254Z Fresh primeorder v0.13.6
96262025-10-28T00:48:41.254Z Fresh ignore v0.4.23
96272025-10-28T00:48:41.254Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
96282025-10-28T00:48:41.254Z Fresh globwalk v0.9.1
96292025-10-28T00:48:41.254Z Fresh fs-err v2.11.0
96302025-10-28T00:48:41.254Z Fresh parking_lot_core v0.8.6
96312025-10-28T00:48:41.254Z Fresh nanorand v0.7.0
96322025-10-28T00:48:41.254Z Fresh parse-size v1.1.0
96332025-10-28T00:48:41.254Z Fresh camino-tempfile-ext v0.3.2
96342025-10-28T00:48:41.254Z Fresh p384 v0.13.1
96352025-10-28T00:48:41.254Z Fresh flume v0.11.1
96362025-10-28T00:48:41.254Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
96372025-10-28T00:48:41.254Z Fresh parking_lot v0.11.2
96382025-10-28T00:48:41.254Z Fresh prefix-trie v0.7.0
96392025-10-28T00:48:41.255Z Fresh void v1.0.2
96402025-10-28T00:48:41.255Z Fresh http-range v0.1.5
96412025-10-28T00:48:41.255Z Fresh hickory-server v0.25.2
96422025-10-28T00:48:41.255Z Fresh salty v0.3.0
96432025-10-28T00:48:41.255Z Fresh sled v0.34.7
96442025-10-28T00:48:41.255Z Fresh lzss v0.8.2
96452025-10-28T00:48:41.255Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
96462025-10-28T00:48:41.255Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
96472025-10-28T00:48:41.255Z Fresh hickory-client v0.25.2
96482025-10-28T00:48:41.255Z Fresh tungstenite v0.23.0
96492025-10-28T00:48:41.255Z Fresh nix v0.27.1
96502025-10-28T00:48:41.255Z Fresh concurrent-queue v2.5.0
96512025-10-28T00:48:41.255Z Fresh serde_bytes v0.11.19
96522025-10-28T00:48:41.255Z Fresh atty v0.2.14
96532025-10-28T00:48:41.255Z Fresh parking v2.2.1
96542025-10-28T00:48:41.255Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
96552025-10-28T00:48:41.255Z Fresh tokio-tungstenite v0.23.1
96562025-10-28T00:48:41.255Z Fresh attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
96572025-10-28T00:48:41.255Z Fresh mime_guess v2.0.5
96582025-10-28T00:48:41.256Z Fresh signal-hook-tokio v0.3.1
96592025-10-28T00:48:41.256Z Fresh corncobs v0.1.4
96602025-10-28T00:48:41.256Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
96612025-10-28T00:48:41.256Z Fresh hyper-staticfile v0.10.1
96622025-10-28T00:48:41.256Z Fresh dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
96632025-10-28T00:48:41.256Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
96642025-10-28T00:48:41.256Z Fresh rand_seeder v0.4.0
96652025-10-28T00:48:41.256Z Fresh secrecy v0.8.0
96662025-10-28T00:48:41.256Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=7da1f0b5dcd3d631da18b43ba78a84b1a2b425ee#7da1f0b5)
96672025-10-28T00:48:41.256Z Fresh event-listener v5.3.1
96682025-10-28T00:48:41.256Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
96692025-10-28T00:48:41.256Z Fresh tabled_derive v0.10.0
96702025-10-28T00:48:41.256Z Fresh papergrid v0.14.0
96712025-10-28T00:48:41.256Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
96722025-10-28T00:48:41.256Z Fresh event-listener-strategy v0.5.2
96732025-10-28T00:48:41.256Z Fresh tabled v0.18.0
96742025-10-28T00:48:41.256Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
96752025-10-28T00:48:41.256Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
96762025-10-28T00:48:41.256Z Fresh assert_matches v1.5.0
96772025-10-28T00:48:41.257Z Fresh yansi v1.0.1
96782025-10-28T00:48:41.257Z Fresh futures-lite v2.3.0
96792025-10-28T00:48:41.257Z Fresh typeid v1.0.3
96802025-10-28T00:48:41.257Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
96812025-10-28T00:48:41.257Z Fresh pretty_assertions v1.4.1
96822025-10-28T00:48:41.257Z Fresh erased-serde v0.4.6
96832025-10-28T00:48:41.257Z Fresh ordered-float v2.10.1
96842025-10-28T00:48:41.257Z Fresh serde-value v0.7.0
96852025-10-28T00:48:41.257Z Fresh serde-untagged v0.1.7
96862025-10-28T00:48:41.257Z Fresh async-lock v3.4.0
96872025-10-28T00:48:41.257Z Fresh castaway v0.2.3
96882025-10-28T00:48:41.257Z Fresh polling v3.7.3
96892025-10-28T00:48:41.257Z Fresh indoc v2.0.6
96902025-10-28T00:48:41.257Z Fresh cargo-util-schemas v0.8.2
96912025-10-28T00:48:41.257Z Fresh compact_str v0.8.0
96922025-10-28T00:48:41.257Z Fresh async-io v2.3.4
96932025-10-28T00:48:41.257Z Fresh libz-sys v1.1.20
96942025-10-28T00:48:41.257Z Fresh console v0.16.0
96952025-10-28T00:48:41.257Z Fresh unicode-truncate v1.1.0
96962025-10-28T00:48:41.258Z Fresh lru v0.12.5
96972025-10-28T00:48:41.258Z Fresh cargo-platform v0.2.0
96982025-10-28T00:48:41.258Z Fresh instability v0.3.2
96992025-10-28T00:48:41.258Z Fresh cassowary v0.3.0
97002025-10-28T00:48:41.258Z Fresh unit-prefix v0.5.1
97012025-10-28T00:48:41.258Z Fresh async-task v4.7.1
97022025-10-28T00:48:41.258Z Fresh libgit2-sys v0.18.2+1.9.1
97032025-10-28T00:48:41.258Z Fresh indicatif v0.18.0
97042025-10-28T00:48:41.258Z Fresh cargo_metadata v0.21.0
97052025-10-28T00:48:41.258Z Fresh ratatui v0.29.0
97062025-10-28T00:48:41.258Z Fresh async-channel v2.3.1
97072025-10-28T00:48:41.258Z Fresh polyval v0.6.2
97082025-10-28T00:48:41.258Z Fresh piper v0.2.4
97092025-10-28T00:48:41.258Z Fresh plotters-backend v0.3.7
97102025-10-28T00:48:41.258Z Fresh plotters-svg v0.3.7
97112025-10-28T00:48:41.258Z Fresh ghash v0.5.1
97122025-10-28T00:48:41.258Z Fresh blocking v1.6.1
97132025-10-28T00:48:41.258Z Fresh async-executor v1.13.1
97142025-10-28T00:48:41.258Z Fresh git2 v0.20.2
97152025-10-28T00:48:41.259Z Fresh async-signal v0.2.10
97162025-10-28T00:48:41.259Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
97172025-10-28T00:48:41.259Z Fresh ctr v0.9.2
97182025-10-28T00:48:41.259Z Fresh arrayref v0.3.9
97192025-10-28T00:48:41.259Z Fresh event-listener v2.5.3
97202025-10-28T00:48:41.281Z Fresh is_ci v1.2.0
97212025-10-28T00:48:41.281Z Fresh constant_time_eq v0.3.1
97222025-10-28T00:48:41.281Z Fresh cast v0.3.0
97232025-10-28T00:48:41.281Z Fresh arrayvec v0.7.6
97242025-10-28T00:48:41.281Z Fresh shell-words v1.1.0
97252025-10-28T00:48:41.281Z Fresh aes-gcm v0.10.3
97262025-10-28T00:48:41.281Z Fresh async-channel v1.9.0
97272025-10-28T00:48:41.282Z Fresh criterion-plot v0.6.0
97282025-10-28T00:48:41.282Z Fresh supports-color v3.0.2
97292025-10-28T00:48:41.282Z Fresh plotters v0.3.7
97302025-10-28T00:48:41.282Z Fresh async-global-executor v2.4.1
97312025-10-28T00:48:41.282Z Fresh async-process v2.3.0
97322025-10-28T00:48:41.282Z Fresh vergen-git2 v1.0.7
97332025-10-28T00:48:41.282Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
97342025-10-28T00:48:41.282Z Fresh ssh-encoding v0.2.0
97352025-10-28T00:48:41.282Z Fresh rustls-webpki v0.101.7
97362025-10-28T00:48:41.282Z Fresh sct v0.7.1
97372025-10-28T00:48:41.282Z Fresh blowfish v0.9.1
97382025-10-28T00:48:41.282Z Fresh async-attributes v1.1.2
97392025-10-28T00:48:41.282Z Fresh tinytemplate v1.2.1
97402025-10-28T00:48:41.282Z Fresh kv-log-macro v1.0.7
97412025-10-28T00:48:41.282Z Fresh rtoolbox v0.0.2
97422025-10-28T00:48:41.282Z Fresh oorandom v11.1.4
97432025-10-28T00:48:41.282Z Fresh hex-literal v0.4.1
97442025-10-28T00:48:41.282Z Fresh futures-timer v3.0.3
97452025-10-28T00:48:41.282Z Fresh anes v0.1.6
97462025-10-28T00:48:41.282Z Fresh rustls v0.21.12
97472025-10-28T00:48:41.282Z Fresh async-std v1.13.0
97482025-10-28T00:48:41.282Z Fresh criterion v0.7.0
97492025-10-28T00:48:41.283Z Fresh bcrypt-pbkdf v0.10.0
97502025-10-28T00:48:41.283Z Fresh rpassword v7.4.0
97512025-10-28T00:48:41.283Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
97522025-10-28T00:48:41.283Z Fresh ssh-cipher v0.2.0
97532025-10-28T00:48:41.283Z Fresh tui-tree-widget v0.23.1
97542025-10-28T00:48:41.283Z Fresh password-hash v0.4.2
97552025-10-28T00:48:41.283Z Fresh ssh-key v0.6.6
97562025-10-28T00:48:41.283Z Fresh pbkdf2 v0.11.0
97572025-10-28T00:48:41.283Z Fresh target-lexicon v0.13.2
97582025-10-28T00:48:41.283Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
97592025-10-28T00:48:41.283Z Fresh async-object-pool v0.1.5
97602025-10-28T00:48:41.283Z Fresh tokio-rustls v0.24.1
97612025-10-28T00:48:41.283Z Fresh petname v2.0.2
97622025-10-28T00:48:41.283Z Fresh p521 v0.13.3
97632025-10-28T00:48:41.283Z Fresh p256 v0.13.2
97642025-10-28T00:48:41.283Z Fresh rustls-pemfile v1.0.4
97652025-10-28T00:48:41.283Z Fresh twox-hash v2.1.0
97662025-10-28T00:48:41.283Z Fresh serde_regex v1.1.0
97672025-10-28T00:48:41.283Z Fresh assert-json-diff v2.0.2
97682025-10-28T00:48:41.283Z Fresh russh-cryptovec v0.7.3
97692025-10-28T00:48:41.283Z Fresh path-tree v0.8.1
97702025-10-28T00:48:41.283Z Fresh sync-ptr v0.1.4
97712025-10-28T00:48:41.284Z Fresh md5 v0.7.0
97722025-10-28T00:48:41.284Z Fresh stringmetrics v2.2.2
97732025-10-28T00:48:41.284Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
97742025-10-28T00:48:41.284Z Fresh russh-keys v0.45.0
97752025-10-28T00:48:41.284Z Fresh httpmock v0.8.0-alpha.1
97762025-10-28T00:48:41.284Z Fresh guppy-workspace-hack v0.1.0
97772025-10-28T00:48:41.284Z Fresh blake3 v1.5.4
97782025-10-28T00:48:41.284Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
97792025-10-28T00:48:41.284Z Fresh cfg-expr v0.20.1
97802025-10-28T00:48:41.284Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
97812025-10-28T00:48:41.284Z Fresh httptest v0.16.3
97822025-10-28T00:48:41.284Z Fresh proc-macro-crate v3.2.0
97832025-10-28T00:48:41.284Z Fresh fatfs v0.3.6
97842025-10-28T00:48:41.284Z Fresh num-bigint v0.4.6
97852025-10-28T00:48:41.284Z Fresh des v0.8.1
97862025-10-28T00:48:41.284Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
97872025-10-28T00:48:41.284Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
97882025-10-28T00:48:41.284Z Fresh topological-sort v0.2.2
97892025-10-28T00:48:41.284Z Fresh escape8259 v0.5.3
97902025-10-28T00:48:41.284Z Fresh relative-path v1.9.3
97912025-10-28T00:48:41.284Z Fresh omicron-zone-package v0.12.2
97922025-10-28T00:48:41.284Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
97932025-10-28T00:48:41.285Z Fresh rstest_macros v0.25.0
97942025-10-28T00:48:41.285Z Fresh libtest-mimic v0.8.1
97952025-10-28T00:48:41.285Z Fresh russh v0.45.0
97962025-10-28T00:48:41.285Z Fresh target-spec v3.5.0
97972025-10-28T00:48:41.285Z Fresh target-triple v0.1.3
97982025-10-28T00:48:41.285Z Fresh doc-comment v0.3.3
97992025-10-28T00:48:41.285Z Fresh blake2b_simd v1.0.2
98002025-10-28T00:48:41.285Z Fresh fancy-regex v0.14.0
98012025-10-28T00:48:41.285Z Fresh pathdiff v0.2.3
98022025-10-28T00:48:41.285Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
98032025-10-28T00:48:41.285Z Fresh uzers v0.12.1
98042025-10-28T00:48:41.285Z Fresh nested v0.1.1
98052025-10-28T00:48:41.285Z Fresh termcolor v1.4.1
98062025-10-28T00:48:41.285Z Fresh internet-checksum v0.2.1
98072025-10-28T00:48:41.285Z Fresh datatest-stable v0.3.2
98082025-10-28T00:48:41.285Z Fresh rust-argon2 v2.1.0
98092025-10-28T00:48:41.285Z Fresh trybuild v1.0.106
98102025-10-28T00:48:41.285Z Fresh guppy v0.17.20
98112025-10-28T00:48:41.285Z Fresh assert_cmd v2.0.17
98122025-10-28T00:48:41.285Z Fresh rstest v0.25.0
98132025-10-28T00:48:41.285Z Fresh partial-io v0.5.4
98142025-10-28T00:48:41.285Z Fresh similar-asserts v1.7.0
98152025-10-28T00:48:41.286Z Fresh rand_distr v0.5.1
98162025-10-28T00:48:41.286Z Fresh approx v0.5.1
98172025-10-28T00:48:41.286Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
98182025-10-28T00:48:41.286Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
98192025-10-28T00:48:41.286Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
98202025-10-28T00:48:41.292Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
98212025-10-28T00:48:41.292Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
98222025-10-28T00:48:41.292Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
98232025-10-28T00:48:41.292Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
98242025-10-28T00:48:41.292Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
98252025-10-28T00:48:41.292Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
98262025-10-28T00:48:41.292Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
98272025-10-28T00:48:41.292Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
98282025-10-28T00:48:41.292Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
98292025-10-28T00:48:41.292Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
98302025-10-28T00:48:41.292Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
98312025-10-28T00:48:41.292Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
98322025-10-28T00:48:41.293Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
98332025-10-28T00:48:41.293Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
98342025-10-28T00:48:41.293Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
98352025-10-28T00:48:41.293Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
98362025-10-28T00:48:41.293Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
98372025-10-28T00:48:41.293Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
98382025-10-28T00:48:41.293Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
98392025-10-28T00:48:41.293Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
98402025-10-28T00:48:41.293Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
98412025-10-28T00:48:41.293Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
98422025-10-28T00:48:41.293Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
98432025-10-28T00:48:41.293Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
98442025-10-28T00:48:41.293Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
98452025-10-28T00:48:41.293Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
98462025-10-28T00:48:41.293Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
98472025-10-28T00:48:41.293Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
98482025-10-28T00:48:41.293Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
98492025-10-28T00:48:41.293Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
98502025-10-28T00:48:41.293Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
98512025-10-28T00:48:41.293Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
98522025-10-28T00:48:41.294Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
98532025-10-28T00:48:41.294Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
98542025-10-28T00:48:41.294Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
98552025-10-28T00:48:41.294Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
98562025-10-28T00:48:41.294Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
98572025-10-28T00:48:41.294Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
98582025-10-28T00:48:41.294Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
98592025-10-28T00:48:41.294Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
98602025-10-28T00:48:41.294Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
98612025-10-28T00:48:41.294Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
98622025-10-28T00:48:41.294Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
98632025-10-28T00:48:41.294Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
98642025-10-28T00:48:41.294Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
98652025-10-28T00:48:41.294Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
98662025-10-28T00:48:41.294Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
98672025-10-28T00:48:41.294Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
98682025-10-28T00:48:41.294Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
98692025-10-28T00:48:41.294Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
98702025-10-28T00:48:41.294Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
98712025-10-28T00:48:41.294Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
98722025-10-28T00:48:41.294Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
98732025-10-28T00:48:41.295Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
98742025-10-28T00:48:41.295Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
98752025-10-28T00:48:41.295Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
98762025-10-28T00:48:41.295Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
98772025-10-28T00:48:41.295Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
98782025-10-28T00:48:41.295Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
98792025-10-28T00:48:41.295Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
98802025-10-28T00:48:41.295Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
98812025-10-28T00:48:41.295Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
98822025-10-28T00:48:41.295Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
98832025-10-28T00:48:41.295Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
98842025-10-28T00:48:41.295Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
98852025-10-28T00:48:41.295Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
98862025-10-28T00:48:41.295Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
98872025-10-28T00:48:41.295Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
98882025-10-28T00:48:41.295Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
98892025-10-28T00:48:41.295Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
98902025-10-28T00:48:41.295Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
98912025-10-28T00:48:41.295Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
98922025-10-28T00:48:41.295Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
98932025-10-28T00:48:41.295Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
98942025-10-28T00:48:41.296Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
98952025-10-28T00:48:41.296Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
98962025-10-28T00:48:41.296Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
98972025-10-28T00:48:41.296Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
98982025-10-28T00:48:41.296Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
98992025-10-28T00:48:41.296Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
99002025-10-28T00:48:41.296Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
99012025-10-28T00:48:41.296Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
99022025-10-28T00:48:41.296Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
99032025-10-28T00:48:41.296Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
99042025-10-28T00:48:41.296Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
99052025-10-28T00:48:41.296Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
99062025-10-28T00:48:41.296Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
99072025-10-28T00:48:41.296Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
99082025-10-28T00:48:41.296Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
99092025-10-28T00:48:41.296Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
99102025-10-28T00:48:41.296Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
99112025-10-28T00:48:41.296Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
99122025-10-28T00:48:41.296Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
99132025-10-28T00:48:41.296Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
99142025-10-28T00:48:41.296Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
99152025-10-28T00:48:41.297Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
99162025-10-28T00:48:41.297Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
99172025-10-28T00:48:41.297Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
99182025-10-28T00:48:41.297Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
99192025-10-28T00:48:41.297Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
99202025-10-28T00:48:41.301Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
99212025-10-28T00:48:41.301Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
99222025-10-28T00:48:41.301Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
99232025-10-28T00:48:41.301Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
99242025-10-28T00:48:41.302Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
99252025-10-28T00:48:41.302Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
99262025-10-28T00:48:41.302Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
99272025-10-28T00:48:41.302Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
99282025-10-28T00:48:41.302Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
99292025-10-28T00:48:41.302Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
99302025-10-28T00:48:41.302Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
99312025-10-28T00:48:41.302Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
99322025-10-28T00:48:41.302Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
99332025-10-28T00:48:41.302Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
99342025-10-28T00:48:41.302Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
99352025-10-28T00:48:41.302Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
99362025-10-28T00:48:41.302Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
99372025-10-28T00:48:41.302Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
99382025-10-28T00:48:41.302Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
99392025-10-28T00:48:41.302Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
99402025-10-28T00:48:41.302Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
99412025-10-28T00:48:41.302Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
99422025-10-28T00:48:41.302Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
99432025-10-28T00:48:41.302Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
99442025-10-28T00:48:41.302Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
99452025-10-28T00:48:41.302Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
99462025-10-28T00:48:41.302Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
99472025-10-28T00:48:41.302Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
99482025-10-28T00:48:41.302Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
99492025-10-28T00:48:41.302Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
99502025-10-28T00:48:41.303Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
99512025-10-28T00:48:41.303Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
99522025-10-28T00:48:41.303Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
99532025-10-28T00:48:41.303Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
99542025-10-28T00:48:41.303Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
99552025-10-28T00:48:41.303Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.10s
99562025-10-28T00:48:41.357Z Doc-tests api_identity
99572025-10-28T00:48:41.360Z 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-a216011634f95693/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-d90a11d8e385de4b/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-daee24aa5859812e.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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`
99582025-10-28T00:48:41.488Z
99592025-10-28T00:48:41.488Zrunning 0 tests
99602025-10-28T00:48:41.488Z
99612025-10-28T00:48:41.492Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99622025-10-28T00:48:41.492Z
99632025-10-28T00:48:41.502Z Doc-tests authz_macros
99642025-10-28T00:48:41.505Z 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-a216011634f95693/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-d90a11d8e385de4b/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-ada3b1b064fe057c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.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-f6d53d7fb8d1181c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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`
99652025-10-28T00:48:41.618Z
99662025-10-28T00:48:41.618Zrunning 7 tests
99672025-10-28T00:48:41.622Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
99682025-10-28T00:48:41.622Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
99692025-10-28T00:48:41.622Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
99702025-10-28T00:48:41.622Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
99712025-10-28T00:48:41.622Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
99722025-10-28T00:48:41.622Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
99732025-10-28T00:48:41.622Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
99742025-10-28T00:48:41.622Z
99752025-10-28T00:48:41.622Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
99762025-10-28T00:48:41.622Z
99772025-10-28T00:48:41.633Z Doc-tests bootstore
99782025-10-28T00:48:41.638Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1618b2be658fd639.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1195d89c002f0d88.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.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-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-aa18adfe15f6e34e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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`
99792025-10-28T00:48:42.304Z
99802025-10-28T00:48:42.304Zrunning 0 tests
99812025-10-28T00:48:42.304Z
99822025-10-28T00:48:42.304Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99832025-10-28T00:48:42.304Z
99842025-10-28T00:48:42.342Z Doc-tests bootstrap_agent_api
99852025-10-28T00:48:42.346Z 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-a216011634f95693/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-d90a11d8e385de4b/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-4a684ac5f5d2900c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99862025-10-28T00:48:42.712Z
99872025-10-28T00:48:42.713Zrunning 2 tests
99882025-10-28T00:48:42.717Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
99892025-10-28T00:48:42.717Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
99902025-10-28T00:48:42.717Z
99912025-10-28T00:48:42.717Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
99922025-10-28T00:48:42.717Z
99932025-10-28T00:48:42.752Z Doc-tests bootstrap_agent_client
99942025-10-28T00:48:42.757Z 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-a216011634f95693/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-d90a11d8e385de4b/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-d2d65f8aae80839c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99952025-10-28T00:48:43.502Z
99962025-10-28T00:48:43.502Zrunning 0 tests
99972025-10-28T00:48:43.502Z
99982025-10-28T00:48:43.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99992025-10-28T00:48:43.502Z
100002025-10-28T00:48:43.542Z Doc-tests clickana
100012025-10-28T00:48:43.547Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-f0c944bb580d1be4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100022025-10-28T00:48:43.943Z
100032025-10-28T00:48:43.944Zrunning 0 tests
100042025-10-28T00:48:43.944Z
100052025-10-28T00:48:43.944Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100062025-10-28T00:48:43.944Z
100072025-10-28T00:48:43.974Z Doc-tests clickhouse_admin_api
100082025-10-28T00:48:43.978Z 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-a216011634f95693/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-d90a11d8e385de4b/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-d7ac2409b4ca061b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100092025-10-28T00:48:44.253Z
100102025-10-28T00:48:44.253Zrunning 6 tests
100112025-10-28T00:48:44.257Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 70) ... ignored
100122025-10-28T00:48:44.257Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 76) ... ignored
100132025-10-28T00:48:44.258Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 148) ... ignored
100142025-10-28T00:48:44.258Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 154) ... ignored
100152025-10-28T00:48:44.258Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 213) ... ignored
100162025-10-28T00:48:44.258Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 219) ... ignored
100172025-10-28T00:48:44.258Z
100182025-10-28T00:48:44.258Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
100192025-10-28T00:48:44.258Z
100202025-10-28T00:48:44.282Z Doc-tests clickhouse_admin_keeper_client
100212025-10-28T00:48:44.286Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-5f1d497634fcdbc8.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
100222025-10-28T00:48:44.853Z
100232025-10-28T00:48:44.853Zrunning 0 tests
100242025-10-28T00:48:44.853Z
100252025-10-28T00:48:44.853Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100262025-10-28T00:48:44.853Z
100272025-10-28T00:48:44.889Z Doc-tests clickhouse_admin_server_client
100282025-10-28T00:48:44.893Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
100292025-10-28T00:48:45.405Z
100302025-10-28T00:48:45.405Zrunning 0 tests
100312025-10-28T00:48:45.405Z
100322025-10-28T00:48:45.406Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100332025-10-28T00:48:45.406Z
100342025-10-28T00:48:45.441Z Doc-tests clickhouse_admin_single_client
100352025-10-28T00:48:45.445Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-fa00d48391acfa16.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
100362025-10-28T00:48:45.661Z
100372025-10-28T00:48:45.661Zrunning 0 tests
100382025-10-28T00:48:45.661Z
100392025-10-28T00:48:45.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100402025-10-28T00:48:45.661Z
100412025-10-28T00:48:45.684Z Doc-tests clickhouse_admin_test_utils
100422025-10-28T00:48:45.684Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-89b08c658aaee907.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100432025-10-28T00:48:45.930Z
100442025-10-28T00:48:45.930Zrunning 0 tests
100452025-10-28T00:48:45.930Z
100462025-10-28T00:48:45.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100472025-10-28T00:48:45.931Z
100482025-10-28T00:48:45.958Z Doc-tests clickhouse_admin_types
100492025-10-28T00:48:45.958Z 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-a216011634f95693/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-d90a11d8e385de4b/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-f15d654b37a8ecad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-344061b1e2d0612a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100502025-10-28T00:48:46.490Z
100512025-10-28T00:48:46.490Zrunning 0 tests
100522025-10-28T00:48:46.490Z
100532025-10-28T00:48:46.490Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100542025-10-28T00:48:46.490Z
100552025-10-28T00:48:46.527Z Doc-tests cockroach_admin_api
100562025-10-28T00:48:46.532Z 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-a216011634f95693/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-d90a11d8e385de4b/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-6e4afd32daff949e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100572025-10-28T00:48:46.733Z
100582025-10-28T00:48:46.733Zrunning 2 tests
100592025-10-28T00:48:46.737Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 52) ... ignored
100602025-10-28T00:48:46.737Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 58) ... ignored
100612025-10-28T00:48:46.738Z
100622025-10-28T00:48:46.738Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100632025-10-28T00:48:46.738Z
100642025-10-28T00:48:46.757Z Doc-tests cockroach_admin_client
100652025-10-28T00:48:46.761Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
100662025-10-28T00:48:47.054Z
100672025-10-28T00:48:47.054Zrunning 0 tests
100682025-10-28T00:48:47.054Z
100692025-10-28T00:48:47.054Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100702025-10-28T00:48:47.054Z
100712025-10-28T00:48:47.078Z Doc-tests cockroach_admin_types
100722025-10-28T00:48:47.082Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100732025-10-28T00:48:47.244Z
100742025-10-28T00:48:47.244Zrunning 0 tests
100752025-10-28T00:48:47.244Z
100762025-10-28T00:48:47.244Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100772025-10-28T00:48:47.244Z
100782025-10-28T00:48:47.264Z Doc-tests db_macros
100792025-10-28T00:48:47.268Z 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-a216011634f95693/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-d90a11d8e385de4b/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-f43f5c03ab673ddf.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.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-f6d53d7fb8d1181c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c6c6964af36c9039.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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`
100802025-10-28T00:48:47.495Z
100812025-10-28T00:48:47.495Zrunning 3 tests
100822025-10-28T00:48:47.499Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
100832025-10-28T00:48:47.499Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
100842025-10-28T00:48:47.499Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
100852025-10-28T00:48:47.499Z
100862025-10-28T00:48:47.499Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
100872025-10-28T00:48:47.499Z
100882025-10-28T00:48:47.514Z Doc-tests dev_tools_common
100892025-10-28T00:48:47.519Z 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-a216011634f95693/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-d90a11d8e385de4b/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`
100902025-10-28T00:48:47.576Z
100912025-10-28T00:48:47.576Zrunning 0 tests
100922025-10-28T00:48:47.576Z
100932025-10-28T00:48:47.577Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100942025-10-28T00:48:47.577Z
100952025-10-28T00:48:47.588Z Doc-tests dns_server
100962025-10-28T00:48:47.592Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e5a186e6ef04817f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1dd20327b505768b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d147f4a8884fe21a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-939e8ed71b044ee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55222827ab93bbc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100972025-10-28T00:48:47.943Z
100982025-10-28T00:48:47.943Zrunning 0 tests
100992025-10-28T00:48:47.943Z
101002025-10-28T00:48:47.943Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101012025-10-28T00:48:47.943Z
101022025-10-28T00:48:47.976Z Doc-tests dns_server_api
101032025-10-28T00:48:47.980Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1dd20327b505768b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101042025-10-28T00:48:48.228Z
101052025-10-28T00:48:48.228Zrunning 2 tests
101062025-10-28T00:48:48.233Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 132) ... ignored
101072025-10-28T00:48:48.233Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 138) ... ignored
101082025-10-28T00:48:48.233Z
101092025-10-28T00:48:48.233Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
101102025-10-28T00:48:48.233Z
101112025-10-28T00:48:48.257Z Doc-tests dns_service_client
101122025-10-28T00:48:48.263Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
101132025-10-28T00:48:48.576Z
101142025-10-28T00:48:48.576Zrunning 0 tests
101152025-10-28T00:48:48.576Z
101162025-10-28T00:48:48.576Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101172025-10-28T00:48:48.576Z
101182025-10-28T00:48:48.607Z Doc-tests end_to_end_tests
101192025-10-28T00:48:48.608Z 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-a216011634f95693/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-d90a11d8e385de4b/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-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-2373fc372ef370bd.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-9934af35707b0efb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.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-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-9cafe0c893e294c5.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-13b2001b5ce715d2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b7e359a2a2845599.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8d55c70c6b3a8210.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-724d10a17f7fe42a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-3a98fbb8c97c7966.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-16d50aea078713d7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101202025-10-28T00:48:49.106Z
101212025-10-28T00:48:49.106Zrunning 0 tests
101222025-10-28T00:48:49.106Z
101232025-10-28T00:48:49.106Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101242025-10-28T00:48:49.106Z
101252025-10-28T00:48:49.145Z Doc-tests ereport_types
101262025-10-28T00:48:49.149Z 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-a216011634f95693/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-d90a11d8e385de4b/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-9223503d420162f8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101272025-10-28T00:48:49.357Z
101282025-10-28T00:48:49.357Zrunning 0 tests
101292025-10-28T00:48:49.357Z
101302025-10-28T00:48:49.357Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101312025-10-28T00:48:49.357Z
101322025-10-28T00:48:49.380Z Doc-tests gateway_api
101332025-10-28T00:48:49.380Z 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-a216011634f95693/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-d90a11d8e385de4b/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-9223503d420162f8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-75762aee3c08cad3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101342025-10-28T00:48:49.674Z
101352025-10-28T00:48:49.674Zrunning 2 tests
101362025-10-28T00:48:49.679Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 79) ... ignored
101372025-10-28T00:48:49.679Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 85) ... ignored
101382025-10-28T00:48:49.679Z
101392025-10-28T00:48:49.679Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
101402025-10-28T00:48:49.679Z
101412025-10-28T00:48:49.701Z Doc-tests gateway_client
101422025-10-28T00:48:49.706Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101432025-10-28T00:48:50.714Z
101442025-10-28T00:48:50.714Zrunning 0 tests
101452025-10-28T00:48:50.714Z
101462025-10-28T00:48:50.714Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101472025-10-28T00:48:50.714Z
101482025-10-28T00:48:50.755Z Doc-tests gateway_test_utils
101492025-10-28T00:48:50.761Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-050f818386df5bba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101502025-10-28T00:48:51.315Z
101512025-10-28T00:48:51.315Zrunning 0 tests
101522025-10-28T00:48:51.315Z
101532025-10-28T00:48:51.315Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101542025-10-28T00:48:51.315Z
101552025-10-28T00:48:51.358Z Doc-tests gateway_types
101562025-10-28T00:48:51.363Z 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-a216011634f95693/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-d90a11d8e385de4b/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-49fd41b5a55fce0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
101572025-10-28T00:48:51.929Z
101582025-10-28T00:48:51.930Zrunning 0 tests
101592025-10-28T00:48:51.930Z
101602025-10-28T00:48:51.930Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101612025-10-28T00:48:51.930Z
101622025-10-28T00:48:51.964Z Doc-tests gfss
101632025-10-28T00:48:51.968Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dd833add49a4eb53.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-039c639e5fb64ce4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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`
101642025-10-28T00:48:52.078Z
101652025-10-28T00:48:52.078Zrunning 0 tests
101662025-10-28T00:48:52.078Z
101672025-10-28T00:48:52.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101682025-10-28T00:48:52.079Z
101692025-10-28T00:48:52.095Z Doc-tests id_map
101702025-10-28T00:48:52.099Z 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-a216011634f95693/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-d90a11d8e385de4b/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-49fd41b5a55fce0a.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101712025-10-28T00:48:52.234Z
101722025-10-28T00:48:52.234Zrunning 0 tests
101732025-10-28T00:48:52.234Z
101742025-10-28T00:48:52.234Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101752025-10-28T00:48:52.234Z
101762025-10-28T00:48:52.251Z Doc-tests illumos_utils
101772025-10-28T00:48:52.255Z 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-a216011634f95693/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-d90a11d8e385de4b/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-68617f900d2f7ac8.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-170bdc378466cad1.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.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-a54749601f8bece6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.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-cc492f7a47168c71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9f08dfd1d60ee253.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c205619f31e7eb9b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-07f6dee77fd639e2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-3a98fbb8c97c7966.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-736b5d70430ffdf6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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`
101782025-10-28T00:48:52.823Z
101792025-10-28T00:48:52.823Zrunning 0 tests
101802025-10-28T00:48:52.823Z
101812025-10-28T00:48:52.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101822025-10-28T00:48:52.823Z
101832025-10-28T00:48:52.861Z Doc-tests installinator
101842025-10-28T00:48:52.867Z 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-a216011634f95693/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-d90a11d8e385de4b/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-68617f900d2f7ac8.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.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-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-126cd425103b0529.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0879ce15d149a95d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-21f09b625fdc7914.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-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-bd12e1560a5f2cbe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-fa42da51cd0fd360.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.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`
101852025-10-28T00:48:53.433Z
101862025-10-28T00:48:53.433Zrunning 0 tests
101872025-10-28T00:48:53.433Z
101882025-10-28T00:48:53.433Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101892025-10-28T00:48:53.433Z
101902025-10-28T00:48:53.473Z Doc-tests installinator_api
101912025-10-28T00:48:53.476Z 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-a216011634f95693/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-d90a11d8e385de4b/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-9223503d420162f8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-965ba8bf39aca6dc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101922025-10-28T00:48:53.777Z
101932025-10-28T00:48:53.777Zrunning 2 tests
101942025-10-28T00:48:53.781Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
101952025-10-28T00:48:53.781Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
101962025-10-28T00:48:53.781Z
101972025-10-28T00:48:53.781Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
101982025-10-28T00:48:53.781Z
101992025-10-28T00:48:53.808Z Doc-tests installinator_client
102002025-10-28T00:48:53.812Z 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-a216011634f95693/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-d90a11d8e385de4b/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-0879ce15d149a95d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102012025-10-28T00:48:54.612Z
102022025-10-28T00:48:54.612Zrunning 0 tests
102032025-10-28T00:48:54.612Z
102042025-10-28T00:48:54.612Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102052025-10-28T00:48:54.612Z
102062025-10-28T00:48:54.654Z Doc-tests installinator_common
102072025-10-28T00:48:54.654Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102082025-10-28T00:48:55.200Z
102092025-10-28T00:48:55.200Zrunning 0 tests
102102025-10-28T00:48:55.200Z
102112025-10-28T00:48:55.200Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102122025-10-28T00:48:55.201Z
102132025-10-28T00:48:55.205Z Doc-tests internal_dns_resolver
102142025-10-28T00:48:55.205Z 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-a216011634f95693/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-d90a11d8e385de4b/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-e5a186e6ef04817f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1dd20327b505768b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102152025-10-28T00:48:55.341Z
102162025-10-28T00:48:55.341Zrunning 0 tests
102172025-10-28T00:48:55.341Z
102182025-10-28T00:48:55.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102192025-10-28T00:48:55.341Z
102202025-10-28T00:48:55.370Z Doc-tests internal_dns_types
102212025-10-28T00:48:55.374Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102222025-10-28T00:48:55.726Z
102232025-10-28T00:48:55.726Zrunning 0 tests
102242025-10-28T00:48:55.726Z
102252025-10-28T00:48:55.726Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102262025-10-28T00:48:55.726Z
102272025-10-28T00:48:55.761Z Doc-tests ipcc
102282025-10-28T00:48:55.766Z 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-a216011634f95693/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-d90a11d8e385de4b/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-971849dc346a6008.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-21f09b625fdc7914.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-16b2b7369802833a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102292025-10-28T00:48:55.898Z
102302025-10-28T00:48:55.898Zrunning 0 tests
102312025-10-28T00:48:55.898Z
102322025-10-28T00:48:55.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102332025-10-28T00:48:55.898Z
102342025-10-28T00:48:55.917Z Doc-tests key_manager
102352025-10-28T00:48:55.920Z 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-a216011634f95693/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-d90a11d8e385de4b/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-68617f900d2f7ac8.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102362025-10-28T00:48:56.177Z
102372025-10-28T00:48:56.177Zrunning 0 tests
102382025-10-28T00:48:56.177Z
102392025-10-28T00:48:56.177Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102402025-10-28T00:48:56.177Z
102412025-10-28T00:48:56.207Z Doc-tests live_tests_macros
102422025-10-28T00:48:56.210Z 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-a216011634f95693/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-d90a11d8e385de4b/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-0d5ecc0b73e3d88b.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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`
102432025-10-28T00:48:56.276Z
102442025-10-28T00:48:56.277Zrunning 1 test
102452025-10-28T00:48:56.281Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
102462025-10-28T00:48:56.281Z
102472025-10-28T00:48:56.281Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
102482025-10-28T00:48:56.281Z
102492025-10-28T00:48:56.289Z Doc-tests nexus_auth
102502025-10-28T00:48:56.293Z 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-a216011634f95693/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-d90a11d8e385de4b/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-68617f900d2f7ac8.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ada3b1b064fe057c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.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-e6b49f7adc9c5bd2.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-71e1352b5f0ccdda.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c2bf6a52967586fd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2ac102a834c44ca9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
102512025-10-28T00:48:57.307Z
102522025-10-28T00:48:57.307Zrunning 0 tests
102532025-10-28T00:48:57.307Z
102542025-10-28T00:48:57.307Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102552025-10-28T00:48:57.307Z
102562025-10-28T00:48:57.358Z Doc-tests nexus_background_task_interface
102572025-10-28T00:48:57.361Z 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-a216011634f95693/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-d90a11d8e385de4b/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-115409b92f07f32e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102582025-10-28T00:48:57.440Z
102592025-10-28T00:48:57.440Zrunning 0 tests
102602025-10-28T00:48:57.440Z
102612025-10-28T00:48:57.440Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102622025-10-28T00:48:57.440Z
102632025-10-28T00:48:57.454Z Doc-tests nexus_client
102642025-10-28T00:48:57.457Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102652025-10-28T00:48:58.199Z
102662025-10-28T00:48:58.199Zrunning 0 tests
102672025-10-28T00:48:58.199Z
102682025-10-28T00:48:58.199Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102692025-10-28T00:48:58.199Z
102702025-10-28T00:48:58.238Z Doc-tests nexus_config
102712025-10-28T00:48:58.241Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102722025-10-28T00:48:58.921Z
102732025-10-28T00:48:58.921Zrunning 0 tests
102742025-10-28T00:48:58.921Z
102752025-10-28T00:48:58.921Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102762025-10-28T00:48:58.921Z
102772025-10-28T00:48:58.964Z Doc-tests nexus_db_errors
102782025-10-28T00:48:58.964Z 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-a216011634f95693/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-d90a11d8e385de4b/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-0be375789e321fa6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8566a5a7c68e6aa2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102792025-10-28T00:48:59.354Z
102802025-10-28T00:48:59.354Zrunning 0 tests
102812025-10-28T00:48:59.354Z
102822025-10-28T00:48:59.354Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102832025-10-28T00:48:59.354Z
102842025-10-28T00:48:59.391Z Doc-tests nexus_db_fixed_data
102852025-10-28T00:48:59.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_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-a216011634f95693/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-d90a11d8e385de4b/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-71e1352b5f0ccdda.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
102862025-10-28T00:48:59.862Z
102872025-10-28T00:48:59.862Zrunning 0 tests
102882025-10-28T00:48:59.862Z
102892025-10-28T00:48:59.862Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102902025-10-28T00:48:59.862Z
102912025-10-28T00:48:59.900Z Doc-tests nexus_db_lookup
102922025-10-28T00:48:59.903Z 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-a216011634f95693/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-d90a11d8e385de4b/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-c980ca968957c2be.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f43f5c03ab673ddf.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fef263f4172fa4a8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8566a5a7c68e6aa2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
102932025-10-28T00:49:00.675Z
102942025-10-28T00:49:00.675Zrunning 0 tests
102952025-10-28T00:49:00.675Z
102962025-10-28T00:49:00.675Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102972025-10-28T00:49:00.675Z
102982025-10-28T00:49:00.722Z Doc-tests nexus_db_model
102992025-10-28T00:49:00.726Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f43f5c03ab673ddf.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-fd6baab53312005b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c10ff4791882aba9.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5df1175b8d06d984.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b384f512323b2c56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
103002025-10-28T00:49:04.636Z
103012025-10-28T00:49:04.636Zrunning 2 tests
103022025-10-28T00:49:06.628Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
103032025-10-28T00:49:06.670Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
103042025-10-28T00:49:06.670Z
103052025-10-28T00:49:06.670Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.03s
103062025-10-28T00:49:06.670Z
103072025-10-28T00:49:06.781Z Doc-tests nexus_db_queries
103082025-10-28T00:49:06.786Z 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-a216011634f95693/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-d90a11d8e385de4b/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-c980ca968957c2be.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-f43f5c03ab673ddf.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-fef263f4172fa4a8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-8566a5a7c68e6aa2.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-71e1352b5f0ccdda.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b384f512323b2c56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c2bf6a52967586fd.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.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-3b137b6cc80cde20.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-46c58c2514593e59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.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-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
103092025-10-28T00:49:08.980Z
103102025-10-28T00:49:08.980Zrunning 1 test
103112025-10-28T00:49:12.083Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
103122025-10-28T00:49:12.084Z
103132025-10-28T00:49:12.084Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.10s
103142025-10-28T00:49:12.084Z
103152025-10-28T00:49:12.178Z Doc-tests nexus_db_schema
103162025-10-28T00:49:12.179Z 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-a216011634f95693/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-d90a11d8e385de4b/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-0be375789e321fa6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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`
103172025-10-28T00:49:18.272Z
103182025-10-28T00:49:18.272Zrunning 0 tests
103192025-10-28T00:49:18.272Z
103202025-10-28T00:49:18.272Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103212025-10-28T00:49:18.272Z
103222025-10-28T00:49:18.463Z Doc-tests nexus_defaults
103232025-10-28T00:49:18.463Z 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-a216011634f95693/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-d90a11d8e385de4b/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-4407ba1a909c21aa.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c10ff4791882aba9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103242025-10-28T00:49:18.710Z
103252025-10-28T00:49:18.710Zrunning 0 tests
103262025-10-28T00:49:18.710Z
103272025-10-28T00:49:18.710Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103282025-10-28T00:49:18.710Z
103292025-10-28T00:49:18.739Z Doc-tests nexus_external_api
103302025-10-28T00:49:18.742Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-728fe14ae286f740.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-46c58c2514593e59.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103312025-10-28T00:49:19.376Z
103322025-10-28T00:49:19.376Zrunning 2 tests
103332025-10-28T00:49:19.380Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 88) ... ignored
103342025-10-28T00:49:19.380Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 94) ... ignored
103352025-10-28T00:49:19.380Z
103362025-10-28T00:49:19.380Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
103372025-10-28T00:49:19.380Z
103382025-10-28T00:49:19.418Z Doc-tests nexus_internal_api
103392025-10-28T00:49:19.421Z 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-a216011634f95693/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-d90a11d8e385de4b/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-9223503d420162f8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8d1e0208b0ab3ef3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103402025-10-28T00:49:19.832Z
103412025-10-28T00:49:19.832Zrunning 2 tests
103422025-10-28T00:49:19.838Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 46) ... ignored
103432025-10-28T00:49:19.838Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 52) ... ignored
103442025-10-28T00:49:19.838Z
103452025-10-28T00:49:19.838Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
103462025-10-28T00:49:19.838Z
103472025-10-28T00:49:19.869Z Doc-tests nexus_inventory
103482025-10-28T00:49:19.874Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-5f1d497634fcdbc8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b384f512323b2c56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-0d89403159ecd6df.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-3a98fbb8c97c7966.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b2736b46cc730ab2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103492025-10-28T00:49:20.303Z
103502025-10-28T00:49:20.303Zrunning 0 tests
103512025-10-28T00:49:20.303Z
103522025-10-28T00:49:20.303Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103532025-10-28T00:49:20.303Z
103542025-10-28T00:49:20.341Z Doc-tests nexus_lockstep_api
103552025-10-28T00:49:20.346Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_api --test nexus/lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/lockstep-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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-d90a11d8e385de4b/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-9223503d420162f8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-ff7517fabb00a92f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103562025-10-28T00:49:21.379Z
103572025-10-28T00:49:21.379Zrunning 2 tests
103582025-10-28T00:49:21.379Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 67) ... ignored
103592025-10-28T00:49:21.379Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 73) ... ignored
103602025-10-28T00:49:21.379Z
103612025-10-28T00:49:21.379Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
103622025-10-28T00:49:21.379Z
103632025-10-28T00:49:21.417Z Doc-tests nexus_lockstep_client
103642025-10-28T00:49:21.421Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_client --test clients/nexus-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-lockstep-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103652025-10-28T00:49:24.166Z
103662025-10-28T00:49:24.166Zrunning 0 tests
103672025-10-28T00:49:24.166Z
103682025-10-28T00:49:24.166Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103692025-10-28T00:49:24.166Z
103702025-10-28T00:49:24.239Z Doc-tests nexus_macros_common
103712025-10-28T00:49:24.239Z 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-a216011634f95693/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-d90a11d8e385de4b/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-f6d53d7fb8d1181c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103722025-10-28T00:49:24.304Z
103732025-10-28T00:49:24.304Zrunning 0 tests
103742025-10-28T00:49:24.304Z
103752025-10-28T00:49:24.304Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103762025-10-28T00:49:24.305Z
103772025-10-28T00:49:24.317Z Doc-tests nexus_metrics_producer_gc
103782025-10-28T00:49:24.320Z 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-a216011634f95693/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-d90a11d8e385de4b/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-c980ca968957c2be.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-06e4d26757e00926.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d023a253381de5a0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.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-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
103792025-10-28T00:49:24.795Z
103802025-10-28T00:49:24.795Zrunning 0 tests
103812025-10-28T00:49:24.795Z
103822025-10-28T00:49:24.795Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103832025-10-28T00:49:24.795Z
103842025-10-28T00:49:24.839Z Doc-tests nexus_mgs_updates
103852025-10-28T00:49:24.843Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2bedefd646d6d0c1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a8d6abc1cf3708db.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f896eb2343a0cc2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5f1f8bfec5ba61d6.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-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103862025-10-28T00:49:25.297Z
103872025-10-28T00:49:25.297Zrunning 0 tests
103882025-10-28T00:49:25.297Z
103892025-10-28T00:49:25.297Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103902025-10-28T00:49:25.297Z
103912025-10-28T00:49:25.336Z Doc-tests nexus_networking
103922025-10-28T00:49:25.340Z 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-a216011634f95693/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-d90a11d8e385de4b/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-180862833fbacf5f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-888338f1243c8322.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103932025-10-28T00:49:25.820Z
103942025-10-28T00:49:25.820Zrunning 0 tests
103952025-10-28T00:49:25.820Z
103962025-10-28T00:49:25.820Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103972025-10-28T00:49:25.820Z
103982025-10-28T00:49:25.865Z Doc-tests nexus_reconfigurator_blippy
103992025-10-28T00:49:25.869Z 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-a216011634f95693/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-d90a11d8e385de4b/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-11d56c41f7d2be64.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104002025-10-28T00:49:26.234Z
104012025-10-28T00:49:26.234Zrunning 0 tests
104022025-10-28T00:49:26.234Z
104032025-10-28T00:49:26.234Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104042025-10-28T00:49:26.234Z
104052025-10-28T00:49:26.271Z Doc-tests nexus_reconfigurator_execution
104062025-10-28T00:49:26.274Z 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-a216011634f95693/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-d90a11d8e385de4b/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-c980ca968957c2be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-5f1d497634fcdbc8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-fa00d48391acfa16.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-06e4d26757e00926.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-7bd5f8ef7a4a7a49.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2bedefd646d6d0c1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-888338f1243c8322.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-7a0ca4de35ec99b5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ff784372295504f8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3bf4b90359eea4af.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
104072025-10-28T00:49:26.800Z
104082025-10-28T00:49:26.800Zrunning 0 tests
104092025-10-28T00:49:26.800Z
104102025-10-28T00:49:26.801Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104112025-10-28T00:49:26.801Z
104122025-10-28T00:49:26.846Z Doc-tests nexus_reconfigurator_planning
104132025-10-28T00:49:26.851Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-850c29b1257bec29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.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-fd6baab53312005b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-11d56c41f7d2be64.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b2736b46cc730ab2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104142025-10-28T00:49:27.536Z
104152025-10-28T00:49:27.536Zrunning 0 tests
104162025-10-28T00:49:27.536Z
104172025-10-28T00:49:27.536Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104182025-10-28T00:49:27.536Z
104192025-10-28T00:49:27.582Z Doc-tests nexus_reconfigurator_preparation
104202025-10-28T00:49:27.585Z 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-a216011634f95693/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-d90a11d8e385de4b/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-180862833fbacf5f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-3a98fbb8c97c7966.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104212025-10-28T00:49:28.042Z
104222025-10-28T00:49:28.042Zrunning 0 tests
104232025-10-28T00:49:28.042Z
104242025-10-28T00:49:28.042Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104252025-10-28T00:49:28.042Z
104262025-10-28T00:49:28.086Z Doc-tests nexus_reconfigurator_rendezvous
104272025-10-28T00:49:28.090Z 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-a216011634f95693/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-d90a11d8e385de4b/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-c980ca968957c2be.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c5b32acc714967d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
104282025-10-28T00:49:28.535Z
104292025-10-28T00:49:28.535Zrunning 0 tests
104302025-10-28T00:49:28.535Z
104312025-10-28T00:49:28.539Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104322025-10-28T00:49:28.539Z
104332025-10-28T00:49:28.579Z Doc-tests nexus_reconfigurator_simulation
104342025-10-28T00:49:28.583Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-6f53316e6256b4a8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-4b772a65c88ec97d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.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-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b2736b46cc730ab2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104352025-10-28T00:49:29.024Z
104362025-10-28T00:49:29.024Zrunning 0 tests
104372025-10-28T00:49:29.024Z
104382025-10-28T00:49:29.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104392025-10-28T00:49:29.024Z
104402025-10-28T00:49:29.063Z Doc-tests nexus_saga_recovery
104412025-10-28T00:49:29.067Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-60ca7336fa44c0ca.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ff784372295504f8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
104422025-10-28T00:49:29.465Z
104432025-10-28T00:49:29.465Zrunning 0 tests
104442025-10-28T00:49:29.465Z
104452025-10-28T00:49:29.465Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104462025-10-28T00:49:29.465Z
104472025-10-28T00:49:29.502Z Doc-tests nexus_sled_agent_shared
104482025-10-28T00:49:29.506Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.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-f9f5c51b568cc187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
104492025-10-28T00:49:30.093Z
104502025-10-28T00:49:30.094Zrunning 0 tests
104512025-10-28T00:49:30.094Z
104522025-10-28T00:49:30.094Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104532025-10-28T00:49:30.094Z
104542025-10-28T00:49:30.132Z Doc-tests nexus_test_interface
104552025-10-28T00:49:30.136Z 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-a216011634f95693/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-d90a11d8e385de4b/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-68617f900d2f7ac8.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-55cb95299d123267.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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 tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
104562025-10-28T00:49:30.584Z
104572025-10-28T00:49:30.584Zrunning 0 tests
104582025-10-28T00:49:30.584Z
104592025-10-28T00:49:30.584Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104602025-10-28T00:49:30.584Z
104612025-10-28T00:49:30.628Z Doc-tests nexus_test_utils
104622025-10-28T00:49:30.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_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-a216011634f95693/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-d90a11d8e385de4b/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-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-e5a186e6ef04817f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-55cb95299d123267.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-90c82b526ba7442d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-09b27d4509c6abfe.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-43296686c9c6761d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.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-3a98fbb8c97c7966.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
104632025-10-28T00:49:31.438Z
104642025-10-28T00:49:31.438Zrunning 0 tests
104652025-10-28T00:49:31.438Z
104662025-10-28T00:49:31.438Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104672025-10-28T00:49:31.438Z
104682025-10-28T00:49:31.491Z Doc-tests nexus_test_utils_macros
104692025-10-28T00:49:31.495Z 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-a216011634f95693/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-d90a11d8e385de4b/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-ff784372295504f8.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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`
104702025-10-28T00:49:31.564Z
104712025-10-28T00:49:31.564Zrunning 1 test
104722025-10-28T00:49:31.568Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
104732025-10-28T00:49:31.568Z
104742025-10-28T00:49:31.568Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104752025-10-28T00:49:31.568Z
104762025-10-28T00:49:31.577Z Doc-tests nexus_types
104772025-10-28T00:49:31.581Z 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-a216011634f95693/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-d90a11d8e385de4b/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-daee24aa5859812e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-451989699ea86308.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.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-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-7bd5f8ef7a4a7a49.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-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.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-3a98fbb8c97c7966.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.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-2bda564c3c0dca8d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104782025-10-28T00:49:35.654Z
104792025-10-28T00:49:35.654Zrunning 3 tests
104802025-10-28T00:49:35.657Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 2218) ... ignored
104812025-10-28T00:49:35.657Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 2090) ... ignored
104822025-10-28T00:49:35.657Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1203) ... ignored
104832025-10-28T00:49:35.657Z
104842025-10-28T00:49:35.657Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
104852025-10-28T00:49:35.657Z
104862025-10-28T00:49:35.767Z Doc-tests ntp_admin_api
104872025-10-28T00:49:35.767Z 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-a216011634f95693/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-d90a11d8e385de4b/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-9223503d420162f8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fc2f2e8d464b9a9d.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-37028ee84efea442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104882025-10-28T00:49:35.937Z
104892025-10-28T00:49:35.937Zrunning 2 tests
104902025-10-28T00:49:35.941Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 44) ... ignored
104912025-10-28T00:49:35.941Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 50) ... ignored
104922025-10-28T00:49:35.941Z
104932025-10-28T00:49:35.941Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104942025-10-28T00:49:35.941Z
104952025-10-28T00:49:35.958Z Doc-tests ntp_admin_client
104962025-10-28T00:49:35.962Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
104972025-10-28T00:49:36.162Z
104982025-10-28T00:49:36.162Zrunning 0 tests
104992025-10-28T00:49:36.162Z
105002025-10-28T00:49:36.162Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105012025-10-28T00:49:36.162Z
105022025-10-28T00:49:36.185Z Doc-tests ntp_admin_types
105032025-10-28T00:49:36.189Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-37028ee84efea442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105042025-10-28T00:49:36.295Z
105052025-10-28T00:49:36.295Zrunning 0 tests
105062025-10-28T00:49:36.295Z
105072025-10-28T00:49:36.295Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105082025-10-28T00:49:36.295Z
105092025-10-28T00:49:36.312Z Doc-tests omicron_certificates
105102025-10-28T00:49:36.316Z 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-a216011634f95693/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-d90a11d8e385de4b/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-5df1175b8d06d984.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9029463f50607d27.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105112025-10-28T00:49:36.606Z
105122025-10-28T00:49:36.606Zrunning 0 tests
105132025-10-28T00:49:36.606Z
105142025-10-28T00:49:36.606Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105152025-10-28T00:49:36.606Z
105162025-10-28T00:49:36.635Z Doc-tests omicron_clickhouse_admin
105172025-10-28T00:49:36.639Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-d7ac2409b4ca061b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-89b08c658aaee907.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6594f68b46c84e40.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-c53ac8a1576a44c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-975db038b229cdf7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105182025-10-28T00:49:37.061Z
105192025-10-28T00:49:37.061Zrunning 0 tests
105202025-10-28T00:49:37.061Z
105212025-10-28T00:49:37.061Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105222025-10-28T00:49:37.061Z
105232025-10-28T00:49:37.101Z Doc-tests omicron_cockroach_admin
105242025-10-28T00:49:37.105Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-6e4afd32daff949e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-6a7beeadf0919cf4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-90c82b526ba7442d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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`
105252025-10-28T00:49:37.421Z
105262025-10-28T00:49:37.421Zrunning 0 tests
105272025-10-28T00:49:37.422Z
105282025-10-28T00:49:37.422Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105292025-10-28T00:49:37.422Z
105302025-10-28T00:49:37.454Z Doc-tests omicron_cockroach_metrics
105312025-10-28T00:49:37.458Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f7fc700458f9a642.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-b384f512323b2c56.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-804cba670396b00c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105322025-10-28T00:49:37.687Z
105332025-10-28T00:49:37.687Zrunning 1 test
105342025-10-28T00:49:37.944Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
105352025-10-28T00:49:37.944Z
105362025-10-28T00:49:37.944Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
105372025-10-28T00:49:37.944Z
105382025-10-28T00:49:37.972Z Doc-tests omicron_common
105392025-10-28T00:49:37.975Z 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-a216011634f95693/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-d90a11d8e385de4b/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-daee24aa5859812e.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d986d807ba00207e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-08df69d800910628.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-2f208e3a98c07370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.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-3a98fbb8c97c7966.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
105402025-10-28T00:49:39.828Z
105412025-10-28T00:49:39.828Zrunning 2 tests
105422025-10-28T00:49:39.832Ztest common/src/lib.rs - FileKv (line 38) ... ignored
105432025-10-28T00:49:44.582Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
105442025-10-28T00:49:44.582Z
105452025-10-28T00:49:44.582Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.75s
105462025-10-28T00:49:44.582Z
105472025-10-28T00:49:44.651Z Doc-tests omicron_ddm_admin_client
105482025-10-28T00:49:44.655Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1df72f083acf6d7c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105492025-10-28T00:49:44.931Z
105502025-10-28T00:49:44.931Zrunning 0 tests
105512025-10-28T00:49:44.931Z
105522025-10-28T00:49:44.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105532025-10-28T00:49:44.931Z
105542025-10-28T00:49:44.961Z Doc-tests omicron_dev_lib
105552025-10-28T00:49:44.965Z 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-a216011634f95693/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-d90a11d8e385de4b/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-9a0b29ba47e7ce25.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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`
105562025-10-28T00:49:45.299Z
105572025-10-28T00:49:45.299Zrunning 0 tests
105582025-10-28T00:49:45.299Z
105592025-10-28T00:49:45.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105602025-10-28T00:49:45.299Z
105612025-10-28T00:49:45.335Z Doc-tests omicron_gateway
105622025-10-28T00:49:45.340Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-75762aee3c08cad3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-9ca52a99ce1417a3.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-21f09b625fdc7914.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-050f818386df5bba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-524f6095cf2bdf36.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-67cab1abeab4046a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105632025-10-28T00:49:45.977Z
105642025-10-28T00:49:45.977Zrunning 0 tests
105652025-10-28T00:49:45.977Z
105662025-10-28T00:49:45.977Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105672025-10-28T00:49:45.977Z
105682025-10-28T00:49:46.024Z Doc-tests omicron_ls_apis
105692025-10-28T00:49:46.028Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.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-054e80fc4e1d944f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105702025-10-28T00:49:46.251Z
105712025-10-28T00:49:46.251Zrunning 1 test
105722025-10-28T00:49:46.254Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
105732025-10-28T00:49:46.254Z
105742025-10-28T00:49:46.255Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
105752025-10-28T00:49:46.255Z
105762025-10-28T00:49:46.272Z Doc-tests omicron_nexus
105772025-10-28T00:49:46.277Z 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-a216011634f95693/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-d90a11d8e385de4b/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-c980ca968957c2be.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-5f1d497634fcdbc8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-010647457736ccfd.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-fa00d48391acfa16.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-15738577b730c42f.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-addb2b6faeaa7fc7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-0be375789e321fa6.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-e5a186e6ef04817f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-65621df32f2dd000.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-a59f1acd4c3b4c73.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-06e4d26757e00926.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-5cba1f8427e70270.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.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-08df69d800910628.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-e6b49f7adc9c5bd2.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-115409b92f07f32e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-8a89f560e5410aff.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-cc915f90454d9f33.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-1c66f4dd62e222d6.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-7a7f3e2ecda54fdf.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c10ff4791882aba9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-728fe14ae286f740.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-8d1e0208b0ab3ef3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-ff7517fabb00a92f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-d023a253381de5a0.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-2bedefd646d6d0c1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-888338f1243c8322.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-7a0ca4de35ec99b5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-dd05bc3406603e94.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c5b32acc714967d6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-60ca7336fa44c0ca.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-55cb95299d123267.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ff784372295504f8.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.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-b384f512323b2c56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-3bf4b90359eea4af.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-76bc3d5112c25777.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b7e359a2a2845599.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-09b27d4509c6abfe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-804cba670396b00c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.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-3b137b6cc80cde20.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-20304b56dc00b56c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-066fa3d51db4f528.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c4ba53650d311ea1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-6aa1d7aad4b48e0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2ac102a834c44ca9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-46c58c2514593e59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d45c8156158bc353.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-930f3149299c57f3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bb434b125eb7ccf9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-1d609157b3a0f371.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.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`
105782025-10-28T00:49:48.922Z
105792025-10-28T00:49:48.922Zrunning 5 tests
105802025-10-28T00:49:48.927Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 246) ... ignored
105812025-10-28T00:49:52.345Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 963) ... ok
105822025-10-28T00:49:52.346Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 899) ... ok
105832025-10-28T00:49:52.350Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 921) ... ok
105842025-10-28T00:49:52.350Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 993) ... ok
105852025-10-28T00:49:52.350Z
105862025-10-28T00:49:52.350Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.43s
105872025-10-28T00:49:52.350Z
105882025-10-28T00:49:52.454Z Doc-tests omicron_ntp_admin
105892025-10-28T00:49:52.454Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-60cf7e9102205bb8.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-fc2f2e8d464b9a9d.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-37028ee84efea442.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-2ab71c2717de7f97.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1445a2383d7546e3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.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`
105902025-10-28T00:49:52.730Z
105912025-10-28T00:49:52.730Zrunning 0 tests
105922025-10-28T00:49:52.730Z
105932025-10-28T00:49:52.730Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105942025-10-28T00:49:52.730Z
105952025-10-28T00:49:52.759Z Doc-tests omicron_package
105962025-10-28T00:49:52.762Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.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-613b45ae42c00d06.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-5b06cf6e3f3933e1.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-e5b7b452a411c16d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-f5717355ad702ff3.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-056bc8134d9dc213.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.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`
105972025-10-28T00:49:53.022Z
105982025-10-28T00:49:53.022Zrunning 0 tests
105992025-10-28T00:49:53.022Z
106002025-10-28T00:49:53.022Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106012025-10-28T00:49:53.023Z
106022025-10-28T00:49:53.044Z Doc-tests omicron_passwords
106032025-10-28T00:49:53.050Z 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-a216011634f95693/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-d90a11d8e385de4b/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-f895be21f47d89c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dc5628cd2ffc9e49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106042025-10-28T00:49:53.171Z
106052025-10-28T00:49:53.171Zrunning 0 tests
106062025-10-28T00:49:53.171Z
106072025-10-28T00:49:53.171Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106082025-10-28T00:49:53.171Z
106092025-10-28T00:49:53.189Z Doc-tests omicron_pins
106102025-10-28T00:49:53.192Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-90d00192d197ed00.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-1d47df9a70ed045c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106112025-10-28T00:49:53.297Z
106122025-10-28T00:49:53.297Zrunning 0 tests
106132025-10-28T00:49:53.297Z
106142025-10-28T00:49:53.297Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106152025-10-28T00:49:53.297Z
106162025-10-28T00:49:53.313Z Doc-tests omicron_repl_utils
106172025-10-28T00:49:53.316Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-aa2d175d1750dce4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.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`
106182025-10-28T00:49:53.401Z
106192025-10-28T00:49:53.401Zrunning 0 tests
106202025-10-28T00:49:53.401Z
106212025-10-28T00:49:53.401Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106222025-10-28T00:49:53.401Z
106232025-10-28T00:49:53.415Z Doc-tests omicron_rpaths
106242025-10-28T00:49:53.419Z 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-a216011634f95693/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-d90a11d8e385de4b/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-6ebf884cd794d1ac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106252025-10-28T00:49:53.476Z
106262025-10-28T00:49:53.476Zrunning 0 tests
106272025-10-28T00:49:53.476Z
106282025-10-28T00:49:53.476Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106292025-10-28T00:49:53.476Z
106302025-10-28T00:49:53.488Z Doc-tests omicron_sled_agent
106312025-10-28T00:49:53.493Z 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-a216011634f95693/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-d90a11d8e385de4b/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-68617f900d2f7ac8.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f15d654b37a8ecad.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-43fec2c760c1f6ef.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a684ac5f5d2900c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d2d65f8aae80839c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-0a22e924b2a381bc.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3dbb96d4c62ac25e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c0350cd271ef9e82.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.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-e5a186e6ef04817f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-dc3d070fa461b3a7.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.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-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-e4a95970907717c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-dfcdc52815112383.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5a024b898e226142.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-08df69d800910628.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-0d76103e8254ea58.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-11d56c41f7d2be64.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-405fda241b7af0c3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-9f08dfd1d60ee253.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.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-a9769266f9f53319.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6dd2ee3507b32530.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f81db513961ccb1b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a8d6abc1cf3708db.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f896eb2343a0cc2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-390281ae8f478cb9.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5f1f8bfec5ba61d6.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-471e65a5447a5051.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-33d3c72ccf81090d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-d80f7f1c30dea53d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-c5d727094bb43dd8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-36caab45f0e573e7.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-fe5b5d070483f52d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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`
106322025-10-28T00:49:55.127Z
106332025-10-28T00:49:55.127Zrunning 0 tests
106342025-10-28T00:49:55.127Z
106352025-10-28T00:49:55.127Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106362025-10-28T00:49:55.127Z
106372025-10-28T00:49:55.197Z Doc-tests omicron_test_utils
106382025-10-28T00:49:55.200Z 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-a216011634f95693/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-d90a11d8e385de4b/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-f15d654b37a8ecad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1024395cd648c8a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-39687260fb3b22f5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-593fc2dd96770580.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-fd6baab53312005b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-856e36b09938a13c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-af4b1351daf744bb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-223b97e077cd0c25.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-23be4f781f76c225.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
106392025-10-28T00:49:55.634Z
106402025-10-28T00:49:55.634Zrunning 3 tests
106412025-10-28T00:49:55.637Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 255) ... ignored
106422025-10-28T00:50:05.158Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 267) ... ok
106432025-10-28T00:50:05.290Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
106442025-10-28T00:50:05.290Z
106452025-10-28T00:50:05.290Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 9.66s
106462025-10-28T00:50:05.290Z
106472025-10-28T00:50:05.337Z Doc-tests omicron_uuid_kinds
106482025-10-28T00:50:05.340Z 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-a216011634f95693/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-d90a11d8e385de4b/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-49fd41b5a55fce0a.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-7bd5f8ef7a4a7a49.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-01263c6c04020f0e.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4989bc0ffac4375f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.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`
106492025-10-28T00:50:05.525Z
106502025-10-28T00:50:05.525Zrunning 0 tests
106512025-10-28T00:50:05.525Z
106522025-10-28T00:50:05.526Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106532025-10-28T00:50:05.526Z
106542025-10-28T00:50:05.544Z Doc-tests omicron_workspace_hack
106552025-10-28T00:50:05.548Z 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-a216011634f95693/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-d90a11d8e385de4b/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-ed2d4c558c02d74c.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-01615db36d6df1b2.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-7144a639a7938e22.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a7e888a5db0973b0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bf80f7a3bae0a263.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-40e701b42c2114c5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-6db108db97ba6def.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1ee147611e1f9891.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-6a9e9c3b838c62a2.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-99ff3d0f0d216c1c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6a74b7a80d29c515.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-c59178062ea1bb1f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-dd833add49a4eb53.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-ca696e34de2c9a15.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-d8996dd468609515.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-ce598e5737e41983.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-fe35f39595d5efdb.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-7516108547a7f830.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c89d0ff142a26df7.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-15f45eb62b439b2b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4007d0fab8ad1eec.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.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-148fd712e6e6f9df.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-b85936bd4dfa5b64.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-ca70b95d6d1b1738.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f3893cab9c1cac2.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-ca14e79ad6269953.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-8ed3aee3cab2c1bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2f44c2de7557b3b7.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-3e487195ce270b12.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9924b732a3988218.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3ed8f6f1308c27a5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-41406ea7841d99bc.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-a855082019989532.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-5a6b4e968519e8d0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-eace4061b8cc20d5.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8a1470f388d907f1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-4407ba1a909c21aa.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-7bd5f8ef7a4a7a49.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-94db4f1121da23c1.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-15a1709ce7c5fdbd.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-4f70558d363cca46.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.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-17038f63562232c6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-ced34b824d457562.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-995525dbff172137.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c8cf1a23fb8fab7f.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-ab65478f46790d7b.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d98c7599a376d9d4.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e744abd8b59b756e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-aae9dbffa0540230.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a0712094a2fe141f.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-52a6085ecff25226.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-264a8371a99eccb3.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ea2fa3130f21e300.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ace06c94b4916f0d.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-2cd3428be69f273e.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-6751e857fb1c1f4f.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-35ed5f6aa8705f66.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dae75b31fdefc378.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-8b3b09036b990d2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-fcddca934b451b12.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-016c821dc9c10552.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0aabb5f2c70f4cd7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-590a634e5a2f8629.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-9bddb589b61cd740.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-e99e30938fe6c72b.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-cfebc5ded3343cd5.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d7c287191cccedb3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-2dc41db2bdf7cae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-56491b91750a2338.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f7193d84c3788ea.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-a6ab5f73334774d9.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c880e70596ed3107.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f1c0a5d281faa8f1.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d7b0e0feae062876.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ff970fbe01ec8156.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-aeff82b63d642e1a.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-7220c3a5a067b5b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5545e8a854ee9211.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-b8d34cf51c2763b1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-327c2e635aa63ff2.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-43c6d02ec5fd8e89.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-fc0c4b0c5510b8d5.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106562025-10-28T00:50:05.600Z
106572025-10-28T00:50:05.600Zrunning 0 tests
106582025-10-28T00:50:05.600Z
106592025-10-28T00:50:05.600Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106602025-10-28T00:50:05.600Z
106612025-10-28T00:50:05.610Z Doc-tests oxide_client
106622025-10-28T00:50:05.614Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-b7e359a2a2845599.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-20304b56dc00b56c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106632025-10-28T00:50:11.171Z
106642025-10-28T00:50:11.171Zrunning 278 tests
106652025-10-28T00:50:11.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
106662025-10-28T00:50:11.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
106672025-10-28T00:50:11.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
106682025-10-28T00:50:11.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
106692025-10-28T00:50:11.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
106702025-10-28T00:50:11.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
106712025-10-28T00:50:11.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
106722025-10-28T00:50:11.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
106732025-10-28T00:50:11.176Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
106742025-10-28T00:50:11.176Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
106752025-10-28T00:50:11.176Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 25) ... ignored
106762025-10-28T00:50:11.176Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
106772025-10-28T00:50:11.176Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
106782025-10-28T00:50:11.176Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
106792025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
106802025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
106812025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
106822025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
106832025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
106842025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
106852025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
106862025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
106872025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
106882025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
106892025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
106902025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
106912025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
106922025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
106932025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
106942025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
106952025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
106962025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
106972025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
106982025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
106992025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
107002025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
107012025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
107022025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
107032025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
107042025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
107052025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
107062025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
107072025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
107082025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
107092025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
107102025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
107112025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
107122025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
107132025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
107142025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
107152025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
107162025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
107172025-10-28T00:50:11.177Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
107182025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 26) ... ignored
107192025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
107202025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
107212025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
107222025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
107232025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
107242025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
107252025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
107262025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
107272025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
107282025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
107292025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
107302025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
107312025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
107322025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
107332025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
107342025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
107352025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
107362025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
107372025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 26) ... ignored
107382025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
107392025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
107402025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
107412025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
107422025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
107432025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
107442025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
107452025-10-28T00:50:11.178Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
107462025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
107472025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
107482025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
107492025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
107502025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
107512025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
107522025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
107532025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
107542025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
107552025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
107562025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
107572025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
107582025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
107592025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
107602025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
107612025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
107622025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
107632025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
107642025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
107652025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
107662025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
107672025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
107682025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
107692025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
107702025-10-28T00:50:11.183Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
107712025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
107722025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
107732025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
107742025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
107752025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
107762025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
107772025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
107782025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
107792025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
107802025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
107812025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
107822025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
107832025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
107842025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
107852025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
107862025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
107872025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
107882025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
107892025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
107902025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
107912025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
107922025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
107932025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
107942025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
107952025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
107962025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
107972025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
107982025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
107992025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
108002025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
108012025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
108022025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
108032025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
108042025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
108052025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
108062025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
108072025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
108082025-10-28T00:50:11.184Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
108092025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
108102025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 23) ... ignored
108112025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
108122025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
108132025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
108142025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
108152025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
108162025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
108172025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
108182025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
108192025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 25) ... ignored
108202025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 25) ... ignored
108212025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 27) ... ignored
108222025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 32) ... ignored
108232025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 29) ... ignored
108242025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 26) ... ignored
108252025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 25) ... ignored
108262025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 28) ... ignored
108272025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 23) ... ignored
108282025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 23) ... ignored
108292025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 28) ... ignored
108302025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 28) ... ignored
108312025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 25) ... ignored
108322025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 25) ... ignored
108332025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 26) ... ignored
108342025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 25) ... ignored
108352025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 25) ... ignored
108362025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
108372025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
108382025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
108392025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
108402025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
108412025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
108422025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
108432025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
108442025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
108452025-10-28T00:50:11.185Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
108462025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
108472025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
108482025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
108492025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
108502025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
108512025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
108522025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
108532025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
108542025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
108552025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
108562025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
108572025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 25) ... ignored
108582025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
108592025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
108602025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
108612025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
108622025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
108632025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
108642025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
108652025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
108662025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
108672025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
108682025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
108692025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
108702025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
108712025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
108722025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
108732025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
108742025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
108752025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
108762025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
108772025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
108782025-10-28T00:50:11.190Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
108792025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
108802025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
108812025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
108822025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
108832025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
108842025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
108852025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
108862025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
108872025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
108882025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
108892025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
108902025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
108912025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
108922025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
108932025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
108942025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
108952025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
108962025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
108972025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
108982025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
108992025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
109002025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
109012025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
109022025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
109032025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
109042025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
109052025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
109062025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
109072025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
109082025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
109092025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
109102025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
109112025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
109122025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
109132025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
109142025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
109152025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
109162025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
109172025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
109182025-10-28T00:50:11.191Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
109192025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
109202025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
109212025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
109222025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
109232025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
109242025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
109252025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
109262025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
109272025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
109282025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
109292025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
109302025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
109312025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
109322025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
109332025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
109342025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
109352025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
109362025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
109372025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
109382025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
109392025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
109402025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
109412025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
109422025-10-28T00:50:11.192Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
109432025-10-28T00:50:11.192Z
109442025-10-28T00:50:11.192Ztest result: ok. 0 passed; 0 failed; 278 ignored; 0 measured; 0 filtered out; finished in 0.01s
109452025-10-28T00:50:11.192Z
109462025-10-28T00:50:11.296Z Doc-tests oximeter
109472025-10-28T00:50:11.299Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3f7a8fab724ded4b.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f8644e9a1d2acbdc.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-189d71517c1d67aa.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109482025-10-28T00:50:11.577Z
109492025-10-28T00:50:11.577Zrunning 2 tests
109502025-10-28T00:50:11.580Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
109512025-10-28T00:50:12.799Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
109522025-10-28T00:50:12.799Z
109532025-10-28T00:50:12.799Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.22s
109542025-10-28T00:50:12.799Z
109552025-10-28T00:50:12.835Z Doc-tests oximeter_api
109562025-10-28T00:50:12.839Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cdb95b979a77b4d0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109572025-10-28T00:50:13.133Z
109582025-10-28T00:50:13.133Zrunning 2 tests
109592025-10-28T00:50:13.136Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 53) ... ignored
109602025-10-28T00:50:13.136Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 59) ... ignored
109612025-10-28T00:50:13.136Z
109622025-10-28T00:50:13.136Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109632025-10-28T00:50:13.136Z
109642025-10-28T00:50:13.163Z Doc-tests oximeter_client
109652025-10-28T00:50:13.166Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109662025-10-28T00:50:13.543Z
109672025-10-28T00:50:13.543Zrunning 0 tests
109682025-10-28T00:50:13.543Z
109692025-10-28T00:50:13.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109702025-10-28T00:50:13.543Z
109712025-10-28T00:50:13.576Z Doc-tests oximeter_collector
109722025-10-28T00:50:13.579Z 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-a216011634f95693/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-d90a11d8e385de4b/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-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-bb1fd58112051d94.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-cdb95b979a77b4d0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-e30f8b7a000e479e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-09b27d4509c6abfe.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109732025-10-28T00:50:14.151Z
109742025-10-28T00:50:14.151Zrunning 0 tests
109752025-10-28T00:50:14.151Z
109762025-10-28T00:50:14.151Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109772025-10-28T00:50:14.151Z
109782025-10-28T00:50:14.198Z Doc-tests oximeter_db
109792025-10-28T00:50:14.202Z 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-a216011634f95693/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-d90a11d8e385de4b/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-a0c6aa7766a56813.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-68617f900d2f7ac8.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-a7c6d33f1a57a5b6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-3b5a1071c5dccf33.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-8c81071766d0bbed.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.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-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.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-66ab2a719fd02fc0.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-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-975db038b229cdf7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-beaaecc917906a36.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-99b06122be892908.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3989862fdd6a32c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-7370da02e2b13f60.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-59c714fd7714c4fb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-e851b5bf7463a7d2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-89c9d917907bd40a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-ca9e3786b6c9ea9c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-0eeb1d429a14c024.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
109802025-10-28T00:50:15.221Z
109812025-10-28T00:50:15.221Zrunning 5 tests
109822025-10-28T00:50:15.227Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
109832025-10-28T00:50:15.227Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
109842025-10-28T00:50:15.227Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
109852025-10-28T00:50:15.227Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
109862025-10-28T00:50:15.227Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
109872025-10-28T00:50:15.227Z
109882025-10-28T00:50:15.228Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
109892025-10-28T00:50:15.228Z
109902025-10-28T00:50:15.275Z Doc-tests oximeter_instruments
109912025-10-28T00:50:15.279Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e73c4b233f84fa79.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-4f70558d363cca46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d563842ba8296e10.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
109922025-10-28T00:50:15.710Z
109932025-10-28T00:50:15.710Zrunning 0 tests
109942025-10-28T00:50:15.710Z
109952025-10-28T00:50:15.710Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109962025-10-28T00:50:15.710Z
109972025-10-28T00:50:15.748Z Doc-tests oximeter_macro_impl
109982025-10-28T00:50:15.751Z 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-a216011634f95693/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-d90a11d8e385de4b/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-4f70558d363cca46.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3f7a8fab724ded4b.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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`
109992025-10-28T00:50:15.826Z
110002025-10-28T00:50:15.826Zrunning 0 tests
110012025-10-28T00:50:15.826Z
110022025-10-28T00:50:15.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110032025-10-28T00:50:15.827Z
110042025-10-28T00:50:15.839Z Doc-tests oximeter_producer
110052025-10-28T00:50:15.843Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-3ddc8aee49cf4e44.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-f7fc1e1caf37053d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-175fb893731c2760.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110062025-10-28T00:50:16.195Z
110072025-10-28T00:50:16.195Zrunning 0 tests
110082025-10-28T00:50:16.195Z
110092025-10-28T00:50:16.195Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110102025-10-28T00:50:16.195Z
110112025-10-28T00:50:16.232Z Doc-tests oximeter_schema
110122025-10-28T00:50:16.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_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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-4f70558d363cca46.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f8644e9a1d2acbdc.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-96e8f3eddcf90b4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-3a98fbb8c97c7966.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110132025-10-28T00:50:16.557Z
110142025-10-28T00:50:16.557Zrunning 0 tests
110152025-10-28T00:50:16.557Z
110162025-10-28T00:50:16.557Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110172025-10-28T00:50:16.557Z
110182025-10-28T00:50:16.588Z Doc-tests oximeter_test_utils
110192025-10-28T00:50:16.588Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-470fec9cecf9b077.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-f3efab42de516fc1.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3f7a8fab724ded4b.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-975db038b229cdf7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110202025-10-28T00:50:17.008Z
110212025-10-28T00:50:17.008Zrunning 0 tests
110222025-10-28T00:50:17.008Z
110232025-10-28T00:50:17.008Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110242025-10-28T00:50:17.008Z
110252025-10-28T00:50:17.049Z Doc-tests oximeter_timeseries_macro
110262025-10-28T00:50:17.049Z 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-a216011634f95693/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-d90a11d8e385de4b/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-4f70558d363cca46.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-c3e4ec336ff49586.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-189d71517c1d67aa.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-23183ae689f19694.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-7dafee5933b5879f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-fd73e0970fd64adf.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-fec2201208344043.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`
110272025-10-28T00:50:17.301Z
110282025-10-28T00:50:17.301Zrunning 0 tests
110292025-10-28T00:50:17.301Z
110302025-10-28T00:50:17.301Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110312025-10-28T00:50:17.301Z
110322025-10-28T00:50:17.328Z Doc-tests oximeter_types
110332025-10-28T00:50:17.332Z 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-a216011634f95693/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-d90a11d8e385de4b/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-8201e5d6381aa56b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-bb130829c4543970.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-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3f7a8fab724ded4b.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-5ab3929930163120.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-6a823130db198e53.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-15a51aa095cd6262.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-c44928b142af5ec4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110342025-10-28T00:50:17.902Z
110352025-10-28T00:50:17.902Zrunning 11 tests
110362025-10-28T00:50:18.643Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
110372025-10-28T00:50:25.919Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
110382025-10-28T00:50:26.017Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
110392025-10-28T00:50:26.043Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
110402025-10-28T00:50:26.072Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
110412025-10-28T00:50:26.075Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
110422025-10-28T00:50:26.075Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
110432025-10-28T00:50:26.180Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
110442025-10-28T00:50:26.484Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
110452025-10-28T00:50:29.939Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
110462025-10-28T00:50:30.922Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
110472025-10-28T00:50:30.922Z
110482025-10-28T00:50:30.922Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.02s
110492025-10-28T00:50:30.922Z
110502025-10-28T00:50:30.963Z Doc-tests oxlog
110512025-10-28T00:50:30.963Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-4f70558d363cca46.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-07f6dee77fd639e2.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-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110522025-10-28T00:50:31.050Z
110532025-10-28T00:50:31.050Zrunning 0 tests
110542025-10-28T00:50:31.050Z
110552025-10-28T00:50:31.050Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110562025-10-28T00:50:31.050Z
110572025-10-28T00:50:31.062Z Doc-tests oxql_types
110582025-10-28T00:50:31.065Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.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-4f70558d363cca46.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1cdf6b409a7b9d7d.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-f8cc8be9ba8b3c00.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110592025-10-28T00:50:31.435Z
110602025-10-28T00:50:31.435Zrunning 0 tests
110612025-10-28T00:50:31.435Z
110622025-10-28T00:50:31.435Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110632025-10-28T00:50:31.435Z
110642025-10-28T00:50:31.466Z Doc-tests parallel_task_set
110652025-10-28T00:50:31.469Z 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-a216011634f95693/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-d90a11d8e385de4b/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-4f70558d363cca46.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-804cba670396b00c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110662025-10-28T00:50:31.535Z
110672025-10-28T00:50:31.535Zrunning 0 tests
110682025-10-28T00:50:31.535Z
110692025-10-28T00:50:31.535Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110702025-10-28T00:50:31.535Z
110712025-10-28T00:50:31.547Z Doc-tests range_requests
110722025-10-28T00:50:31.550Z 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-a216011634f95693/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-d90a11d8e385de4b/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-8201e5d6381aa56b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f87e39f10ecba88d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4f0196e567f39e99.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-d7a2ef4e12ca2984.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110732025-10-28T00:50:31.719Z
110742025-10-28T00:50:31.719Zrunning 0 tests
110752025-10-28T00:50:31.719Z
110762025-10-28T00:50:31.719Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110772025-10-28T00:50:31.719Z
110782025-10-28T00:50:31.739Z Doc-tests reconfigurator_cli
110792025-10-28T00:50:31.742Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e18793f311249a73.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-ebee94f3ced75752.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.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-47cd2cbeea1acecc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5fbff7679012489b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-7bd5f8ef7a4a7a49.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-06011e28f30519dd.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-11d56c41f7d2be64.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-705bae09c4378f7b.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-6f53316e6256b4a8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-aa2d175d1750dce4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-02147c35cc91d48d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-3a98fbb8c97c7966.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.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-89c9d917907bd40a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
110802025-10-28T00:50:32.417Z
110812025-10-28T00:50:32.417Zrunning 0 tests
110822025-10-28T00:50:32.417Z
110832025-10-28T00:50:32.417Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110842025-10-28T00:50:32.417Z
110852025-10-28T00:50:32.461Z Doc-tests repo_depot_api
110862025-10-28T00:50:32.464Z 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-a216011634f95693/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-d90a11d8e385de4b/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-9223503d420162f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a8d6abc1cf3708db.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110872025-10-28T00:50:32.650Z
110882025-10-28T00:50:32.650Zrunning 2 tests
110892025-10-28T00:50:32.654Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
110902025-10-28T00:50:32.654Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
110912025-10-28T00:50:32.654Z
110922025-10-28T00:50:32.654Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110932025-10-28T00:50:32.654Z
110942025-10-28T00:50:32.672Z Doc-tests repo_depot_client
110952025-10-28T00:50:32.675Z 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-a216011634f95693/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-d90a11d8e385de4b/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-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-f896eb2343a0cc2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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`
110962025-10-28T00:50:32.859Z
110972025-10-28T00:50:32.859Zrunning 0 tests
110982025-10-28T00:50:32.859Z
110992025-10-28T00:50:32.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111002025-10-28T00:50:32.859Z
111012025-10-28T00:50:32.880Z Doc-tests sled_agent_api
111022025-10-28T00:50:32.883Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-e156477d77b552fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5f1f8bfec5ba61d6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111032025-10-28T00:50:33.471Z
111042025-10-28T00:50:33.471Zrunning 2 tests
111052025-10-28T00:50:33.474Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 109) ... ignored
111062025-10-28T00:50:33.474Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 115) ... ignored
111072025-10-28T00:50:33.474Z
111082025-10-28T00:50:33.474Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111092025-10-28T00:50:33.474Z
111102025-10-28T00:50:33.509Z Doc-tests sled_agent_client
111112025-10-28T00:50:33.512Z 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-a216011634f95693/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-d90a11d8e385de4b/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-68617f900d2f7ac8.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-788fec4ce761c166.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111122025-10-28T00:50:35.721Z
111132025-10-28T00:50:35.721Zrunning 0 tests
111142025-10-28T00:50:35.722Z
111152025-10-28T00:50:35.722Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111162025-10-28T00:50:35.722Z
111172025-10-28T00:50:35.780Z Doc-tests sled_agent_config_reconciler
111182025-10-28T00:50:35.784Z 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-a216011634f95693/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-d90a11d8e385de4b/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-68617f900d2f7ac8.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.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-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-c19bcb4ecec73e3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-60e8e8bcde1eda5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-905e3bb7cf1dddb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-f1f4e82381a27b2b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-0d89403159ecd6df.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-3a98fbb8c97c7966.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-b4137fa4eb72a9f1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.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`
111192025-10-28T00:50:36.450Z
111202025-10-28T00:50:36.450Zrunning 0 tests
111212025-10-28T00:50:36.450Z
111222025-10-28T00:50:36.450Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111232025-10-28T00:50:36.451Z
111242025-10-28T00:50:36.492Z Doc-tests sled_agent_types
111252025-10-28T00:50:36.495Z 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-a216011634f95693/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-d90a11d8e385de4b/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-68617f900d2f7ac8.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a9769266f9f53319.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-5936bdb97f2ac5fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-a3a59beead24b349.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.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-3a98fbb8c97c7966.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-562e110c4f8068f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111262025-10-28T00:50:37.255Z
111272025-10-28T00:50:37.256Zrunning 0 tests
111282025-10-28T00:50:37.256Z
111292025-10-28T00:50:37.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111302025-10-28T00:50:37.256Z
111312025-10-28T00:50:37.298Z Doc-tests sled_agent_zone_images
111322025-10-28T00:50:37.303Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-659ae76d6a5528e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.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-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-390281ae8f478cb9.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-0d89403159ecd6df.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111332025-10-28T00:50:37.657Z
111342025-10-28T00:50:37.657Zrunning 0 tests
111352025-10-28T00:50:37.657Z
111362025-10-28T00:50:37.657Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111372025-10-28T00:50:37.657Z
111382025-10-28T00:50:37.690Z Doc-tests sled_agent_zone_images_examples
111392025-10-28T00:50:37.693Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-659ae76d6a5528e7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-f9f5c51b568cc187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-0d89403159ecd6df.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111402025-10-28T00:50:38.009Z
111412025-10-28T00:50:38.010Zrunning 0 tests
111422025-10-28T00:50:38.010Z
111432025-10-28T00:50:38.010Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111442025-10-28T00:50:38.010Z
111452025-10-28T00:50:38.041Z Doc-tests sled_diagnostics
111462025-10-28T00:50:38.044Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.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-4c3be55fb0538dce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-9f184b9950c390eb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-07f6dee77fd639e2.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-804cba670396b00c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-daa3497a984c736e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5f1f8bfec5ba61d6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-fe5b5d070483f52d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-98faf3fd0280a907.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111472025-10-28T00:50:38.387Z
111482025-10-28T00:50:38.387Zrunning 0 tests
111492025-10-28T00:50:38.387Z
111502025-10-28T00:50:38.387Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111512025-10-28T00:50:38.387Z
111522025-10-28T00:50:38.419Z Doc-tests sled_hardware
111532025-10-28T00:50:38.422Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16cff964c3cef883.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-68d19571fd93d8b5.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-003d714d25dd1cda.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-784c297e68e85669.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-1e352d19b975b26a.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-9cdb505b4fb0eedb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.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-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-564e279dab4242ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
111542025-10-28T00:50:38.812Z
111552025-10-28T00:50:38.812Zrunning 0 tests
111562025-10-28T00:50:38.812Z
111572025-10-28T00:50:38.812Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111582025-10-28T00:50:38.812Z
111592025-10-28T00:50:38.845Z Doc-tests sled_hardware_types
111602025-10-28T00:50:38.848Z 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-a216011634f95693/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-d90a11d8e385de4b/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-34da3803467e875a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-cc492f7a47168c71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111612025-10-28T00:50:39.148Z
111622025-10-28T00:50:39.148Zrunning 0 tests
111632025-10-28T00:50:39.148Z
111642025-10-28T00:50:39.148Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111652025-10-28T00:50:39.148Z
111662025-10-28T00:50:39.177Z Doc-tests sled_storage
111672025-10-28T00:50:39.181Z 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-a216011634f95693/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-d90a11d8e385de4b/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-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.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-23968c9d21d47ce1.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-558c6603bd35f247.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f5717355ad702ff3.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-3a98fbb8c97c7966.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.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`
111682025-10-28T00:50:39.519Z
111692025-10-28T00:50:39.519Zrunning 0 tests
111702025-10-28T00:50:39.519Z
111712025-10-28T00:50:39.519Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111722025-10-28T00:50:39.519Z
111732025-10-28T00:50:39.551Z Doc-tests sp_sim
111742025-10-28T00:50:39.554Z 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-a216011634f95693/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-d90a11d8e385de4b/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-68617f900d2f7ac8.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-b85936bd4dfa5b64.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ebbf3a424fba9bc0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-bf590cde3ce690df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-a0e838f92eb9fca1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-f905dde7fd80f2e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5aede91a180d5090.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111752025-10-28T00:50:40.190Z
111762025-10-28T00:50:40.190Zrunning 0 tests
111772025-10-28T00:50:40.190Z
111782025-10-28T00:50:40.190Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111792025-10-28T00:50:40.190Z
111802025-10-28T00:50:40.231Z Doc-tests trust_quorum
111812025-10-28T00:50:40.235Z 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-a216011634f95693/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-d90a11d8e385de4b/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-a7c6d33f1a57a5b6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1195d89c002f0d88.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-23968c9d21d47ce1.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-039c639e5fb64ce4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-69baa2c54e121aad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c2d5ab4685b081bd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.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-3a98fbb8c97c7966.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-594528de045ddb8d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-07e91ce38265fb3d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-20c816e776fd1bbc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.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`
111822025-10-28T00:50:40.811Z
111832025-10-28T00:50:40.811Zrunning 0 tests
111842025-10-28T00:50:40.811Z
111852025-10-28T00:50:40.811Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111862025-10-28T00:50:40.811Z
111872025-10-28T00:50:40.850Z Doc-tests trust_quorum_test_utils
111882025-10-28T00:50:40.855Z 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-a216011634f95693/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-d90a11d8e385de4b/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 bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1618b2be658fd639.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-49fd41b5a55fce0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-039c639e5fb64ce4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-c0e21cbb1cf45c04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-927c99da6eb7e7da.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-07e91ce38265fb3d.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-20c816e776fd1bbc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111892025-10-28T00:50:41.267Z
111902025-10-28T00:50:41.267Zrunning 0 tests
111912025-10-28T00:50:41.267Z
111922025-10-28T00:50:41.267Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111932025-10-28T00:50:41.267Z
111942025-10-28T00:50:41.302Z Doc-tests typed_rng
111952025-10-28T00:50:41.305Z 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-a216011634f95693/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-d90a11d8e385de4b/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-7bd5f8ef7a4a7a49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-26eeef0755fcd14c.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-6b481a916580a6cf.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b2736b46cc730ab2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111962025-10-28T00:50:41.396Z
111972025-10-28T00:50:41.396Zrunning 0 tests
111982025-10-28T00:50:41.396Z
111992025-10-28T00:50:41.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112002025-10-28T00:50:41.396Z
112012025-10-28T00:50:41.410Z Doc-tests update_common
112022025-10-28T00:50:41.414Z 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-a216011634f95693/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-d90a11d8e385de4b/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-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-9223503d420162f8.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-4c3be55fb0538dce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-c5d727094bb43dd8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112032025-10-28T00:50:41.760Z
112042025-10-28T00:50:41.760Zrunning 0 tests
112052025-10-28T00:50:41.760Z
112062025-10-28T00:50:41.760Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112072025-10-28T00:50:41.760Z
112082025-10-28T00:50:41.791Z Doc-tests update_engine
112092025-10-28T00:50:41.795Z 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-a216011634f95693/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-d90a11d8e385de4b/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-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0542d65bd16e9a72.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1a84e413bcb1c25d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-451989699ea86308.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-515187c6ccc490f2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.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-488c1e66241ca514.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-f424ff4d13ad9878.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3b137b6cc80cde20.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f798b3794080d784.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-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.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-2bda564c3c0dca8d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112102025-10-28T00:50:42.221Z
112112025-10-28T00:50:42.221Zrunning 4 tests
112122025-10-28T00:50:42.226Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
112132025-10-28T00:50:42.226Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
112142025-10-28T00:50:42.226Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
112152025-10-28T00:50:43.247Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
112162025-10-28T00:50:43.247Z
112172025-10-28T00:50:43.247Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.03s
112182025-10-28T00:50:43.247Z
112192025-10-28T00:50:43.272Z Doc-tests wicket
112202025-10-28T00:50:43.276Z 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-a216011634f95693/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-d90a11d8e385de4b/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-499ddfe5c686f058.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-bbcd3faa17ca487c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-66ab2a719fd02fc0.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-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-48a6b95ff18c64fa.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9412feb1b72b22dc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-944bd832c0bfc2c1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.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-6b3ad986e1733ccf.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ae32eeec992b302d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-9b5327f70fc6c6f4.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-d7cf3c91689479f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dd434080040001a6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7aab2295c4f30773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6b22f7ebc06438f7.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-2bda564c3c0dca8d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5472ceceb21d6c47.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-15d0efe231671e83.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d28098dda997853e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112212025-10-28T00:50:44.172Z
112222025-10-28T00:50:44.172Zrunning 0 tests
112232025-10-28T00:50:44.172Z
112242025-10-28T00:50:44.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112252025-10-28T00:50:44.172Z
112262025-10-28T00:50:44.219Z Doc-tests wicket_common
112272025-10-28T00:50:44.219Z 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-a216011634f95693/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-d90a11d8e385de4b/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-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-71c76b80903d4449.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-16388f2318237ee2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1912649d1c9076bc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7aab2295c4f30773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112282025-10-28T00:50:44.808Z
112292025-10-28T00:50:44.808Zrunning 0 tests
112302025-10-28T00:50:44.808Z
112312025-10-28T00:50:44.808Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112322025-10-28T00:50:44.808Z
112332025-10-28T00:50:44.846Z Doc-tests wicket_dbg
112342025-10-28T00:50:44.850Z 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-a216011634f95693/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-d90a11d8e385de4b/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-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-971849dc346a6008.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4edbc1e2e614f971.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f3994cb0106dab68.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.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-fa42da51cd0fd360.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-344061b1e2d0612a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5472ceceb21d6c47.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-82e2548bb1fdc5b2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112352025-10-28T00:50:45.276Z
112362025-10-28T00:50:45.276Zrunning 0 tests
112372025-10-28T00:50:45.276Z
112382025-10-28T00:50:45.276Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112392025-10-28T00:50:45.276Z
112402025-10-28T00:50:45.311Z Doc-tests wicketd
112412025-10-28T00:50:45.315Z 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-a216011634f95693/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-d90a11d8e385de4b/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-68617f900d2f7ac8.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-d2d65f8aae80839c.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8aec256c3fd3d08f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-8201e5d6381aa56b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.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-57a8d597875d67bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c14636abdee91fd2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d501e999003d07bd.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-4c3be55fb0538dce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bdc11b8c6dd7c498.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-5d1b8a13f7c4c5a8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-369f7be1a7213fcd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d75b13d0b87d4a80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-718670cf184476d0.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-794eb6a555dbe7aa.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-78c893b369a7839c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-a0dce8e290957917.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-126cd425103b0529.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-965ba8bf39aca6dc.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-0879ce15d149a95d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-93bc1cdef21ba9d6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-47cd2cbeea1acecc.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-5df1175b8d06d984.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7a299db434d1292e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f424ff4d13ad9878.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-34f120b7717bccb7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55ad349be5fd0e1d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-239113ee1ff5f489.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-8430c97ee618eda0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-390281ae8f478cb9.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-0d89403159ecd6df.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7370da02e2b13f60.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-83f289588422a12e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f0a082fe4f20d8a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-0a90a148199ffaf1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4bfe242aa891f051.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-df1c7611955e4103.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-8af4c337d8096973.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7aab2295c4f30773.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-4030ede2babdcbd1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-fd0d6c08e8659e00.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-63cdcb2ee8e52567.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5472ceceb21d6c47.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-68130b64aa12599c.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7e2a59dac7a5e9b1.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-15d0efe231671e83.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112422025-10-28T00:50:45.999Z
112432025-10-28T00:50:45.999Zrunning 0 tests
112442025-10-28T00:50:45.999Z
112452025-10-28T00:50:45.999Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112462025-10-28T00:50:45.999Z
112472025-10-28T00:50:46.042Z Doc-tests wicketd_api
112482025-10-28T00:50:46.045Z 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-a216011634f95693/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-d90a11d8e385de4b/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-d2d65f8aae80839c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-fe3354d702469148.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-c7b048267279dab8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-9a91ba28a88800a9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7e2a59dac7a5e9b1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112492025-10-28T00:50:46.477Z
112502025-10-28T00:50:46.477Zrunning 2 tests
112512025-10-28T00:50:46.480Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
112522025-10-28T00:50:46.480Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
112532025-10-28T00:50:46.480Z
112542025-10-28T00:50:46.480Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112552025-10-28T00:50:46.480Z
112562025-10-28T00:50:46.512Z Doc-tests wicketd_client
112572025-10-28T00:50:46.515Z 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-a216011634f95693/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-d90a11d8e385de4b/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-1a84e413bcb1c25d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-afa0cd0153f3a5a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-04bf1a90c7385c0f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2248be97cff2d9d9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c959d8f29d792afd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-73296b48f004d65a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a24067305a22db88.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2bda564c3c0dca8d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-16406f06d0d90826.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-41ae088662c6a45b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-15d0efe231671e83.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112582025-10-28T00:50:48.398Z
112592025-10-28T00:50:48.398Zrunning 0 tests
112602025-10-28T00:50:48.398Z
112612025-10-28T00:50:48.398Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112622025-10-28T00:50:48.398Z
112632025-10-28T00:50:48.454Z Doc-tests xtask_downloader
112642025-10-28T00:50:48.454Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-d209c809433ee866.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-180862833fbacf5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-6343cc80f6f17793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-130108ae1ea36edd.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-344061b1e2d0612a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-617d23040e7964a8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-23be4f781f76c225.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-0e9d34588e787e3f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112652025-10-28T00:50:48.626Z
112662025-10-28T00:50:48.626Zrunning 1 test
112672025-10-28T00:50:48.629Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 223) ... ignored
112682025-10-28T00:50:48.629Z
112692025-10-28T00:50:48.629Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112702025-10-28T00:50:48.629Z
112712025-10-28T00:50:48.645Z Doc-tests zfs_test_harness
112722025-10-28T00:50:48.649Z Running `/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name zfs_test_harness --test sled-storage/zfs-test-harness/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage/zfs-test-harness -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a216011634f95693/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-d90a11d8e385de4b/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-68617f900d2f7ac8.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-dfc32f0a21b07f91.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4ca042f3633109df.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0ddfa05673bd3d29.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bceaec345c51c862.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6f6c82ed91d3480c.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-3a98fbb8c97c7966.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-fe5b5d070483f52d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112732025-10-28T00:50:48.945Z
112742025-10-28T00:50:48.945Zrunning 0 tests
112752025-10-28T00:50:48.945Z
112762025-10-28T00:50:48.945Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112772025-10-28T00:50:48.945Z
112782025-10-28T00:50:48.975Z Doc-tests zone_setup
112792025-10-28T00:50:48.978Z 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-a216011634f95693/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-d90a11d8e385de4b/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-dfc32f0a21b07f91.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e2a25e47eb889030.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-9223503d420162f8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-34da3803467e875a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-20ab02935538a31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4f70558d363cca46.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-34bb862dbbbb542c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-528235f4bc2fc4ee.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-1f2dc6198d999389.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-a3b2570e832a2ad6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-6b3ad986e1733ccf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-a44f3921b7a9222f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e674a27a3708cbf8.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-3a9a1eb5d3fd1184.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-078a0de718822a2c.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-1efb94b506160719.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112802025-10-28T00:50:49.256Z
112812025-10-28T00:50:49.256Zrunning 0 tests
112822025-10-28T00:50:49.256Z
112832025-10-28T00:50:49.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112842025-10-28T00:50:49.256Z
112852025-10-28T00:50:49.355Z
112862025-10-28T00:50:49.358Zreal 2:10.284990856
112872025-10-28T00:50:49.358Zuser 2:18.598491871
112882025-10-28T00:50:49.358Zsys 57.997238816
112892025-10-28T00:50:49.358Ztrap 0.026873764
112902025-10-28T00:50:49.358Ztflt 0.546337899
112912025-10-28T00:50:49.358Zdflt 2.163232033
112922025-10-28T00:50:49.358Zkflt 0.004416994
112932025-10-28T00:50:49.358Zlock 5:19.372414574
112942025-10-28T00:50:49.358Zslp 16:14.540785677
112952025-10-28T00:50:49.358Zlat 3.109541143
112962025-10-28T00:50:49.359Zstop 5.362567351
112972025-10-28T00:50:49.359Z+ [[ illumos == \i\l\l\u\m\o\s ]]
112982025-10-28T00:50:49.359Z+ banner live-test
112992025-10-28T00:50:49.359Z
113002025-10-28T00:50:49.359Z # # # # ###### ##### ###### #### #####
113012025-10-28T00:50:49.359Z # # # # # # # # #
113022025-10-28T00:50:49.359Z # # # # ##### ##### # ##### #### #
113032025-10-28T00:50:49.359Z # # # # # # # # #
113042025-10-28T00:50:49.359Z # # # # # # # # # #
113052025-10-28T00:50:49.359Z ###### # ## ###### # ###### #### #
113062025-10-28T00:50:49.359Z
113072025-10-28T00:50:49.359Z+ ptime -m cargo xtask live-tests
113082025-10-28T00:50:50.208Z Compiling serde_core v1.0.226
113092025-10-28T00:50:50.208Z Compiling syn v2.0.106
113102025-10-28T00:50:50.211Z Compiling serde v1.0.226
113112025-10-28T00:50:50.211Z Compiling bitflags v2.9.4
113122025-10-28T00:50:50.211Z Compiling libc v0.2.174
113132025-10-28T00:50:50.211Z Compiling serde_json v1.0.145
113142025-10-28T00:50:50.211Z Compiling num-traits v0.2.19
113152025-10-28T00:50:50.798Z Compiling smallvec v1.15.1
113162025-10-28T00:50:50.826Z Compiling hashbrown v0.16.0
113172025-10-28T00:50:50.845Z Compiling rustix v0.38.37
113182025-10-28T00:50:51.054Z Compiling usdt-impl v0.5.0
113192025-10-28T00:50:51.211Z Compiling syn v1.0.109
113202025-10-28T00:50:51.902Z Compiling indexmap v2.11.4
113212025-10-28T00:50:51.963Z Compiling thread-id v4.2.2
113222025-10-28T00:50:52.014Z Compiling rustix v1.0.7
113232025-10-28T00:50:52.127Z Compiling getrandom v0.3.4
113242025-10-28T00:50:52.855Z Compiling log v0.4.27
113252025-10-28T00:50:52.950Z Compiling percent-encoding v2.3.2
113262025-10-28T00:50:53.257Z Compiling form_urlencoded v1.2.2
113272025-10-28T00:50:53.352Z Compiling terminal_size v0.4.0
113282025-10-28T00:50:53.544Z Compiling ordered-float v2.10.1
113292025-10-28T00:50:54.139Z Compiling fs-err v3.1.1
113302025-10-28T00:50:54.217Z Compiling once_cell v1.21.3
113312025-10-28T00:50:54.258Z Compiling anyhow v1.0.99
113322025-10-28T00:50:54.596Z Compiling clap_builder v4.5.48
113332025-10-28T00:50:54.858Z Compiling textwrap v0.16.2
113342025-10-28T00:50:55.717Z Compiling tempfile v3.20.0
113352025-10-28T00:50:56.548Z Compiling proc-macro-error v1.0.4
113362025-10-28T00:50:56.570Z Compiling camino-tempfile v1.4.1
113372025-10-28T00:50:57.075Z Compiling synstructure v0.13.1
113382025-10-28T00:50:57.968Z Compiling tabled_derive v0.7.0
113392025-10-28T00:50:59.068Z Compiling serde_derive v1.0.226
113402025-10-28T00:50:59.094Z Compiling zerofrom-derive v0.1.4
113412025-10-28T00:50:59.156Z Compiling yoke-derive v0.7.4
113422025-10-28T00:50:59.341Z Compiling zerovec-derive v0.10.3
113432025-10-28T00:50:59.834Z Compiling thiserror-impl v2.0.17
113442025-10-28T00:50:59.983Z Compiling displaydoc v0.2.5
113452025-10-28T00:51:00.202Z Compiling icu_provider_macros v1.5.0
113462025-10-28T00:51:01.575Z Compiling thiserror-impl v1.0.69
113472025-10-28T00:51:01.785Z Compiling zerocopy-derive v0.7.35
113482025-10-28T00:51:02.064Z Compiling scroll_derive v0.12.0
113492025-10-28T00:51:02.122Z Compiling clap_derive v4.5.47
113502025-10-28T00:51:02.764Z Compiling zerofrom v0.1.4
113512025-10-28T00:51:03.061Z Compiling yoke v0.7.4
113522025-10-28T00:51:03.307Z Compiling thiserror v2.0.17
113532025-10-28T00:51:03.482Z Compiling zerovec v0.10.4
113542025-10-28T00:51:03.525Z Compiling pest v2.8.2
113552025-10-28T00:51:03.626Z Compiling scroll v0.12.0
113562025-10-28T00:51:03.961Z Compiling zerocopy v0.7.35
113572025-10-28T00:51:04.205Z Compiling goblin v0.8.2
113582025-10-28T00:51:04.517Z Compiling tabled v0.15.0
113592025-10-28T00:51:04.739Z Compiling thiserror v1.0.69
113602025-10-28T00:51:05.419Z Compiling tinystr v0.7.6
113612025-10-28T00:51:05.465Z Compiling icu_collections v1.5.0
113622025-10-28T00:51:05.768Z Compiling icu_locid v1.5.0
113632025-10-28T00:51:06.027Z Compiling pest_meta v2.8.2
113642025-10-28T00:51:06.535Z Compiling clap v4.5.48
113652025-10-28T00:51:06.849Z Compiling icu_provider v1.5.0
113662025-10-28T00:51:07.410Z Compiling pest_generator v2.8.2
113672025-10-28T00:51:07.478Z Compiling toml_datetime v0.6.11
113682025-10-28T00:51:07.648Z Compiling icu_locid_transform v1.5.0
113692025-10-28T00:51:07.764Z Compiling serde_spanned v0.6.9
113702025-10-28T00:51:07.839Z Compiling dof v0.3.0
113712025-10-28T00:51:08.043Z Compiling toml_edit v0.22.27
113722025-10-28T00:51:08.064Z Compiling serde_tokenstream v0.2.2
113732025-10-28T00:51:08.680Z Compiling erased-serde v0.4.6
113742025-10-28T00:51:08.796Z Compiling serde-value v0.7.0
113752025-10-28T00:51:09.207Z Compiling icu_properties v1.5.1
113762025-10-28T00:51:09.652Z Compiling cargo-platform v0.2.0
113772025-10-28T00:51:09.976Z Compiling serde-untagged v0.1.7
113782025-10-28T00:51:10.298Z Compiling macaddr v1.0.1
113792025-10-28T00:51:10.365Z Compiling pest_derive v2.8.2
113802025-10-28T00:51:11.432Z Compiling dtrace-parser v0.2.0
113812025-10-28T00:51:11.452Z Compiling toml v0.8.23
113822025-10-28T00:51:12.292Z Compiling cargo_toml v0.21.0
113832025-10-28T00:51:12.767Z Compiling icu_normalizer v1.5.0
113842025-10-28T00:51:13.196Z Compiling usdt-macro v0.5.0
113852025-10-28T00:51:13.199Z Compiling usdt-attr-macro v0.5.0
113862025-10-28T00:51:13.552Z Compiling idna_adapter v1.2.0
113872025-10-28T00:51:13.764Z Compiling idna v1.0.3
113882025-10-28T00:51:14.217Z Compiling url v2.5.4
113892025-10-28T00:51:14.389Z Compiling usdt v0.5.0
113902025-10-28T00:51:15.078Z Compiling cargo-util-schemas v0.8.2
113912025-10-28T00:51:16.618Z Compiling cargo_metadata v0.21.0
113922025-10-28T00:51:18.162Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
113932025-10-28T00:51:21.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.44s
113942025-10-28T00:51:21.958Z Running `target/debug/xtask live-tests`
113952025-10-28T00:51:21.998Zusing temporary directory: /var/tmp/omicron_tmp/.tmpgVy8AF
113962025-10-28T00:51:21.998Zwill create archive file: /var/tmp/omicron_tmp/.tmpgVy8AF/live-tests-archive/omicron-live-tests.tar.zst
113972025-10-28T00:51:21.998Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
113982025-10-28T00:51:21.998Z
113992025-10-28T00:51:22.002Zrunning: /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/.tmpgVy8AF/live-tests-archive/omicron-live-tests.tar.zst"
114002025-10-28T00:51:24.820Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
114012025-10-28T00:51:24.973Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
114022025-10-28T00:51:24.988Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
114032025-10-28T00:51:24.991Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
114042025-10-28T00:51:25.013Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
114052025-10-28T00:51:25.014Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
114062025-10-28T00:51:25.021Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
114072025-10-28T00:51:25.022Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
114082025-10-28T00:51:25.611Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
114092025-10-28T00:51:25.871Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
114102025-10-28T00:51:25.901Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
114112025-10-28T00:51:25.932Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
114122025-10-28T00:51:26.602Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
114132025-10-28T00:51:26.787Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
114142025-10-28T00:51:28.465Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
114152025-10-28T00:51:28.763Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
114162025-10-28T00:51:29.001Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
114172025-10-28T00:51:33.230Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
114182025-10-28T00:51:33.230Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
114192025-10-28T00:51:41.682Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
114202025-10-28T00:51:42.001Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
114212025-10-28T00:51:43.743Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
114222025-10-28T00:52:16.651Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
114232025-10-28T00:52:17.339Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
114242025-10-28T00:52:21.749Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
114252025-10-28T00:52:22.582Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
114262025-10-28T00:52:58.946Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
114272025-10-28T00:53:01.644Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
114282025-10-28T00:53:36.789Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 13s
114292025-10-28T00:53:37.060Zinfo: experimental features enabled: setup-scripts
114302025-10-28T00:53:37.069Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpgVy8AF/live-tests-archive/omicron-live-tests.tar.zst
114312025-10-28T00:53:38.091Z Archived 79 files to /var/tmp/omicron_tmp/.tmpgVy8AF/live-tests-archive/omicron-live-tests.tar.zst in 1.02s
114322025-10-28T00:53:38.137Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpgVy8AF/live-tests-archive\""
114332025-10-28T00:53:38.148Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpgVy8AF" "live-tests-archive"
114342025-10-28T00:53:38.310Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
114352025-10-28T00:53:38.310Zcreated:
114362025-10-28T00:53:38.310ZTo use this:
114372025-10-28T00:53:38.310Z
114382025-10-28T00:53:38.310Z1. Copy the tarball to the switch zone in a deployed Omicron system.
114392025-10-28T00:53:38.310Z
114402025-10-28T00:53:38.313Z e.g., scp \
114412025-10-28T00:53:38.313Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
114422025-10-28T00:53:38.313Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
114432025-10-28T00:53:38.313Z
114442025-10-28T00:53:38.313Z2. Copy the `cargo-nextest` binary to the same place.
114452025-10-28T00:53:38.313Z
114462025-10-28T00:53:38.313Z e.g., scp \
114472025-10-28T00:53:38.313Z $(which cargo-nextest) \
114482025-10-28T00:53:38.313Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
114492025-10-28T00:53:38.313Z
114502025-10-28T00:53:38.313Z3. From the switch zone on that system, unpack the tarball with:
114512025-10-28T00:53:38.313Z
114522025-10-28T00:53:38.313Z tar xzf live-tests-archive.tgz
114532025-10-28T00:53:38.313Z
114542025-10-28T00:53:38.313Z4. From the switch zone on that system, run tests with:
114552025-10-28T00:53:38.313Z
114562025-10-28T00:53:38.313Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
114572025-10-28T00:53:38.313Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
114582025-10-28T00:53:38.313Z --workspace-remap live-tests-archive
114592025-10-28T00:53:38.313Z
114602025-10-28T00:53:38.313Z
114612025-10-28T00:53:38.313Zreal 2:48.936914512
114622025-10-28T00:53:38.314Zuser 8:08.248947632
114632025-10-28T00:53:38.314Zsys 1:02.375909202
114642025-10-28T00:53:38.314Ztrap 0.206333047
114652025-10-28T00:53:38.314Ztflt 0.470717862
114662025-10-28T00:53:38.314Zdflt 3.074488648
114672025-10-28T00:53:38.314Zkflt 0.002515737
114682025-10-28T00:53:38.314Zlock 22:31.726258964
114692025-10-28T00:53:38.314Zslp 30:45.729730323
114702025-10-28T00:53:38.314Zlat 15.386400618
114712025-10-28T00:53:38.314Zstop 43.711758701
114722025-10-28T00:53:38.314Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
114732025-10-28T00:53:38.317Z+ unset TMPDIR
114742025-10-28T00:53:38.317Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
114752025-10-28T00:53:38.317Zfiles in /var/tmp/omicron_tmp (none expected on success):
114762025-10-28T00:53:38.317Z+ find /var/tmp/omicron_tmp -ls
114772025-10-28T00:53:38.321Z164402 18 drwxr-xr-x 2 build build 2 Oct 28 00:53 /var/tmp/omicron_tmp
114782025-10-28T00:53:38.324Z+ rmdir /var/tmp/omicron_tmp
114792025-10-28T00:53:38.662Zprocess exited: duration 6486231 ms, exit code 0
 
114802025-10-28T00:53:38.677Zfound 3 output files
114812025-10-28T00:53:38.677Zuploading: /work/crate-build-timings.json (679084 bytes)
114822025-10-28T00:53:39.708Zuploaded: /work/crate-build-timings.json
114832025-10-28T00:53:39.712Zuploading: /work/environment.json (108 bytes)
114842025-10-28T00:53:40.720Zuploaded: /work/environment.json
114852025-10-28T00:53:40.724Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (448459 bytes)
114862025-10-28T00:53:41.739Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml